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

html {
  /* Sets a specific default `font-size` for user with `rem` type scales.*/
  font-size: 100%;
  /* Changes the default tap highlight to be completely transparent in iOS.*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: #000;
  line-height: 1.6;
  /*background: url(../img/common/bg_body.png) center center/cover no-repeat;*/
  background: #fff;
  font-family: "Noto Sans Japanese", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
  font-weight: 400;
  min-width: 1000px;
}

.wrapper {
  min-width: 1000px;
  overflow: hidden;
}

.overlay {
  display: none;
}
.overlay.is-expand {
  background: rgba(0,0,0,.8);
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top:0;
  left:0;
  z-index: 98;
}

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

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

/*a:hover {
  opacity: .8;
}*/

.contain {
  width: 1000px;
  margin: 0 auto;
}

header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.pcNav {
  background: rgba(0,0,0,.75);
  position: absolute;
  top: 27px;
  left: 0;
  right: 0;
  z-index: 99;
  min-width: 1000px;
}

.pcNav_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  justify-content: center;
}

.pcNav_inner:before {
  position: absolute;
  content: '';
  left: -16px;
  top: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 16px transparent;
  border-bottom: solid 54px rgba(0,0,0,.75);
  z-index: -1;
}

.pcNav_inner:after {
  position: absolute;
  content: '';
  right: 0;
  margin-right: -16px;
  top: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 16px rgba(0,0,0,.75);
  border-bottom: solid 54px transparent;
  z-index: -1;
}

.pcNav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pcNav_list-item a {
  display: block;
  padding: 11px 13px;
}

/*.pcNav_list-item a:hover {
  background: #d71618;
}

 .pcNav_list-item a:hover {
  color: #333;
  display: block;
  padding: 11px 26px;
  position: relative;
}

.pcNav_list-item a:hover:before {
  position: absolute;
  content: '';
  left: -16px;
  top: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 16px transparent;
  border-bottom: solid 55px #d71618;
  z-index: -1;
}

.pcNav_list-item a:hover:after {
  position: absolute;
  content: '';
  right: 0;
  margin-right: -16px;
  top: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 16px #d71618;
  border-bottom: solid 56px transparent;
  z-index: -1;
} */

.pcNav_list-item:last-child a {
  padding: 11px 16px;
}

.pcNav_list-item:last-child a:hover {
  background: #d10001;
  opacity: .8;
}

.pcNav_list-item:last-child a:hover:before,
.pcNav_list-item:last-child a:hover:after {
  content: none;
}

.header-nav {
  position: absolute;
  left: 0;
  top: -100vh;
  opacity: 0;
}
.header-nav.is-expand {
  top: 58px;
  left: 0;
  opacity: 1;
}

.icon-menu{
  display: flex;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 44px;
  height: 44px;
  padding-left: 5px;
  cursor: pointer;
  background: rgba(0,0,0,.75);
  border-radius: 10px;
  padding: 5px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.icon-menu span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 80%;
  height: 3.5px;
  border-radius: 1px;
  background-color: #fff;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  margin-left: 10%;
  margin-top: 5px;
}
.icon-menu span + span {
  margin-top: 6px;
}

.icon-menu.is-expand span {
  width: 35px;
  margin-left: 0;
}

.icon-menu.is-expand span:nth-child(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}
.icon-menu.is-expand span:nth-child(2) {
  -webkit-transform: translateY(2px) rotate(45deg);
  transform: translateY(2px) rotate(45deg);
}
.icon-menu.is-expand span:nth-child(3) {
  opacity: 0;
}
.header-nav {
  position: absolute;
  left: 0;
  top: -100vh;
  opacity: 0;
}
header > .spNavOuter {
    position: relative;
    width: 100%;
    padding: 0 15px;
}

#mainVisual {
  background-image: url(../img/toukon/bg_key.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
}

#mainVisual .key {
  text-align: center;
  margin-left: -150px;
  margin-right: -141px;
}

#mainVisual .logo {
  position: absolute;
  top: 69px;
  left: 149px;
  z-index: 2;
}

#mainVisual .contain {
  position: relative;
}

#mainVisual .kumo {
  position: absolute;
  bottom: 44px;
  left: 0;
  right: 0;
  margin-left: -64px;
  margin-right: -72px;
  z-index: 2;
}

