@charset "UTF-8";
/* import */
/* カラー */
/* レスポンシブ */
/*****STANDART CSS******/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var,
video {
  margin: 0;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  /******SMOOTH SCROLL ANCHOR******/
}

/*****STANDART CSS******/
/* ---------common--------- */
body {
  margin: 0;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  background-color: #222;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
  width: 100%;
}

a {
  transition: 0.3s;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
}

/* パンくずリスト */
.bread {
  width: 100%;
  padding: 10px 0;
}
.bread .inner {
  margin-bottom: 0 !important;
  padding-top: 0 !important;
}
.bread ul {
  display: flex;
}
.bread ul li {
  padding: 5px;
}
.bread ul li a {
  transition: 0.15s;
  color: #fff;
}
@media (max-width: 599px) {
  .bread ul li a {
    font-size: 14px;
  }
}
.bread ul li a:hover {
  opacity: 0.7;
}
.bread ul li:after {
  content: ">";
  margin-left: 10px;
  margin-right: 10px;
  color: #fff;
}
.bread ul li:last-child:after {
  content: "";
}

/* flex */
.row {
  display: flex;
  flex-wrap: wrap;
}

.between {
  justify-content: space-between;
}

.align_start {
  align-items: flex-start;
}

.align_center {
  align-items: center;
}

.align_end {
  align-items: flex-end;
}

.flex_center {
  justify-content: center;
}

.flex_start {
  justify-content: flex-start;
}

.flex_end {
  justify-content: flex-end;
}

.stretch {
  align-items: stretch;
}

.reverse {
  flex-direction: row-reverse;
}

/* inner */
.inner {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .inner {
    width: 90%;
  }
}

/* display */
@media (max-width: 599px) {
  .sp_dn {
    display: none;
  }
}

.sp_db {
  display: none;
}
@media (max-width: 599px) {
  .sp_db {
    display: block;
  }
}

@media (max-width: 768px) {
  .tab_dn {
    display: none;
  }
}

.tab_db {
  display: none;
}
@media (max-width: 768px) {
  .tab_db {
    display: block;
  }
}

section {
  padding: 50px 0;
}

.ttl {
  text-align: center;
  margin-bottom: 10px;
}
.ttl img {
  height: 40px;
  width: auto;
}
@media (max-width: 599px) {
  .ttl img {
    width: 100%;
    height: auto;
  }
}

.common_btn {
  background-color: #eb0076;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  position: relative;
  width: 180px;
  display: block;
  padding: 5px 0;
  margin: 0 auto;
}
.common_btn::after {
  content: "　►";
}

.top_btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  width: 50px;
  height: 50px;
  transition: 0.3s;
  opacity: 0;
  z-index: 10000;
}
@media (max-width: 599px) {
  .top_btn {
    bottom: 90px;
    right: 23px;
  }
}

.top_btn.active {
  opacity: 1;
}

.commmon_mv {
  position: relative;
}
.commmon_mv h2 {
  position: absolute;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  border-radius: 20px;
  padding: 10px 20px;
  color: #fff;
}
.commmon_mv.page_point h2 {
  background-color: #fff;
}
@media (max-width: 768px) {
  .commmon_mv.page_point h2 {
    width: 75%;
  }
}
@media (max-width: 599px) {
  .commmon_mv.page_point h2 {
    width: 90%;
  }
}

.schedule_slide li,
.newface_slide li {
  position: relative;
}
.schedule_slide li .cast_common,
.newface_slide li .cast_common {
  position: initial;
}

