@charset "utf-8";
.home .warpper {
  margin-top: 8rem;
}

.tokusetsu {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-bottom: 2rem;
  text-align: center;
  background: #1e1e1e;
}

.top-movie-wrap {
  position: relative;
  height: auto;
  margin-bottom: 3rem;
  background: #000;
}


.top-movie-wrap .text-link a {
  text-decoration: underline;
  color: rgba(255,183,66,1.00);
}


.banner-wrap {
  display: block;
  max-width: 1720px;
  margin: 0 auto 5rem;
  text-align: center;
}

.banner-wrap ul {
  font-size: 0;
}

.banner-wrap li {
  display: inline-block;
  margin: 0 .5rem 1.2rem;
}

.banner-wrap li a {
  position: relative;
  display: block;
}

.banner-wrap li a::before,
.banner-wrap li a::after {
  position: absolute;
  z-index: 2;
  top: -2px;
  left: -2px;
  width: 0;
  height: 0;
  content: "";
  border: 2px solid transparent;
}

.banner-wrap li a:hover {
  opacity: 1;
}

.banner-wrap li a:hover::before,
.banner-wrap li a:hover::after {
  width: 100%;
  height: 100%;
}

.banner-wrap li a:hover::before {
  transition: width .3s, height .3s .3s;
  border-top-color: #ffda00;
  border-right-color: #ffda00;
}

.banner-wrap li a:hover::after {
  transition: height .3s, width .3s .3s;
  border-bottom-color: #ffda00;
  border-left-color: #ffda00;
}

.banner-wrap li img {
  display: block;
  height: 80px;
}

.information-wrap {
  max-width: 1560px;
  margin: 0 auto 3rem;
  padding: 0 2rem;
}

.information-wrap::after {
  display: block;
  clear: both;
  content: "";
}

.information-wrap .left-wrap {
  float: left;
  width: 60%; /* IE8以下とAndroid4.3以下用フォールバック */
  width:    -moz-calc(100% - 55rem);
  width: -webkit-calc(100% - 55rem);
  width:         calc(100% - 55rem);
}

.information-wrap .right-wrap {
  float: right;
  width: 52.6rem;
}

.information-wrap h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.7rem;
	 letter-spacing: 0.12em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-align: center;
}

.information-wrap .news {
  text-align: left;
}

.information-wrap .news h2 {
  color: #cdcaae;
}

.information-wrap .news li {
	list-style: none;
  padding: 1.2rem;
  border-bottom: 1px dotted #8e8e8e;
}
.information-wrap .news li:last-child {
  border-bottom: none;
	padding-bottom: 2.5rem;
}

.information-wrap .news li span {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  display: block;
  margin-bottom: .6rem;
  color: #cdcaae;
}

.information-wrap .news li a {
  text-decoration: none;
  color: #fff;
  border-bottom: rgba(152,185,185,1.00) 1px solid;
}

.information-wrap .news li a:hover {
  opacity: 1;
  border-bottom: rgba(35,246,243,1.00) 1px solid;
}

