/* ******************************
         クーポン(トップページ)
   ****************************** */
#coupon {
  width: 100%;
  max-width: 984px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.coupon_article-harf {
  width: 49.7%;
  height: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 4px #DFDFDF;
  -webkit-box-shadow: 0 0 4px #DFDFDF;
  box-shadow: 0 0 4px #DFDFDF;
  margin-bottom: 10px;
}
.coupon-tag {
  width: 160px;
  position: absolute;
  top: 0;
  left: -8px;
  padding: 3px;
  display: inline-block;
  text-align: center;
  font-size: 14px; /*フォントサイズ*/
  color: #FFF; /*フォントカラー*/
  background: #333333; /*リボンの色*/
}
.coupon-tag:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 6px transparent;
  border-right: solid 8px rgb(149, 158, 155); /*折り返し部分*/
}
.infomation {
  width: calc(100% - 10px);
  margin: 10px 0 0 5px;
  padding: 12px;
  background-color: #fff;
}
#coupon > .coupon_article-harf:first-child {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 48.0625em) {}
.infomation a {
  text-decoration: none;
}
.infomation-header {
  width: 100%;
  overflow: hidden;
  padding-bottom: 5px;
}
.infomation-header-tag {
  width: 100%;
  max-width: 160px;
  text-align: center;
  color: #fff;
  background-color: #efefef;
  font-size: 14px;
}
.infomation-header h3 a {
  font-size: 18px;
  white-space: nowrap;
  text-decoration: underline;
  font-weight: 800;
  color: #000000;
  margin-top: 8px;
  margin-bottom: 4px;
  display: block;
}
.infomation-body {
  border-top: 2px dotted;
  margin-top: 2px;
  padding-top: 3px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.infomation-body > p:first-of-type {
  margin-bottom: 4px;
}
.s-coupon-info {
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.s-coupon-info a:visited {
  text-decoration: none;
}
.s-coupon-info a:link:hover {
  text-decoration: none;
}
.s-coupon {
  width: 100%;
  padding: 10px;
  overflow: hidden;
  background-color: #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.s-coupon-discount {
  width: 100%;
  max-width: 80px;
  height: 80px;
  background-color: #FF0000;
  border-radius: 3px;
  position: relative;
  color: #fff;
  text-align: center;
  padding: 6px;
  font-weight: bold;
  line-height: 1.2;
  font-size: 30px;
  margin-right: 10px;
}
.s-coupon-discount span {
  font-size: 10px;
}
.s-coupon-discount::after {
  content: "OFF";
  display: block;
  font-size: 20px;
}
.s-coupon-price {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #323232;
}
.s-coupon-price p {
  font-size: 12px;
}
.s-coupon-price > p:first-of-type {
  text-decoration: line-through;
}
.s-coupon-price > div p {
  line-height: 0.4;
  display: inline-block;
  font-size: 38px;
  font-weight: bold;
  color: #FF0000;
  margin-top: 10px;
}
.s-coupon-price > div p span {
  font-size: 20px;
}
.s-coupon-tel {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.s-coupon-tel .btn-coupon {
  display: block;
  width: 95%;
  height: 44px;
  padding: 0px 15px;
  margin-left: 10px;
  border-radius: 4px;
  margin-top: 2px;
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  color: #fff;
}
.s-coupon-tel .btn-coupon img {
  width: 20px;
  margin-right: 5px;
}
.s-coupon-tel h4 {
  color: #FF0000;
  font-size: 14px;
  font-weight: bold;
  line-height: 100%;
}
#coupon_free-free {
  border: 1px solid #FF8000;
}
#coupon_free-free .s-coupon {
  background-color: #FFF1E5;
}
#coupon_free-free .infomation-header-tag, #coupon_free-free a.btn-coupon {
  background-color: #FF8000;
}
#coupon_free-new {
  border: 1px solid #FE6C90;
}
#coupon_free-new .s-coupon {
  background-color: #FFE8EC;
}
#coupon_free-new .infomation-header-tag, #coupon_free-new a.btn-coupon {
  background-color: #FE6C90;
}
/*@media screen and (max-width: 1280px) {
  .coupon_article-harf {
    width: 100%;
  }
}*/
@media screen and (max-width: 980px) {
  .coupon_article-harf {
    height: 100%;
  }
  .s-coupon-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .s-coupon-tel {
    width: 100%;
    margin-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .s-coupon-tel .btn-coupon {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .s-coupon-tel > a {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .coupon_article-harf {
    width: 100%;
  }
}
.sp_coupon {
  width: 100%;
  max-width: 414px;
  margin: 0 auto;
}
.sp-coment {
  position: absolute;
  text-align: right;
  top: 0;
  right: 0;
}
.sp_coupon_article {
  width: 100%;
  height: 100px;
  max-width: 375px;
  -webkit-box-shadow: 0 0 2px #cccccc;
  box-shadow: 0 0 2px #cccccc;
  margin-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sp_cai-img {
  width: 100%;
  margin-right: 5px;
  max-width: 100px;
  height: 100px;
}
.sp_cai-img img {
  width: 100%;
}
.sp_infomation-body {
  border-left: 1px dotted;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.sp_infomation-body .coupon-tag {
  width: 100px;
  font-size: 10px;
}
.sp-s-coupon {
  font-size: 10px;
}
.sp-coupon-info {
  width: calc(100% - 6px);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 10px;
  margin: 10px 3px 0px;
  padding: 12px 3px 0;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}
.sp-coupon-info a:visited {
  text-decoration: none;
}
.sp-coupon-info a:link:hover {
  text-decoration: none;
}
.sp-coupon {
  width: 100%;
  padding: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sp-coupon-discount {
  width: 100%;
  max-width: 44px;
  height: 44px;
  background-color: #FF0000;
  border-radius: 3px;
  position: relative;
  color: #fff;
  text-align: center;
  padding: 6px;
  font-weight: bold;
  line-height: 100%;
  font-size: 16px;
  margin: 5px;
  padding: 0;
}
.sp-coupon-discount span {
  font-size: 10px;
}
.sp-coupon-discount::after {
  content: "OFF";
  display: block;
  font-size: 14px;
}
.sp-coupon-price {
  width: 100%;
  line-height: 100%;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.sp-coupon-price p {
  color: #222222;
  font-size: 10px;
}
.sp-coupon-price > p:first-of-type {
  text-decoration: line-through;
  margin: 0;
}
.sp-coupon-price > div p {
  line-height: 0;
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  color: #FF0000;
  margin-top: 6px;
}
.sp-coupon-price > div p span {
  font-size: 16px;
}
.sp-coupon-subinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
  margin: 3px;
  background-color: #fff;
  padding: 2px;
}
.sp_coupon_article .tab p {
  position: absolute;
  top: 3px;
  right: 3px;
  margin: 0;
  padding: 1px 6px;
  border-radius: 2px;
  font-size: 11px;
  color: #C20AC8;
  background-color: #FEE6FF;
  border: 1px solid #C20AC8;
}
.sp-coupon-subinfo span {
  line-height: 0;
}
.attention {
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  font-size: 10px;
  z-index: -1;
}
.shop-name {
  text-decoration: underline;
  font-weight: bold;
  padding-left: 4px;
}
#sp_coupon-free .sp_infomation-body {
  background-color: #FFF1E5;
}
#sp_coupon-free .coupon-tag {
  background-color: #FF8000;
}
#sp_coupon-free .sp_infomation-body {
  border-left: 1px dotted #FF8000;
}
#sp_coupon-new .sp_infomation-body {
  background-color: #FFE8EC;
}
#sp_coupon-new .coupon-tag {
  background-color: #FE6C90;
}
#sp_coupon-new .sp_infomation-body {
  border-left: 1px dotted #FE6C90;
}
/* ******************************
         クーポン(料金ページ)
   ****************************** */
.flex-parent {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-child {
  width: calc(50% - 10px);
  display: flex;
  margin: 5px;
  padding: 10px;
  flex-direction: column;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background-color: #fff;
}
.flex-grandchild-inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%
}
.flex-grandchild-inner .flex-grandchild-body {
  width: 100%;
  display: flex;
  padding: 10px;
  background-color: #FFF1E5;
}
.flex-grandchild-discount {
  width: 100%;
  max-width: 80px;
  height: 80px;
  background-color: red;
  border-radius: 3px;
  position: relative;
  color: #fff;
  text-align: center;
  padding: 6px;
  font-weight: 700;
  line-height: 1.2;
  font-size: 30px;
  margin-right: 10px
}
.flex-grandchild-discount span {
  font-size: 10px
}
.flex-grandchild-discount::after {
  content: "OFF";
  display: block;
  font-size: 20px
}
.flex-grandchild-inner h3 {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 2px dotted #666666;
  color: #489279;
  box-sizing: border-box;
}
.flex-grandchild-inner h3 span {
  width: 100%;
  max-width: 160px;
  text-align: center;
  color: #fff;
  background-color: #FF8000;
  font-size: 14px;
  font-weight: normal;
}
.flex-grandchild-inner2 {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%
}
.flex-grandchild-inner2 .flex-grandchild-body {
  width: 100%;
  display: flex;
  padding: 10px;
  background-color: #FFE8EC;
}
.flex-grandchild-discount {
  width: 100%;
  max-width: 80px;
  height: 80px;
  background-color: red;
  border-radius: 3px;
  position: relative;
  color: #fff;
  text-align: center;
  padding: 6px;
  font-weight: 700;
  line-height: 1.2;
  font-size: 30px;
  margin-right: 10px
}
.flex-grandchild-discount span {
  font-size: 10px
}
.flex-grandchild-discount::after {
  content: "OFF";
  display: block;
  font-size: 20px
}
.flex-grandchild-inner2 h3 {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 2px dotted #666666;
  color: #489279;
  box-sizing: border-box;
}
.flex-grandchild-inner2 h3 span {
  width: 100%;
  max-width: 160px;
  text-align: center;
  color: #fff;
  background-color: #FE6C90;
  font-size: 14px;
  font-weight: normal;
}
.flex-grandchild-innerText {
  flex-grow: 1;
  padding: 10px 20px;
  box-sizing: border-box;
  font-weight: 700;
  margin-top: 10px;
  border: #b8b7b7 1px dashed;
  border-radius: 20px;
}
.flex-grandchild-innerLink {
  width: 100%;
  height: auto
}
.flex-grandchild-innerLink a {
  width: 90%;
  height: 48px;
  margin: 10px auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  background: #A7E2CE;
  border-radius: 8px
}
@media screen and (max-width: 48.0625em) {
  .flex-parent {
    flex-direction: column;
  }
  .flex-child {
    width: calc(100% - 10px)
  }
}
/* ******************************
             料金システム
   ****************************** */
