
@charset "UTF-8";



@media screen and (max-width: 767px) {

.modaal-inner-wrapper {
    display: table-cell;
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: middle;
    text-align: center;
    padding: 80px 0px !important;
}
	
}



/*news*/



.news-set{
	position: relative;
	/*background-color: hsla(0,0%,100%,1);*/
	padding: 2rem 2rem;
	border: 1px solid hsla(0,96%,40%,0.5);
	
}


.news-text-item{
	position: relative;
	width: 100%;
	line-height: 1.9rem;

}

.news-text-item.about{
	position: relative;
	width: 100%;
	line-height: 1.8rem;
/*font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);*/
}



.news-name{
	
	margin-bottom: 1rem;
	position: relative;
	color:#525252;
    
	

	
	
	font-size:clamp(1.4rem, 1.327rem + 0.36vw, 1.6rem);
	line-height: 2rem;
}

.news-name.about{
	text-align: center;
}


.name2{
	font-size:70%;
	margin-left: 0rem;
	color: hsla(0,96%,40%,1.00);
}

.name3{
	font-size:70%;
	margin-left: 0rem;
	
}



.news__title{
	
	color: #C80404;
	margin-bottom: 1.5rem;
	font-size:clamp(1.1rem, 0.955rem + 0.73vw, 1.5rem);
	text-align: left;
	line-height: 1.8rem;
}

.news__bold,
strong{
	color: hsla(0,0%,100%,1.00);
	font-weight: bold;
}

.news__large{
font-size:clamp(1.1rem, 1.027rem + 0.36vw, 1.3rem);
	color: hsla(0,0%,100%,1.00);
}

.news-text-item p{
	margin-bottom: 1rem;
}


p.news__margin {
	margin-bottom: 1.25rem;
}



.news__img{
	position: relative;
	width:100%;
	margin:2rem auto;
	
	
	 display: flex;
  justify-content: center;
  align-items: center;
	
	
}

.news__img_v{
	width:70%;
	max-width:600px;
}


.news-footer__set{
	display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
 /* justify-content: space-between;*/
	justify-content: center;
	margin:4rem 0;
}

.news-footer_bt1{
	width:48px;
}

.news-footer_bt2{
	/*width:200px;*/
	margin:0 1rem;
}


.news__youtube{
	width:80%;
	margin:2rem auto;
}

.news__date {
	/*font-size: clamp(0.7rem, 0.664rem + 0.18vw, 0.8rem); */
	/*margin: 0px 0px 3px;*/
	color: #ABABAB;
	margin-bottom: 1rem;
}


@media screen and (max-width: 767px) {

	.news-set{
	/*padding:1rem 1rem;*/
		
	padding: 1rem 0rem;
	border: 0px solid hsla(0,96%,40%,0.5);	
}

	.news__title{
	
	margin-bottom: 1rem;
	line-height: 1.6rem;
}
	
	.news-text-item{
	line-height: 1.7rem;

}
	
	.news__img{
	position: relative;
	width:100%;
	margin:1.5rem auto;	
}
	
	.news__img_v{
	width:85%;
}
	
	
	.news-footer__set{
	display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
/*  justify-content: space-between;*/
	justify-content: center;
	margin:2rem 0;
}
	
	.news-footer_bt1{
	width:46px;
}

.news-footer_bt2{
/*	width:160px;*/
	margin:0 0.5rem;
	height: 100%;
}
	
	.news__youtube{
	width:100%;
	margin:1rem auto;
}
	
}




/*______________________media */




/*----------------------------------------
tab button
----------------------------------------*/

.category + * {
  margin-top: 5px;
	/*background-color: hsla(0,0%,16%,0.7);*/
}

.category {
  /*margin-top: 40px;*/

}

