@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
body {
  letter-spacing: 1.5px; }

/* font */
/* color */
/*店舗ロゴ*/
.shop-logo img {
  filter: drop-shadow(1px 1px 0px #fff) !important;
  -webkit-filter: drop-shadow(1px 1px 0px #fff) !important;
  -moz-filter: drop-shadow(1px 1px 0px #fff) !important; }

/*ロゴリスト非表示*/
/* ロゴ*/
header #logo img {
  max-height: 30px;
  margin-top: 0px !important; }

@media (max-width: 767px) {
  header #logo img {
    max-height: 48px;
    margin-top: 4px !important; } }

/* デリヘル用ボタン切り替え */
.sec-shop-access .access-btn {
  display: none; }

.sec-shop-access .area-btn {
  display: block !important;
  width: 260px;
  font-size: 14px; }

nav#pc_nav li {
  padding: 5px 10px; }

@media (max-width: 767px) {
  header #logo img {
    max-height: auto;
    margin-top: 4px;
    max-width: 130px; }
  .sp_nav_logo img {
    height: auto;
    max-width: 180px; } }

.confirm_logo img {
  max-height: 120px; }

@media (max-width: 767px) {
  .confirm_logo {
    margin-bottom: 15px; }
  .confirm_logo img {
    max-height: 90px !important; }
  .confirm_text {
    margin: 12px 0 6px; }
  .confirm_btn_area li {
    padding: 6px 0; }
  .officialize_confirm_box {
    max-width: 270px; } }

/* カラーリング */
/* スマホフッター */
#footer_sp_contact {
  background: rgba(232, 148, 197, 0.85); }

#top_p_n #top_news .news_more,
.sidebar_info_title,
#cast_schedule .table .date,
#recruit_info_group table th,
#recruit_occupations table th,
#access_data table td:first-child,
#cast_faq th,
#cast_option th,
.col_cast > .f_box .time,
#sp_tel_btn a,
.col_cast > .f_box .cast_today,
.schedule_day li a:hover,
#schedule_list table .date td,
#price_basic table tr td:first-child,
#price_option table tr td:first-child {
  background: #E894C5 !important; }

#access_data table td:first-child {
  color: #fff; }

