/* 共通事項 */
.post-navigation {
  display: flex;
  justify-content: center;
  gap: 10%;
}

.post-navigation > div {

}
.post-navigation > div a {
  color: #000;
  border-top: 4px solid #d8dcdc;
  border-right: 4px solid #666;
  border-bottom: 4px solid #333;
  border-left: 4px solid #868888;
  border-radius: 0;
  /* line-height: 3; */
  padding: 1em 2em;
  background-image: -webkit-linear-gradient(135deg, #333 0%, #868888 20%, #d8dcdc 34%, white 53%, #666 100%);
  background-image: linear-gradient(-45deg, #333 0%, #868888 20%, #d8dcdc 34%, white 53%, #666 100%);
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}

.post-navigation > div a:hover {
  text-shadow: 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff;
}

/* girls */
#giels {

}

.girls_list_area {
  width: 100%;
  gap: 3%;
  /* background-color: rgba(255, 255, 255, 0.6); */
  border-radius: 1vw;
}

.girls_list_area * {
  color: #454344;
}

.cast_gallery {
  width: 100%;
}

.cast_gallery .cast_image_item {
  width: 100%;
}

.cast_box {
  width: 30%;
  display: block;
}

.cast_box a {
  display: block;
}

.sales_tag_wrap {
  min-height: 12em;
}

.active_label,
.now_label,
.shift_label_box {
  font-size: 2vw;
  margin: 1vw 0;
  width: 100%;
  line-height: 2;
  border-radius: 3%;
  text-align: center;
  font-weight: 700;
}
.shift_label {
  width: auto;
}

.label_active {
  color: #fff;
  border: 2px solid #00c9ff;
  box-shadow:
    0 0 .5rem #fff,   /* 小さな輪郭 */
    inset 0 0 .5rem #fff,   /* 小さな輪郭 */
    0 0 2rem #00c9ff,  /* 中程度のぼかし */
    inset 0 0 2rem #00c9ff,  /* 中程度のぼかし */
    0 0 4rem #00c9ff,  /* 広がる光 */
    inset 0 0 4rem #00c9ff;  /* 広がる光 */
  text-shadow:
    -0.2rem -0.2rem 1rem #fff,
    0.2rem 0.2rem 1rem #fff,
    0 0 2rem #00c9ff,   /* 小さな輪郭 */
    0 0 4rem #00c9ff,  /* 中程度のぼかし */
    0 0 6rem #00c9ff,  /* 広がる光 */
    0 0 8rem #00c9ff,  /* オーラ感の外縁 */
    0 0 10rem #00c9ff;  /* 超拡散 */
  background-color: #000;
}

.label_inactive {
  border: 2px solid #00c9ff73;
  background-color: #00000090;
  color: #00c9ff73;
}

.label_now {
  color: #fff;
  border: 2px solid #ff70f5;
  box-shadow:
    0 0 .5rem #fff,   /* 小さな輪郭 */
    inset 0 0 .5rem #fff,   /* 小さな輪郭 */
    0 0 2rem #ff70f5,  /* 中程度のぼかし */
    inset 0 0 2rem #ff70f5,  /* 中程度のぼかし */
    0 0 4rem #ff70f5,  /* 広がる光 */
    inset 0 0 4rem #ff70f5;  /* 広がる光 */
  text-shadow:
    -0.2rem -0.2rem 1rem #fff,
    0.2rem 0.2rem 1rem #fff,
    0 0 2rem #ff70f5,   /* 小さな輪郭 */
    0 0 4rem #ff70f5,  /* 中程度のぼかし */
    0 0 6rem #ff70f5,  /* 広がる光 */
    0 0 8rem #ff70f5,  /* オーラ感の外縁 */
    0 0 10rem #ff70f5;  /* 超拡散 */
  background-color: #000;
}

.label_not {
  border: 2px solid #ff70f573;
  background-color: #00000090;
  color: #ff70f573;
}

.label_working {
  color: #fff;
  border: 2px solid #73ff70;
  box-shadow:
    0 0 .5rem #fff,   /* 小さな輪郭 */
    inset 0 0 .5rem #fff,   /* 小さな輪郭 */
    0 0 2rem #73ff70,  /* 中程度のぼかし */
    inset 0 0 2rem #73ff70,  /* 中程度のぼかし */
    0 0 4rem #73ff70,  /* 広がる光 */
    inset 0 0 4rem #73ff70;  /* 広がる光 */
  text-shadow:
    -0.2rem -0.2rem 1rem #fff,
    0.2rem 0.2rem 1rem #fff,
    0 0 2rem #73ff70,   /* 小さな輪郭 */
    0 0 4rem #73ff70,  /* 中程度のぼかし */
    0 0 6rem #73ff70,  /* 広がる光 */
    0 0 8rem #73ff70,  /* オーラ感の外縁 */
    0 0 10rem #73ff70;  /* 超拡散 */
  background-color: #000;
}

.label_before {
  border: 2px solid #73ff7073;
  background-color: #00000090;
  color: #73ff7073;
}

.countdown_text {
  font-size: 1vw;
  color: #ffffff;
}

/* cast_detail */
.cast_detail_area {
  width: 96%;
  padding: 3vw 2%;
  margin-bottom: 2vw;
  background-color: #1248dfd4;
}

#cast_detail .cast_catch {
  text-align: center;
  height: auto;
  font-size: 1.5vw;
}