.category__list {
max-width: var(--width-default);

  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, 1fr);
	

}
@media screen and (min-width: 576px), print {
  .category__list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.category__link {
	display: block;
	padding: 10px;
	font-size: clamp(1rem, 0.964rem + 0.18vw, 1.1rem);
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
	background-color: hsla(0,0%,16%,1);
}



.category__link[aria-current],
.category__link.current{
	background-color: hsla(359,100%,30%,1.00);
	color: #fff;
	font-weight: bold;
}

/*for PC*/
@media screen and (min-width: 768px), print {
  .category {
  /*  border-bottom: 5px solid #CEB967;*/
  }
  .category + * {
    margin-top: 5px;
  }

  .category__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
  }

  .category__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc((100% - 0px) / 4);
	  
  }

  .category__link {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 20px 5px 15px;
 /*   border-radius: 6px 6px 0 0;*/
   /* font-size:clamp(1rem, 0.891rem + 0.55vw, 1.3rem);
	  font-weight:var(--font-weight-bold);*/
  }
}




dl.news {
/*  border-top: 1px solid #CEB967;*/
  line-height: 1.5;
	min-height: 30vh;

	/*    margin-block-start: 0em;
    margin-block-end: 0em;*/
}


  .news__item {

	text-align: left;
	  font-size: clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
	  

  }
.news__item.no-link{
	display: block;
	position: relative;
	text-decoration: none;
	width: 100%;
	padding: 15px;
	border-bottom: 4px solid hsla(0,0%,0%,1);
	font-weight: var(--font-weight-bold);
	background-color: hsla(0,0%,16%,0.8);
/*	color: hsla(0,96%,40%,1.00);*/
	
}

  .news__item a{
	display: block;
	position: relative;
	text-decoration: none;
	width: 100%;
	padding: 15px;
	border-bottom: 4px solid hsla(0,0%,0%,1);
	font-weight: var(--font-weight-bold);
	background-color: hsla(0,0%,16%,0.8);
	color: hsla(0,100%,50%,1.00);
}

.news__item a:hover{
	background-color: hsla(0,0%,16%,1);
}


 .news__date2 {
	margin: 0 10px 0 0px;
	color: #B3B3B3;
	padding: 3px 0px 3px 10px;
	text-align: center;
	background-color: hsla(0,0%,22%,1.00);
  }


  .news__link {
  text-align: left;
color:var(--color-05);
}

.news__date_set{
	display: inline-block;
	 font-weight: var(--font-weight-normal);
}


/*.news__item.news__title {
		padding: 0px 0;
	border-bottom: 0px solid hsla(0,0%,0%,0.3);
	
}*/




 /* .news__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }*/

 /* .news__date {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 110px;
	    margin-left: 15px;
	  color:var(--color-04);
  }*/




@media screen and (max-width: 767px) {
	
	
	  .news__item a{

	/*padding: 15px 0;*/

}

.news__date_set{
	display: block;
	margin-bottom:10px;
}	
	
	
	
}



/*特番*/


#tokuban table.tokuban1 {
	width: 100%;
	border: 2px solid #414141;
	box-sizing: border-box;
	margin-bottom: 40px;
	background-color: #272727;
}



#tokuban table.tokuban2 {

	width: 100%;

	border-left: 2px solid #414141;

	border-top: 2px solid #414141;

	border-right: 2px solid #414141;

	border-bottom: 2px solid #414141;

	box-sizing: border-box;

}



#tokuban table.wowow {
	width: 100%;
	border-left: 2px solid #414141;
	border-top: 2px solid #414141;
	border-right: 2px solid #414141;
	border-bottom: 2px solid #414141;
	box-sizing: border-box;
	margin: 100px 0 40px;
	background-color: #272727;
}



#tokuban table .thtr {
	color: #FFFFFF;
	line-height: 2em;
	background-color: #414141;
}



#tokuban table .thtr th {

	border-right: 1px solid #FFFFFF;

}



#tokuban table .thtr th:last-child {

	border-right: 0px solid #FFFFFF;

}



#tokuban table th, 

#tokuban table td {

	box-sizing: border-box;

	padding: 0.4em 0.5em;

}