.information-wrap .recruit {
  margin-bottom: .6rem;
  padding: 1.6rem 0 1.2rem;
  background: linear-gradient(#c7c7c7, #fff);
}

.information-wrap .recruit h2 {
  margin-bottom: 0;
  color: #3e3e3e;
}

.information-wrap .recruit-box {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1.2rem;
}

.information-wrap .recruit01 {
  border-bottom: 1px dotted rgba(74,74,74,1.00);
}

.information-wrap .company {
  margin-bottom: 1.5rem;
  color: #000;
}

.information-wrap .link {
  margin-bottom: 1rem;
}

.information-wrap .link:last-child {
  margin-bottom: 0;
}

.information-wrap .link a {
  line-height: 1.5;
  display: inline;
  color: #f00;
  border-bottom: 1px solid rgba(152,185,185,1.00);
}

.information-wrap .link a:hover {
  opacity: 1;
  border-bottom: 1px solid #f00;
}

.information-wrap .media {
  padding: 3rem 1.2rem 3rem;
}

.information-wrap .media h2 {
  margin-bottom: 0;
  color: #fff;
}

.information-wrap .media-content {
  text-align: left;
}

.information-wrap .media-content p {
  line-height: 1.7;
  padding: 1rem;
  color: #fff;
  border-bottom: 1px solid rgba(200,200,200,.60);
}

.information-wrap .media-content p span {
  font-size: 1.6rem;
  color: rgba(248,221,195,1.00);
}

.information-wrap .media-content p a {
  color: aqua;
  border-bottom: 1px solid rgba(152,185,185,1.00);
}

.information-wrap .media-content p a:hover {
  opacity: 1;
  border-bottom: rgba(35,246,243,1.00) 1px solid;
}

.information-wrap .media-content .media-info-link {
  margin-top: 2rem;
}

.information-wrap .media-content .media-info-link a {
  font-size: 1.4rem;
  display: block;
  width: 95%;
  margin: 0 auto;
  padding: .3rem 0;
  text-align: center;
  background-color: rgba(255,255,255,1.00);
}

.banner02-wrap {
  margin-bottom: 0;
}

.banner02-wrap li img {
  height: 80px;
}

.schedule-archive h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 3rem;
  text-align: center;
  color: #d4d4d4;
}

.schedule-archive .taisaku a span,
.schedule-archive .cov-list a span {
  display: inline-block;
}

.schedule-archive .taisaku {
  margin-bottom: 3rem;
}

.schedule-archive .taisaku a {
  font-size: 1.6rem;
  display: block;
  padding: 1rem 0;
  text-align: center;
  color:#4478B8;
}

.schedule-archive .taisaku a span b {
  font-weight: normal;
}

.schedule-archive .cov-list {
  margin-bottom: 3rem;
  text-align: center;
}

.schedule-archive .cov-list a {
  font-size: 2rem;
  font-weight: 400;
  padding: 0;
  text-decoration: underline;
  color: rgba(51,66,107,1.00);
}

