@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/*こちらはSWELLの子テーマ用CSSです。以下にCSSを記入していきましょう。*/


/*=================================
 20201117KURUBUSI
=================================*/

.cast-list {
  width: 94%;
  overflow: hidden;
  padding: 0 0px;
  margin: 0 6% 1.5em 0;
  display: flex;
  flex-wrap: wrap;
}
.cast-list .cast {
  width: 33.3%;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .cast-list {
    width: 100%;
    margin: 0 0% 1.5em 0;
  }
  .cast-list .cast {
    width: 50%;
  }
}

.single-profile .entry-header {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .single-profile .entry-header {
    margin-bottom: 30px;
  }
}
.single-profile .entry-header .archive-description {
  margin: 40px 20px 20px 20px;
  color: #000000;
  font-weight: 100;
  font-size: 54px;
  letter-spacing: -0.035em;
  line-height: 1.0;
  text-align: center;
  background-image: url(./images/line01.png);
  background-repeat: repeat-x;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .single-profile .entry-header .archive-description {
    margin: 20px;
  }
}
@media screen and (max-width: 768px) {
  .single-profile .entry-header .archive-description {
    font-size: 36px;
  }
}
.single-profile .entry-header .archive-description span {
  background-color: #ffffff;
  display: inline-block;
  padding: 0 10px;
}
.single-profile .entry-header .page-title {
  color: #000000;
  font-size: 14px;
  line-height: 1.0;
  font-weight: normal !important;
  text-align: center;
  margin-bottom: 0px;
}
.single-profile .cast-single,
.single-post .cast-single {
  padding: 0px 40px 0px 40px;
}
@media screen and (max-width: 576px) {
  .single-profile .cast-single,
  .single-post .cast-single {
    padding: 50px 15px;
  }
}
.single-profile .cast-single .lrl,
.single-post .cast-single .lrl {
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}
.single-profile .cast-single .lrl .photo_w,
.single-post .cast-single .lrl .photo_w {
  width: 45%;
  float: left;
  position: relative;
}
.single-profile .cast-single .lrl .photo_w li img,
.single-post .cast-single .lrl .photo_w li img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .single-profile .cast-single .lrl .photo_w,
  .single-profile .cast-single .lrl .detail,
  .single-post .cast-single .lrl .photo_w,
  .single-post .cast-single .lrl .detail {
    width: 100%;
    float: none;
  }
}
.single-profile .cast-single .lrl .photo_w #prev-btn,
.single-post .cast-single .lrl .photo_w #prev-btn {
  position: absolute;
  top: 220px;
  left: 20px;
  width: 41px;
  height: 80px;
  background: url(./images/cast_image_prev.png) no-repeat;
}
.single-profile .cast-single .lrl .photo_w #prev-btn a,
.single-post .cast-single .lrl .photo_w #prev-btn a {
  display: block;
  width: 41px;
  height: 80px;
  text-indent: -100px;
  overflow: hidden;
}
.single-profile .cast-single .lrl .photo_w #next-btn,
.single-post .cast-single .lrl .photo_w #next-btn {
  position: absolute;
  top: 220px;
  right: 20px;
  width: 41px;
  height: 80px;
  background: url(./images/cast_image_next.png) no-repeat;
}
.single-profile .cast-single .lrl .photo_w #next-btn a,
.single-post .cast-single .lrl .photo_w #next-btn a {
  display: block;
  width: 41px;
  height: 80px;
  text-indent: 100px;
  overflow: hidden;
}
.single-profile .cast-single .lrl .detail,
.single-post .cast-single .lrl .detail {
  width: 50%;
  float: right;
}
@media screen and (max-width: 768px) {
  .single-profile .cast-single .lrl .detail,
  .single-post .cast-single .lrl .detail {
    margin-bottom: 40px;
  }
}
.single-profile .cast-single .lrl .detail .pro h1,
.single-profile .cast-single .lrl .detail .qa h1,
.single-post .cast-single .lrl .detail .pro h1,
.single-post .cast-single .lrl .detail .qa h1 {
  font-size: 18px;
  margin-top: 0;
  padding-bottom: 0px;
  text-align: left;
}
.single-profile .cast-single .lrl .detail .pro ul,
.single-profile .cast-single .lrl .detail .qa ul,
.single-post .cast-single .lrl .detail .pro ul,
.single-post .cast-single .lrl .detail .qa ul {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}
.single-profile .cast-single .lrl .detail .pro ul li,
.single-profile .cast-single .lrl .detail .qa ul li,
.single-post .cast-single .lrl .detail .pro ul li,
.single-post .cast-single .lrl .detail .qa ul li {
  padding-bottom: 15px;
}
.single-profile .cast-single .lrl .detail .pro ul li .sp1,
.single-profile .cast-single .lrl .detail .qa ul li .sp1,
.single-post .cast-single .lrl .detail .pro ul li .sp1,
.single-post .cast-single .lrl .detail .qa ul li .sp1 {
  width: 30%;
  display: inline-block;
}
.single-profile .cast-single .lrl .detail .pro ul li .sp2,
.single-profile .cast-single .lrl .detail .qa ul li .sp2,
.single-post .cast-single .lrl .detail .pro ul li .sp2,
.single-post .cast-single .lrl .detail .qa ul li .sp2 {
  width: 70%;
  display: inline-block;
  text-align: right;
}
.single-profile .cast-single .lrl .detail .pro h2,
.single-profile .cast-single .lrl .detail .qa h2,
.single-post .cast-single .lrl .detail .pro h2,
.single-post .cast-single .lrl .detail .qa h2 {
  font-size: 20px;
  text-align: center;
}
.single-profile .cast-single .lrl .detail .pro .sp3,
.single-post .cast-single .lrl .detail .pro .sp3 {
  margin: 10px 0 3px 0;
  font-size: 18px;
  text-align: left;
}
.single-profile .cast-single .lrl .detail .pro,
.single-post .cast-single .lrl .detail .pro {
  margin-bottom: 50px;
}
.single-profile .cast-single .lrl .detail dl,
.single-post .cast-single .lrl .detail dl {
  display: flex;
  margin-bottom: 15px;
}
.single-profile .cast-single .lrl .detail dt,
.single-post .cast-single .lrl .detail dt {
  width: 35%;
  background-color: #e3d0c3;
  color: #ffffff;
  line-height: 1.2;
  padding: 4px 8px;
  box-sizing: border-box;
}
.single-profile .cast-single .lrl .detail dd,
.single-post .cast-single .lrl .detail dd {
  width: 60%;
  margin-left: 5%;
  text-align: right;
  line-height: 1.6;
}
.single-profile .cast-single .lrl .detail p,
.single-post .cast-single .lrl .detail p {
  line-height: 1.6;
}