#tokuban table tr td.line {

    border-right: 1px solid #414141;

}



#tokuban table tr td.line2 {

    border-bottom: 1px solid #414141;

}



#tokuban table tr td.v_center {

    vertical-align: middle;

}



#tokuban table .type-a, 

#tokuban table .type-b, 

#tokuban table .type-c, 

#tokuban table .type-d {

    text-align: left;

}



#tokuban table .type-a p, 

#tokuban table .type-b p, 

#tokuban table .type-c p, 

#tokuban table .type-d p {

    position: relative;

    padding: 10px 0 10px 52px;

}



#tokuban table .type-a p::before {
	content: 'A';
	position: absolute;
	left: 8px;
	top: 50%;
	margin-top: -18px;
	font-size: 36px;
	font-weight: 700;
	color: #D0D0D0;
	line-height: 1em;
}



#tokuban table .type-b p::before {

    content: 'B';

    position: absolute;

    left: 8px;

    top: 50%;

    margin-top: -18px;

    font-size: 36px;

    font-weight: 700;

    color: #D0D0D0;

    line-height: 1em;

}



#tokuban table .type-c p::before {

    content: 'C';

    position: absolute;

    left: 8px;

    top: 50%;

    margin-top: -18px;

    font-size: 36px;

    font-weight: 700;

    color: #D0D0D0;

    line-height: 1em;

}



#tokuban table .type-d p::before {

    content: 'D';

    position: absolute;

    left: 8px;

    top: 50%;

    margin-top: -18px;

    font-size: 36px;

    font-weight: 700;

    color: #D0D0D0;

    line-height: 1em;

}



#tokuban table.tokuban2 td{

	border-right: 1px solid #414141;

	border-bottom: 1px solid #414141;

}



.t_center{

	text-align:center;

}



.tokuban_bg {

	background: #353535;

}



#tokuban p{

	font-size:14px;

	padding-top:15px;

}







/*外部リンクアイコン表示（強制）*/


a.out__link:after{
  margin: 0 0 0 10px;
  font-family: "Font Awesome 5 Free";
  content: '\f35d';
}
/*a.news__link:after {
  margin: inherit;
  font-family: inherit;
  content: '';
  font-weight: inherit;
}*/




/*about the movie*/


section#about{
	/*padding:0;*/
}

.wrapper-topBlack{
	position: relative;
	background-color: hsla(0,0%,0%,1.00);	
	z-index: 100;
	padding:4rem 0;
}

#about{
	position: relative;
	 z-index: 0;
}

.bg-wrapper{
    position: fixed;
    width: 100%;
    top:0;
  	background-image: url(../img/top/intro_pc_base.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
/*    background-color: hsla(0,0%,0%,1.00);*/
    background-attachment: fixed;
    height: 100vh;
    z-index: 0;
}


.scroll-contents {
    position:relative;
    margin: auto;
    left: 0;
    right: 0;
    overflow: hidden;
	/*max-width: 1000px;*/
	width:100%;
    z-index: 10;
	height:auto;
}


.center-max{
	 position:relative;
	margin:auto;
	width:95%;
	max-width: 1200px;
}

.about-text-wrapper{
		display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
 /* justify-content: center;*/
 
  align-items: center;
}

.about-text{
	position: relative;
	width:65%;
font-style: normal;
	color: #FFFFFF;
	font-size:clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
	line-height: 2.3rem;
}

.about-img{
	position: relative;
	width:30%;
}



	.contents__about{
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	
	}
	



.headingL.abouttitle{
	color: #000;
	font-size: 250%;
}
	
	#intro_base{
		position: relative;
		width:100%;
		
	}
#intro_set{
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

.intro_text{
		position: relative;
}



@media screen and (max-width: 767px) {
	

		section#about {

    padding:50px 0px;
  }
	
	.section__about{
	position: fixed;
	width: 100%;
	height:100%;
	margin: auto;
/*	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url(../img/top/intro_pc_base.webp);*/
	}
	
	.section__about2{
	position: absolute;
	width: 100%;
	max-width: 1400px;
	height: 100%;
	margin: auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../img/top/intro_pc_base.webp);
	background-size: cover;
	}
	
	
