@charset "UTF-8";
/* font */
/* color */
/* bg-color */
.sp-hidden {
  display: block; }

.sp-show {
  display: none; }

@media only screen and (max-width: 768px) {
  .sp-hidden {
    display: none; }
  .sp-show {
    display: block; } }

/** setting start **/
body {
  font-family: "Noto Sans JP", serif;
  font-size: 12px;
  word-break: keep-all;
  color: #333;
  line-height: 26px;
  text-align: center; }

a:hover {
  text-decoration: none; }

a img:hover {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  opacity: 0.8; }

/*  非表示 -------------------------------------------------------------------------------------------- */
/*   キャストリスト　ピックアップ　非表示 */
.cast-list .col_cast .col_cast_box .f_image .status .pickup {
  display: none; }

/** fancybox **/
.fancybox-thumbs__list a {
  height: 130px !important; }

/** header **/
.header {
  padding: 0;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.4); }
  .header .fix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .header .fix .logo {
      max-width: 80px;
      width: 100%; }
    .header .fix .header-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .header .fix .header-right ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 16px; }
        .header .fix .header-right ul li:not(:last-child) {
          margin-right: 12px; }
        .header .fix .header-right ul li a {
          width: 120px;
          background: #eee;
          display: block;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding: 2px;
          border-radius: 4px;
          letter-spacing: .6px; }
      .header .fix .header-right .time_box {
        text-align: right; }
      .header .fix .header-right .today {
        font-size: 14px; }

