@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: #000;
}

.top-movie-wrap {
  position: relative;
  height: 680px;
  margin-bottom: 3rem;
  background: #000;
	overflow: hidden;
}

.video-content{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* 要素の幅と高さの半分を戻す */
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	z-index: 2;
	max-width: 80%;
}
.video-content h3{
	font-size: 58px;
	line-height: 1.3;
	font-weight: 800;
	color: red;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.top-movie-wrap video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* 要素の幅と高さの半分を戻す */
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}


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

.top-movie-wrap .right-wrap {
  position: absolute;
  top: 0;
  right: 1.5rem;
  height: 100%;
	text-align: center;
}

.top-movie-wrap .right-wrap a,
.top-movie-wrap .right-wrap img {
  display: block;
	margin: auto;
}

.top-movie-wrap .right-wrap img {
  height: 520px;
}

a.en-about{
  background-image: url(https://www.drum-tao.com/assets/2025/bg-about2026.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
	width: 100%;
	height: 360px;
	transition: transform .6s ease;
	position: relative;
}
a.en-about h2{
  align-items: center; /* テキストの中央揃え */
  bottom: 0;
  display: flex; /* テキストの中央揃え */
  justify-content: center; /* テキストの中央揃え */
  left: 0;
  margin: auto;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 80%; /* テキストを横幅いっぱいにならないようにする */
  z-index: 3;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 900;
	font-size: 54px;
	color: white;
}
a.en-about:hover h2{
	color: red;
}

.ban-grid{
  display: grid;
  grid-template-columns:50% 50%;
  grid-template-rows:280px 280px;
	padding: 5rem;
}
.ban-grid a {
	display: grid;
	overflow: hidden;
	position: relative;
	margin: 10px;
}

.ban-grid a div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform .6s ease;
  width: 100%;
}

.ban-grid a:hover div.banban  {
  transform: scale(1.1);
}
.ban-grid a div.ban-tex {
  align-items: center; /* テキストの中央揃え */
  bottom: 0;
  color: #fff; /* テキストの色 */
  display: flex; /* テキストの中央揃え */
	flex-direction: column;
  justify-content: center; /* テキストの中央揃え */
  left: 0;
  margin: auto;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 80%; /* テキストを横幅いっぱいにならないようにする */
  z-index: 3;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 800;
	font-size: 1.8em;
}
.ban-grid a div.ban-tex p{
  display: block;
  transition: .3s;
  background: red;
  padding: 6px 30px;
  border-radius: 6px;
  position: relative;
	z-index: 5;
  font-weight: 500;
	font-size: 0.9em;
	margin-top: 5px;
}


.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: "Source Sans Pro", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: center;
    color: red;
}

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

.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: red;
	font-size: 1.4rem;
}


.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: red;
}

.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);
}

.schedule-archive a.jp-sche {
    display: block;
    background: red;
    padding: 6px 30px;
    border-radius: 6px;
    position: relative;
    font-weight: 500;
    font-size: 1.8em;
    margin: 3rem auto;
	text-align: center;
	color: #fff;
	width: 90%;
	max-width: 600px;
}

@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;
  }

  .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: 4rem;
  }

  .tokusetsu {
    background-color: #000;
  }

  .top-movie-wrap {
    height: 560px;
  }

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




  .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) {
.ban-grid{
  grid-template-columns:100%;
  grid-template-rows:260px 260px 260px 260px;
	padding: 4rem 0;
}

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

@media(max-width: 480px) {

  .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;
  border-radius: 30px;
  background-color: red;
	margin: auto;
}

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

.tube-wrap{
	width: 100%;
	background-color: black;
	padding: 5rem 0;
}

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

.tube-grid{
	display: grid;
  grid-template-columns	:33.33% 33.33% 33.33%;
  grid-template-rows	:auto;
}

.tube-grid div.link-box {
  display: grid;
	margin: 5px;
}

.tube-wrap h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  color: red;
	margin-bottom: 2rem;
}