#gaiyou {
  text-align: center;
  background: url(../img/toukon/bg_right.jpg) center top / auto no-repeat;
  height: 369px;
  position: relative;
  margin-bottom: 90px;
}

#gaiyou .text {
  margin-top: -113px;
  padding-top: 44px;
}

main {
  text-align: center;
}

.ttl {
  margin-top: -84px;
  margin-bottom: 42px;
}

.program {
  background: url(../img/toukon/bg.png);
  padding-bottom: 48px;
  margin-bottom: 90px;
}

.program .ttl img {
  margin-top: -42px;
}

.program_inner {
  background: #000;
}

.program_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.program_list-item {
  margin-bottom: 32px;
}

.program_list-item a {
  color: #fff;
  text-decoration: none;
}

.program_list-item p {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}

.program_schedule,
.joshi_schedule {
  padding: 40px 0 50px;
}

.history {
  background: #000;
  padding: 57px 0 45px;
  margin-bottom: 90px;
}

#special {
  background: #ffe100;
  padding-bottom: 50px;
}

.special_img {
  margin-left: -46px;
  margin-right: -49px;
}

.special_img img {
  margin-top: -88px;
}


.movieOuter {
  background: #bb0416;
  padding-bottom: 48px;
  margin-bottom: 10px;
}

.movieOuterGyakuten {
  background: url(../img/gyakuten/bg.png)
}

.movieOuterKessen {
  background: #a8acb6;
}

.movieAllstar {
  position: relative;
  z-index: 1;
}

.movieOuterFull {
  background: #ffe100;
  margin-bottom: 0;
}
#movie, #live, #movieListKessen {
  padding: 92px 0;
}

#movie {
  background: #bb0416;
}

#live {
  background: url(../img/toukon/bg.png);
  margin-bottom: 82px;
  padding: 92px 0 90px;
}

#movie .contain, #live .contain {
  position: relative;
}

#movie .ttl, #live .ttl {
  margin-top: -134px;
  margin-bottom: 30px;
}

#movie .updateDay {
  margin-bottom: 30px;
}

#movie .giza, #live .giza {
  margin-left: -46px;
  margin-right: -46px;
  position: absolute;
  top: 111px;
  left: 0;
  right: 0;
}

.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
  border: 7px solid #000;
  border-radius: 25px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 1;
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 50px;
}

.video:before {
  display: block;
  content: "";
}

.video iframe{
  position:absolute;
  top:0;
  left: 0;
  right:0;
  bottom: 0;
  width:100%;
  height:100%;
  z-index: 1;
  border: 5px solid #fff;
}

.dummy {
  border: 7px solid #000;
  border-radius: 25px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-top: 50px;
}

.icon_date {
  position: absolute;
  top: 11px;
  right: calc(50% - 638px);
  z-index: 1;
}

#movieList {
  padding: 40px 0 20px;
  background: #000;
  color: #fff;
}

#movieListFull {
  padding: 0 0 20px;
  background: #000;
  color: #fff;
}

.program a, .joshi a,
#movieList a, #movieListFull a {
  color: #fff;
  text-decoration: none;
}


.program p, .joshi p {
  color: #fff;
}
.program p, .joshi p,
#movieList p, #movieListFull p {
  font-size: 30px;
  font-weight: 700;
}

.program .info, .joshi .info,
#movieList .info, #movieListFull .info {
  margin: 0 13px;
}

#movieListKessen {
  background: #a8acb6;
}

.bg_yellow {
  background: #ffe100;
}

.allstar {
  margin: -182px -49px -38px -46px;
}

.full {
  margin-left: -46px;
  margin-right: -49px;
  padding-bottom: 66px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.full img {
  margin-top: -160px;
}

.gyakuten {
  margin-bottom: 50px;
}

.gyakuten img {
  margin-top: -67px;
}

.joshi_key {
  background-image: url(../img/toukon/joshi_chara_pc.png), url(../img/toukon/bg_joshi.png);
  background-position: calc(50% - 8px) bottom, center bottom;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat-x;
  position: relative;
}

.joshi_key:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 122px;
  background: rgba(255,255,255,.83);
}