.cast_common {
  position: relative;
}
@media (max-width: 599px) {
  .cast_common {
    display: block;
  }
}
.cast_common .new_icon {
  width: 80px;
  position: absolute;
  bottom: 70px;
  right: 10px;
}
@media (max-width: 599px) {
  .cast_common .new_icon {
    width: 40px;
    bottom: 40px;
  }
}
.cast_common .newface_textarea {
  position: absolute !important;
  bottom: -4px;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.cast_common .newface_textarea p {
  color: #fff;
  font-size: 14px;
}
@media (max-width: 599px) {
  .cast_common .newface_textarea p {
    font-size: 12px;
  }
}
.cast_common .newface_textarea p .cast_name {
  font-size: 16px;
}
@media (max-width: 599px) {
  .cast_common .newface_textarea p .cast_name {
    font-size: 12px;
  }
}

.cta {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #000;
  padding: 10px;
  z-index: 10000;
}
.cta .cta_item {
  background-color: #eb0076;
  color: #fff;
  padding: 10px;
  width: 48%;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
}

.prev-arrow,
.next-arrow {
  width: 20px;
  position: absolute;
  top: 40%;
  z-index: 1000;
  cursor: pointer;
}

.prev-arrow {
  left: 10px;
}

.next-arrow {
  right: 10px;
}

.slick-dots li button {
  color: #fff;
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 48px;
  color: #fff;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  color: #eb0076;
}

.mb_0 {
  margin-bottom: 0 !important;
}

.cast_list_row::before {
  content: "";
  width: 23%;
  order: 1;
}
.cast_list_row::after {
  content: "";
  width: 23%;
}

.information_box a {
  color: #2271b1;
  text-decoration: underline;
}

.information_box p {
  margin-bottom: 1rem;
}

/* 下層ページ共通 */
/* header */
header {
  background-color: #000000;
  padding: 20px 0;
}
@media (max-width: 599px) {
  header {
    padding: 5px 0;
  }
}
header .header_left {
  position: relative;
  z-index: 10000;
}
@media (max-width: 599px) {
  header .header_left {
    padding-top: 5px;
  }
}
header .logo {
  width: 180px;
  margin-right: 20px;
}
@media (max-width: 1200px) {
  header .logo {
    width: 140px;
  }
}
@media (max-width: 599px) {
  header .logo {
    width: 100px;
    margin-right: 10px;
  }
}
header .logo img {
  vertical-align: baseline;
}
header .tel {
  width: 180px;
}
@media (max-width: 1200px) {
  header .tel {
    width: 140px;
  }
}
@media (max-width: 599px) {
  header .tel {
    width: 100px;
  }
}
header .tel img {
  vertical-align: baseline;
}
@media (max-width: 768px) {
  header .header_right {
    left: 100%;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 500;
    transition: 500ms ease-out;
    padding: 120px 0 0;
    text-align: center;
  }
}
@media (max-width: 768px) {
  header nav .row {
    display: block;
  }
  header nav .row li {
    margin-bottom: 20px;
  }
}
header nav li:last-child a {
  margin-right: 0;
}
header nav li a {
  color: #fff;
  margin-right: 20px;
}
@media (max-width: 1200px) {
  header nav li a {
    font-size: 14px;
    margin-right: 0;
  }
}

.menu_btn {
  display: none;
}
@media (max-width: 768px) {
  .menu_btn {
    display: block;
    width: 60px;
    height: 30px;
    position: relative;
    z-index: 4000;
  }
  .menu_btn span {
    display: inline-block;
    height: 4px;
    width: 35px;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
  }
  .menu_btn span:nth-child(1) {
    top: 5px;
  }
  .menu_btn span:nth-child(2) {
    top: 15px;
  }
  .menu_btn span:nth-child(3) {
    top: 25px;
  }
}

.open .menu_btn {
  z-index: 1000;
}
.open .menu_btn span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50% !important;
  left: 50%;
}
.open .menu_btn span:nth-child(2) {
  opacity: 0;
}
.open .menu_btn span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50% !important;
  left: 50%;
}

.open .header_right {
  opacity: 1 !important;
  left: 0 !important;
  z-index: 10000;
}
.open .header_left {
  z-index: 100000;
}
.open .menu_btn {
  z-index: 100000;
}