.rate-system {
  padding: 5px !important;
  font-size: 100%;
  font-weight: 700;
}
.remarks {
  padding: 5px 10px !important;
  height: 24px;
  line-height: 1.2
}
.noremarks {
  height: 0px !important;
  padding: 0 !important;
}
.system-other {
  padding: 5px 10px !important;
  background: #fff;
  border: 1px solid;
}
#shopbox-price2 .price-img { /* 料金システムが画像の場合 */
  width: 100%;
  padding: 0;
  margin: 0;
}
#shopbox-price2 .price-img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 48.0625em) {
  .rate-system {
    padding: 5px !important;
    font-size: 110%;
    font-weight: 700;
  }
  .rate-system td:first-child {
    border-right: 1px dashed;
  }
  .rate-system td {
    text-align: center;
    border-right: 1px dashed;
  }
  .system-other p {
    text-align: center;
  }
  #shopbox-price2 .price-img { /* 料金システムが画像の場合 */
    width: 90%;
    margin: 20px auto;
  }
  #shopbox-price2 .price-img img {
    width: 100%;
    height: auto;
  }
}
.coupon-contact {
  width: calc(100% - 10px) !important;
  margin: 0 5px 10px;
  padding: 10px;
  background: #fff;
}
.coupon-contact p {
  width: 100%;
  text-align: center;
  font-size: 1.2em;
}
.coupon-contact p span {
  display: block;
  font-size: 1.4em;
  color: #ff0000;
  font-weight: 700;
  margin: 0 5px;
}
@media screen and (min-width: 48.0625em) {
  .coupon-contact p span {
    display: inline;
  }
}
/* ******************************
          姉妹サイト追加バナー
   ****************************** */
.pr-banner {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
}
.days-banner {
  width: 250px;
  height: 70px;
  background: #ffffff;
  margin: 10px auto 20px auto;
  border: solid 1px #000000;
  text-align: center;
  padding: 5px;
}
.pr-banner img {
  width: 200px;
  height: 62px;
}
.pr-banner a {
  display: block;
}
.pr-banner span {
  position: relative;
  top: 5px;
}
.quick-banner {
  width: 250px;
  height: 70px;
  background: #000000;
  margin: 10px auto 20px;
  border: solid 1px #000000;
  text-align: center;
  padding: 5px;
}
.job-banner {
  width: 250px;
  height: 70px;
  margin: 10px auto;
  border: solid 1px #FF79A7;
  text-align: center;
  padding: 5px;
}
@media screen and (min-width: 48.0625em) {
  .pr-banner {
    flex-direction: row;
    margin-bottom: 10px;
  }
  .days-banner {
    margin: 10px 15px 20px;
  }
  .quick-banner {
    margin: 10px 15px 20px;
  }
  .job-banner {
    margin: 10px 15px;
  }
}
@media screen and (max-width: 375px) {
  .attention {
    display: none;
  }
}
/*========================
　     SPボトムメニュー
　========================*/
.cid-bottomsp .mini-text {
  font-size: 85%;
} /*文字大きさ*/
.cid-bottomsp ul.bottom-menu {
  display: flex;
  justify-content: space-between;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55px; /*高さ*/
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 1.00); /*背景色*/
  z-index: 30;
}
.cid-bottomsp ul.bottom-menu li {
  width: calc(100% / 5);
  list-style-type: none;
  text-align: center;
  border-right: 1px solid #ffffff;
}
.cid-bottomsp ul.bottom-menu li:last-child {
  border-right: none;
}
.cid-bottomsp ul.bottom-menu li span {
  display: block;
}
.cid-bottomsp .bottom-menu li a {
  display: block;
  height: 55px;
  line-height: 1.4em;
  color: #FFFFFF; /*アイコン＆文字の色*/
  padding-top: 10px;
  padding-bottom: 5px;
  text-decoration: none;
}
.cid-bottomsp .bottom-menu li a:hover {
  color: #a9a9a9; /*マウスオーバー時の色*/
}
.cid-bottomsp .bottom-menu li a:active {
  color: #000;
  background: #ccc;
}
@media screen and (min-width: 48.0625em) {
  .cid-bottomsp {
    display: none;
  }
}
/* ******************************
  ニューフェイス（設定が無い場合非表示）
   ****************************** */
.newface {
  height: 180px !important;
  padding-bottom: 65px !important;
  overflow: hidden;
}
.newface-list {
  position: relative;
  height: auto !important;
}
.newface-list .profile {
  display: flex;
  flex-direction: column;
  position: absolute;
  justify-content: space-around;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 3px 1px;
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  background: rgba(0, 0, 0, 0.40);
  transition: .1s;
  line-height: 1.2
}
.newface-list .newface-box {
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
@media screen and (min-width: 30.0625em) { /*width:481px*/
  .newface {
    height: 200px !important;
    padding-bottom: 55px !important;
  }
  .newface-list .profile {
    /*height: 30%;*/
    justify-content: flex-start;
    align-items: center;
    padding: 5px 1px;
    bottom: 0;
  }
  .newface-list .profile span:first-child {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 35.5em) { /*width:568px*/
  .newface {
    height: 220px !important;
    padding-bottom: 34px !important;
  }
  .newface-list .profile {
    height: 24%;
    font-size: 1.2rem;
  }
  .newface-list .profile span:first-child {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 48em) { /*width:768px*/
  .newface {
    height: 260px !important;
    padding-bottom: 44px !important;
  }
  .newface-list .profile {
    height: 23%;
  }
}
@media screen and (min-width: 48.0625em) { /*width:769px*/
  .newface {
    height: 200px !important;
    padding-bottom: 34px !important;
  }
  .newface-list .profile {
    height: 22%;
    font-size: 1.3rem;
    line-height: 1.1
  }
  .newface-list .profile span:last-child {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 64em) { /*width:1024px*/
  .newface {
    height: 260px !important;
    padding-bottom: 39px !important;
  }
  .newface-list .profile {
    height: 18%;
    line-height: 1.4
  }
}
.swiper-pagination {
  padding: 10px 0 !important;
  background: #fff !important;
}
@media screen and (min-width: 30.0625em) { /*width:481px*/
  .swiper-pagination {
    padding: 5px 0 !important;
  }
}
@media screen and (min-width: 48em) { /*width:768px*/
  .swiper-pagination {
    padding: 10px 0 !important;
  }
}
@media screen and (min-width: 48.0625em) { /*width:769px*/
  .swiper-pagination {
    padding: 5px 0 !important;
  }
}
@media screen and (min-width: 64em) { /*width:1024px*/
  .swiper-pagination {
    padding: 8px 0 !important;
  }
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 0) !important;
}
.swiper-button-next, .swiper-button-prev {
  padding-bottom: 15px !important;
}
.swiper-button-next, .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 96%) !important;
  color: #000 !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 14px !important;
}
@media screen and (max-width: 30.0625em) {
  .swiper-button-next, .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 93%) !important;
  }
}
/* ******************************
     ニューフェイス（4名以下の場合）
   ****************************** */