.section_title,
.price_title {
  border-left: 5px solid #E894C5; }

.table_title {
  border-left: 5px solid #E894C5 !important; }

.page_title,
.page_single_title {
  color: #E894C5 !important;
  border-color: #E894C5;
  text-transform: uppercase; }

header #sp_info .s_tel a {
  color: #E894C5; }

.cast_diary_check {
  display: none; }

/*キャストシングル*/
.cast_status a {
  background: #425797 !important; }

/*  グレード */
.single-cast .type_grade a,
.col_cast > .f_box .grade li a {
  background: #5197a0 !important; }

/*  タイプ */
.single-cast .type_category a,
.col_cast > .f_box .grade.c_c_category li a {
  background: #c5aa52 !important; }

/* table th */
/* table td */
#cast_schedule .table .t_cell .t_cell_inner,
#cast_option td,
#cast_faq td {
  background: #fff; }

#recruit_occupations table th {
  font-size: 14px; }

/*スケジュール*/
.schedule_today {
  border: 1px solid #E894C5; }

.schedule_today .target_day {
  background-color: #E894C5; }

.schedule_toggle li:not(.active) {
  border-color: #E894C5; }

.schedule_toggle li.active {
  background-color: #E894C5;
  border: 1px solid #E894C5; }

.schedule_toggle li a {
  color: #E894C5; }

.schedule_toggle li a:hover {
  background-color: #E894C5; }

#schedule_list table .status td {
  background: #fff; }

.schedule_day li {
  border-color: #E894C5; }

/*サイドtel*/
#sidebar_info ul li.tel a {
  color: #E894C5; }

/** setting start **/
.modal_confirm {
  font-family: serif;
  font-size: 14px;
  letter-spacing: 2px;
  word-break: keep-all;
  color: #fff;
  line-height: 34px;
  background: url(../images/bg001.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  text-align: center;
  min-height: 100vh; }
  .modal_confirm:after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.8) 50%);
    background-image: -o-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.8) 50%);
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.8) 50%);
    background-size: 2px 2px; }

.modal_confirm {
  /** confirm_footer **/ }
  .modal_confirm .outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh; }
  .modal_confirm .inner {
    position: relative;
    z-index: 1000; }
  .modal_confirm .confirm-container {
    max-width: 1200px;
    width: 100%;
    padding: 0 12px;
    margin: 0px auto; }
  .modal_confirm .logo {
    max-width: 250px;
    width: 100%;
    margin: 100px auto 48px; }
  .modal_confirm .shop-name {
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 40px; }
  .modal_confirm .catch001 {
    font-size: 14px;
    font-weight: normal;
    margin: 0 auto 32px;
    text-shadow: 0 0 1px #555555;
    max-width: 580px; }
  .modal_confirm .confirm-image {
    margin: 40px auto 0; }
  .modal_confirm .txt001 {
    font-size: 12px;
    line-height: 20px;
    margin: 24px auto 32px;
    letter-spacing: 2px; }
  .modal_confirm .txt001 span {
    color: #d0bd4a; }
  .modal_confirm .btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 28px;
    font-family: "Noto Sans JP";
    margin-bottom: 60px; }
  .modal_confirm .btn-list li:first-child {
    margin-right: 40px; }
  .modal_confirm .btn-list li a {
    width: 235px;
    display: block;
    font-weight: bold;
    letter-spacing: 5px;
    border: solid 2px #fff;
    padding: 12px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    cursor: pointer; }
  .modal_confirm .banner-box {
    max-width: 360px;
    margin: 0 auto 32px; }
  .modal_confirm .banner-box .banner {
    margin-bottom: 8px; }
  .modal_confirm .confirm_footer {
    text-align: center;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 1px;
    position: relative;
    bottom: 0;
    width: 100%;
    z-index: 1; }
    .modal_confirm .confirm_footer .copy {
      font-size: 14px;
      font-weight: normal; }
  @media only screen and (max-width: 768px) {
    .modal_confirm {
      /** footer **/ }
      .modal_confirm .outer {
        min-height: 100%; }
      .modal_confirm .logo {
        width: 200px;
        margin-top: 14vh; }
      .modal_confirm .sm-hidden {
        display: none; }
      .modal_confirm .sm-show {
        display: block; }
      .modal_confirm .wrapper {
        min-width: 100%; }
      .modal_confirm .shop-name {
        font-size: 12px; }
      .modal_confirm .catch001 {
        line-height: 30px; }
      .modal_confirm .confirm-image {
        margin: 0 auto; }
      .modal_confirm .btn-list {
        display: block;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 28px; }
        .modal_confirm .btn-list li:first-child {
          margin-right: 0px;
          margin-bottom: 20px; }
        .modal_confirm .btn-list li a {
          max-width: 100%;
          margin: 0 auto;
          width: 240px; }
      .modal_confirm .confirm_footer {
        margin-top: 60px;
        position: relative; }
        .modal_confirm .confirm_footer .copy {
          padding: 20px 0 7px;
          font-size: 10px;
          line-height: 20px; }
      .modal_confirm .sp-hidden {
        display: none; }
      .modal_confirm .sp-show {
        display: block; } }

/*
  https://wweb.dev/resources/animated-css-background-generator
  */
@-webkit-keyframes animate {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 50%; }
  100% {
    -webkit-transform: translateY(-1000px) rotate(720deg);
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%; } }

@keyframes animate {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 50%; }
  100% {
    -webkit-transform: translateY(-1000px) rotate(720deg);
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%; } }

.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 100; }
  .background li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-animation: animate 19s linear infinite;
    animation: animate 19s linear infinite;
    z-index: 100; }
    .background li:nth-child(0) {
      left: 19%;
      width: 1px;
      height: 1px;
      bottom: -1px;
      -webkit-animation-delay: 1s;
      animation-delay: 1s; }
    .background li:nth-child(1) {
      left: 48%;
      width: 1px;
      height: 1px;
      bottom: -1px;
      -webkit-animation-delay: 4s;
      animation-delay: 4s; }
    .background li:nth-child(2) {
      left: 20%;
      width: 5px;
      height: 5px;
      bottom: -5px;
      -webkit-animation-delay: 1s;
      animation-delay: 1s; }
    .background li:nth-child(3) {
      left: 37%;
      width: 4px;
      height: 4px;
      bottom: -4px;
      -webkit-animation-delay: 5s;
      animation-delay: 5s; }
    .background li:nth-child(4) {
      left: 71%;
      width: 1px;
      height: 1px;
      bottom: -1px;
      -webkit-animation-delay: 10s;
      animation-delay: 10s; }
    .background li:nth-child(5) {
      left: 82%;
      width: 3px;
      height: 3px;
      bottom: -3px;
      -webkit-animation-delay: 18s;
      animation-delay: 18s; }
    .background li:nth-child(6) {
      left: 16%;
      width: 6px;
      height: 6px;
      bottom: -6px;
      -webkit-animation-delay: 3s;
      animation-delay: 3s; }
    .background li:nth-child(7) {
      left: 6%;
      width: 5px;
      height: 5px;
      bottom: -5px;
      -webkit-animation-delay: 34s;
      animation-delay: 34s; }
    .background li:nth-child(8) {
      left: 72%;
      width: 2px;
      height: 2px;
      bottom: -2px;
      -webkit-animation-delay: 22s;
      animation-delay: 22s; }
    .background li:nth-child(9) {
      left: 41%;
      width: 1px;
      height: 1px;
      bottom: -1px;
      -webkit-animation-delay: 43s;
      animation-delay: 43s; }
    .background li:nth-child(10) {
      left: 72%;
      width: 3px;
      height: 3px;
      bottom: -3px;
      -webkit-animation-delay: 36s;
      animation-delay: 36s; }
    .background li:nth-child(11) {
      left: 78%;
      width: 3px;
      height: 3px;
      bottom: -3px;
      -webkit-animation-delay: 22s;
      animation-delay: 22s; }
    .background li:nth-child(12) {
      left: 74%;
      width: 1px;
      height: 1px;
      bottom: -1px;
      -webkit-animation-delay: 54s;
      animation-delay: 54s; }
    .background li:nth-child(13) {
      left: 45%;
      width: 3px;
      height: 3px;
      bottom: -3px;
      -webkit-animation-delay: 20s;
      animation-delay: 20s; }
    .background li:nth-child(14) {
      left: 21%;
      width: 1px;
      height: 1px;
      bottom: -1px;
      -webkit-animation-delay: 36s;
      animation-delay: 36s; }
    .background li:nth-child(15) {
      left: 60%;
      width: 4px;
      height: 4px;
      bottom: -4px;
      -webkit-animation-delay: 50s;
      animation-delay: 50s; }
    .background li:nth-child(16) {
      left: 69%;
      width: 3px;
      height: 3px;
      bottom: -3px;
      -webkit-animation-delay: 30s;
      animation-delay: 30s; }
    .background li:nth-child(17) {
      left: 7%;
      width: 5px;
      height: 5px;
      bottom: -5px;
      -webkit-animation-delay: 51s;
      animation-delay: 51s; }
    .background li:nth-child(18) {
      left: 73%;
      width: 2px;
      height: 2px;
      bottom: -2px;
      -webkit-animation-delay: 19s;
      animation-delay: 19s; }