/* footer */
footer {
  padding: 50px 0 20px;
  background-color: #333;
}
@media (max-width: 599px) {
  footer {
    padding: 30px 0px 80px;
  }
}
footer .footer_logo {
  width: 250px;
  margin: 0 auto 10px;
}
@media (max-width: 599px) {
  footer .footer_logo {
    width: 200px;
  }
}
footer .footer_text {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  footer .footer_text {
    margin-bottom: 20px;
  }
}
footer .footer_text p, footer .footer_text a {
  color: #fff;
}
@media (max-width: 599px) {
  footer .footer_nav {
    display: none;
  }
}
footer .footer_nav li {
  margin-right: 20px;
}
footer .footer_nav li:last-child {
  margin-right: 0;
}
footer .footer_nav li a {
  color: #fff;
}
footer .copyright {
  text-align: center;
  padding-top: 30px;
}
@media (max-width: 599px) {
  footer .copyright {
    padding-top: 0;
  }
}
footer .copyright p, footer .copyright a {
  color: #fff;
  font-size: 12px;
}

/* top */
.shop_about {
  padding: 50px 0;
  background: url(../images/webp/border_bg.webp) top/cover no-repeat;
}
@media (max-width: 599px) {
  .shop_about .ttl img {
    height: auto;
  }
}
.shop_about .shop_about_text {
  text-align: center;
  padding: 30px;
  background-color: #333;
  border: 1px solid #fff;
}
@media (max-width: 599px) {
  .shop_about .shop_about_text {
    padding: 20px;
  }
}
.shop_about .shop_about_text p {
  color: #fff;
}

.info_newface {
  padding: 50px 0;
}
@media (max-width: 599px) {
  .info_newface {
    padding: 25px 0;
  }
}
.info_newface .info {
  width: 66%;
}
@media (max-width: 599px) {
  .info_newface .info {
    width: 100%;
    margin-bottom: 50px;
  }
}
.info_newface .info .info_box {
  background: url(../images/webp/info_bg.webp) top/cover no-repeat;
  padding: 80px 50px;
}
@media (max-width: 599px) {
  .info_newface .info .info_box {
    padding: 30px 20px;
  }
}
.info_newface .info .info_box ul {
  margin-bottom: 40px;
}
.info_newface .info .info_box li {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #fff;
}
.info_newface .info .info_box li a {
  color: #fff;
}
.info_newface .info .info_box li a .date {
  font-size: 14px;
}
.info_newface .newface {
  width: 30%;
}
@media (max-width: 599px) {
  .info_newface .newface {
    width: 100%;
  }
}
.info_newface .newface .ttl img {
  width: 100%;
}

.pickup {
  padding: 50px 0;
}
@media (max-width: 599px) {
  .pickup {
    padding: 25px 0;
  }
}
.pickup .pickup_left {
  width: 39.6%;
}
@media (max-width: 599px) {
  .pickup .pickup_left {
    width: 50%;
  }
}
.pickup .pickup_left li {
  list-style: none;
}
.pickup .pickup_left li:not(:first-child) {
  display: none;
}
.pickup .pickup_list {
  width: 60%;
}
@media (max-width: 599px) {
  .pickup .pickup_list {
    width: 50%;
  }
}
.pickup .pickup_list li {
  width: 33%;
}
.pickup .pickup_list li:first-child {
  display: none;
}
@media (max-width: 599px) {
  .pickup .pickup_list li {
    width: 50%;
  }
  .pickup .pickup_list li:nth-child(5) {
    display: none;
  }
  .pickup .pickup_list li:nth-child(6) {
    display: none;
  }
}