.cast_catch {
  text-align: center;
  height: 3em;
  font-size: 1.5vw;
}

.cast_type {
  font-size: 1.2vw;
  padding: 0.5em 1em;
  width: fit-content;
  background-color: #262626;
  border-radius: 10px;
  margin: 1vw 0;
  color: #f5e30c;
  border: 2px solid #f5e30c;
}

.cast_name {
  height: 2em;
  font-size: 1.5vw;
}

.cast_age {
  font-size: 1.2vw;
  padding-left: 0.5em;
}

.cast_left,
.cast_right {
  width: 48%;
}

.cast_img {
  width: auto;
  max-height: 100vh;
  overflow: hidden;
}

.cast_spec_box {
  width: 100%;
  margin: 2vw 0;
}

.cast_spec_box table,
.cast_sales_point_tag_area table {
  width: 100%;
}
.cast_spec_box table th,
.cast_spec_box table td {
  font-size: 1.2vw;
  line-height: 2;
  border: 1px solid #ff0026;
  background-color: #ffffff;
  color: #242424;
  width: 4em;
  text-align: center;
}

.cast_img_box {
  width: 100%;
}

.cast_schedule_table_area {
  margin-bottom: 3vw;
}
.cast_week_table_area {
  width: 100%;
  margin: 1em 0;
}
.cast_week_table th,
.cast_week_table td {
  font-size: 1.2vw;
  padding: 0.5em;
  border: 1px solid #fff;
  border-collapse: collapse;
  text-align: center;
}
.cast_week_table tr:nth-child(2) td {
  border-bottom: none;
  padding-bottom: 0;
}
.cast_week_table tr:nth-child(2) .no_shift_cell {
  border-bottom: 1px solid #fff;
  padding-bottom: 0.5em;
}
.cast_week_table .divider {
  border-top: none;
  border-bottom: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.cast_week_table .divider span {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl; /* iOS Safari 対策 */
  text-orientation: upright;
  -webkit-text-orientation: upright; /* iOS Safari 対策 */
}
.cast_week_table tr:last-child td {
  border-top: none;
  padding-top: 0;
}
.cast_week_table th {
  background-color: #000;
  border-radius: 5px;
}

.comment_box {
  width: 96%;
  background-color: #f9f9f9; /* ノートの紙の色 */
  padding: 2%;
  border: 1px solid #c8c4c4;
  border-radius: 5px;

  /* --- ここからが罫線の設定 --- */
  background-image: linear-gradient(#eee 1px, transparent 1px);
  background-size: 100% 1.5em; /* 100%は横幅、2emは線の間隔 */
  line-height: 1.5;
  margin-bottom: 3vw;
  font-size: 1.2vw;
}

.cast_sales_point_tag_area {
  margin-bottom: 3vw;
}

.cast_sales_point_tag_area table th,
.cast_sales_point_tag_area table td {
  font-size: 1vw;
  border: 1px solid #ffffff;
}

.cast_sales_point_tag_area table th {
  font-size: 1.2vw;
  width: 10em;
}

.sales_tag {
  font-size: 1vw;
  display: inline-block;
  margin: 0.5em;
  padding: 4px 10px;
  border: 1px solid #ff70f5;
  border-radius: 100vh;
  background-color: rgba(5, 7, 5, 0.9);
  color: #ff70f5;
  white-space: nowrap;
}

.outside_link {
  margin-bottom: 1em;
  font-size: 1.3vw;
  display: inline-block;
}
.outside_link a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5em 1em;
  width: fit-content;
}
.icon {
  width: 2em;
  margin-right: 1em;
}

/* schedule */
#schedule {

}

.shift_tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
  justify-content: center;
}
.shift_tab {
  font-size: 1.2vw;
  padding: 0.5em 1em;
  width: 9em;
  border: 1px solid #ccc;
  background: #f7f7f7;
  cursor: pointer;
  border-radius: 4px;
  transition: 0.2s;
  color: #878181;
}
.shift_tab.active {
  background: #333;
  color: #fff;
}

/* informations */


/* news_detail */
#news_detail {

}

article {
  background-color: #ffffff;
  border-radius: 0 2vw 0 2vw;
}