.joshi_key-logo {
  position: relative;
  padding-bottom: 28px;
}

.joshi_profile {
  background: #ff2f96;
  padding: 38px 0;
}

.joshi_outer {
  background: #ff65b2;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.joshi_guest {
  padding: 50px 0 77px;
}

.joshi_inner {
  background: #000;
}

.joshi .ttl {
  margin-top: 0;
}

.joshi .ttl img {
  margin-top: -44px;
}

.slick-prev, .slick-next {
  width: 48px;
  height: 48px;
  top: calc(50% - 20px);
}

.slick-prev:before, .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 48px;
  background: #000;
  padding: 10px 20px;
}

@media all and (-ms-high-contrast: none){
  .slick-prev, .slick-next {
    width: 70px;
    height: 70px;
  }
  .slick-prev:before, .slick-next:before{
    display: block;
  }
}

.slick-prev {
  left: 50px;
  z-index: 10;
}

.slick-prev:before {
  content: "\f053";
}

.slick-next {
  right: 50px;
}

.slick-next:before {
  content: "\f054";
}

small {
  font-size: .66em;
}

#actor {
  background: url(../img/toukon/bg.png);
  padding: 40px 0 50px;
  position: relative;
  z-index: 1;
}

#actor .writer {
  margin-top: -40px;
}

#event {
  background: #bb0416;
  padding: 40px 0 50px;
}

#event .ttl {
  position: relative;
  z-index: 3;
}

#event .inner {
  background: url(../img/bg_event.png);
  border-radius: 20px;
  z-index: 1;]
  position: relative;
  padding: 46px 40px 46px 41px;
}

#event .inner + .inner {
  margin-top: 40px;
  padding: 26px 40px 26px 41px;
}

#event .info{
  position: relative;
  z-index: 2;
}

#event .info:not(:last-of-type) {
  margin-bottom: 45px;
}

#event .num {
  position: absolute;
  top: 4px;
  left: -13px;
}

footer {
  background: #fff;
  padding: 30px 0;
  font-size: 12px;
}

footer .contain{
  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;
}

footer a:hover {
  opacity: .8;
}

.f_logo {
  margin-bottom: 20px;
}

.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 40px;
}

.sns li + li {
  margin-left: 16px;
}

.fa-facebook-square {
  color: #3b5092;
}

.fa-twitter-square {
  color: #3e99ed;
}

.insta_outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.insta_btn {
  display: inline-block;
  text-align: center;
  font-size: 20px;
}

.insta_btn .insta {
  color: #fff;
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
  border-radius: 6px;
  margin-top: 3px;
}

.insta_btn .insta:before {
  content: '';
  position: absolute;
  top: 15px;
  left: -18px;
  width: 50px;
  height: 50px;
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}

.fa-instagram {/*アイコン*/
  color: #FFF;/*白に*/
  position: relative;/*z-indexを使うため*/
  z-index: 2;/*グラデーションより前に*/
  font-size: 32px;/*アイコンサイズ*/
  line-height: 36px;/*高さと合わせる*/
}

.fa-line {
  color: #00b900;
}

.sp {
  display: none;
}

/* デフォルト：1000px以上用（PC用）の記述 */
@media screen and (max-width: 1096px) {
  /* 1096px以下用（PC用）の記述 */
}
@media screen and (max-width: 999px) {
  /* 999px以下用（PC用）の記述 */
  #mainVisual {
    background-size: 1440px;
  }
}