.schedule {
  padding: 50px 0;
  background: url(../images/webp/border_bg.webp) top/cover no-repeat;
}
@media (max-width: 599px) {
  .schedule {
    padding: 25px 0;
  }
}
.schedule .schedule_slide {
  padding: 0px 30px;
}
@media (max-width: 599px) {
  .schedule .schedule_slide {
    padding: 0;
  }
}
.schedule .schedule_slide li {
  margin: 0 5px;
}
.schedule .schedule_today {
  text-align: center;
  margin-top: 20px;
}
.schedule .schedule_today p {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.schedule .schedule_today p .count {
  color: #eb0076;
  font-size: 36px;
}

.sokuhime {
  padding: 50px 0;
}
.sokuhime iframe {
  width: 100% !important;
}
@media (max-width: 768px) {
  .sokuhime iframe {
    height: 550px;
  }
}
@media (max-width: 599px) {
  .sokuhime iframe {
    height: 100%;
  }
}
.sokuhime iframe h1 {
  display: none !important;
}

.banners {
  padding: 50px 0;
  background: url(../images/webp/border_bg.webp) center/cover no-repeat;
}
@media (max-width: 599px) {
  .banners {
    padding: 25px 0;
  }
}
.banners .banner {
  width: 49%;
}
@media (max-width: 599px) {
  .banners .banner {
    width: 100%;
    margin-bottom: 20px;
  }
  .banners .banner:last-child {
    margin-bottom: 0;
  }
}

.ranking {
  padding: 50px 0;
}
@media (max-width: 599px) {
  .ranking {
    padding: 25px 0;
  }
}
.ranking .ttl {
  margin-bottom: 20px;
}
.ranking .ranking_1 {
  width: 33.5%;
  position: relative;
}
@media (max-width: 599px) {
  .ranking .ranking_1 {
    width: 100%;
    margin-bottom: 30px;
  }
}
.ranking .ranking_1 a:not(:first-child) {
  display: none;
}
.ranking .ranking_1 .textarea {
  position: absolute;
  bottom: 29px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  flex-wrap: nowrap;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .ranking .ranking_1 .textarea {
    display: block;
    text-align: center;
  }
}
@media (max-width: 599px) {
  .ranking .ranking_1 .textarea {
    display: flex;
    text-align: center;
    bottom: 0;
  }
}
.ranking .ranking_1 .textarea img {
  width: 150px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .ranking .ranking_1 .textarea img {
    width: 100px;
  }
}
.ranking .ranking_1 .textarea p {
  color: #fff;
  font-size: 14px;
}
.ranking .ranking_1 .textarea p .cast_name {
  display: block;
  font-size: 16px;
}
.ranking .ranking_group {
  width: 65%;
}
@media (max-width: 599px) {
  .ranking .ranking_group {
    width: 100%;
  }
}
.ranking .ranking_group .ranking_item {
  width: 48%;
  margin-bottom: 30px;
}
.ranking .ranking_group .ranking_item:first-child {
  display: none;
}
@media (max-width: 599px) {
  .ranking .ranking_group .ranking_item {
    width: 100%;
  }
}
.ranking .ranking_group .ranking_item .ranking_item_img {
  width: 50%;
}
.ranking .ranking_group .ranking_item .textarea {
  width: 48%;
}
@media (max-width: 599px) {
  .ranking .ranking_group .ranking_item .textarea img {
    max-width: 100px;
  }
}
.ranking .ranking_group .ranking_item .textarea p {
  font-size: 14px;
  color: #fff;
}
.ranking .ranking_group .ranking_item .textarea p .cast_name {
  font-size: 16px;
  display: block;
}

@media (max-width: 599px) {
  .ranking_page .ranking_group .ranking_item:nth-child(4) {
    display: block;
  }
}
@media (max-width: 599px) {
  .ranking_page .ranking_group .ranking_item:nth-child(5) {
    display: block;
  }
}

.system {
  padding: 50px 0;
}
@media (max-width: 599px) {
  .system {
    padding: 25px 0;
  }
}
.system .system_img {
  background: url(../images/webp/system_bg.webp) center/cover no-repeat;
  padding: 50px;
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .system .system_img {
    padding: 20px;
  }
}
.system .system_row .system_left {
  width: 100%;
  text-align: center;
}
@media (max-width: 599px) {
  .system .system_row .system_left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.system .system_row .system_left img {
  margin-bottom: 10px;
}
.system .system_row .system_left p {
  margin-bottom: 10px;
  color: #fff;
  font-size: 28px;
}
@media (max-width: 599px) {
  .system .system_row .system_left p {
    font-size: 20px;
  }
}
.system .system_row .system_left .common_btn {
  width: 100%;
}
.system .system_row .system_right {
  width: 63%;
}
@media (max-width: 599px) {
  .system .system_row .system_right {
    width: 100%;
  }
}
.system .system_row .system_right li {
  color: #fff;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.4;
}
.system .system_row .system_right li::before {
  content: "";
  height: 14px;
  width: 14px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  bottom: 50%;
  transform: translateY(50%);
}

.recruit_banner {
  padding-bottom: 50px;
}

.banner {
  padding: 0 0 50px;
}
.banner li {
  margin-right: 30px;
  margin-bottom: 20px;
  width: 46%;
}
.banner li:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .banner li {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.banner .large_banner {
  max-width: 640px;
  width: 100%;
  margin: 0 auto 20px auto;
}
.banner .large_banner img {
  width: 100%;
}
@media (max-width: 599px) {
  .banner .large_banner {
    width: 100%;
    margin-bottom: 20px;
  }
}
.banner .small_banner {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.banner .small_banner li {
  margin: 0 10px;
  height: auto;
  width: auto;
}
.banner .small_banner li img {
  width: auto;
}

body .index_mv_pc {
  height: auto;
  background: url(../images/webp/bg_index.webp) no-repeat center top/cover;
}
body .index_mv_pc .index_read {
  padding-bottom: 30px;
}
body .index_mv_pc .banner {
  padding-bottom: 120px;
}

.index_mv_sp {
  padding-bottom: 30px;
}
.index_mv_sp .index_read {
  padding-bottom: 20px;
}

.photo .iframe {
  text-align: center;
}
.photo .iframe iframe {
  width: 100%;
}

.information .wp-pagenavi {
  display: flex;
  justify-content: center;
}
.information .wp-pagenavi .pages,
.information .wp-pagenavi .extend {
  display: none;
}
.information .wp-pagenavi a {
  color: #fff;
}
.information .wp-pagenavi a:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff !important;
  opacity: 1;
}
.information .wp-pagenavi .current {
  color: #000;
  border-color: #fff !important;
  background-color: #fff;
}

.banner .banner_yoasobi img {
  width: auto;
}
@media (max-width: 768px) {
  .banner .banner_yoasobi img {
    width: 100%;
  }
}

.schedule_today {
  text-align: center;
  margin-top: 20px;
}
.schedule_today p {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.schedule_today p .count {
  color: #eb0076;
  font-size: 36px;
  margin: 0 5px;
}

.search {
  padding: 50px 0;
}
.search .inner {
  border-bottom: 1px dashed #fff;
  padding-bottom: 30px;
}
@media (max-width: 599px) {
  .search .search_input {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
  }
}
.search .search_input_item {
  width: 200px;
  margin-right: 30px;
  text-align: center;
}
@media (max-width: 599px) {
  .search .search_input_item {
    width: 48%;
    margin-right: 0;
  }
}
.search .search_input_item p {
  color: #fff;
}
.search .search_input_item input,
.search .search_input_item select {
  width: 100%;
  padding: 10px;
  border: none;
}
.search .search_check .search_check_item {
  text-align: center;
  margin-right: 30px;
}
.search .search_check label {
  color: #fff;
  display: block;
  cursor: pointer;
}
.search .search_check input {
  cursor: pointer;
  padding: 5px;
}
.search .search_btn input {
  display: block;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: #eb0076;
  border: none;
  padding: 10px 20px;
  width: 200px;
  margin: 30px auto 0;
  text-align: center;
  cursor: pointer;
}

.schedule_calender {
  margin-bottom: 30px;
}
.schedule_calender .schedule_day {
  margin-top: 10px;
}
.schedule_calender .schedule_day .schedule_day_item {
  width: 14%;
  text-align: center;
  border: 1px solid #fff;
  border-right: none;
  padding: 10px 0;
  cursor: pointer;
}
.schedule_calender .schedule_day .schedule_day_item:last-child {
  border-right: 1px solid #fff;
}
.schedule_calender .schedule_day .schedule_day_item.active {
  background-color: #eb0076;
}
@media (max-width: 599px) {
  .schedule_calender .schedule_day .schedule_day_item {
    width: 14.2%;
  }
}
.schedule_calender .schedule_day .schedule_day_item a {
  color: #fff;
}
@media (max-width: 599px) {
  .schedule_calender .schedule_day .schedule_day_item a {
    font-size: 14px;
    line-height: 1;
  }
}
@media (max-width: 599px) {
  .schedule_calender .schedule_day .schedule_day_item a b {
    display: block;
    font-size: 12px;
  }
}

.schedule_list .schedule_box2 {
  border: 1px solid #eb0076;
  padding: 30px;
  margin-bottom: 50px;
}
@media (max-width: 599px) {
  .schedule_list .schedule_box2 {
    padding: 20px;
    margin-bottom: 30px;
  }
}
.schedule_list .schedule_box2 .schedule_box2_img {
  width: 25%;
}
@media (max-width: 599px) {
  .schedule_list .schedule_box2 .schedule_box2_img {
    width: 38%;
  }
}
.schedule_list .schedule_box2 .schedule_box2_textarea {
  width: 73%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .schedule_list .schedule_box2 .schedule_box2_textarea {
    width: 58%;
  }
}
.schedule_list .schedule_box2 .schedule_box2_textarea .schedule_box2_name h3 {
  font-size: 24px;
  color: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid #eb0076;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .schedule_list .schedule_box2 .schedule_box2_textarea .schedule_box2_name h3 {
    font-size: 20px;
  }
}
.schedule_list .schedule_box2 .schedule_box2_textarea .schedule_box2_name h3 .new_icon {
  width: 50px;
  display: inline-block;
  vertical-align: sub;
  margin-left: 10px;
}
@media (max-width: 599px) {
  .schedule_list .schedule_box2 .schedule_box2_textarea .schedule_box2_name h3 .new_icon {
    width: 40px;
  }
}
.schedule_list .schedule_box2 .schedule_box2_textarea .schedule_box2_info {
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .schedule_list .schedule_box2 .schedule_box2_textarea .schedule_box2_info {
    margin-bottom: 0;
  }
}
.schedule_list .schedule_box2 .schedule_box2_textarea .schedule_box2_info p {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 599px) {
  .schedule_list .schedule_box2 .schedule_box2_textarea .schedule_box2_info p {
    font-size: 14px;
  }
}

@media (max-width: 599px) {
  .schedule_box2_calender {
    display: none;
  }
}
.schedule_box2_calender li {
  border: 1px solid #fff;
  text-align: center;
}
.schedule_box2_calender li .time {
  border-bottom: 1px solid #fff;
  padding: 10px 5px;
  color: #fff;
  font-size: 14px;
}
.schedule_box2_calender li .star_pink {
  padding: 10px 5px;
}
.schedule_box2_calender li img {
  width: 20px;
}

@media (max-width: 599px) {
  .profile_inner .schedule_box2_calender {
    display: block;
  }
}

.cast_list .cast_item {
  width: 23%;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 599px) {
  .cast_list .cast_item {
    width: 48%;
  }
}
.cast_list .cast_item .cast_active {
  background-color: #eb0076;
  padding: 5px 0;
  text-align: center;
}
.cast_list .cast_item .cast_active p {
  color: #fff;
  font-weight: bold;
}
.cast_list .cast_item .cast_hidden {
  margin-top: 34px;
}
.cast_list .cast_item .cast_img {
  position: relative;
  margin-bottom: 5px;
}
.cast_list .cast_item .newface {
  width: 50px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.cast_list .cast_item .cast_info p {
  font-weight: bold;
  color: #fff;
  font-size: 14px;
}
@media (max-width: 599px) {
  .cast_list .cast_item .cast_info p {
    font-size: 12px;
  }
}
.cast_list .cast_item .cast_info p .cast_name {
  font-size: 16px;
}
.cast_list .cast_item .cast_info p .age {
  font-size: 16px;
}
.cast_list .cast_item .cast_time img {
  width: 16px;
  height: auto;
  margin-right: 5px;
}
.cast_list .cast_item .cast_time p {
  color: #fff;
}

.pagination {
  padding-bottom: 30px;
}
.pagination .wp-pagenavi {
  display: flex;
  justify-content: center;
}
.pagination .wp-pagenavi .current,
.pagination .wp-pagenavi .page {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.pagination .wp-pagenavi .current {
  background-color: #eb0076;
  border: 1px solid #eb0076;
  color: #fff;
}
.pagination .wp-pagenavi .page {
  background-color: #fff;
  color: #eb0076;
  border: 1px solid #eb0076;
}
.pagination .nextpostslink {
  color: #eb0076;
  font-size: 24px;
}
.pagination .previouspostslink {
  color: #eb0076;
  margin-right: 10px;
  font-size: 24px;
}
.pagination .last {
  margin-left: 10px;
}
.pagination .first {
  margin-right: 10px;
}
.pagination a {
  color: #eb0076;
  display: flex;
  align-items: center;
}
.pagination .extend {
  display: none;
}

.photo {
  padding: 50px 0;
}
.photo .photo_slide li {
  margin: 0 10px;
}
.photo .photo_textarea p {
  color: #fff;
}
.photo .photo_eyecatch {
  margin-bottom: 20px;
  width: 48%;
}
@media (max-width: 599px) {
  .photo .photo_eyecatch {
    width: 100%;
    text-align: center;
  }
}
.photo .photo_eyecatch img {
  height: auto;
  max-width: 350px;
}
@media (max-width: 599px) {
  .photo .photo_eyecatch img {
    max-width: 60%;
    margin: 0 auto;
  }
}
.photo .photo_textarea {
  width: 48%;
}
@media (max-width: 599px) {
  .photo .photo_textarea {
    width: 100%;
  }
}
.photo .photo_textarea .photo_text {
  margin-bottom: 10px;
}
.photo .photo_main {
  width: 80%;
}
@media (max-width: 599px) {
  .photo .photo_main {
    width: 100%;
  }
}
.photo .photo_main p, .photo .photo_main h3, .photo .photo_main a {
  color: #fff;
}
.photo .archive {
  width: 18%;
}
@media (max-width: 599px) {
  .photo .archive {
    width: 100%;
  }
}
.photo .photo_item {
  margin-bottom: 50px;
}
.photo .photo_moon {
  border-bottom: 1px solid #eb0076;
  margin-bottom: 10px;
}
.photo .photo_moon p {
  color: #fff;
  background-color: #eb0076;
  padding: 5px 20px;
  font-size: 20px;
  display: inline-block;
  font-weight: bold;
}
.photo .photo_ttl h3 {
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #eb0076;
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: #fff;
}
.photo .photo_day_name {
  margin-bottom: 20px;
}
.photo .archive .archive_btn {
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  background-color: #333;
  cursor: pointer;
  margin-bottom: 10px;
}
.photo .archive ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #fff;
}
.photo .archive ul li a {
  color: #fff;
}
.photo .blog_text .postie-post {
  color: #fff;
}
.photo .postie-attachments {
  margin-top: 30px;
}
@media (max-width: 599px) {
  .photo .postie-attachments {
    margin-top: 20px;
    text-align: center;
  }
}
.photo .postie-attachments img {
  max-width: 350px;
}
@media (max-width: 599px) {
  .photo .postie-attachments img {
    max-width: 70%;
    margin: 0 auto;
  }
}
.photo .btn a {
  background-color: #eb0076;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  position: relative;
  width: 180px;
  display: block;
  padding: 5px 0;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .photo .btn a {
    margin-bottom: 20px;
  }
}

.pagination .nav-links {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.pagination .nav-links .nav-previous,
.pagination .nav-links .nav-next {
  width: 200px;
}
@media (max-width: 599px) {
  .pagination .nav-links .nav-previous,
  .pagination .nav-links .nav-next {
    width: 48%;
  }
}
.pagination .nav-links a {
  background-color: #333;
  color: #fff;
  padding: 10px 0;
  width: 100%;
  text-align: center;
  display: block;
}

.request {
  padding: 0 0 50px;
}
.request form {
  margin-top: 30px;
}
.request .form_item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.request .form_item.last .form_ttl p {
  text-indent: 0;
  padding-left: 0;
}
@media (max-width: 599px) {
  .request .form_item {
    display: block;
  }
}
.request .form_item .form_ttl {
  width: 25%;
}
@media (max-width: 599px) {
  .request .form_item .form_ttl {
    width: 100%;
    margin-bottom: 10px;
  }
}
.request .form_item .form_ttl p {
  color: #fff;
  font-weight: bold;
  text-indent: -2.9rem;
  padding-left: 2.9em;
}
.request .form_item .form_ttl p span {
  background-color: #eb0076;
  padding: 3px 5px;
  color: #fff;
  border-radius: 3px;
  margin-right: 5px;
}
.request .form_item .form_input {
  width: 73%;
}
@media (max-width: 599px) {
  .request .form_item .form_input {
    width: 100%;
  }
}
.request .form_item .form_input p {
  color: #fff;
}
.request .form_item .form_input p.wpcf7-not-valid-tip {
  color: #dc3232;
}
.request .form_item .form_input input, .request .form_item .form_input textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
  border: none;
}
.request .form_item .form_input.form_input_row .form_input_item {
  width: auto;
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.request .form_item .form_input.form_input_row .form_input_item .wpcf7-form-control-wrap {
  display: inline-block;
  width: 50px;
}
.request .form_item .form_input.form_input_row .form_input_item .wpcf7-form-control-wrap input {
  text-align: center;
  padding: 10px 0;
}
.request .form_item .form_input.form_input_row .form_input_item p {
  margin: 0px 5px;
}
.request .form_item .form_input.form_input_radio .wpcf7-form-control {
  display: flex;
  flex-direction: column;
}
.request .form_item .form_input.form_input_radio .wpcf7-list-item {
  width: auto;
}
.request .form_item .form_input.form_input_radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.request .form_item .form_input.form_input_radio .wpcf7-list-item label input {
  width: auto;
  margin-right: 5px;
}
.request .form_item .form_input.form_input_check .wpcf7-list-item {
  width: 100%;
}
.request .form_item .form_input.form_input_check .wpcf7-list-item label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.request .form_item .form_input.form_input_check .wpcf7-list-item label input {
  width: auto;
  margin-right: 5px;
}
.request #submit_btn, .request #prev_btn {
  width: 300px;
  margin: 0 auto;
  background-color: #eb0076;
  color: #fff;
  border-radius: 5px;
  display: block;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
  border: none;
  cursor: pointer;
}

.thanks {
  padding: 50px 0;
  text-align: center;
}
.thanks h2, .thanks p {
  color: #fff;
}
.thanks h2 {
  margin-bottom: 20px;
  font-size: 28px;
}
@media (max-width: 599px) {
  .thanks h2 {
    font-size: 24px;
  }
}
.thanks p {
  margin-bottom: 30px;
}

.wpcf7 form.invalid .wpcf7-response-output {
  color: #fff;
}

.privacy {
  margin: 20px 0 30px;
  text-align: center;
}
.privacy p {
  color: #Fff;
}
.privacy p a {
  color: #Fff;
  text-decoration: underline;
}
.privacy .inner p {
  text-align: left;
}
.privacy .privacy_item {
  margin-bottom: 50px;
  text-align: left;
}
.privacy .privacy_item:first-child {
  margin-top: 30px;
}
.privacy .privacy_item h3 {
  border-bottom: 1px dashed #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
}
.privacy .privacy_item ul {
  padding-left: 20px;
  margin: 15px 0;
}
.privacy .privacy_item ul li {
  list-style: circle;
  color: #fff;
}/*# sourceMappingURL=style.css.map */