@charset "UTF-8";
/* CSS Document */
@media print {
  img {
    display: none;
  }
}
/*メインビジュアル*/
.mv {
  max-width: 1080px;
  margin: 0 auto;
}

.mv img {
  width: 100%;
}

/*タブ切替*/
.tab {
  padding-bottom: 0;
  background: #fff;
  margin: 0 1.8em 0 1.8em;
}

.tab-content {
  display: none;
  padding: 24px;
  border: solid 4px #F01215;
  border-radius: 0 0 5px 5px;
}
@media (max-width: 768px) {
  .tab-content {
    padding: 16px 16px 16px;
  }
}

.show {
  display: block;
  border: solid 4px #F01215;
}

.tab-button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tab-button {
  width: 24.5%;
  padding: 20px 8px 28px;
  font-size: 26px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  background-color: #f6ae5b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .tab-button {
    font-size: 18px;
  }
}
@media (max-width: 410px) {
  .tab-button {
    font-size: 14px;
    padding: 16px 4px 8px;
  }
}

.tab-button:hover,
.active {
  background-color: red;
  border-bottom: none;
  color: #fff;
  position: relative;
}

.tab-button:hover::before,
.active::before {
  content: "";
  display: block;
  height: 5px;
  width: calc(100% - 16px);
  background: #f7ee12;
  position: absolute;
  top: 8px;
  left: 8px;
}

.tab-button:hover::after,
.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 50%;
  border-style: solid;
  border-width: 0 18px 28.6px 18px;
  border-color: transparent transparent #fff transparent;
  height: 0;
  width: 0;
  margin-left: -18px;
  z-index: 2;
}
@media (max-width: 768px) {
  .tab-button:hover::after,
  .active::after {
    border-width: 0 12px 16px 12px;
    bottom: -6px;
    margin-left: -9px;
  }
}

/*お知らせ*/
.info {
  padding-bottom: 0;
  background: #fff;
}