.entry-title {
  position: relative;
  padding: 0.5em 1em;
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
  background-color: #ffffff;
  font-size: 1.5vw;
  line-height: 2;
}

.entry-title:before,
.entry-title:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}

.entry-title:before {
  top: 0;
}

.entry-title:after {
  bottom: 0;
}

.entry-meta {
  display: flex;
  align-items: center;
  margin-bottom: 2vw;
}

.entry-content {
  margin: 2vw 0;
  width: 98%;
  padding: 2vw 1%;
  line-height: 1.8;
}

.entry-content * {
  color: #242424;
}

#news_detail .wp-block-image {
  margin: 3vw;
  max-height: 80vh;
}

#news_detail .wp-block-image img {
  height: 100%;
  width: auto;
}

#news_detail .news_category {
  margin-left: 0;
}

/* reqruit */
.recruit_content {
  margin: 2vw 0;
  width: 98%;
  padding: 2vw 1%;
  line-height: 1.8;
  background-color: #fff;
}
.recruit_content * {
  color: #242424;
}
.recruit_content .wp-block-image {
  margin: 3vw;
  max-height: 80vh;
  overflow: scroll;
}
.recruit_content .wp-block-image img {
  height: 100%;
  width: 100%;
}

.vanilla_official {
  /* width: fit-content; */
}
.vanilla_official a {
  display: block;
  text-align: center;
}
.vanilla_official a span {
  display: block;
  font-size: 1.2vw;
  line-height: 1.8;
}

.line_area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
.line_icon {
  width: 10%;
  display: inline-block;
}
.line_area span {
  font-size: 1.2vw;
  display: inline-block;
  text-shadow: 1px 1px 1px #000000;
}


/* system */
.system_img {
  width: 100%;
}

@media screen and (max-width: 768px) {

  .cast_catch {
    height: 2.5em;
    font-size: 3.5vw;
    margin-top: 1em;
  }
  .cast_type {
    font-size: 2.5vw;
    margin-bottom: 3vw;
  }
  .cast_name {
    height: 3em;
    font-size: 3.5vw;
  }
  .cast_age {
    font-size: 3vw;
  }
  .active_label,
  .now_label,
  .shift_label_box {
    font-size: 3vw;
    width: 90%;
    margin: 2vw auto;
  }
  .countdown_text {
    font-size: 2.5vw;
  }
  .label_working {
    box-shadow:
      0 0 .5rem #fff,
      inset 0 0 .5rem #fff,
      0 0 5rem #73ff70,
      inset 0 0 0.2rem #73ff70,
      0 0 1rem #73ff70,
      inset 0 0 1rem #73ff70;
  }
  .label_active {
    box-shadow:
      0 0 .5rem #fff,
      inset 0 0 .5rem #fff,
      0 0 5rem #00c9ff,
      inset 0 0 0.2rem #00c9ff,
      0 0 1rem #00c9ff,
      inset 0 0 1rem #00c9ff;
  }
  .label_now {
    box-shadow:
      0 0 .5rem #fff,
      inset 0 0 .5rem #fff,
      0 0 5rem #ff70f5,
      inset 0 0 0.2rem #ff70f5,
      0 0 1rem #ff70f5,
      inset 0 0 1rem #ff70f5;
  }
  .cast_spec_box table th,
  .cast_spec_box table td {
    font-size: 3vw;
    width: auto;
    min-width: 2em;
  }

  #schedule .sales_tag_wrap,
  #girls .sales_tag_wrap {
    display: none;
  }

  .shift_tab {
    font-size: 3vw;
    padding: 0.5em;
  }

  .entry-title {
    font-size: 3vw;
  }
  .entry-content * {
    font-size: 3vw;
  }

  .post-navigation {
    margin-top: 2em;
  }

  .post-navigation > div a {
    font-size: 3vw;
    padding: 0.5em 1em;
  }

  .cast_left, .cast_right {
    width: 100%;
  }

  #cast_detail .cast_catch {
    font-size: 3.5vw;
  }
  #cast_detail .cast_spec_box table td {
    font-size: 3vw;
  }

  .cast_sales_point_tag_area table th {
    font-size: 2.5vw;
    width: 8em;
  }
  .sales_tag {
    font-size: 2.8vw;
  }
  .cast_spec,
  .cast_sales_point_tag_area,
  .cast_schedule_table_area {
    margin-bottom: 7vw;
  }

  .cast_week_table th,
  .cast_week_table td {
    font-size: 3vw;
  }
  .outside_link {
    font-size: 3.5vw;
  }
  .comment_box {
    font-size: 3vw;
  }

  #news_detail .news_category {
    font-size: 3vw;
  }

  .vanilla_official a span {
    font-size: 3.5vw;
  }

  .line_icon {
    width: 20%;
  }
  .line_area span {
    font-size: 4vw;
  }

}