@media screen and (max-width: 768px) {
  /* 768px以下用（PC用）の記述 */
  body {
    min-width: 100%;
  }
  .wrapper {
    min-width: 100%;
  }
  .contain {
    width: 92%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  header {
    margin: 0;
  }
  #mainVisual {
    background-size: auto;
    background-image: none;
    margin-bottom: 10%;
  }
  #mainVisual .contain {
    width: 100%;
  }
  #mainVisual .logo {
    position: relative;
    top: 0;
    left: 0;
  }
  #special {
    padding-bottom: 5%;
  }
  .special_img {
    margin-left: -4%;
    margin-right: -4%;
  }
  .special_img img {
    margin-top: -10%;
  }
  .ttl {
    z-index: 3;
    position: relative;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -0;
    top: -70px;
    margin-bottom: -45px;
  }
  .program {
    padding-bottom: calc(60/750*100vw);
    margin-bottom: calc(74/750*100vw);
  }
  .program .ttl {
    top: 0;
    margin-bottom: 20px;
  }
  .program .ttl img {
    margin-top: -20px;
  }

  .program_list-item {
    width: calc(335/690*100%);
    margin-bottom: calc(30/750*100vw);
  }
  .program_list-item p {
    font-size: 15px;
  }
  .program_schedule,
  .joshi_schedule {
    padding: 20px 0 30px;
  }
  .history {
    padding: 22px 0 22px;
    margin-bottom: 11%;
  }
  #actor {
    padding: 0;
    background: none;
  }
  #actor .contain {
    width: 100%;
  }
  #actor .ttl {
    top: -18px;
  }
  #actor .writer {
    margin-top: 0;
  }
  .movieOuter {
    padding-bottom: 10%;
    margin-bottom: 0;
  }
  .movieOuterFull {
    margin-bottom: 0;
  }
  #movie, #movieListKessen {
    padding: 45px 0;
  }
  #live {
    padding: 45px 0 38px;
    margin-bottom: 0;
  }
  #movie .ttl, #live .ttl {
    margin-top: 0;
    margin-bottom: -65px;
    top: -70px;
  }
  #movie .updateDay {
    width: 80%;
    margin: 10px auto 0;
  }
  #movie .giza, #live .giza {
    margin-left: -4%;
    margin-right: -4%;
    top: -6%;
  }
  .video, .dummy {
    margin-top: 22px;
    margin-left: 0;
    margin-right: 10px;
    width: calc(100% - 20px);
  }
  .icon_date {
    position: absolute;
    top: calc(-176/750*100vw);
    right: 0;
    margin-right: calc(-67/750*100vw);
    width: calc(230/750*100vw);
    z-index: 3;
  }
  .program .info, .joshi .info,
  #movieList .info, #movieListFull .info {
    margin: 0 10px;
  }
  .program p, .joshi p,
  #movieList p, #movieListFull p {
    font-size: 18px;
  }
  .allstar {
    margin-left: -4%;
    margin-right: -4%;
    margin-bottom: -2%;
    margin: -24% -4% -2%;
  }
  .full {
    margin-left: -4%;
    margin-right: -4%;
    padding-bottom: 10%;
    margin-bottom: 13%;
  }
  .full img {
    margin-top: -20%;
  }
  .gyakuten {
    margin-bottom: 10%;
  }
  .gyakuten img {
    margin-top: -12%;
  }
  .slick-prev, .slick-next {
    width: 30px;
    height: 30px;
    top: calc(50% - 20px);
  }

  .slick-prev:before, .slick-next:before {
    font-size: 30px;
    padding: 5px 10px;
  }
  .slick-prev {
    left: 5px;
  }
  .slick-next {
    right: 5px;
  }
  #event {
    padding: 40px 0 10%;
  }
  #event .contain {
    width: 100%;
  }
  #event .inner {
    border-radius: 0;
    padding: 10.2% 4% 4.2% 4%;
  }
  #event .inner + .inner {
    margin-top: 20px;
    padding: 3.2% 4% 2.2% 4%;
  }
  #event .ttl {
    margin-bottom: -100px;
  }
  #event .num {
    width: 14%;
  }
  #event .info:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .joshi_key {
    background: none;
  }
  .joshi_key .contain {
    width: 100%;
    
  }
  .joshi_key:before {
    display: none;
  }
  .joshi_key-logo {
    padding-bottom: 0;
    margin-top: 8px;
  }
  .joshi_profile {
    padding: 25px 0;
  }
  .joshi_outer {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .joshi_guest {
    padding: 25px 30px 37px;
  }
  .joshi .ttl img {
    margin-top: 48px;
  }

  footer {
    padding: 30px 0;
    font-size: 10px;
    text-align: center;
  }
  footer .contain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .f_logo {
    margin-bottom: 23px;
  }
  .f_logo img {
    zoom: .5;
  }
  .sns {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) and (-ms-high-contrast: none){
  .slick-prev, .slick-next {
    width: 45px;
    height: 50px;
  }
  .slick-prev:before, .slick-next:before{
    display: block;
  }
}