.info h2::before {
  margin: 0 1.8em 0 1.8em;
  background: -webkit-gradient(linear, right top, left top, from(#f0871e), to(#e60012));
  background: linear-gradient(to left, #f0871e, #e60012);
}

.info h2::after {
  margin: 0 1.8em 0 1.8em;
  background: -webkit-gradient(linear, left top, right top, from(#f0871e), to(#e60012));
  background: linear-gradient(to right, #f0871e, #e60012);
}

.info dl {
  margin: 0;
  padding: 0;
}

.info dt {
  position: absolute;
  left: auto;
  padding: 1em 0 1em 0;
}
@media (max-width: 768px) {
  .info dt {
    position: static;
  }
}

.info dt::before {
  min-width: 106px;
  display: inline-block;
  text-align: center;
}
@media (max-width: 768px) {
  .info dt::before {
    font-size: 12px;
    min-width: 84px;
  }
}

.info .genre1::before {
  content: "お知らせ";
  background: #E55614;
  letter-spacing: 0.4em;
  text-align: center;
  color: #fff;
  padding: 0.1em 0.2em 0.1em 0.5em;
  margin-right: 1em;
}
@media (max-width: 768px) {
  .info .genre1::before {
    padding: 0px 0.2em 0 0.5em;
  }
}

.info .genre2::before {
  content: "キャンペーン";
  background: #2A45E9;
  color: #fff;
  padding: 0.1em 0.2em;
  margin-right: 1em;
}

.info .genre3::before {
  content: "番組情報";
  background: #E80C10;
  color: #fff;
  padding: 0.1em 0.2em;
  margin-right: 1em;
}

.info dd {
  padding: 1em 1em 1em 14em;
  border-bottom: dotted 4px #e60012;
  font-size: 16px;
}
.info dd a {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .info dd {
    padding: 0em 1em 1em 0;
  }
}

.info h2 {
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info h2::before, .info h2::after {
  background-color: #000;
  border-radius: 5px;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 5px;
}

.info h2::before {
  margin: 0 1.8em 0 1.8em;
  background: -webkit-gradient(linear, right top, left top, from(#f0871e), to(#e60012));
  background: linear-gradient(to left, #f0871e, #e60012);
}

.info h2::after {
  margin: 0 1.8em 0 1.8em;
  background: -webkit-gradient(linear, left top, right top, from(#f0871e), to(#e60012));
  background: linear-gradient(to right, #f0871e, #e60012);
}

.info a:hover {
  border-bottom: solid 1px #9A9696;
}

.info .btn-more {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: #e60012;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  padding: 8px 32px;
}
@media (max-width: 768px) {
  .info .btn-more {
    font-size: 14px;
    padding: 4px 20px;
  }
}
.info .btn-more:hover {
  cursor: pointer;
  opacity: 0.7;
}
.info .offset {
  display: none;
  border-top: dotted 4px #e60012;
}
@media (max-width: 768px) {
  .info .offset {
    padding-top: 16px;
  }
}
.info .open.view {
  display: none;
}
.info .open.view + .offset {
  display: block;
}

/*番組内容*/
.program {
  position: relative;
  background-color: #FCEFCD;
  border-radius: 14px;
  margin: 0 1.8em;
  padding-bottom: 0;
  z-index: 1;
}

.program::after {
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  background: -webkit-gradient(linear, right top, left top, from(#f0871e), to(#e60012));
  background: linear-gradient(to left, #f0871e, #e60012);
  content: "";
  z-index: -1;
  border-radius: 18px;
}

.program h2 {
  border-radius: 14px 14px 0 0;
  background-color: #FCEFCD;
  border-bottom: 4px solid;
  -o-border-image: linear-gradient(to left, #f0871e, #e60012) 1;
     border-image: -webkit-gradient(linear, right top, left top, from(#f0871e), to(#e60012)) 1;
     border-image: linear-gradient(to left, #f0871e, #e60012) 1;
  margin: 0;
  padding: 1em 0;
  z-index: 1;
}

.program p {
  padding: 1em;
  margin: 0;
  background-color: #FCEFCD;
  border-radius: 0 0 14px 14px;
}

/*出演者*/
.cast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1em;
  margin: 0;
}

.cast:last-child {
  margin-top: 1.8em;
}

.cast-bgimg {
  background: #FFFEE2;
}

.prof-txt {
  text-align: left;
  width: 60%;
  padding-left: 1.8em;
  margin-right: 0;
  margin-left: auto;
}

.prof-txt h3 {
  display: inline-block;
  padding-left: 1.8em;
  padding-right: 1.8em;
}

.prof-txt h3 {
  display: inline-block;
  font-size: 20px;
  background: linear-gradient(90deg, #EF7E09 0px, #EF7E09 16px, #E60012 16px, #E60012 100%);
  color: #fff;
  font-weight: bold;
  padding: 0.3em 1.8em 0.3em 1.8em;
  text-shadow: 1px 1px #000;
}

.prof-img {
  margin-right: 0;
  margin-left: auto;
}

.img_prof img {
  width: 100%;
}

/*Movie*/
.movie {
  padding: 1.8em;
}

.movie h2 {
  padding-top: 1.8em;
  margin-bottom: 0;
}

.youtube {
  width: 100%;
  padding: 0 1em 1.8em 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 5px solid;
  -o-border-image: linear-gradient(to left, #f0871e, #e60012) 1;
     border-image: -webkit-gradient(linear, right top, left top, from(#f0871e), to(#e60012)) 1;
     border-image: linear-gradient(to left, #f0871e, #e60012) 1;
}

.youtube .inner {
  padding-top: 56.25%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.youtube .inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 414px) {
  /*お知らせ*/
  .info {
    padding-bottom: 1em;
  }
  .info h2 {
    margin: 0;
    padding-bottom: 1em;
  }
  .info h2::before {
    margin: 0 1em 0 0;
  }
  .info h2::after {
    margin: 0 0 0 1em;
  }
  .info dl {
    margin: 0;
    padding: 0 0 1em 0;
  }
  .info dt {
    position: static;
    padding: 0;
    text-align: left;
  }
  .info dd {
    padding: 8px 0 0.5em 0;
    text-align: left;
    border-bottom: dotted 2px #e60012;
    margin-bottom: 1em;
  }
  .info dd:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .info a:hover {
    opacity: 0.7;
    border-bottom: none;
  }
}
@media screen and (min-width: 415px) {
  /*お知らせ*/
  .info h2 {
    padding-bottom: 0.5em;
  }
  .info h2:before {
    margin: 0 1em 0 0;
  }
  .info h2:after {
    margin: 0 0 0 1em;
  }
  .info dl {
    margin: 0;
  }
  .info dt {
    text-align: left;
  }
  .info dd {
    text-align: left;
    padding-right: 0;
  }
  .info dd:last-child {
    border-bottom: none;
  }
  .info a:hover {
    opacity: 0.7;
    border-bottom: none;
  }
  .program {
    margin: 0 1.8em;
  }
}
/* width 670px以下：出演者名「け～ぶるGiRLS」が2列になる直前。出演者レイアウトを縦表示に可変*/
@media screen and (max-width: 670px) {
  .cast {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .prof-img {
    margin-left: auto;
    margin-right: auto;
  }
  .prof-img img {
    width: 100%;
  }
  .prof-txt {
    width: 100%;
    padding: 0;
    margin-top: 1.8em;
    text-align: center;
  }
}
/*PCサイズ*/
@media screen and (min-width: 768px) {
  .info h2::before {
    margin: 0 1.8em 0 0;
  }
  .info h2::after {
    margin: 0 0 0 1.8em;
  }
  .info a:hover {
    border-bottom: solid 1px #9A9696;
  }
}
/* tab style */
.episode-item {
  max-width: 756px;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 32px;
}
.episode-item + .episode-item {
  margin-top: 32px;
}
.episode-item .episode-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .episode-item .episode-inner {
    display: block;
  }
}
.episode-item .number {
  color: #EA5514;
  font-size: 28px;
  font-weight: bold;
  background-color: #f7ee12;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 16px 0px;
}
.episode-item .number span {
  font-size: 28px;
}
.episode-item figure {
  width: 48%;
}
@media (max-width: 768px) {
  .episode-item figure {
    width: 100%;
  }
}
.episode-item picture {
  display: block;
  padding: 8px;
  background-color: #f7ee12;
}
.episode-item picture img {
  width: 100%;
}
.episode-item .item-body {
  width: 48%;
}
@media (max-width: 768px) {
  .episode-item .item-body {
    width: 100%;
  }
}
.episode-item .item-body .text {
  -webkit-text-decoration: underline dashed #90c31f;
          text-decoration: underline dashed #90c31f;
  line-height: 2.2;
  text-underline-offset: 7px;
  text-align: justify;
  margin-top: 0;
}
@media (max-width: 768px) {
  .episode-item .item-body .text {
    margin-top: 16px;
  }
}
.episode-item .item-body .tab-cast {
  display: block;
  margin-top: 12px;
}
.episode-item .item-body .tab-cast dt {
  max-width: 101px;
}
.episode-item .item-body .tab-cast dt img {
  width: 100%;
}
.episode-item .item-body .tab-cast dd {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.5;
}

.girls {
  padding: 24px 48px 60px;
  position: relative;
  background-image: url(../img/heart.svg), url(../img/heart.svg);
  background-repeat: repeat-y, repeat-y;
  background-position: 18px 0, calc(100% - 18px) 0;
  background-size: 20px auto, 20px auto;
}
@media (max-width: 768px) {
  .girls {
    padding: 24px 24px 30px;
    padding-bottom: 30px;
    background-position: 18px 0, calc(100% - 18px) 0;
    background-size: 10px auto, 10px auto;
  }
}
.girls::before, .girls::after {
  content: "";
  display: block;
  background: url("../img/triangle.svg");
  background-repeat: no-repeat;
  width: 50%;
  aspect-ratio: 506/117;
  position: absolute;
  z-index: 0;
}
.girls::before {
  top: 0;
  left: 0;
}
.girls::after {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.girls-list {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 830px;
  margin: 48px auto 12px;
}
@media (max-width: 768px) {
  .girls-list {
    max-width: 80%;
  }
}
.girls-list li {
  width: 32%;
  margin-bottom: 16px;
  text-align: left;
}
@media (max-width: 768px) {
  .girls-list li {
    width: 49%;
  }
}
@media (max-width: 574px) {
  .girls-list li {
    width: 100%;
  }
}
@media (max-width: 410px) {
  .girls-list li {
    width: 100%;
  }
}
.girls-list li:nth-child(3n-1) {
  margin-left: 2%;
  margin-right: 2%;
}
@media (max-width: 768px) {
  .girls-list li:nth-child(3n-1) {
    margin-left: inherit;
    margin-right: inherit;
  }
}
@media (max-width: 768px) {
  .girls-list li:nth-child(2n) {
    margin-left: 2%;
  }
}
.girls-list li figure img {
  width: 100%;
}
.girls-list li dl dt {
  font-size: 12px;
  color: #fff;
  background: #ffe131;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.2;
  font-weight: bold;
  margin: 8px 0 0;
  padding: 2px 6px;
  letter-spacing: -0.1em;
}
@media (max-width: 768px) {
  .girls-list li dl dt {
    font-size: 10px;
  }
}
.girls-list li dl dd {
  font-size: 22px;
  font-weight: bold;
  color: #e60012;
  margin-top: 10px;
  letter-spacing: -0.05em;
  position: relative;
  padding-left: 38px;
}
@media (max-width: 768px) {
  .girls-list li dl dd {
    font-size: 20px;
    padding-left: 28px;
    margin-top: 8px;
  }
}
.girls-list li dl dd::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../img/jacket.svg) top center/100% auto no-repeat;
  position: absolute;
  left: 0px;
  top: 0px;
}
@media (max-width: 768px) {
  .girls-list li dl dd::before {
    width: 25px;
    height: 28px;
    top: 1px;
  }
}
.girls-list li dl dd small {
  font-size: 0.4em;
  letter-spacing: -0.1em;
  white-space: nowrap;
}

.movie-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 16px;
}
.movie-list .item {
  width: 49%;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .movie-list .item {
    width: 100%;
  }
}
.movie-list .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie-list .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.movie-list .title {
  text-align: left;
  margin-top: 20px;
}

.news-area {
  border-top: 8px solid #e60012;
  max-width: 1000px;
  margin: 64px auto;
  padding: 28px 48px !important;
  text-align: left;
}
@media (max-width: 768px) {
  .news-area {
    margin: 32px auto;
    padding: 20px 16px !important;
  }
}
.news-area .pan-list li {
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .news-area .pan-list li {
    font-size: 12px;
  }
}
.news-area .pan-list li + li ::before {
  content: "＞";
}
.news-area .entry-title {
  margin-top: 40px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .news-area .entry-title {
    margin-top: 20px;
    font-size: 20px;
  }
}
.news-area .entry-date {
  color: #e83428;
  font-weight: bold;
  position: relative;
}
.news-area .entry-date::before {
  content: "";
  background: #e60012;
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.news-area .entry-date::after {
  content: "";
  background: #f0861c;
  height: 5px;
  width: 20%;
  position: absolute;
  bottom: 0px;
  right: 0;
}
.news-area .entry-body {
  padding: 24px 0;
}
@media (max-width: 768px) {
  .news-area .entry-body {
    padding: 16px 0;
  }
}
.news-area .entry-body a {
  text-decoration: underline;
}
.news-area .entry-body a:hover {
  opacity: 0.6;
}
.news-area .photo-list {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .news-area .photo-list {
    padding: 16px 0;
  }
}
.news-area .photo-list li {
  width: 48.5%;
  margin-bottom: 24px;
}
.news-area .photo-list li img {
  width: 100%;
}

.news-list {
  padding: 64px 0;
}
@media (max-width: 768px) {
  .news-list {
    padding: 32px 16px;
  }
}
.news-list .btn-more {
  margin: 64px auto;
}