.newface2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 3px;
}
.newface2 li {
  width: calc((100% / 4) - 7px);
  position: relative;
}
.newface2 li img {
  width: 100%;
  height: auto;
  max-height: 130px;
  min-height: 130px;
  object-fit: cover;
  border: 1px solid #ccc;
}
.newface2 li p {
  margin: 0;
  padding: 2px 8px;
}
.newface2 .profile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 3px 2px;
  height: 28%;
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  background: rgba(0, 0, 0, 0.40);
  transition: .1s;
}
.newface2 .profile span {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.newface2 .profile span i {
  margin-right: 5px;
}
@media screen and (min-width: 35.5em) { /*width:568px*/
  .newface2 li img {
    max-height: 180px;
    min-height: 180px;
  }
  .newface2 .profile {
    width: 100%;
    height: 26%;
    padding: 2px 5px;
    align-items: center;
    font-size: 11px;
  }
  .newface2 .profile span:first-child {
    font-size: 13px;
  }
}
@media screen and (min-width: 48em) { /*width:768px*/
  .newface2 li img {
    max-height: 230px;
    min-height: 230px;
  }
  .newface2 .profile {
    justify-content: center;
    line-height: 2rem;
    height: 22%;
    padding-left: 10px;
  }
  .newface2 .profile span:first-child {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 48.0625em) { /*width:769px*/
  .newface2 li img {
    max-height: 180px;
    min-height: 180px;
  }
  .newface2 .profile {
    width: 100%;
    height: 26%;
    padding: 2px 5px;
    align-items: center;
    font-size: 11px;
  }
  .newface2 .profile span:first-child {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 64em) { /*width:1024px*/
  .newface2 li img {
    max-height: 230px;
    min-height: 230px;
  }
  .newface2 .profile {
    height: 22%;
  }
  .newface2 .profile span:first-child {
    font-size: 1.5rem;
  }
}
/* ******************************
    写メ日記（投稿が無い場合非表示）
   ****************************** */
.commontitle {
  display: flex;
  justify-content: space-between;
  padding-right: 5px;
}
.commontitle p {
  border-left: 1px dotted #ccc;
  padding-left: 5px;
}
.commontitle a {
  display: block;
}
.girlsdiary {
  width: calc(100% - 10px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 5px auto;
}
.girlsdiary li {
  width: calc((100% / 3) - 4px);
  height: 120px;
  position: relative;
  margin: 2px;
}
.girlsdiary li img {
  width: 100%;
  height: auto;
  max-height: 120px;
  min-height: 120px;
  object-fit: cover;
  border-radius: 20px;
  border: 1px solid #ccc;
}
.girlsdiary li p {
  margin: 0;
  padding: 2px 15px;
}
.title-day {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 1px;
  height: 26%;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  background: rgba(0, 0, 0, 0.40);
  transition: .1s;
  line-height: 1.2;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.title-day span {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (min-width: 30.0625em) {
  .girlsdiary li {
    width: calc((100% / 4) - 4px);
    height: 110px;
  }
  .girlsdiary li img {
    max-height: 110px;
    min-height: 110px;
  }
}
@media screen and (min-width: 35.5em) {
  .girlsdiary li {
    width: calc((100% / 5) - 4px);
    height: 105px;
  }
  .girlsdiary li img {
    max-height: 105px;
    min-height: 105px;
  }
}
@media screen and (min-width: 48em) {
  .girlsdiary li {
    width: calc((100% / 4) - 4px);
    height: 180px;
  }
  .girlsdiary li img {
    max-height: 180px;
    min-height: 180px;
  }
}
@media screen and (min-width: 48.0625em) {
  .girlsdiary li {
    width: calc((100% / 4) - 4px);
    height: 90px;
  }
  .girlsdiary li img {
    max-height: 90px;
    min-height: 90px;
  }
  .title-day {
    font-size: 8px;
  }
}
@media screen and (min-width: 64em) {
  .girlsdiary li {
    width: calc((100% / 5) - 4px);
    height: 115px;
  }
  .girlsdiary li img {
    max-height: 115px;
    min-height: 115px;
  }
  .title-day {
    font-size: 8px;
  }
}
/* ******************************
  待機中の女の子（設定が無い場合非表示）
   ****************************** */
.girlsStandby {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 5px;
}
.girlsStandby li {
  width: calc((100% / 3) - 7px);
  position: relative;
}
.girlsStandby li img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid #ccc;
}
.girlsStandby li p {
  margin: 0;
  padding: 2px 8px;
}
.title-time {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 1px;
  height: 22%;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  background: rgba(0, 0, 0, 0.40);
  transition: .1s;
  line-height: 1.2;
}
.title-time span {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.title-time span i {
  margin-right: 5px;
}
@media screen and (min-width: 30.0625em) {
  .girlsStandby li {
    width: calc((100% / 4) - 7px);
    position: relative;
  }
}
@media screen and (min-width: 35.5em) {
  .girlsStandby li {
    width: calc((100% / 5) - 7px);
    position: relative;
  }
}
/* ******************************
    最新情報（設定が無い場合非表示）
   ****************************** */
.whatsnew-outer {
  width: 100%;
  padding: 10px;
  margin: 0;
  border: 1px solid #ccc;
}
#marquee {
  font-size: 1.75rem;
  font-weight: 700;
}
.whatsnew {
  width: 98%;
  height: 200px;
  margin: 0 auto;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background: #fff;
  font-size: 1.8rem;
  line-height: 1.8;
}
.whatsnew::-webkit-scrollbar {
  display: none;
}
.whatsnew p {
  margin: 0;
  padding: 5px 10px;
  font-weight: 700;
}
@media screen and (min-width: 48.0625em) {
  .whatsnew {
    line-height: 2;
  }
}
/* ******************************
             出勤情報
   ****************************** */
.week-tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
}
.week-tab > label {
  flex: 1 1;
  order: -1;
  width: calc(100% / 7);
  padding: .7em 1em .5em;
  background: #fff;
  line-height: 1.1;
  font-weight: 700;
  font-size: 110%;
  text-align: center;
  cursor: pointer;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.week-tab label span {
  display: block;
  font-size: 70%;
}
.week-tab > label:hover {
  opacity: .8
}
.week-tab .active {
  background: rgba(131, 201, 213, 0.20);
  border-bottom: 3px solid rgba(131, 201, 213, 1.00);
}
.week-tab input {
  display: none
}
.week-tab input[type=radio] + span::before {
  display: none;
  margin: 0;
  padding: 0;
}
.week-tab input[type=radio] + span::after {
  display: none;
  margin: 0;
  padding: 0;
}
.week-tab input[type=radio] + span {
  margin: 0;
  padding: 0;
}
.week-tab > div {
  display: none;
  width: 100%;
  padding: 1.5em 1em;
  background-color: #fff
}
.week-tab label:has(:checked) {
  border-bottom: 4px solid rgba(131, 201, 213, 1.00);
  background: rgba(131, 201, 213, 0.20);
}
.week-tab label:has(:checked) + div {
  display: block;
  padding: 0;
}
.week-tab .saturday {
  color: #323EFF;
}
.week-tab .sunday {
  color: #E50000;
}
.girls-schedule {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0;
  padding: 5px 0 5px 10px;
}
.girls-schedule li {
  width: calc((100% / 3) - 7px);
  position: relative;
  font-weight: 700;
}
.girls-schedule li img {
  width: 100%;
  height: auto;
  max-height: 160px;
  min-height: 160px;
  object-fit: cover;
  border: 1px solid #ccc;
}
.girls-schedule li p {
  margin: 0;
  padding: 2px 8px;
}
.working-hours {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 1px;
  height: 22%;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  background: rgba(0, 0, 0, 0.40);
  transition: .1s;
  line-height: 1.2;
}
.working-hours span {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.working-hours span i {
  margin-right: 5px;
}
@media screen and (min-width: 35.5em) { /* 568px以上 */
  .working-hours span:last-child {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 48.0625em) { /* 769px以上 */
  .working-hours span:last-child {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 64.0625em) { /* 1025px以上 */
  .working-hours {
    font-size: 1.6rem;
  }
  .working-hours span:last-child {
    font-size: 1.4rem;
  }
}
.schedule-month {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  font-weight: 700;
}
.schedule-month a {
  display: block;
}
@media screen and (min-width: 30.0625em) { /* 481px以上 */
  .girls-schedule li {
    width: calc((100% / 4) - 7px);
  }
  .campaign-info h5 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 35.5em) { /* 568px以上 */
  .girls-schedule li {
    width: calc((100% / 5) - 7px);
  }
  .campaign-info h5 {
    font-size: 1.6rem;
  }
  .campaign-info h5 img {
    width: calc(5% * 1.1);
  }
}
@media screen and (min-width: 48.0625em) { /* 769px以上 */
  .girls-schedule li {
    width: calc((100% / 4) - 7px);
  }
  .schedule-month {
    display: none;
  }
}
@media screen and (min-width: 64.0625em) { /* 1025px以上 */
  .girls-schedule li img {
    max-height: 230px;
    min-height: 230px;
  }
  .campaign-info h5 {
    font-size: 1.7rem;
  }
  .campaign-info h5 img {
    width: calc(4% * 1.1);
  }
}
/* ******************************
   キャンペーン（設定が無い場合非表示）
   ****************************** */
.shop-campaign {
  display: flex;
  width: 100%;
  height: 172px;
  padding: 10px;
  margin: 0;
  border: 1px solid #ccc;
  overflow: hidden;
}
.campaign-image {
  width: calc(30% - 10px);
  margin-right: 10px;
}
.campaign-image img {
  height: auto;
  max-height: 150px !important;
  min-height: 150px !important;
}
.campaign-info {
  width: 70%;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.campaign-info h5 {
  width: 100%;
  font-size: 1.75rem;
}
.campaign-info h5 img {
  width: calc(6% * 1.8);
  margin-top: 3px;
}
.campaign-comments {
  font-size: 80%;
}
@media screen and (min-width: 30.0625em) { /* 481px以上 */
  .campaign-image {
    width: calc(28% - 10px);
  }
  .campaign-info {
    width: 72%;
  }
}
@media screen and (min-width: 35.5em) { /* 568px以上 */
  .campaign-image {
    width: calc(24% - 10px);
  }
  .campaign-info {
    width: 76%;
  }
  .campaign-info h5 img {
    width: calc(6% * 1.4);
  }
}
@media screen and (min-width: 48em) { /* 768px以上 */
  .campaign-image {
    width: calc(17% - 10px);
  }
  .campaign-info {
    width: 83%;
  }
  .campaign-info h5 img {
    width: calc(6% * 0.9);
  }
}
@media screen and (min-width: 48.0625em) { /* 769px以上 */
  .campaign-image {
    width: calc(22% - 10px);
  }
  .campaign-info {
    width: 78%;
  }
  .campaign-info h5 img {
    width: calc(6% * 1.4);
  }
}
@media screen and (min-width: 64em) { /* 1024px以上 */
  .campaign-image {
    width: calc(18% - 10px);
  }
  .campaign-info {
    width: 82%;
  }
  .campaign-info h5 img {
    width: calc(6% * 0.9);
  }
}
/* ******************************
  ガールズ特急便（設定が無い場合非表示）
   ****************************** */
.express-delivery {
  display: flex;
  width: 100%;
  padding: 10px;
  margin: 0;
  border: 1px solid #ccc;
}
.express-image {
  width: calc(30% - 10px);
  margin-right: 10px;
}
.express-image img {
  height: auto;
  max-height: 150px !important;
  min-height: 150px !important;
}
.express-info {
  width: 70%;
  max-height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 10px;
  overflow: hidden;
}
.express-info h5 {
  width: 100%;
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
}
.express-info .body-size {
  display: block;
  font-size: 1.1rem;
  margin-right: auto;
}
.express-comments {
  font-size: 1.3rem;
  padding-top: 10px;
}
@media screen and (min-width: 30.0625em) { /* 481px以上 */
  .express-image {
    width: calc(28% - 10px);
    margin-right: 10px;
  }
  .express-info {
    width: 72%;
    justify-content: flex-start;
  }
  .express-info h5 {
    font-size: 1.5rem;
  }
  .express-info .body-size {
    font-size: 1.2rem;
  }
  .express-comments {
    font-size: 1.4rem;
    margin-top: 20px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 35.5em) { /* 568px以上 */
  .express-image {
    width: calc(24% - 10px);
    margin-right: 10px;
  }
  .express-info {
    width: 76%;
  }
  .express-info h5 {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 48em) { /* 768px以上 */
  .express-image {
    width: calc(17% - 10px);
    margin-right: 10px;
  }
  .express-info {
    width: 83%;
  }
  .express-image img {
    max-height: 160px !important;
    min-height: 160px !important;
  }
}
@media screen and (min-width: 48.0625em) { /* 769px以上 */
  .express-image {
    width: calc(22% - 10px);
    margin-right: 10px;
  }
  .express-info {
    width: 78%;
  }
}
@media screen and (min-width: 64em) { /* 1024px以上 */
  .express-image {
    width: calc(18% - 10px);
    margin-right: 10px;
  }
  .express-info {
    width: 82%;
  }
  .express-info h5 {
    font-size: 1.8rem;
  }
  .express-info .body-size {
    font-size: 1.4rem;
  }
  .express-comments {
    font-size: 1.6rem;
    margin-top: 20px;
    line-height: 2;
  }
}
.readmore5 {
  width: 100%;
  position: relative;
  padding: 0 10px;
  font-size: 90%;
}
.readmore5-content {
  position: relative;
  overflow: hidden;
  height: 110px;
  transition: max-height 1.5s;
  padding-top: 10px;
}
.readmore5-content::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 50px;
}
.readmore5-label {
  display: table;
  position: absolute;
  cursor: pointer;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 0 auto;
  z-index: 2;
  padding: 0 10px;
  background-color: #f77;
  border-radius: 10px;
  color: #FFF
}
@media screen and (min-width: 30.0625em) { /* 481px以上 */
  .readmore5-label {
    bottom: 8px;
  }
}
@media screen and (min-width: 48em) { /* 768px以上 */
  .readmore5-label {
    bottom: 10px;
  }
}
@media screen and (min-width: 64em) { /* 1024px以上 */
  .readmore5-label {
    bottom: 20px;
  }
}
.readmore5-label:before {
  content: 'もっと見る'
}
.readmore5-check {
  display: none
}
.readmore5-check:checked ~ .readmore5-label {
  position: static;
  transform: translateX(0);
  -webkit-transform: translateX(0)
}
.readmore5-check:checked ~ .readmore5-label:before {
  content: '閉じる'
}
.readmore5-check:checked ~ .readmore5-content {
  height: auto
}
.readmore5-check:checked ~ .readmore5-content::before {
  display: none
}
/* ******************************
  スマホ撮り一覧（設定が無い場合非表示）
   ****************************** */
.sumahodori {
  width: calc(100% - 10px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 5px;
  margin: 5px auto;
}
.sumahodori li {
  width: calc((100% / 3) - 4px);
  position: relative;
  height: 157px;
  overflow: hidden;
}
.sumahodori li img {
  width: 100%;
  height: auto;
  max-height: 157px;
  object-fit: cover;
  border: 1px solid #ccc;
  margin: 2px;
}
.sumahodori li p {
  margin: 0;
  padding: 2px 8px;
}
.sumahodori-title {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 1px;
  height: 22%;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  background: rgba(0, 0, 0, 0.40);
  transition: .1s;
  line-height: 1.2;
}
.sumahodori-title span {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sumahodori-title span i {
  margin-right: 5px;
  margin-left: 1px;
}
@media screen and (min-width: 30.0625em) {
  .sumahodori li {
    width: calc((100% / 4) - 4px);
    position: relative;
    height: 150px;
  }
  .sumahodori li img {
    max-height: 150px;
  }
}
@media screen and (min-width: 35.5em) {
  .sumahodori li {
    width: calc((100% / 5) - 4px);
    position: relative;
    height: 137px;
  }
  .sumahodori li img {
    max-height: 137px;
  }
}
@media screen and (min-width: 48em) {
  .sumahodori li {
    width: calc((100% / 5) - 4px);
    position: relative;
    height: 180px;
  }
  .sumahodori li img {
    max-height: 180px;
  }
}
@media screen and (min-width: 48.0625em) {
  .sumahodori li {
    width: calc((100% / 5) - 4px);
    position: relative;
    height: 147px;
  }
  .sumahodori li img {
    max-height: 147px;
  }
}
@media screen and (min-width: 64em) {
  .sumahodori li {
    width: calc((100% / 5) - 4px);
    position: relative;
    height: 180px;
  }
  .sumahodori li img {
    max-height: 180px;
  }
}
/* ******************************
             JOBプラチナ
   ****************************** */
#shopbox-rec-pt {
  background: #fff;
}
.rec-pt-mainimage {
  width: 100%;
  max-width: 735px;
}
.rec-pt-mainimage img {
  width: 100% !important;
  height: auto;
}
.submission {
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  margin-top: 5px;
  padding-bottom: 5px;
}
.submission-line {
  width: calc((100% / 3) - 2px);
  margin: 0 1px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #0CAB00;
  border-radius: 5px;
}
.submission-mail {
  width: calc((100% / 3) - 2px);
  margin: 0 1px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #CC3698;
  border-radius: 5px;
}
.submission-details {
  width: calc((100% / 3) - 2px);
  margin: 0 1px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #2581E3;
  border-radius: 5px;
}
@media screen and (min-width: 30.0625em) {}
@media screen and (min-width: 35.5em) {}
@media screen and (min-width: 48.0625em) {
  .rec-pc-information {
    width: 100%;
    padding: 10px;
  }
  .rec-pc-information .job-notice {
    padding: 10px 0;
  }
  .rec-pc-information h5 {
    font-size: 1.65rem;
    color: #FF8FD6;
    border-bottom: 2px solid #FF8FD6;
  }
  .rec-pc-information .job-notice p {
    padding: 10px;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .readmore2 {
    position: relative;
    padding: 10px;
    font-size: 90%;
  }
  .readmore2-content {
    position: relative;
    overflow: hidden;
    height: 110px;
    transition: max-height 1.5s;
    font-size: 1.25em;
  }
  .readmore2-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 50px;
    background: -webkit-linear-gradient(top, #fff0 0%, #fffc 50%, #fffc 50%, #fff 100%);
    background: linear-gradient(top, #fff0 0%, #fffc 50%, #fffc 50%, #fff 100%)
  }
  .readmore2-label {
    display: table;
    position: absolute;
    cursor: pointer;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    padding: 0 10px;
    background-color: #f77;
    border-radius: 10px;
    color: #FFF
  }
  .readmore2-label:before {
    content: '続きを読む'
  }
  .readmore2-check {
    display: none
  }
  .readmore2-check:checked ~ .readmore2-label {
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0)
  }
  .readmore2-check:checked ~ .readmore2-label:before {
    content: '閉じる'
  }
  .readmore2-check:checked ~ .readmore2-content {
    height: auto
  }
  .readmore2-check:checked ~ .readmore2-content::before {
    display: none
  }
  .joblog {}
  .joblog-info {
    display: flex;
    width: 100%;
    padding: 10px 5px;
  }
  .joblog-image {
    width: calc((100% / 5) * 2);
    margin-right: 10px;
  }
  .joblog-comments {
    font-size: 1.2rem;
  }
  .readmore3 {
    width: calc((100% / 5) * 3);
    position: relative;
    padding: 0 10px;
    font-size: 90%;
  }
  .readmore3-content {
    position: relative;
    overflow: hidden;
    height: 110px;
    transition: max-height 1.5s
  }
  .readmore3-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 50px;
    background: -webkit-linear-gradient(top, #fff0 0%, #fffc 50%, #fffc 50%, #fff 100%);
    background: linear-gradient(top, #fff0 0%, #fffc 50%, #fffc 50%, #fff 100%)
  }
  .readmore3-label {
    display: table;
    position: absolute;
    cursor: pointer;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    padding: 0 10px;
    background-color: #f77;
    border-radius: 10px;
    color: #FFF
  }
  .readmore3-label:before {
    content: 'もっと見る'
  }
  .readmore3-check {
    display: none
  }
  .readmore3-check:checked ~ .readmore3-label {
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0)
  }
  .readmore3-check:checked ~ .readmore3-label:before {
    content: '閉じる'
  }
  .readmore3-check:checked ~ .readmore3-content {
    height: auto
  }
  .readmore3-check:checked ~ .readmore3-content::before {
    display: none
  }
  .job-photo {
    width: 100%;
  }
  .job-photolist {
    display: flex;
    justify-content: space-around;
    padding-top: 10px;
  }
  .job-photolist > div {
    margin: 0 5px;
  }
}
@media screen and (max-width: 48.0624em) {
  .rec-pc-information {
    display: none;
  }
}
/* ******************************
             JOBゴールド
   ****************************** */
#shopbox-rec-gd {
  background: #fff;
}
.rec-gd {
  width: 100%;
  display: flex;
  padding-bottom: 5px;
}
.rec-gd-mainimage {
  width: calc((100% / 3) * 2);
  margin-right: 5px;
}
.rec-gd-mainimage img {
  width: 100% !important;
  height: auto;
}
.submission-gd {
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.submission-gd-line {
  margin: 0 1px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #0CAB00;
  border-radius: 5px;
}
.submission-gd-mail {
  margin: 0 1px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #CC3698;
  border-radius: 5px;
}
.submission-gd-details {
  margin: 0 1px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #2581E3;
  border-radius: 5px;
}
@media screen and (min-width: 30.0625em) {
  .submission-gd-line {
    height: 38px;
    line-height: 38px;
  }
  .submission-gd-mail {
    height: 38px;
    line-height: 38px;
  }
  .submission-gd-details {
    height: 38px;
    line-height: 38px;
  }
}
@media screen and (min-width: 35.5em) {
  .submission-gd-line {
    height: 40px;
    line-height: 40px;
  }
  .submission-gd-mail {
    height: 40px;
    line-height: 40px;
  }
  .submission-gd-details {
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (min-width: 64.0625em) {
  .submission-gd-line {
    height: 50px;
    line-height: 50px;
    border-radius: 15px;
  }
  .submission-gd-mail {
    height: 50px;
    line-height: 50px;
    border-radius: 15px;
  }
  .submission-gd-details {
    height: 50px;
    line-height: 50px;
    border-radius: 15px;
  }
}
/* ******************************
           JOBスタンダード
   ****************************** */
#shopbox-rec-st {
  background: #fff;
}
.rec-st {
  display: flex;
  width: 100%;
  padding: 0 5px;
}
.rec-st-mainimage {
  width: calc((100% / 5) * 2);
  margin-right: 10px;
}
.rec-st .job-notice {
  width: calc((100% / 5) * 3);
  font-size: 1.2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.readmore4 {
  width: calc((100% / 5) * 3);
  position: relative;
  padding: 0 10px;
  font-size: 90%;
}
.readmore4-content {
  position: relative;
  overflow: hidden;
  height: 110px;
  transition: max-height 1.5s
}
.readmore4-content::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 50px;
  background: -webkit-linear-gradient(top, #fff0 0%, #fffc 50%, #fffc 50%, #fff 100%);
  background: linear-gradient(top, #fff0 0%, #fffc 50%, #fffc 50%, #fff 100%)
}
.readmore4-label {
  display: table;
  position: absolute;
  cursor: pointer;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 0 auto;
  z-index: 2;
  padding: 0 10px;
  background-color: #f77;
  border-radius: 10px;
  color: #FFF
}
.readmore4-label:before {
  content: 'もっと見る'
}
.readmore4-check {
  display: none
}
.readmore4-check:checked ~ .readmore4-label {
  position: static;
  transform: translateX(0);
  -webkit-transform: translateX(0)
}
.readmore4-check:checked ~ .readmore4-label:before {
  content: '閉じる'
}
.readmore4-check:checked ~ .readmore4-content {
  height: auto
}
.readmore4-check:checked ~ .readmore4-content::before {
  display: none
}
@media screen and (min-width: 30.0625em) {}
@media screen and (min-width: 35.5em) {
  .rec-st .job-notice {
    font-size: 1.3rem;
  }
}
/* ******************************
             店舗基本情報
   ****************************** */
.shop-information {
  /*padding: 10px;*/
}
@media screen and (min-width: 48.0625em) {
  .shop-information {
    padding: 0;
  }
}
.shop-information table {
  width: 100%;
}
.td-left {
  width: 43%;
  font-size: 1.29rem;
}
.td-right {
  width: 57%;
  font-size: 1.29rem;
}
.leftbox, .rightbox {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
}
/* ******************************
          本日の特急便(仮)
   ****************************** */
@media screen and (min-width: 48.0625em) {
  /* 上部に固定させるスタイルを用意 */
  .adfixed { /* PCメニュー固定 */
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    z-index: 100;
  }
  .addfixed { /* 右カラム広告用 */
    position: fixed;
    top: 41px;
    z-index: 100;
  }
  .shopbox-advertising {
    /*background: #fff;*/
  }
  .shop-advertising {
    width: 100%;
    height: 100%;
    max-width: 245px;
    max-height: 320px;
    margin-top: 10px;
    padding: 0 10px;
    overflow: hidden;
  }
  .shop-advertising img {
    width: 100% !important;
    height: auto;
  }
}
@media screen and (max-width: 48.0624em) {
  .shopbox-advertising {
    display: none;
  }
  .fixed {
    position: relative;
  }
}
/* ******************************
          月間スケジュール
   ****************************** */
/* 月間スケジュールTOPページ */
@media screen and (max-width: 48.0624em) {
  #side-fixed-area {
    display: none;
  }
}
@media screen and (min-width: 48.0625em) {
  #side-fixed-area {
    max-width: 245px;
  }
  .shop-ad {
    background: #EEEEEE;
    width: 245px;
  }
  .fixed_not {
    position: relative;
    top: 0;
  }
  .fixed {
    position: fixed;
    top: 45px;
    max-width: 245px;
  }
  .fixed_releace {
    position: relative;
    scroll-behavior: smooth;
  }
  .schedule-month-pc {
    width: 100%;
    padding: 20px 10px 0;
  }
  .shop-schedule-month-pc {
    display: flex;
    font-size: 100%;
    font-weight: 700;
  }
  .shop-schedule-month-pc a {
    display: block;
  }
  .shop-schedule-month-pc p {
    width: 70px;
    height: 60px;
    margin: 0 auto 5px;
    color: #333;
    font-size: 150%;
    text-align: center;
    background: #fff;
    border: 1px solid #333;
    border-radius: 15px;
    background-image: linear-gradient(180deg, rgba(35, 102, 247, 1) 30%, rgba(255, 255, 255, 1) 30%);
  }
  .shop-schedule-month-pc p > span {
    display: block;
    font-size: 70%;
    font-weight: normal;
    color: #fff;
    margin-top: -4px;
  }
  .shop-schedule-month-pc > div {
    width: calc(100% - 80px);
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .shop-schedule-month-pc > div span:first-child {
    font-size: 95%;
  }
  .shop-schedule-month-pc > div span:last-child {
    font-size: 110%;
  }
}
/* ******************************
            LINEで予約
   ****************************** */
@media screen and (min-width: 48.0625em) {
  .reserve-line {
    width: 100%;
    padding: 20px 10px 10px;
  }
  .shop-reserve-line {
    width: 100%;
    margin: 0 auto;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .shop-reserve-line img {
    width: 100%;
    height: auto;
  }
  .reserve-line p {
    font-size: 100%;
    padding: 10px 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
/* ******************************
            ホテルリスト
   ****************************** */
@media screen and (min-width: 48.0625em) {
  .hotel-list-bt {
    width: calc(100% - 20px);
    margin: 10px;
  }
  .shop-hotel-list {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 130%;
    background: #FFECF1;
    padding: 10px 20px;
    color: #E03074;
    border: 2px dashed #E03074;
    border-radius: 5px;
  }
  .shop-hotel-list i {
    font-size: 150%;
  }
  .shop-hotel-list i:first-child {
    margin-right: 5px;
  }
  .shop-hotel-list i:last-child {
    margin-left: 5px;
  }
}
/* ******************************
     店舗広告表示、元携帯QRコード蘭
   ****************************** */
@media screen and (min-width: 48.0625em) {
  .free-ad {
    margin-top: 10px;
    padding: 0 20px;
  }
  .shop-free-ad {
    width: 100%;
    height: 100%;
    max-height: 320px;
    overflow: hidden;
  }
  .shop-free-ad img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
/* ******************************
求人枠、ジョブ（プラチナ・ゴールド）契約店
   ****************************** */
@media screen and (min-width: 48.0625em) {
  .job-ad {
    width: calc(100% - 20px);
    margin: 10px;
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
  }
  .shop-job-ad {}
}
/* ******************************
           外部リンク(PC)
   ****************************** */
@media screen and (max-width: 48.0624em) {
  .index-otherlink {
    display: none;
  }
}
@media screen and (min-width: 48.0625em) {
  .index-otherlink {
    width: 100%;
    padding: 10px;
    text-align: center;
    background: #C8C8C8;
  }
  .index-otherlink p {
    margin: 0;
    padding: 0;
    font-size: 110%;
  }
}
/* ******************************
          スケジュール一覧
   ****************************** */
.shop-schedule-week {
  padding: 4px;
  background-color: #f4f5f6;
  margin-bottom: 10px;
  overflow: hidden;
  border-bottom: 1px solid #1a1a1a;
}
@media screen and (min-width: 48.0625em) {
  .shop-schedule-weekbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.shop-schedule-week h3 {
  text-indent: 1em;
  letter-spacing: 0.05rem;
  padding: 4px 0;
  font-size: 1.4rem;
  font-weight: normal;
  background-color: #fff;
  border-radius: 4px 4px 0 0;
  width: 100%;
}
@media screen and (min-width: 48.0625em) {
  .shop-schedule-week h3 {
    width: 290px;
    line-height: 37px;
    height: 44px;
    border-radius: 0;
    font-size: 1.6rem;
    text-indent: 0em;
    text-align: center;
  }
}
.shop-schedule-week article {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
}
@media screen and (min-width: 48.0625em) {
  .shop-schedule-week article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.shop-schedule-week article::-webkit-scrollbar {
  height: 8px;
}
.shop-schedule-week article::-webkit-scrollbar-thumb {
  background: #fb322b;
}
.shop-schedule-week article label {
  height: 32px;
  padding: 0 4px;
  letter-spacing: 0.045em;
  line-height: 32px;
}
.shop-schedule-week input[type=checkbox] + span::before {
  background: #fff;
  border: 1px solid #484848;
}
.shop-schedule-week select {
  color: #f4f5f6;
  background-color: #484848;
  border: 1px solid #333333;
  font-size: 1.6rem;
}
@media screen and (min-width: 48.0625em) {
  .shop-schedule-week select {
    width: 50%;
  }
}
.shop-schedule-week .acbutton p {
  font-size: 1.3rem;
  text-align: center;
  width: 300px;
  padding: 12px;
  border-radius: 30px;
  margin: 0 auto;
  background-color: #232323;
}
.shop-schedule-week button {
  width: 280px;
  color: #ffffff;
  font-size: 2rem;
  background-color: #fb322b;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 1px #4b252b;
  box-shadow: 0 4px 1px #4b252b;
}
.shop-schedule-week .search_submit {
  text-align: center;
}
.shop-schedule-week .search_submit a div {
  margin-top: 4px;
  color: #888888;
}
.schedule-table {
  width: 100%;
  margin-bottom: 10px;
}
.schedule-table td {
  height: 140px;
  max-height: 140px;
  overflow: hidden;
}
.schedule-table td:first-of-type {
  width: 30%;
  padding: 0;
  overflow: hidden;
}
.schedule-table td:nth-of-type(2) {
  width: 70%;
  padding: 0;
}
.schedule-table td p {
  width: 100%;
  height: 100%;
  max-height: 140px;
  overflow: hidden;
}
.schedule-table td p img {
  width: 100%;
  height: auto;
  max-height: 140px;
  min-height: 100%;
  object-fit: cover;
}
.schedule-day td p i {
  font-size: 1.1rem;
}
.shop-schedule-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: baseline;
  height: 50px;
  line-height: 1.8;
  padding-left: 5px;
}
.shop-schedule-item h3 {
  width: 100%;
  height: 42px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.shop-schedule-item .body-size {
  width: 100% !important;
}
.schedule-week {
  width: 100%;
  height: 90px;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.schedule-week::-webkit-scrollbar {
  display: none;
}
.schedule-day {
  width: calc(100% / 5);
  font-size: 1.2rem;
  background: #fff;
  text-align: center;
}
.schedule-day div:first-of-type {
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f4f5f6;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #ccc;
}
.schedule-day div:nth-of-type(2) {
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  font-weight: 700;
}
.schedule-doyou {
  background-color: #67a0ff !important;
  color: #ffffff !important;
}
.schedule-niti {
  background-color: #fb322b !important;
  color: #ffffff !important;
}
.schedule-atwork { /* 出勤の場合 */
  background: #FFFEEE;
  font-weight: 700;
}
.schedule-undecided { /* 未定の場合 */
  background: #eee;
}
@media screen and (min-width: 35.5625em) {
  .schedule-table td {
    height: 169px;
    max-height: 169px;
  }
  .schedule-table td:first-of-type {
    width: 20%;
    padding: 0;
    overflow: hidden;
  }
  .schedule-table td:nth-of-type(2) {
    width: 80%;
    padding: 0;
  }
  .schedule-table td p {
    max-height: 169px;
  }
  .schedule-table td p img {
    max-height: 169px;
  }
  .schedule-day td p i {
    font-size: 1.1rem;
  }
  .schedule-week {
    height: 120px;
  }
  .schedule-day {
    font-size: 1.5rem;
  }
  .schedule-day div:first-of-type {
    height: 24px;
  }
  .schedule-day div:nth-of-type(2) {
    height: 96px;
  }
}
@media screen and (min-width: 48.0625em) {
  .schedule-table td {
    height: 170px;
    max-height: 170px;
  }
  .schedule-table td p {
    max-height: 170px;
  }
  .schedule-table td p img {
    max-height: 170px;
  }
  .schedule-table td:first-of-type {
    width: 15%;
  }
  .schedule-table td:nth-of-type(2) {
    width: 85%;
  }
  .shop-schedule-item .body-size {
    font-size: 110% !important;
    padding-right: 5px;
  }
}
@media screen and (min-width: 64.0625em) {
  .schedule-table td {
    height: 200px;
    max-height: 200px;
  }
  .schedule-table td p {
    max-height: 200px;
  }
  .schedule-table td p img {
    max-height: 200px;
    min-height: 100%;
  }
  .schedule-table {
    margin-bottom: 10px;
  }
  .schedule-day div:first-of-type {
    height: 30px;
  }
  .schedule-day div:nth-of-type(2) {
    height: 120px;
  }
  .schedule-week {
    height: 150px;
  }
}
/* ******************************
     スケジュール一覧（プロフ内）
   ****************************** */
.prof-schedule-week {
  padding: 4px;
  background-color: #f4f5f6;
  margin-bottom: 10px;
  overflow: hidden;
  border-bottom: 1px solid #1a1a1a;
}
@media screen and (min-width: 48.0625em) {
  .prof-schedule-weekbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.prof-schedule-week h3 {
  text-indent: 1em;
  letter-spacing: 0.05rem;
  padding: 4px 0;
  font-size: 1.4rem;
  font-weight: normal;
  background-color: #fff;
  border-radius: 4px 4px 0 0;
  width: 100%;
}
@media screen and (min-width: 48.0625em) {
  .prof-schedule-week h3 {
    width: 290px;
    line-height: 37px;
    height: 44px;
    border-radius: 0;
    font-size: 1.6rem;
    text-indent: 0em;
    text-align: center;
  }
}
.prof-schedule-week article {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
}
@media screen and (min-width: 48.0625em) {
  .prof-schedule-week article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.prof-schedule-week article::-webkit-scrollbar {
  height: 8px;
}
.prof-schedule-week article::-webkit-scrollbar-thumb {
  background: #fb322b;
}
.prof-schedule-week article label {
  height: 32px;
  padding: 0 4px;
  letter-spacing: 0.045em;
  line-height: 32px;
}
.prof-schedule-week input[type=checkbox] + span::before {
  background: #fff;
  border: 1px solid #484848;
}
.prof-schedule-week select {
  color: #f4f5f6;
  background-color: #484848;
  border: 1px solid #333333;
  font-size: 1.6rem;
}
@media screen and (min-width: 48.0625em) {
  .prof-schedule-week select {
    width: 50%;
  }
}
.prof-schedule-week .acbutton p {
  font-size: 1.3rem;
  text-align: center;
  width: 300px;
  padding: 12px;
  border-radius: 30px;
  margin: 0 auto;
  background-color: #232323;
}
.prof-schedule-week button {
  width: 280px;
  color: #ffffff;
  font-size: 2rem;
  background-color: #fb322b;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 1px #4b252b;
  box-shadow: 0 4px 1px #4b252b;
}
.prof-schedule-week .search_submit {
  text-align: center;
}
.prof-schedule-week .search_submit a div {
  margin-top: 4px;
  color: #888888;
}
.prof-schedule-table {
  width: 100%;
  margin-bottom: 2px;
}
.prof-schedule-table td {
  height: 117px;
  max-height: 117px;
  overflow: hidden;
}
.prof-schedule-table td:first-of-type {
  width: 24%;
  padding: 0;
  overflow: hidden;
}
.prof-schedule-table td:nth-of-type(2) {
  width: 76%;
  padding: 0;
}
.prof-schedule-table td p {
  width: 100%;
  height: 100%;
  max-height: 117px;
  overflow: hidden;
}
.prof-schedule-table td p img {
  width: 100%;
  height: auto;
  max-height: 117px;
  object-fit: cover;
}
.prof-schedule-day td p i {
  font-size: 1.1rem;
}
.prof-schedule-item {
  display: flex;
  align-items: baseline;
  height: 27px;
  line-height: 27px;
}
.prof-schedule-item h3 {
  margin: 0 0 0 5px;
  padding: 0;
}
.prof-schedule-week {
  width: 100%;
  height: 90px;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.prof-schedule-week::-webkit-scrollbar {
  display: none;
}
.prof-schedule-day {
  width: calc(100% / 5);
  font-size: 1.2rem;
  background: #fff;
  text-align: center;
}
.prof-schedule-day div:first-of-type {
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f4f5f6;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #ccc;
}
.prof-schedule-day div:nth-of-type(2) {
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
}
.prof-schedule-doyou {
  background-color: #67a0ff !important;
  color: #ffffff !important;
}
.prof-schedule-niti {
  background-color: #fb322b !important;
  color: #ffffff !important;
}
@media screen and (min-width: 35.5625em) {
  .prof-schedule-table td {
    height: 149px;
    max-height: 149px;
  }
  .prof-schedule-table td p {
    max-height: 149px;
  }
  .prof-schedule-table td p img {
    max-height: 149px;
  }
  .prof-schedule-day td p i {
    font-size: 1.1rem;
  }
  .prof-schedule-item {
    height: 29px;
    line-height: 29px;
  }
  .prof-schedule-week {
    height: 120px;
  }
  .prof-schedule-day {
    font-size: 1.5rem;
  }
  .prof-schedule-day div:first-of-type {
    height: 24px;
  }
  .prof-schedule-day div:nth-of-type(2) {
    height: 96px;
  }
}
@media screen and (min-width: 48.0625em) {
  .prof-schedule-table td:first-of-type {
    width: 16%;
  }
  .prof-schedule-table td:nth-of-type(2) {
    width: 84%;
  }
}
@media screen and (min-width: 64.0625em) {
  .prof-schedule-table {
    margin-bottom: 10px;
  }
  .prof-schedule-table td:first-of-type {
    width: 12%;
  }
  .prof-schedule-table td:nth-of-type(2) {
    width: 88%;
  }
}
/* ******************************
            掲載女性一覧
   ****************************** */
.girls-timelist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px auto;
  background: #ccc;
}
.girls-timelist li {
  flex: auto;
  text-align: center;
  font-size: 1.4rem;
  margin-right: 2px;
  padding: 5px 0;
  background: #fff;
  position: relative;
}
.girls-timelist li:last-child {
  margin-right: 0;
}
.girls-timelist li span {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #FF0000;
}
.girls-timelist > .checked {
  background: rgba(131, 201, 213, 0.40);
  border-bottom: 4px solid rgba(131, 201, 213, 1.00);
  font-weight: 700;
  color: #1018C9;
  padding: 2px 0;
}
.girls-timelist > .checked span {
  color: #1018C9;
  font-size: 1.2rem;
}
.girls-list {
  width: calc(100% - 10px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 9px;
  margin: 5px;
}
.girls-list li {
  width: calc((100% / 2) - 7px);
  position: relative;
}
.girls-list li h4 {
  width: 100%;
  font-size: 1.6rem;
  color: #FF009B;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 2px 5px;
  line-height: 1.4em;
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 3px;
  margin-bottom: 1px;
}
.girls-list li h4 span {
  display: block;
  font-size: 1.3rem;
  color: #666;
  padding-left: 5px;
}
.girls-list li img {
  width: 100%;
  height: auto;
  max-height: 273px;
  min-height: 273px;
  object-fit: cover;
  border: 1px solid #ccc;
}
.girls-list li p {
  margin: 0;
  padding: 2px 8px;
}
.girls-list-title {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 1px;
  height: 16%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  background: #0006;
  transition: .1s;
  line-height: 22px;
}
.girls-list-title span {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.girls-list-title span i {
  margin-right: 5px;
  margin-left: 1px;
}
@media screen and (min-width: 30.0625em) {
  .girls-list li {
    width: calc((100% / 3) - 7px);
  }
  .girls-list li img {
    max-height: 360px;
    min-height: 360px;
  }
  .girls-list-title {
    height: 12%;
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (min-width: 48em) {
  .girls-list-title {
    height: 14%;
    justify-content: center;
    font-size: 16px;
    line-height: 22px;
  }
  .girls-list li img {
    max-height: 360px;
    min-height: 360px;
  }
}
@media screen and (min-width: 64em) {
  .girls-timelist li {
    font-size: 1.5rem;
  }
  .girls-timelist li span {
    font-size: 1.2rem;
  }
  .girls-list li {
    width: calc((100% / 4) - 7px);
  }
}
/* ******************************
          女性プロフィール
   ****************************** */
@media screen and (min-width: 48.0625em) {
  .profile-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .main-container {
    padding-left: 10px;
  }
  .sub-container {
    display: flex;
    flex-direction: column;
  }
}
.girlprof {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.girlprof-slider {
  width: 100%;
  max-width: 360px !important;
  display: flex;
  margin: 10px auto 0;
  flex-direction: column;
}
.girlprof-slider {
  flex-basis: 100%
}
.girlprof-slider > #slider {
  width: 100%;
  max-height: 540px;
  margin: 0 auto
}
.slide-item {
  width: 360px !important;
  height: 540px !important;
}
.slide-item img {
  width: 100% !important;
  height: 540px !important;
  object-fit: cover !important
}
@media screen and (max-width: 376px) {
  .slide-item {
    width: 100% !important;
    max-width: 360px !important;
    height: auto !important;
  }
  .slide-item img {
    width: 100% !important;
    height: auto!important;
  }
}
#thumbnail-list {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap
}
.thumbnail-item {
  flex: 0 1 20%;
  margin-bottom: 10px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.thumbnail-item:after {
  content: "";
  background-color: #00000080;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: .3s opacity linear;
  transition: .3s opacity linear
}
.thumbnail-item.thumbnail-current:after {
  opacity: 0
}
.thumbnail-item img {
  width: 100% !important;
  min-width: 72px !important;
  height: 96px !important;
  object-fit: cover !important;
  margin: 0 auto
}
@media screen and (max-width: 376px) {
.thumbnail-item img {
  width: calc(100% / 5) !important;
  height: auto!important;
}
}
.tenmetu {
  -webkit-animation: flash 2s linear infinite;
  animation: flash 2s linear infinite
}
@keyframes flash {
  0%, 100% {
    opacity: 1
  }
  50% {
    opacity: .5
  }
}
.slick-slider .slick-item {
  display: flex;
  justify-content: center;
  align-items: center
}
.slick-slider .slick-item img {
  width: 100%;
  height: 200px;
  object-fit: cover
}
@media screen and (min-width: 48.0625em) {
  .slick-slider .slick-item img {
    height: 130px
  }
}
.girlprof-info {
  width: calc(100% - 20px);
  margin: 0 10px;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
}
.girlprof-info h4 {
  text-align: center;
  font-size: 2rem;
  color: #FF4F8B;
}
.girlprof-info p {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
}
.girlsprof-type {
  width: calc(100% - 20px);
  margin: 10px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 5px;
}
.girlsprof-type span {
  padding: 2px 10px;
  border-radius: 15px;
  color: #fff;
  font-size: 1.2rem;
}
.figure-body {
  background: #CD45BD;
} /*スレンダー/ぽっちゃり/ナイスバディー/長身/小柄*/
.character {
  background: #4394FF;
} /*巨乳/セクシー/ロリータ/お姉さん/ギャル/お嬢様/人妻・熟女/痴女・女王様/M女/学生/OL/初心者*/
.personality {
  background: #3AA93F;
} /*元気いっぱい/おっとり/天然/話し上手/聞き上手/サッパリ/癒し/清楚・お上品/従順*/
.prof-introduction {
  width: calc(100% - 20px);
  margin: 0 10px 10px;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
}
.prof-introduction h5 {
  padding: 5px;
  font-size: 1.6rem;
  text-align: center;
}
.prof-introduction ul {
  padding: 10px 0
}
.prof-introduction ul li {
  padding: 10px 0
}
.prof-introduction ul h6 {
  font-size: 1.7rem;
}
.prof-introduction ul span {
  padding: 0 10px;
  font-size: 1.7rem;
  line-height: 1.6
}
@media screen and (min-width: 48.0625em) {
  .prof-introduction {
    margin-top: 10px;
  }
}
.height-auto {
  height: auto !important;
}
.available-options {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.available-options span {
  font-size: 1.3rem !important;
}
.available-options span::before {
  content: "・";
  margin-right: 2px;
}
/* ******************************
          投稿写メ日記一覧
   ****************************** */
.girls-diary-list {
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 10px;
}
.girls-diary-list li {
  width: 100%;
  border: 1px solid #FF38BA;
  padding: 20px;
  border-radius: 20px;
  background: #fff;
}
@media screen and (min-width: 48em) {
  .girls-diary-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .girls-diary-list li {
    width: calc(50% - 5px);
  }
}
.girls-diary-list .diary-title {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 2px solid #FF38BA;
}
.girls-diary-list .diary-title > div {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
  font-weight: normal;
  color: #fff;
  background: #FF437C;
  padding: 1px 10px;
  border-radius: 5px;
  animation: flash 1.5s;
  opacity: 1;
  animation-iteration-count: infinite
}
@keyframes flash {
  0% {
    opacity: 1
  }
  40% {
    opacity: 0.5
  }
  100% {
    opacity: 1
  }
}
.girls-diary-list .diary-title .diary-thumbnail {
  width: 46px;
  height: 46px;
  overflow: hidden;
  margin-right: 5px;
}
.girls-diary-list .diary-thumbnail img {
  width: 100%;
  height: auto;
  max-height: 46px;
  object-fit: cover;
  border-radius: 50%;
}
.girls-diary-list .diary-title span {
  width: calc(100% - 146px);
  font-size: 120%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.girls-diary-list .diary-title span:nth-child(3) {
  width: 100px;
  font-size: 90%;
}
.girls-diary-list .diary-info {
  display: flex;
}
.girls-diary-list .diary-image {
  width: 30%;
  height: 127px;
  overflow: hidden;
}
.girls-diary-list .diary-image img {
  width: 96px;
  height: 127px;
  object-fit: cover;
}
.girls-diary-list .diary-comments {
  width: 70%;
  max-height: 123px;
  overflow: hidden;
  line-height: 1.8em;
  padding: 0 10px;
}
.girls-diary-list .diary-comments {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
@media screen and (min-width: 64em) {
  .girls-diary-list .diary-image {
    width: 30%;
    height: 173px;
    overflow: hidden;
  }
  .girls-diary-list .diary-image img {
    width: 130px;
    height: 173px;
    object-fit: cover;
  }
  .girls-diary-list .diary-comments {
    max-height: 175px;
    font-size: 110%;
    line-height: 1.85em;
  }
  .girls-diary-list .diary-comments {
    -webkit-line-clamp: 6;
  }
}
.girls-diary-list .diary-prof {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 110%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #FF5A81;
  font-weight: 700;
}
.girls-diary-list .diary-prof span {
  font-size: 80%;
  font-weight: normal;
  color: #666;
}
.girls-diary-list .diary-private {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 90%;
  font-weight: normal;
  color: #fff;
  background: #FFA8C9;
  border-radius: 50%;
  text-align: center;
}
.girls-diary-list .diary-private a {
  display: block;
}
.girls-diary-list .diary-private:hover {
  border: 2px dashed #FF1F7E;
  border-radius: 50%;
  cursor: pointer;
}
.girls-diary-list .diary-private:active {
  background: #FF74A9;
}
/* ******************************
         投稿写メ日記(個人)
   ****************************** */
.girls-diary {
  width: calc(100% - 20px);
  margin: 10px;
  background: #fff;
  border-top-left-radius: 26px;
}
.girls-diary li:first-child {
  display: flex;
  justify-content: flex-start;
  margin: 0 20px 5px 20px;
  padding-bottom: 5px;
  padding: 15px 0 5px;
  border-bottom: 2px solid #FF38BA;
}
.girls-diary li:nth-child(2) {
  padding: 10px 20px;
}
.girls-diary .diary-thumbnail {
  width: 46px;
  height: 46px;
  overflow: hidden;
  margin-right: 5px;
}
.girls-diary .diary-thumbnail img {
  width: 100%;
  height: auto;
  max-height: 46px;
  object-fit: cover;
  border-radius: 50%;
}
.girls-diary .diary-image {
  width: 80%;
  max-width: 270px;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
  border: 1.5px solid #666;
}
@media screen and (min-width: 64em) {
  .girls-diary {
    width: calc(100% - 80px);
    margin: 20px 40px;
    display: flex;
    flex-wrap: wrap;
  }
  .girls-diary li:first-child {
    width: calc(100% - 40px);
  }
  .girls-diary li:nth-child(2) {
    width: 40%;
  }
  .girls-diary li:nth-child(3) {
    width: 60%;
  }
  .girls-diary .diary-image {
    max-width: 320px;
  }
  .girls-diary .diary-title {}
  .girls-diary .diary-info {}
}
.girls-diary .diary-image img {
  width: 100%;
  height: auto;
  max-width: 270px;
}
.girls-diary .diary-prof {
  width: calc(100% - 51px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  ;
  font-size: 120%;
  margin: 0;
  padding: 0;
  line-height: 1.3;
  margin-left: auto;
}
.girls-diary .diary-prof span {
  width: calc(100% - 20px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #980D0D;
}
.girls-diary .diary-prof > div {
  font-size: 80%;
}
@media screen and (min-width: 64em) {
  .girls-diary .diary-prof {
    flex-direction: row;
  }
  .girls-diary .diary-prof span {
    width: 50%;
  }
  .girls-diary .diary-prof > div {
    width: calc(50% - 20px);
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.girls-diary .diary-title {
  margin: 10px 20px;
  font-size: 120%;
  font-weight: 700;
}
.girls-diary .diary-info {
  padding: 0 20px 20px;
}
.girls-diary .diary-comments {
  width: 100%;
  position: relative;
  padding-bottom: 30px;
  font-size: 110%;
  line-height: 2.4
}
.girls-diary .diary-comments .posting-time {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 80%;
}
/* ******************************
         スマホ撮り一覧
****************************** */
.girls-sumahodori-list {
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 10px
}
.girls-sumahodori-list li {
  width: 100%;
  border: 1px solid #FF38BA;
  padding: 20px;
  border-radius: 20px;
  background: #fff
}
@media screen and (min-width: 48em) {
  .girls-sumahodori-list {
    flex-direction: row;
    flex-wrap: wrap
  }
  .girls-sumahodori-list li {
    width: calc(50% - 5px)
  }
}
.girls-sumahodori-list h4 {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 2px solid #FF38BA
}
.girls-sumahodori-list h4 > div {
  position: absolute;
  top: -10px;
  right: 0;
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  background: #FF437C;
  padding: 1px 10px;
  border-radius: 5px;
  animation: flash 1.5s;
  opacity: 1;
  animation-iteration-count: infinite
}
@keyframes flash {
  0% {
    opacity: 1
  }
  40% {
    opacity: .5
  }
  100% {
    opacity: 1
  }
}
.girls-sumahodori-list .girls-sumahodori-thumbnail {
  width: 46px;
  height: 46px;
  overflow: hidden;
  margin-right: 5px
}
.girls-sumahodori-list .girls-sumahodori-thumbnail img {
  width: 100%;
  height: auto;
  max-height: 46px;
  object-fit: cover;
  border-radius: 50%
}
.girls-sumahodori-list h4 span {
  width: calc(100% - 46px);
  font-size: 120%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.girls-sumahodori-list h4 span:nth-child(3) {
  width: 100px;
  font-size: 90%
}
.girls-sumahodori-list .girls-sumahodori-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.girls-sumahodori-list .girls-sumahodori-info .girls-sumahodori-image {
  width: 32%;
  height: 127px;
  overflow: hidden;
}
.girls-sumahodori-list .girls-sumahodori-info .girls-sumahodori-image img {
  display: block;
  width: 100%;
  height: 127px;
  max-height: 127px;
  object-fit: cover;
}
@media screen and (min-width: 30.0625em) {
  .girls-sumahodori-list .girls-sumahodori-info .girls-sumahodori-image {
    height: 160px;
  }
  .girls-sumahodori-list .girls-sumahodori-info .girls-sumahodori-image img {
    height: 160px;
    max-height: 160px;
  }
}
@media screen and (min-width: 35.5em) {
  .girls-sumahodori-list .girls-sumahodori-info .girls-sumahodori-image {
    height: 200px;
  }
  .girls-sumahodori-list .girls-sumahodori-info .girls-sumahodori-image img {
    height: 200px;
    max-height: 200px;
  }
}
@media screen and (min-width: 48em) {
  .girls-sumahodori-list .girls-sumahodori-info .girls-sumahodori-image {
    height: 130px;
  }
  .girls-sumahodori-list .girls-sumahodori-info .girls-sumahodori-image img {
    height: 130px;
    max-height: 130px;
  }
}
@media screen and (min-width: 64em) {
  .girls-sumahodori-list .girls-sumahodori-info .girls-sumahodori-image {
    height: 180px;
  }
  .girls-sumahodori-list .girls-sumahodori-info .girls-sumahodori-image img {
    height: 180px;
    max-height: 180px;
  }
}
.girls-sumahodori-list .girls-sumahodori-prof {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 110%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #FF5A81;
  font-weight: 700
}
.girls-sumahodori-list .girls-sumahodori-prof span {
  font-size: 80%;
  font-weight: 400;
  color: #666
}
.girls-sumahodori-list .girls-sumahodori-private {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 90%;
  font-weight: 400;
  color: #fff;
  background: #FFA8C9;
  border-radius: 50%;
  text-align: center;
}
.girls-sumahodori-list .girls-sumahodori-private a {
  display: block
}
.girls-sumahodori-list .girls-sumahodori-private:hover {
  border: 2px dashed #FF1F7E;
  border-radius: 50%;
  cursor: pointer
}
.girls-sumahodori-list .girls-sumahodori-private:active {
  background: #FF74A9
}
/* ******************************
       個別料金（設定なしは非表示）
   ****************************** */
.girls-price {
  width: calc(100% - 20px);
  margin: 10px;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  font-weight: 700;
}
.girls-price table td:first-child {
  width: 16%;
}
.girls-price table td:nth-child(2) {
  width: 21%;
}
.girls-price table td:nth-child(3) {
  width: 63%;
}
.introductory-text {
  width: calc(100% - 20px);
  margin: 10px;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
}
.introductory-text p {
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 16px;
  font-weight: 700;
}
/* ******************************
              求人情報
   ****************************** */
#shopbox-recruit table {
  width: calc(100% - 10px);
  margin: 20px 5px;
}
#shopbox-recruit table td:first-child {
  width: 20%;
  border-right: 1px dashed;
}
#shopbox-recruit table td:last-child {
  width: 80%;
}
@media screen and (min-width: 48.0625em) {
  #shopbox-recruit table {
    width: 90%;
    margin: 20px auto;
  }
  #shopbox-recruit table td:first-child {
    width: 20%;
    border-right: 1px dashed;
  }
  #shopbox-recruit table td:last-child {
    width: 80%;
  }
}
/* ******************************
             キャンペーン
   ****************************** */
.shopin-campaign {
  width: calc(100% - 20px);
  margin: 10px;
  background: #fff;
  border-radius: 6px
}
.shopin-campaign li:first-child {
  display: flex;
  justify-content: flex-start;
  margin: 0 20px 5px 20px;
  padding: 15px 0 5px;
  border-bottom: 2px solid #19BA25
}
.shopin-campaign li:nth-child(2) {
  display: block;
  padding: 10px 20px
}
.shopin-campaign li:nth-child(3) {
  display: block;
  padding: 10px
}
.shopin-campaign .shopin-campaign-image {
  width: 80%;
  max-width: 270px;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
  border: 1.5px solid #666
}
.shopin-campaign .shopin-campaign-image img {
  width: 100%;
  height: auto;
  max-width: 270px
}
.shopin-campaign .shopin-campaign-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 120%;
  margin: 0;
  padding: 0;
  line-height: 1.3;
}
.shopin-campaign .shopin-campaign-title span {
  width: calc(100%);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #005B13
}
.shopin-campaign .shopin-campaign-title > div {
  font-size: 80%
}
.shopin-campaign .shopin-campaign-info {
  width: 96%;
  margin: 10px auto;
  padding: 20px;
  border-radius: 5px;
}
.shopin-campaign .shopin-campaign-comments {
  width: 100%;
  position: relative;
  font-size: 120%;
  line-height: 2.0
}
@media screen and (min-width: 48em) {
  .shopin-campaign .shopin-campaign-info {
    width: 80%;
    border-radius: 20px;
  }
}
@media screen and (min-width: 64em) {
  .shopin-campaign {
    width: calc(100% - 80px);
    margin: 20px 40px;
    display: flex;
    flex-wrap: wrap
  }
  .shopin-campaign li:first-child {
    width: calc(100% - 40px)
  }
  .shopin-campaign li:nth-child(2) {
    width: 35%
  }
  .shopin-campaign li:nth-child(3) {
    width: 65%
  }
  .shopin-campaign .shopin-campaign-image {
    width: 100%;
    margin-top: 10px
  }
  .shopin-campaign .shopin-campaign-image img {
    max-width: 320px;
  }
  .shopin-campaign .shopin-campaign-title {
    flex-direction: row
  }
  .shopin-campaign .shopin-campaign-title span {
    width: 50%
  }
  .shopin-campaign .shopin-campaign-title > div {
    width: 50%;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
  }
  .shopin-campaign .shopin-campaign-info {
    width: 90%;
    border-radius: 20px;
  }
}
/* ******************************
       利用可能ホテルリスト
****************************** */
.hotel-list {
  width: 100%;
  padding: 10px;
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 10px
}
.hotel-list li {
  width: 100%;
  border: 1px solid #666;
  padding: 20px;
  border-radius: 20px;
  background: #fff
}
@media screen and (min-width: 48em) {
  .hotel-list {
    flex-direction: row;
    flex-wrap: wrap
  }
  .hotel-list li {
    width: calc(50% - 5px)
  }
}
.hotel-list h4 {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 2px solid #666
}
.hotel-list h4 {
  width: 100%;
  font-size: 120%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.hotel-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 2.4;
  font-size: 1.1em;
  margin: 10px 0;
}
.hotel-info .hotel-traffic {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px dotted #666;
}
.hotel-info .hotel-traffic span {
  font-size: 1.2em;
  font-weight: 700;
}
.hotel-info .hotel-time-required {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px dotted #666;
}
.hotel-info .hotel-time-required span {
  font-size: 1.2em;
  font-weight: 700;
}
.hotel-list .hotel-prof {
  position: relative;
  width: calc(100% - 10px);
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  font-size: 100%;
  color: #666;
  font-weight: 700
}
.hotel-list .hotel-prof span {
  font-size: 90%;
  font-weight: 400;
  color: #666
}
.hotel-list .hotel-prof > div {
  position: absolute;
  bottom: -5px;
  right: 0;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  background: #6C3200;
  padding: 1px 10px;
  border-radius: 5px;
  animation: flash 1.5s;
  opacity: 1;
  animation-iteration-count: infinite
}
@media screen and (min-width: 64em) {
  .hotel-list .hotel-prof > div {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 1.4rem;
    font-weight: 400;
    color: #fff;
    background: #6C3200;
    padding: 1px 10px;
    border-radius: 5px;
    animation: flash 1.5s;
    opacity: 1;
    animation-iteration-count: infinite
  }
}
@keyframes flash {
  0% {
    opacity: 1
  }
  40% {
    opacity: .5
  }
  100% {
    opacity: 1
  }
}
/* ******************************
             外部リンク
   ****************************** */
.other-link {
  width: calc(100% - 20px);
  margin: 20px 10px 50px;
  background: #fff;
  padding: 10px;
}
.other-link ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.other-link ul li {
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-bottom: 1px dashed #666;
  padding-bottom: 5px;
  font-size: 90%;
}
.other-link ul li img {
  width: 200px;
  height: 40px;
}
.other-link ul li a {
  text-decoration: underline;
  color: #417CFF;
}
.other-link ul li span:first-child {
  width: 100%;
  height: 40px;
}
.other-link ul li span:nth-child(2) {
  font-size: 100%;
}
.other-link ul li span:nth-child(3) {
  font-weight: 700;
}
@media screen and (min-width: 48.0625em) {
  .other-link {
    width: calc(100% - 20px);
    margin: 20px 10px 50px;
    background: #fff;
    padding: 10px;
  }
  .other-link ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .other-link ul li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 10px;
    border-bottom: 1px dashed #666;
    padding-bottom: 10px;
    font-size: 110%;
  }
  .other-link ul li img {
    width: 100%;
    height: 40px;
  }
  .other-link ul li a {
    text-decoration: underline;
    color: #417CFF;
  }
  .other-link ul li span:first-child {
    width: 200px;
    height: 40px;
  }
  .other-link ul li span:nth-child(2) {
    font-size: 115%;
  }
  .other-link ul li span:nth-child(3) {
    font-weight: 700;
  }
}
/* ******************************
            TOPへボタン
   ****************************** */
#t-scroll {
  position: fixed;
  bottom: 130px;
  right: 20px;
}
#t-scroll a {
  background-color: rgba(0, 0, 0, 0.40);
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  border-radius: 50%;
}
#t-scroll a:hover {
  background-color: #666;
  text-decoration: none;
}
#t-scroll i {
  font-size: 2.6rem;
  font-weight: normal;
}
@media screen and (min-width: 48.0625em) {
  #t-scroll {
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 1000;
  }
  #t-scroll a {
    background-color: rgba(0, 0, 0, 0.50);
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
  }
  #t-scroll a:hover {
    background-color: #666;
    text-decoration: none;
  }
  #t-scroll i {
    font-size: 2.6rem;
    font-weight: normal;
  }
}
#page_top {
  position: fixed;
  bottom: 130px;
  right: 20px;
}
#page_top a {
  background-color: rgba(0, 0, 0, 0.40);
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  border-radius: 50%;
}
#page_top a:hover {
  background-color: #666;
  text-decoration: none;
}
#page_top i {
  font-size: 2.6rem;
  font-weight: normal;
}
@media screen and (min-width: 48.0625em) {
  #page_top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 1000;
  }
  #page_top a {
    background-color: rgba(0, 0, 0, 0.50);
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
  }
  #page_top a:hover {
    background-color: #666;
    text-decoration: none;
  }
  #page_top i {
    font-size: 2.6rem;
    font-weight: normal;
  }
}
/* ******************************
            注意事項（PC）
   ****************************** */
@media screen and (max-width: 48.0624em) {
  #caution-pc {
    display: none;
  }
}
@media screen and (min-width: 48.0625em) {
  #caution-pc .caution-info {
    width: calc(100% - 20px);
    margin: 10px;
    padding: 10px;
    background: #fff;
  }
}
/* ******************************
            注意事項（SP）
   ****************************** */
#caution-sp .caution-info {
  width: calc(100% - 20px);
  margin: 5px 10px;
  padding: 10px;
  background: #fff;
}
@media screen and (min-width: 48.0625em) {
  #caution-sp {
    display: none;
  }
}
/* ******************************
            外部リンク（SP）
   ****************************** */
.sp-otherlink {
  width: 100%;
  padding: 10px;
  margin: 20px auto 0;
  text-align: center;
}
.sp-otherlink p {
  width: 60%;
  margin: 0 auto;
  padding: 10px;
  background: #0D960C;
  font-size: 110%;
  border-radius: 20px;
  color: #fff;
}
@media screen and (min-width: 48.0625em) {
  .sp-otherlink {
    display: none;
  }
}
/* ******************************
           ページネーション
   ****************************** */
#girls-pagination > div {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 30px;
}
.girls-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
  list-style-type: none;
  padding: 0
}
.girls-pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  border: 1px solid #ff38ba;
  border-radius: 1px;
  color: #ff38ba;
  background: #FFEEEF;
}
.girls-pagination a:not(:hover) {
  text-decoration: none
}
.girls-pagination .current a {
  background-color: #ff38ba;
  color: #fff;
  pointer-events: none
}
.girls-pagination .prev a, .girls-pagination .next a {
  gap: 0 4px;
  width: auto;
  padding: .5em .8em;
  line-height: 1
}
.girls-pagination .prev a::before, .girls-pagination .next a::after {
  display: inline-block;
  transform: rotate(45deg);
  width: .3em;
  height: .3em;
  content: ''
}
.girls-pagination .prev a::before {
  border-bottom: 1px solid #ff38ba;
  border-left: 1px solid #ff38ba
}
.girls-pagination .next a::after {
  border-top: 1px solid #ff38ba;
  border-right: 1px solid #ff38ba
}
/* ******************************
             セレクター
   ****************************** */
.girls-select {
  margin-top: 10px;
  padding: 10px 10px;
}
.girls-selectbox {
  position: relative;
}
.girls-selectbox::before, .girls-selectbox::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.girls-selectbox::before {
  right: 0;
  display: inline-block;
  width: 2.8em;
  height: 2.8em;
  border-radius: 0 25px 25px 0;
  background-color: #ff38ba;
  content: '';
}
.girls-selectbox::after {
  position: absolute;
  top: 50%;
  right: 1.4em;
  transform: translate(50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: '';
}
.girls-selectbox select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 230px;
  height: 2.8em;
  padding: .4em 3.6em .4em .8em;
  border: 2px solid #ff38ba;
  border-radius: 25px;
  color: #333;
  font-size: 1em;
  cursor: pointer;
}
.girls-selectbox select:focus {
  outline: 1px solid #ff38ba;
}
@media screen and (min-width: 48.0625em) {
  .girls-select {
    margin-top: 10px;
    padding: 10px 200px;
  }
  .girls-selectbox::before {
    width: 3.8em;
    height: 3.8em;
  }
  .girls-selectbox::after {
    right: 2em;
  }
  .girls-selectbox select {
    height: 3.2em;
    padding: .4em 7.2em .4em 1.6em;
    font-size: 1.2em;
  }
}
.border-none {
  border: none !important;
}