@media(max-width: 1200px) {


  .top-movie-wrap .left-wrap {
    left: 0;
    overflow-y: scroll;

    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .top-movie-wrap .left-wrap::-webkit-scrollbar {
    display: none;
  }

  .top-movie-wrap .right-wrap {
    right: 0rem;
  }

  .banner-wrap li img {
    height: 8rem;
  }

  .banner02-wrap li img {
    height: 6rem;
  }

  .information-wrap .left-wrap {
    float: left;
    width: 60%;
    width:    -moz-calc(100% - 32rem);
    width: -webkit-calc(100% - 32rem);
    width:         calc(100% - 32rem);
  }

  .information-wrap .right-wrap {
    width: 30rem;
  }
}

@media(max-width: 800px) {
  .home .warpper {
    margin-top: 14rem;
    margin-bottom: 0;
  }

  .schedule-archive {
    margin-bottom: 0;
  }

  .tokusetsu {
    background-color: #000;
  }

  .top-movie-wrap,
  .top-movie-wrap video,
  .top-movie-wrap .right-wrap img {
    height: auto;
  }

  .top-movie-wrap {
    background: #000;
  }

  .top-movie-wrap video {
    width: 100%;
  }

  .top-movie-wrap .left-wrap {
    position: relative;
    top: 0;
    left: auto;
    width: auto;
    height: auto;
    padding: 2rem 0;
    padding-right: 0;
    padding-left: 0;
    background-color: transparent;
  }

  .top-movie-wrap .left-wrap a {
    display: inline-block;
  }

  .top-movie-wrap .left-wrap p {
    font-size: 1.4rem;
  }

  .top-movie-wrap .right-wrap {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin: 0 auto 5rem;
  }

  .information-wrap {
    padding: 0;
  }

  .information-wrap .left-wrap,
  .information-wrap .right-wrap {
    float: none;
    width: 100%;
  }

  .information-wrap .recruit-wrap {
    margin-bottom: 3rem;
    padding: 0 2rem;
  }

  .information-wrap .news-wrap {
    padding: 4rem 2rem;
    background-color: #fff;
  }

  .information-wrap .news h2, .information-wrap .media h2 {
    color: #595757;
  }

  .information-wrap .news li span {
    color: #615534;
  }

  .information-wrap .news li a {
    text-decoration: underline;
    color: #aa3f3f;
    border-bottom: 0;
  }

  .information-wrap .media-wrap {
    background: #161616;
    background-size: contain;
  }

  .information-wrap .media {
    border: 0;
  }

  .information-wrap .media-content p {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 1.4rem;
	   color: #615534;
  }

  .information-wrap .media-content p a,
  .information-wrap .media-content .media-info-link a {
    font-size: 1.6rem;
    display: block;
    margin-top: 1rem;
    padding: .5rem 1rem;
    text-align: center;
    color: rgba(103,0,1,1.00);
    border-bottom: none;
    background: rgba(255,212,135,1.00);
  }

  .information-wrap .media-content p a:hover {
    border-bottom: 0;
  }

  .schedule-table-wrap table:last-child {
    margin-bottom: 0;
  }

  .schedule-archive .contents {
    margin-top: 6rem;
  }

  .schedule-archive .taisaku,
  .schedule-archive .cov-list {
    padding: 0 2rem;
  }
}

@media(max-width: 600px) {
  .top-movie-wrap .left-wrap .link-box {
    max-width: 400px;
    margin: 0 auto 1.2rem;
  }

  .banner-wrap li {
    display: block;
    max-width: 480px;
    margin: 0 auto 1.2rem;
    padding: 0 2rem;
  }

  .banner-wrap li img {
    height: auto;
  }

  .schedule-archive .taisaku a span b {
    display: none;
  }
}

@media(max-width: 480px) {
  .top-movie-wrap .left-wrap .link-box {
    max-width: 300px;
  }

  .information-wrap .media-content p {
    font-size: 1.2rem;
  }

  .information-wrap .news li span,
  .information-wrap .media-content p span,
  .information-wrap .media-content p a,
  .information-wrap .media-content .media-info-link a {
    font-size: 1.4rem;
  }

  .schedule-archive .taisaku a,
  .schedule-archive .cov-list a {
    font-size: 1.4rem;
  }

  .schedule-archive .cov-list a {
    font-weight: bold;
  }
}

	div.subsc{
		margin: 14px 0 2px;
		padding: 10px;
		background: #fff;
	}
	div.subsc h3{
		font-size: 1.7em;
		color:#F23803;
		font-weight: 700;
		 font-family: 'Kosugi', sans-serif;
	}
	.top-movie-wrap .left-wrap div.subsc a{
		margin-top: 10px;
	}
	.top-movie-wrap .left-wrap div.subsc p{
		color: #000;
		font-size: 1.2em;
	}

/* .mfp-wrap {
  z-index: 99999;
} */

.itune-box{
  position: relative;
	margin: auto;
}



.itune-box iframe {
height: 500px;
width:100%;max-width:1000px;overflow:hidden;border-radius:10px;
}

@media(max-width: 800px) {
.itune-box{
	padding: 2rem 1rem;
}
}

.yt-bot{
	display: block;
	margin-top: 2rem;
}

.yt-bot img{
	width: 40%;
}

button.sbsc-bot {
  text-decoration: none;
  position: relative;
  border: none;
  font-size: 14px;
  font-family: inherit;
  cursor: pointer;
  color: #fff;
  width: 14em;
  height: 3em;
  line-height: 2em;
  text-align: center;
  background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
  background-size: 300%;
  border-radius: 30px;
  z-index: 1;
}

button.sbsc-bot:hover {
  animation: ani 8s linear infinite;
  border: none;
}

@keyframes ani {
  0% {
    background-position: 0%;
  }

  100% {
    background-position: 400%;
  }
}

button.sbsc-bot:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
  background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
  background-size: 400%;
  border-radius: 35px;
  transition: 1s;
}

button.sbsc-bot:hover::before {
  filter: blur(20px);
}

button.sbsc-bot:active {
  background: linear-gradient(32deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
}

.subsc2 h3{
	color: #fff;
	font-size: 1.6em;
	font-weight: 700;
	padding-bottom: 2rem;
}