.single-profile .cast-single .sce .krc_calendar,
.single-post .cast-single .sce .krc_calendar {
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  border: none !important;
}
.single-profile .cast-single .sce .krc_calendar dd,
.single-post .cast-single .sce .krc_calendar dd {
  font-size: 13px;
}
@media screen and (max-width: 576px) {
  .single-profile .cast-single .sce .krc_calendar dl,
  .single-post .cast-single .sce .krc_calendar dl {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .single-profile .cast-single .sce .krc_calendar dd,
  .single-post .cast-single .sce .krc_calendar dd {
    font-size: 12px;
  }
}
.single-profile .cast-single .api,
.single-post .cast-single .api {
  margin-bottom: 60px;
}
.single-profile .cast-single .api h3,
.single-profile .cast-single .ten h3,
.single-post .cast-single .api h3,
.single-post .cast-single .ten h3 {
  font-size: 20px;
  text-align: center;
}
.single-profile .cast-single .api p,
.single-profile .cast-single .ten p,
.single-post .cast-single .api p,
.single-post .cast-single .ten p {
  margin-top: 0;
  font-size: 14px;
  line-height: 2.5;
}

.cast {
  margin: 0 0 0px 0;
}
@media screen and (max-width: 768px) {
  .cast {
    margin: 0 0 0px 0;
  }
}
.cast a {
  text-decoration: none;
  color: #111;
}
.cast .cast_ranking_w,
.cast .cast_schedule_w {
  height: 18px;
}
.cast .cast_ranking_w .cast_ranking p,
.cast .cast_ranking_w .cast_schedule p,
.cast .cast_schedule_w .cast_ranking p,
.cast .cast_schedule_w .cast_schedule p {
  padding: 3px 0 0 0;
  margin: 0 0 0px 0;
  line-height: 1em;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.cast .cast_ranking_w .cast_ranking p span,
.cast .cast_ranking_w .cast_schedule p span,
.cast .cast_schedule_w .cast_ranking p span,
.cast .cast_schedule_w .cast_schedule p span {
  font-size: 16px;
}
.cast .cast_ranking_w .cast_ranking p strong,
.cast .cast_ranking_w .cast_schedule p strong,
.cast .cast_schedule_w .cast_ranking p strong,
.cast .cast_schedule_w .cast_schedule p strong {
  letter-spacing: -0.08em;
}
.cast .cast_ranking_w {
  margin: 0 0 3px 0;
}
.cast .cast_ranking_w .cast_ranking {
  border: solid 1px #f2d2ab;
}
.cast .cast_ranking_w .cast_ranking p {
  background: #ead3a9;
  background: linear-gradient(90deg, #ead3a9 0%, #fff2df 100%);
  border-left: solid 2px #ffffff;
  border-right: solid 2px #f2d2ab;
  color: #111111;
}
.cast .cast_schedule_w {
  margin: 0px 0 0px 0;
}
.cast .cast_schedule_w .cast_schedule {
  border-right: solid 1px #ffffff;
}
.cast .cast_schedule_w .cast_schedule p {
  background-color: #e83c75;
  color: #ffffff;
  font-size: 13px;
  padding: 2px 0 2px 0;
}
.cast .photo {
  padding: 1px 0;
  position: relative;
}
.cast .photo img {
  display: block;
  width: 100%;
  height: auto;
}
.cast .photo:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background: url(./images/flame1.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 2px;
  top: 2px;
}
.cast .photo:after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background: url(./images/flame2.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 2px;
  bottom: 2px;
}
.cast .photo .new {
  position: absolute;
  top: 0px;
  left: 0;
  background-color: #e83c75;
  display: inline-block;
  color: #ffffff;
  font-size: 13px;
  line-height: 1em;
  padding: 2px 10px 3px 10px;
  letter-spacing: 0.2em;
  border: solid 1px #CEA73F;
}
.cast .cast_time {
  background-color: #dddddd;
  color: #554e48;
  margin: 15px 5px 0 5px;
  font-size: 18px;
  text-align: center;
}

.krc_calendar {
  margin: 0 0px 40px 0px;
}
@media screen and (max-width: 768px) {
  .krc_calendar {
    margin: 0 0 30px 0;
  }
}
.krc_calendar ul {
  border: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.0;
}
.krc_calendar ul li {
  list-style: none;
  text-align: center;
  float: left;
  width: 14.2%;
}
.krc_calendar ul li a {
  color: #b2aabc;
  padding: 15px 0 13px 0;
  text-decoration: none;
  display: block;
  border-bottom: solid 3px #d3c3a7;
}
@media screen and (max-width: 768px) {
  .krc_calendar ul li a {
    font-size: 12px;
  }
  .krc_calendar ul li a span {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .krc_calendar ul li a {
    font-size: 10px;
  }
}
.krc_calendar ul li a:visited {
  color: #b2aabc;
}
.krc_calendar ul li a:hover {
  color: #222222;
  border-bottom: solid 3px #000000;
}
.krc_calendar dl {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  float: left;
  width: 14.2%;
}
.krc_calendar dl dt {
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.0;
}
.krc_calendar dl dt a {
  color: #b2aabc;
  padding: 15px 0 13px 0;
  text-decoration: none;
  display: block;
  border-bottom: solid 1px #d3c3a7;
}
@media screen and (max-width: 768px) {
  .krc_calendar dl dt a {
    font-size: 12px;
  }
}
@media screen and (max-width: 576px) {
  .krc_calendar dl dt a {
    font-size: 10px;
  }
}
.krc_calendar dl dt a:visited {
  color: #b2aabc;
}
.krc_calendar dl dt a:hover {
  color: #222222;
  border-bottom: solid 3px #000000;
}
.krc_calendar dl dt a:hover {
  border-bottom: solid 1px #000000;
}
.krc_calendar dl dd {
  margin: 0;
  text-align: center;
  padding: 25px 0;
  background-color: #fafafa;
  border-bottom: solid 1px #d3c3a7;
}
@media screen and (max-width: 768px) {
  .krc_calendar dl dd {
    padding: 18px 0;
  }
}
.krc_calendar .sat a {
  color: #312dc8;
}
.krc_calendar .sat a:visited {
  color: #312dc8;
}
.krc_calendar .sun a {
  color: #da174b;
}
.krc_calendar .sun a:visited {
  color: #da174b;
}
.krc_calendar .target a {
  color: #222222;
  font-weight: bold;
  border-bottom: solid 3px #000000;
}
.krc_calendar .target a:visited {
  color: #222222;
}

.cast-schedule {
  margin: 0 0% 1.5em 0;
  width: 100%;
}
.top-schedule {
  margin: 0 0% 1.5em 0;
  width: 100%;
}
.top-schedule .cast {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .top-schedule .cast {
    width: 50%;
  }
}

#blogblk iframe {
  width: 100%;
  height: 12000px;
}

.contact_before {
  margin: 0 150px 100px 150px;
  width: 1055px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .contact_before {
    width: 100%;
    margin: 0;
    padding: 0 15px 50px 15px;
    box-sizing: border-box;
  }
}
.contact_before .lrl {
  width: 45%;
  float: left;
}
@media screen and (max-width: 768px) {
  .contact_before .lrl {
    width: 100%;
    float: none;
  }
}
.contact_before .lrl h2 {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
}
.contact_before .lrl p {
  font-family: "Noto Serif JP", serif;
  font-size: 46px;
  line-height: 1em;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .contact_before .lrl p {
    font-size: 38px;
  }
}
.contact_before .lrl p span {
  font-size: 22px;
}
.contact_before .lrl p strong {
  font-size: 22px;
}
.contact_before .lrl p a {
  color: #000;
  text-decoration: none;
}
.contact_before .lrr {
  width: 45%;
  float: right;
}
@media screen and (max-width: 768px) {
  .contact_before .lrr {
    width: 100%;
    float: none;
    display: none;
  }
}

.jetcontact {
  margin: 0 150px 100px 150px;
}
@media screen and (max-width: 768px) {
  .jetcontact {
    margin: 0;
    padding: 0 15px 100px 15px;
    box-sizing: border-box;
  }
}
.jetcontact h3 {
  font-family: "Noto Serif JP", serif;
}
.jetcontact .page-header {
  background-image: url(./images/line01.png);
  background-repeat: repeat-x;
  background-position: center center;
  margin-top: 0px;
  text-align: center;
}
.jetcontact .page-header .page-title {
  background-color: #ffffff;
  display: inline-block;
  padding: 0 10px;
  color: #000000;
  font-family: "Playfair Display SC", serif;
  font-weight: 100;
  font-size: 42px !important;
  line-height: 1.0;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .jetcontact .page-header .page-title {
    font-size: 24px !important;
  }
}
.jetcontact .grunion-field-wrap {
  margin-bottom: 15px;
}
.jetcontact .grunion-field-wrap label {
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
  font-size: 19px;
  color: #000;
}
.jetcontact .grunion-field-wrap label span {
  font-size: 12px;
}
.jetcontact .grunion-field-wrap label input[type="text"],
.jetcontact .grunion-field-wrap label input[type="email"],
.jetcontact .grunion-field-wrap label input[type="url"],
.jetcontact .grunion-field-wrap label input[type="password"],
.jetcontact .grunion-field-wrap label input[type="search"],
.jetcontact .grunion-field-wrap label input[type="number"],
.jetcontact .grunion-field-wrap label input[type="tel"],
.jetcontact .grunion-field-wrap label input[type="range"],
.jetcontact .grunion-field-wrap label input[type="date"],
.jetcontact .grunion-field-wrap label input[type="month"],
.jetcontact .grunion-field-wrap label input[type="week"],
.jetcontact .grunion-field-wrap label input[type="time"],
.jetcontact .grunion-field-wrap label input[type="datetime"],
.jetcontact .grunion-field-wrap label input[type="datetime-local"],
.jetcontact .grunion-field-wrap label input[type="color"],
.jetcontact .grunion-field-wrap label textarea {
  padding: 10px;
}
.jetcontact .pushbutton-wide {
  text-transform: none;
  font-family: "Playfair Display SC", serif;
  width: 200px;
  font-weight: bold;
  padding: 14px 25px;
  height: auto;
  line-height: 1.25rem;
  letter-spacing: 1em;
  position: relative;
  border-top: 1px solid #dbc081;
  border-right: 1px solid #dbc081;
  border-bottom: 4px solid #dbc081;
  border-left: 1px solid #dbc081;
  color: #604400;
  background-color: #fff;
  border-radius: 3px;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .jetcontact .pushbutton-wide {
    width: 100%;
  }
}
.jetcontact .pushbutton-wide:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.bx-loading {
  display: none;
}
#drawer #drawer__open {
  right: 0;
  left: auto;
}