/** ボタンカラーリング **/
.page-template-page-basic .basic_btn {
  background: #7570b3 !important;
  color: #fff !important; }

.page-template-page-member .member_btn {
  background: #7570b3 !important;
  color: #fff !important; }

.container {
  width: 100%;
  margin: 0px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 2%; }

/** cast-list **/
.cast-list .col_cast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .cast-list .col_cast ul {
    text-align: center; }
    .cast-list .col_cast ul .f_box {
      width: 100%; }
  .cast-list .col_cast .col_cast_box {
    text-align: center;
    margin: 0 2% 24px 0;
    width: 23.5%;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #eaeaea;
    -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 3px 8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 3px 8px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    overflow: hidden; }
    .cast-list .col_cast .col_cast_box:nth-child(4n + 4) {
      margin-right: 0; }
    .cast-list .col_cast .col_cast_box .f_image .thumbnail {
      position: relative; }
    .cast-list .col_cast .col_cast_box .f_image .status {
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 11px; }
      .cast-list .col_cast .col_cast_box .f_image .status .trial,
      .cast-list .col_cast .col_cast_box .f_image .status .newface {
        margin-top: -22px;
        height: 22px;
        line-height: 22px;
        font-weight: bold;
        letter-spacing: 2px;
        position: relative;
        z-index: 1; }
      .cast-list .col_cast .col_cast_box .f_image .status .trial {
        background: rgba(117, 112, 179, 0.8); }
      .cast-list .col_cast .col_cast_box .f_image .status .newface {
        background-color: rgba(248, 135, 182, 0.8); }
      .cast-list .col_cast .col_cast_box .f_image .status .pickup {
        position: absolute;
        top: 3px;
        left: 3px;
        font-size: 8px;
        line-height: 10px;
        background-color: rgba(237, 42, 124, 0.85);
        text-transform: uppercase;
        font-weight: bold;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 8px;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        letter-spacing: 1px;
        font-family: sans-serif; }
    .cast-list .col_cast .col_cast_box .f_image .ds_status {
      position: absolute;
      top: 6px;
      right: 11px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column; }
      .cast-list .col_cast .col_cast_box .f_image .ds_status li {
        background: rgba(255, 239, 235, 0.85);
        padding: 3px 3px;
        line-height: 12px;
        border-radius: 3px;
        font-weight: bold;
        color: #3d1346;
        font-size: 10px; }
        .cast-list .col_cast .col_cast_box .f_image .ds_status li:not(:last-child) {
          margin-bottom: 4px; }
    .cast-list .col_cast .col_cast_box .f_image .close {
      position: absolute;
      font-size: 12px;
      line-height: 14px;
      bottom: 42px;
      background: red;
      color: #fff;
      padding: 1px 9px;
      border-radius: 6px;
      right: 10px; }
    .cast-list .col_cast .col_cast_box .f_image .cast_closed {
      background: #4c9bea;
      color: #fff;
      font-size: 12px;
      position: absolute;
      bottom: 27px;
      font-weight: bold;
      right: 4px;
      border-radius: 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      letter-spacing: 1px;
      height: 22px;
      line-height: 21px;
      padding: 0px 10px 1px; }
      .cast-list .col_cast .col_cast_box .f_image .cast_closed.cast_fin {
        background: #eb2626; }
      .cast-list .col_cast .col_cast_box .f_image .cast_closed.service {
        background: #eb9f26; }
      .cast-list .col_cast .col_cast_box .f_image .cast_closed.wait {
        background: green; }
    .cast-list .col_cast .col_cast_box .f_word {
      padding: 4px 10px 5px; }
      .cast-list .col_cast .col_cast_box .f_word .name {
        word-break: keep-all;
        line-break: strict;
        word-wrap: break-word;
        overflow-wrap: break-word;
        line-height: 20px;
        margin: 2px auto 4px;
        padding-bottom: 4px;
        border-bottom: solid 1px #eee; }
      .cast-list .col_cast .col_cast_box .f_word .size {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        letter-spacing: .5px;
        margin-bottom: 8px;
        line-height: 18px; }
        .cast-list .col_cast .col_cast_box .f_word .size .size_b {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-left: 3px; }
          .cast-list .col_cast .col_cast_box .f_word .size .size_b span:last-child {
            margin-left: 2px; }
      .cast-list .col_cast .col_cast_box .f_word .catchcopy {
        border: solid 1px #eee;
        background: rgba(217, 201, 233, 0.34);
        border-radius: 4px;
        margin-bottom: 2px;
        font-size: 10px;
        line-height: 16px;
        padding: 2px; }
      .cast-list .col_cast .col_cast_box .f_word .time {
        font-weight: bold;
        letter-spacing: 2px;
        margin: 6px 0; }
        .cast-list .col_cast .col_cast_box .f_word .time i {
          margin-right: 3px; }
      .cast-list .col_cast .col_cast_box .f_word .grade {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: none; }
        .cast-list .col_cast .col_cast_box .f_word .grade li {
          background: #7570b3;
          color: #fff;
          border-radius: 20px;
          padding: 4px 8px;
          width: 80px;
          line-height: 11px;
          letter-spacing: .5px;
          font-size: 11px;
          font-weight: bold; }

/** modal **/
.modal_cast_info .status {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 8px 0 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px; }
  .modal_cast_info .status .trial,
  .modal_cast_info .status .newface {
    width: 100%;
    height: 22px;
    line-height: 21px;
    font-weight: bold;
    letter-spacing: .8px;
    position: relative;
    z-index: 1; }
  .modal_cast_info .status .trial {
    background: rgba(117, 112, 179, 0.8); }
  .modal_cast_info .status .newface {
    background-color: rgba(248, 135, 182, 0.8); }
  .modal_cast_info .status .pickup {
    background-color: rgba(237, 42, 124, 0.85);
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    height: 22px;
    line-height: 22px;
    font-family: sans-serif; }

.modal_cast_info .ds_status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 8px; }
  .modal_cast_info .ds_status li {
    background: rgba(255, 239, 235, 0.85);
    padding: 3px 6px;
    margin: 0 3px;
    line-height: 12px;
    border-radius: 3px;
    font-weight: bold;
    color: #3d1346;
    font-size: 10px; }
    .modal_cast_info .ds_status li:not(:last-child) {
      margin-bottom: 4px; }

.modal_cast_info .catchcopy {
  margin-bottom: 8px; }

.modal_cast_info .close {
  position: absolute;
  font-size: 12px;
  line-height: 14px;
  bottom: 42px;
  background: red;
  color: #fff;
  padding: 1px 9px;
  border-radius: 6px;
  right: 10px; }

.modal_cast_info .cast_closed {
  background: #4c9bea;
  color: #fff;
  font-size: 10px;
  bottom: 27px;
  font-weight: bold;
  right: 4px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 1px;
  height: 18px;
  line-height: 16.5px;
  padding: 0px 7px 1px;
  width: 130px;
  display: block;
  margin: 0 auto 8px; }
  .modal_cast_info .cast_closed.cast_fin {
    background: #eb2626; }
  .modal_cast_info .cast_closed.service {
    background: #eb9f26; }
  .modal_cast_info .cast_closed.wait {
    background: green; }

.modal_cast_info .grade {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 4px 0; }
  .modal_cast_info .grade li {
    background: #7570b3;
    color: #fff;
    border-radius: 20px;
    padding: 4px 8px;
    width: 80px;
    line-height: 11px;
    letter-spacing: .5px;
    font-size: 11px;
    font-weight: bold; }

.modal_cast_info .time {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 8px; }
  .modal_cast_info .time i {
    margin-right: 4px; }

/** footer **/
footer {
  text-align: center;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 1.5px;
  width: 100%;
  background: #eee;
  margin-top: 24px; }

.copy {
  margin-top: 32px;
  font-size: 14px;
  font-weight: normal; }

/** page-top **/
#page_top {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 1; }

#page_top a {
  background: rgba(117, 112, 179, 0.65);
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 38px;
  height: 38px;
  font-size: 16px;
  line-height: 34px;
  border-radius: 50%;
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s; }

#page_top a:hover {
  opacity: .8; }

/*****************************
*
* animation
*
*****************************/
.thumbnail {
  display: table;
  overflow: hidden;
  width: 100%; }

.thumbnail img {
  width: 100%;
  -webkit-transition: all .2S linear 0s;
  -o-transition: all .2S linear 0s;
  transition: all .2S linear 0s; }

.thumbnail img:hover {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

/*****************************
*
* cast-check
*
*****************************/
.c_btn {
  margin-top: -5px;
  padding-bottom: 10px;
  /* Checkbox */
  /* 色 */ }
  .c_btn input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    vertical-align: -0.8rem;
    -webkit-transition: all .15s ease-out 0s;
    -o-transition: all .15s ease-out 0s;
    transition: all .15s ease-out 0s;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: .4rem;
    outline: none;
    border-radius: 10%; }
  .c_btn input[type=checkbox]:before,
  .c_btn input[type=checkbox]:after {
    position: absolute;
    content: "";
    background: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  .c_btn input[type=checkbox]:before {
    left: 2px;
    top: 6px;
    width: 0;
    height: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg); }
  .c_btn input[type=checkbox]:after {
    right: 9px;
    bottom: 3px;
    width: 2px;
    height: 0;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s; }
  .c_btn input[type=checkbox]:checked:before {
    left: 1px;
    top: 10px;
    width: 6px;
    height: 2px; }
  .c_btn input[type=checkbox]:checked:after {
    right: 5px;
    bottom: 1px;
    width: 2px;
    height: 14px; }
  .c_btn input[type=checkbox]:indeterminate:before,
  .c_btn input[type=checkbox]:indeterminate:after {
    width: 7px;
    height: 2px;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0); }
  .c_btn input[type=checkbox]:indeterminate:before {
    left: 1px;
    top: 7px; }
  .c_btn input[type=checkbox]:indeterminate:after {
    right: 1px;
    bottom: 7px; }
  .c_btn input[type=checkbox],
  .c_btn input[type=radio] {
    border: 2px solid #7570b3; }
  .c_btn input[type=checkbox]:checked,
  .c_btn input[type=checkbox]:indeterminate,
  .c_btn input[type=radio]:checked:before {
    background: #7570b3; }

.tg-list {
  text-align: center;
  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; }

.tgl {
  display: none; }
  .tgl, .tgl:after, .tgl:before,
  .tgl *,
  .tgl *:after,
  .tgl *:before,
  .tgl + .tgl-btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection,
    .tgl *::-moz-selection,
    .tgl *:after::-moz-selection,
    .tgl *:before::-moz-selection,
    .tgl + .tgl-btn::-moz-selection {
      background: none; }
    .tgl::selection, .tgl:after::selection, .tgl:before::selection,
    .tgl *::selection,
    .tgl *:after::selection,
    .tgl *:before::selection,
    .tgl + .tgl-btn::selection {
      background: none; }
  .tgl + .tgl-btn {
    outline: 0;
    display: block;
    width: 4em;
    height: 2em;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
      position: relative;
      display: block;
      content: "";
      width: 50%;
      height: 100%; }
    .tgl + .tgl-btn:after {
      left: 0; }
    .tgl + .tgl-btn:before {
      display: none; }
  .tgl:checked + .tgl-btn:after {
    left: 50%; }

.tgl-light {
  display: none !important; }
  .tgl-light + .tgl-btn {
    background: #f0f0f0;
    border-radius: 2em;
    padding: 2px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }
    .tgl-light + .tgl-btn:after {
      border-radius: 50%;
      background: #fff;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
  .tgl-light:checked + .tgl-btn {
    background: #9FD6AE; }

/* 背景色 */
.cc_labal {
  background: #f2edf8 !important; }
  .cc_labal .f_word {
    position: relative; }
    .cc_labal .f_word:after {
      font-size: 9px;
      white-space: pre;
      content: 'ご案内\A可能';
      background: #7570b3;
      color: #fff;
      font-weight: bold;
      line-height: 12px;
      height: 32px;
      width: 32px;
      border-radius: 4px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding-top: 3px;
      position: absolute;
      left: 3px;
      bottom: 6px; }
      @media only screen and (max-width: 768px) {
        .cc_labal .f_word:after {
          font-size: 11px;
          content: 'ご案内可能';
          display: block;
          height: 18px;
          width: 69px;
          line-height: 12px;
          margin: 0 auto;
          position: static; } }
    .cc_labal .f_word .catchcopy {
      background: #fff !important; }
  .cc_labal .c_btn {
    background: #f2edf8 !important; }

.cast-check .cast-check-title {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: bold; }

.cast-check .btn-list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .cast-check .btn-list-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .cast-check .btn-list-box ul li button {
      margin: 0 3px;
      padding: 5px 5px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 80px;
      height: 32px;
      background: #fff;
      border-radius: 25px;
      border: solid 1px #707070;
      -webkit-transition: .8s;
      -o-transition: .8s;
      transition: .8s; }
      .cast-check .btn-list-box ul li button:hover {
        opacity: .8;
        cursor: pointer; }