#intro_01{
	position: relative;
	width:100%;
	top:0%;
	right:0%;
}


#intro_02{
	position: relative;
	width:100%;
	top:0%;
	left:0%;
}


#intro_03{
	position: relative;
	width:100%;
	top:0%;
	right:0%;
	left:0%;
	margin:auto;
}
	
#intro_04{
	position: relative;
	width:100%;
	top:0%;
	right:0%;
	left:0%;
	margin:auto;
}	
	
}



#text_01{
	position: relative;
}

#story{
	padding:3rem 0;
	background-color: hsla(355,100%,45%,0.6);	
}


		#director{
	padding: 3rem 0;
	background-color: hsla(231,100%,45%,0.60);
}



.about-text2{
	position: relative;

	font-style: normal;
	color: hsla(0,0%,100%,0.6);
	font-size: clamp(0.8rem, 0.727rem + 0.36vw, 1rem);
	line-height: 1.7rem;
}

.about-title{
	text-align: center;
	font-size:clamp(1.3rem, 1.118rem + 0.91vw, 1.8rem);
	line-height: 2.5;
	color: hsla(0,0%,100%,1.00);
}

.about-name{

	font-size:clamp(1.3rem, 1.118rem + 0.91vw, 1.8rem);
	line-height: 1.5;
color: hsla(0,0%,100%,1.00);
}

.about-name2{

	font-size:clamp(0.9rem, 0.755rem + 0.73vw, 1.3rem);
	line-height: 1.8;
	color: hsla(0,0%,100%,1.00);
}

.text-red{
	color: hsla(6,98%,49%,1.00);
}


@media screen and (max-width: 767px) {
	
	.bg-wrapper{
    position: fixed;
    width: 100%;
    top: 0;
    background-image : none;
}
    
    
      .bg-wrapper::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center center;
		background-image: url(../img/top/intro_sp_base.webp);
	background-size: 100% 100%;
    }
    
    
    .scroll-contents {
    position:relative;
    margin: auto;
    left: 0;
    right: 0;
    overflow: hidden;
	max-width: 100%;
	width:100%;
    z-index: 10;
	height:auto;
}
	
	
	.about-text{
	position: relative;
	width:100%;
	
	font-size:clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
	line-height: 2rem;
		margin-bottom: 2rem;
}

.about-img{
	position: relative;
	width:50%;
	margin: auto;
}
	
	

	
	
	
	#story{
	padding:2rem 0;
	background-color: hsla(355,100%,45%,0.6);	
}
	
		#director{
	padding:2rem 0;

}
	.about-text2{
	position: relative;
	color: hsla(0,0%,100%,0.6);
	font-size: clamp(0.8rem, 0.727rem + 0.36vw, 1rem);
	line-height: 1.5rem;
}
	
	.about-name{

	line-height: 1.5;

}
	
}







/*ムビチケ*/



.mvtk__area{
	position: relative;
	max-width: 840px;
	width: 100%;
	margin: auto;
	padding-top:20px;
}

.mvtk__bnr{
	/*border-radius: 6px;*/
	    border: 1px solid #ccc;
/*max-width: 400px;*/
}

#mvtk-widgets-container{
	width: 342px;
		margin:auto;
	left:0;
	right:0;

}



@media screen and (max-width: 767px) {
	.mvtk__area{
	position: relative;
	max-width: 840px;
	width: 100%;
	/*background-color: hsla(0,0%,14%,1.00);*/
	border: 0px solid hsla(0,0%,20%,1.00);
}
	
}


/*tween24*/

#box{
	
	/*top:20%;
	left:10%;*/
}

.box{
	opacity: 0;
	position: relative;
	width:50px;
	height:50px;
	margin-bottom: 1rem;
	background-color: aqua;
}





