@charset "UTF-8";


/*--------------------------------------------------------------------
=== [TOP] ====================================
 -------------------------------------------------------------------*/
 
#mvArea {
	background-image: url("../img/mv_bg.jpg");
	background-size: cover;
}

#mvArea .wrap {
	position: relative;
		height: 100vh;	
}

#mvArea .catch ,#mvArea .sudo ,#mvArea .cut {
	position: absolute;
	right: 0;
	top:0;	
	height: 100%;
	}

#mvArea .catch img ,#mvArea .sudo img ,#mvArea .cut img {
	height: 100%;
	width: auto;
	}
#newsArea {
	background-image: url("../img/bg_trans.png");
	background-size: 100px;
	width: 100%;
	color: #fff;
	
	}

#newsArea .ttl {
	font-family:'Instrument Serif', serif;
	font-size: 30px;
	margin: 0.8vw 0 0.8vw 5.2vw;
	}

#newsArea ul {
	border-top:1px solid #848589;
	
	}

#newsArea ul li {
	padding: 1vw 5.2vw;
	border-bottom:1px solid #848589;
	position: relative;
	}

#newsArea ul li .date {
	margin-right: 3.125vw;
}



#newsArea ul li a {
	display: flex;
	}

#newsArea ul li a:hover {
	text-shadow: 0 0 30px #01e2ff,0 0 30px #01e2ff,0 0 30px #01e2ff;  
}

#newsArea ul li a::after {
    content: "";
    background-image: url(../img/arw_wht_s.png);
    display: inline-block;
    background-size: contain;
    width: 10px;
    height: 14px;
    position: absolute;
    right: 5.2vw;
    top:0;
    bottom:0;
    margin: auto;
   filter: drop-shadow(0px 0px 10px #01e2ff) drop-shadow(0px 0px 10px #01e2ff);   
    transition: 0.3s;
}

 #newsArea ul li a:hover {
    text-shadow: 0 0 30px #01e2ff,0 0 30px #01e2ff;   
}

 #newsArea ul li a:hover::after {
      right: 4.2vw;
}
#movieArea {
	padding: 6.25vw 0;
	text-align: center;
	border-bottom: 1px solid #848589;
	}
#movieArea .secTtl {
	font-family:'Instrument Serif', serif;
	font-size: 80px;
	color: #fff;
	text-shadow: -4px 0px 0px rgba(255, 0, 0, 0.4),4px 0px 0px rgba(0, 0, 255, 0.4);
	position: relative;
	margin-bottom: 4.16vw;
	}

#movieArea .secTtl:after {
	content: "";
	background-color: #fff;
	width: 60px;
	height: 2px;
	display: inline-block;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
	 box-shadow: -4px 0px 0px 0px rgba(255, 0, 0, 0.4),4px 0px 0px 0px rgba(0, 0, 255, 0.4);
}


.youtube {
  width: clamp(450px, 46.875vw, 900px);;
  aspect-ratio: 16 / 9;
	margin: 0 auto;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.youtube img {
	object-fit: cover;
	height:clamp(250px, 26vw, 500px);
	object-position: 50% 50%;
}
.youtube a {
	display: block;
	width: 100%;
	position: relative;
}
.youtube a::before {
	content:"";
	display: inline-block;
	background-image: url("../img/ico_play.png");
	background-size: cover;
	width: 140px;
	height: 140px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 100;
}

 #movieArea .slick-track {
	  width: 100%;
	  }

 #movieArea .slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 72px;
      transition: 0.3s;
	  z-index: 1000;
}
#movieArea .prev-arrow {
  left: 20vw;
}
#movieArea .next-arrow {
  right:20vw;
} 

#movieArea .slide-arrow:hover {
    filter: drop-shadow(0px 0px 10px #01e2ff); 
}

#introArea  {
	padding: 6.25vw 0;
}

#introArea .inner {
	display: flex;
	justify-content: space-between;
}


#introArea .secTtl {
	font-family:'Instrument Serif', serif;
	font-size: 80px;
	color: #fff;
	text-shadow: -4px 0px 0px rgba(255, 0, 0, 0.4),4px 0px 0px rgba(0, 0, 255, 0.4);
	position: relative;
	margin-bottom: 4.16vw;
	}

#introArea .secTtl:after {
	content: "";
	background-color: #fff;
	width: 60px;
	height: 2px;
	display: inline-block;
    position: absolute;
    bottom: 10px;
    left: 0;
    margin: auto;
	 box-shadow: -4px 0px 0px 0px rgba(255, 0, 0, 0.4),4px 0px 0px 0px rgba(0, 0, 255, 0.4);
}

#introArea .right {
	max-width: 690px;
}
#introArea .right {
	font-family: 'Noto Serif JP', serif;
    color: #fff;
	font-size: 20px;
}

#introArea .right span {
		font-size: 24px;
}

#introArea .img {
	max-width: 600px;
	margin-left: -5.6vw;
}
	

/*--------------------------------------------------------------------
=== [BTM] ====================================
 -------------------------------------------------------------------*/

/*----- NEWS -----*/

body.news .newsList {
	border-top:1px solid #848589;
	
	}

body.news .newsList li {
	padding: 1.56vw 1.04vw;
	border-bottom:1px solid #848589;
	position: relative;
	}

body.news .newsList li .date {
	margin-right: 3.125vw;
}


body.news .newsList li a {
	display: flex;
	color: #fff;
	}

body.news .newsList li a:hover {
	text-shadow: 0 0 30px #01e2ff,0 0 30px #01e2ff,0 0 30px #01e2ff;  
}

body.news .newsList li a::after {
    content: "";
    background-image: url(../img/arw_wht_s.png);
    display: inline-block;
    background-size: contain;
    width: 10px;
    height: 14px;
    position: absolute;
    right: 1.04vw;
    top:0;
    bottom:0;
    margin: auto;
   filter: drop-shadow(0px 0px 10px #01e2ff) drop-shadow(0px 0px 10px #01e2ff);   
    transition: 0.3s;
}

body.news .newsList li a:hover {
    text-shadow: 0 0 30px #01e2ff,0 0 30px #01e2ff;   
}

body.news .newsList li a:hover::after {
      right: 0.04vw;
}

#articleArea {
	color: #fff;
	}

body.news #articleArea .ttl {
    font-size: 26px;
    font-family:'Noto Sans JP', sans-serif; 
    position: relative;
    min-height: 80px;    
    padding:20px 0 20px 40px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


body.news #articleArea .ttl::before {
    content: "";
    width: 20px;
    min-height: 100%;    
    background-color: #fff;
    position: absolute;
   box-shadow: 0 0 10px #01e2ff;  
    left: 0;
}


body.news #articleArea .ttl::after {
    content: "";
    width: 100%;
    min-height: 2px;
    background-color: #fff;
    position: absolute;
    box-shadow: 0 0 10px #01e2ff; 
    left: 0;
    bottom:0;
}

body.news #articleArea .ttl .date {
    font-size: 14px;
    font-family: 'Noto Serif JP', serif;
    position: relative;
    padding-left: 20px;
    margin-left: 30px;
}

body.news #articleArea .ttl .date::before {
    content: "";
    width: 1px;
    min-height: 20px;    
    background-color: #797373;
    position: absolute;
    left: 0;
}

body.news .contBlock {
    padding: 40px 40px 20px;
font-family:'Noto Sans JP', sans-serif;    
    font-size: 18px;
}

body.news .contBlock h4 {
 font-size: 22px;  
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
}


body.news .contBlock h4:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #797373, #797373 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #797373, #797373 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
    z-index: -1;
}

body.news .contBlock .youtube {
  aspect-ratio: 16 / 9;
	width: 100%;
}
body.news .contBlock .youtube iframe {
  width: 100%;
  height: 100%;
}    

body.news .contBlock .imgLeft {
    display: flex;
}

body.news .contBlock .imgLeft figure {
    width: 350px;
    flex-shrink: 0;
    margin-right: 30px;
}

body.news .contBlock a {
	color: #01e2ff;
	}

body.news .contBlock a:hover {
  text-shadow: 0 0 30px #01e2ff,0 0 30px #01e2ff;      
    opacity: 1;
}
body.news .contBlock ul {
	font-size:16px;
	}
body.news .contBlock ul li {
	margin-bottom: 10px;
	text-indent: -1em;
	padding-left: 1em;
	}
body.news .contBlock ul li > ul {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-left: -1em;
	}

body.news .contBlock .imgList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

body.news .contBlock .imgList li {
	width: 49%;
	margin-bottom: 2%;
    text-indent: inherit;
    padding-left: 0;
	}

body.news .contBlock table {
	margin: 30px 0;
}
body.news .contBlock table th {
	width: 20%;
	border: 1px solid #fff;
	padding: 10px;
	vertical-align: middle;
}

body.news .contBlock table td {
	width: 80%;
border: 1px solid #fff;	
	padding: 10px;
}

/*----- CHARACTER -----*/

.btmPage.character section {
	padding:5.2vw;
	}

body.character ul.charaList li {
    display: flex!important;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 5.2vw;
}

body.character ul.charaList li:last-child{
	margin-bottom: 0;
	}


body.character .chara {
    max-width: 400px;
    flex-shrink: 0;
}

body.character .prof {
    max-width: 450px;
    position: relative;
    padding: 70px 0;
    height: fit-content;
}

body.character ul.charaList li:nth-child(even) .chara {
	 order: 2;
	}

body.character ul.charaList li:nth-child(even) .prof {
	 order: 1;
	}

body.character .prof .name {
    font-size: 60px;
    font-family: 'Noto Serif JP', serif;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    justify-content: center;
    line-height: 1;
}  

body.character .prof .name span {
    font-size: 14px;
    font-family:'Noto Sans JP', sans-serif;
    letter-spacing: 0.3em;
    margin-left: 40px;
}

body.character .prof .txt {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.1em;
}


body.character .prof::before {
    content: "";
    background-image: url(../img/chara_frame_top.png);
    display: inline-block;
    background-size: contain;
    width: 450px;
    height: 41px;
    position: absolute;
    top:0;
    background-repeat: no-repeat;
}

body.character .prof::after {
    content: "";
    background-image: url(../img/chara_frame_btm.png);
    display: inline-block;
    background-size: contain;
    width: 450px;
    height: 41px;
    position: absolute;
    bottom:0;
    background-repeat: no-repeat;
    
}


/*----- GALLERY -----*/

body.gallery .kvList {
	display: flex;
	justify-content:space-around;
	padding: 0 6vw;
	}
body.gallery .kvList li {
	width: clamp(170px, 17.77vw, 340px);
	margin-bottom: clamp(20px, 2.08vw, 40px);
}

body.gallery .kvList li a {
	position: relative;
}
body.gallery .kvList li a:before {
	content: "";
	display: inline-block;
	background-image: url("../img/ico_zoom.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 10;
}



body.gallery .galleryList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}

body.gallery .galleryList::after{
  content:"";
  display: block;
	width: clamp(170px, 17.77vw, 340px);
}

body.gallery .galleryList::before{
  content:"";
  display: block;
	width: clamp(170px, 17.77vw, 340px);
	order: 1;
}

body.gallery .galleryList li {
	width: clamp(170px, 17.77vw, 340px);
	margin-bottom: clamp(20px, 2.08vw, 40px);
}

body.gallery .galleryList li img {
	height: clamp(95px, 9.947vw, 191px);
	  object-fit: cover;
object-position: 0 0;
}
body.gallery .galleryList li a {
	position: relative;
}
body.gallery .galleryList li a:before {
	content: "";
	display: inline-block;
	background-image: url("../img/ico_zoom.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 10;
}

body.gallery .galleryList li:nth-last-of-type(-n+3){
	margin-bottom: 0;
}



/*----- STAFF/CAST -----*/

body.staff section {
	padding: 5.2vw 7.8vw;
}

body.staff .scList h3 {
    font-size: 40px;
    position: relative;
    margin-bottom: 60px;
	font-family:'Instrument Serif', serif;
}

body.staff .scList h3::before {
    content:"";
    width: calc(100% - 2.5em);
    height: 1px;
    background-color: #848589;
    position: absolute;
    bottom:0;
    top:0;
    left: 2.5em;
    margin: auto;  
}

body.staff .scList h3::after {
    content: "";
    background-color: #fff;
    border: 1px solid #fff;
    height: 9px;
    width: 9px;
    border-radius: 10px;
    position: absolute;
    right: 0;
    top: 0;
	bottom: 0;
	margin: auto;
}

body.staff .scList ul {
    display: flex;
    flex-wrap: wrap;
}

body.staff .scList ul li {
    width: 50%;
    text-align: center;
    margin-bottom: 60px;
}

body.staff .scList h4 {
    font-size: 34px;
    font-family: 'Noto Serif JP', serif;
    line-height: 1;
    margin: 5px 0;
}
    
body.staff .scList .role {
    font-size: 16px;
}

body.staff .scList ul li span {
        font-size: 12px;
}
        
 
body.staff .scList .comeBtn a {
    display:inline-block;
    background-color: #fff;
    color: #000;
    font-size:16px;
    width: 160px;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 0 20px #01e2ff;     
    position: relative;
    margin-top: 20px;
	font-family:'Instrument Serif', serif;
}

body.staff .scList .comeBtn a::after{
    content: "+";
    position: absolute;
    right: 20px;
    top:0;
    transition: 0.3s;
    font-size: 25px;
}

    
body.staff .scList .comeBtn a:hover {
    box-shadow: 0 0 20px #01e2ff,0 0 20px #01e2ff;   
	text-shadow: none;
}   
    
body.staff .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 100;
    color: #000;
}
body.staff .modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 101;
}

body.staff .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 900px;
  z-index: 102;
}
@media screen and (max-width: 640px) {
body.staff .modal-content {
    width: 80vw;
  }
}
body.staff .modal-inner {
  position: relative;
  background: #fff;
  width: 100%;
  padding: 40px;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 10px;
  display: flex;
 box-shadow: 0 0 10px #01e2ff;        
}

body.staff .modal-inner .img {
    max-width: 200px;
    flex-shrink: 0;
    margin-right: 30px;
}

body.staff .modal-inner .name {
     font-size: 34px;
    font-family: 'Noto Serif JP', serif;
    line-height: 1;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

body.staff .modal-inner .name span {
     font-size: 16px;
    font-family:'Noto Sans JP', sans-serif;
    margin-left: 20px;
}

body.staff .modal-inner .txt {
     font-size: 14px;
    line-height: 2;
font-family:'Noto Sans JP', sans-serif;    	
}

body.staff .btn_close {
  display:inline-block;
    background-color: #fff;
    color: #000;
    font-size:16px;
    width: 160px;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 0 10px #01e2ff;     
    position: absolute;
    margin: 20px auto;
    left: 0;
    right: 0;
	font-family:'Instrument Serif', serif;	
}
    
body.staff .btn_close::after{
    content: "×";
    position: absolute;
    right: 20px;
    top:0;
    transition: 0.3s;
    font-size: 25px;
}
    
body.staff .btn_close:hover {
    box-shadow: 0 0 20px #01e2ff,0 0 20px #01e2ff;  
	text-shadow: none;
}   

/*----- ON AIR -----*/

body.onair section {
	padding: 5.2vw 7.8vw;
	text-align: center;
}

body.onair section h3 {
	font-size: 30px;
	font-weight: bold;
	text-shadow: -4px 0px 0px rgba(255, 0, 0, 0.4),4px 0px 0px rgba(0, 0, 255, 0.4);
}
body.onair section .txt {
	font-size: 30px;
	font-weight: bold;
	margin: 3.125vw 0;
}
body.onair section ul {
	    border-top: 1px solid #848589;
	margin-bottom: 4.16vw;
}

body.onair section ul li {
	padding: 1.56vw 1.04vw;
    border-bottom: 1px solid #848589;
	text-align: left;
}
body.onair section ul li .wrap {
	display: flex;
}

body.onair section ul li .station  {
		font-size: 20px;
	font-weight: bold;
		width:calc(100%/3)
}

body.onair section ul li .date,body.onair section ul li .time {
	font-size: 18px;
		width:calc(100%/3)
}

body.onair section ul li span {
	font-size: 14px;
	margin-left: calc(100%/3);

}

body.onair section .note {
	font-size: 14px;
	margin-top: 80px;
}

body.onair section .vodList {
	margin-top: 5.2vw;
	max-width: 900px;
	margin: 5.2vw auto 0;
}

body.onair section .vodList dt {
	    background-color: rgba(255,255,255,0.2);
	font-size: 20px;
	padding: 0.78vw;
	margin-bottom: 30px;
}
body.onair section .vodList dd {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

body.onair section .vodList dd div {
	margin-right: clamp(12px,0.75vw, 12px);
	margin-bottom: clamp(11px,0.75vw, 12px);
}

body.onair section .vodList dd div:nth-of-type(4n) {
		margin-right:0;
}
body.onair section .vodList:nth-of-type(3) dd{
	justify-content: flex-start;
}
body.onair section .vodList:nth-of-type(3)::after{
  content:"";
  display: block;
width:clamp(214px,11.14vw, 214px);}

body.onair section .vodList:nth-of-type(3)::before{
  content:"";
  display: block;
width:clamp(214px,11.14vw, 214px);
order: 0;}

body.onair section .vodList dd div a {
	width:clamp(214px,11.14vw, 214px);
	border: 1px solid #848589;
	height: 3.02vw;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2vw 0;
}

/*----- MUSIC -----*/

body.music section {
	padding: 5.2vw 7.8vw;
}

body.music h3 {
    font-size: 40px;
    position: relative;
    margin-bottom: 60px;
	font-family:'Instrument Serif', serif;
}

body.music h3::before {
    content:"";
    width: calc(100% - 4.5em);
    height: 1px;
    background-color: #848589;
    position: absolute;
    bottom:0;
    top:0;
    left: 4.5em;
    margin: auto;  
}

body.music h3::after {
    content: "";
    background-color: #fff;
    border: 1px solid #fff;
    height: 9px;
    width: 9px;
    border-radius: 10px;
    position: absolute;
    right: 0;
    top: 0;
	bottom: 0;
	margin: auto;
}

body.music h3:nth-of-type(2),body.music h3:nth-of-type(4){
	margin-top: 60px;
	}

body.music .wrap {
	display: flex;
}

body.music .wrap{
	margin-bottom: 60px;
}

body.music .wrap:nth-of-type(2),body.music .wrap:nth-of-type(4){
	padding: 30px;	
	background-color: rgba(255,255,255,0.1);
    background-size: 100px;
	align-items: center;
}

body.music .wrap:nth-of-type(4){
	margin-bottom: 0;
}

body.music .wrap dt {
	max-width: 300px;
	flex-shrink: 0;
	margin-right: 2.08vw;
}
body.music .wrap dt span{
display: block;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
}

body.music .wrap dd h4 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}

body.music .wrap:nth-of-type(2) dd h4,body.music .wrap:nth-of-type(4) dd h4 {
	font-size: 28px;
	text-align: left;
}

body.music .wrap dd h5 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2.08vw;	
}

body.music .wrap dd .txt {
	font-size: 16px;
	line-height: 2;
}

body.music .wrap dd .txt02 {
	font-size: 20px;
	line-height: 2;
}

body.music .wrap dd .ttl{
	font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
	}



body.music .nowprinting {
	background-color: rgba(255,255,255,0.2);
	width: 300px;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	}

/*----- BOOKS -----*/

body.books section .wrap {
	margin-bottom: 120px;
}

body.books section .wrap:nth-of-type(3){
	margin-bottom: 0;
}
body.books section h3 {
	font-size:30px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 30px;
    text-shadow: 0 0 30px #01e2ff;	
}

body.books section .txt {
	text-align: center;
	padding: 30px;
	font-size: 18px;
	border: 1px solid #848589;
	line-height: 2;
}

body.books section .txt span {
	display: block;
	font-size: 22px;
	font-weight: bold;
}
body.books section .txt02 {
	margin: 15px 0;
	text-align: center;
	font-size: 20px;
}

body.books section .linkBtn {
	margin-bottom: 30px;
	margin-top: 30px;
}

body.books section ul {
	display: flex;
	flex-wrap: wrap;
}

body.books section ul li {
	width: calc(100%/3);
	margin-top: 30px;
}
body.books section ul li a:hover {
	filter: drop-shadow(0px 0px 10px #01e2ff); 
	}

/*----- STORY -----*/

body.story section {
padding: clamp(50px, 5.2vw, 100px);
}


body.story .slick-track {
	  width: 100%;
	  }

body.story .slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 72px;
      transition: 0.3s;
	  z-index: 10;
}
body.story .prev-arrow {
  left: 0;
}
body.story .next-arrow {
  right:0;
} 

body.story .slide-arrow:hover {
    filter: drop-shadow(0px 0px 10px #01e2ff); 
}
body.story .slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

body.story .slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: right;
}
body.story .slick-dots li
{
    position: relative;

    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 3px;
    padding: 0;

    cursor: pointer;
}
body.story .slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 10px;
    height: 10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
body.story .slick-dots li button:hover,
body.story .slick-dots li button:focus
{
    outline: none;
}
body.story .slick-dots li button:hover:before,
body.story .slick-dots li button:focus:before
{
    opacity: 1;
}
body.story .slick-dots li button:before
{
    font-family: 'slick';
    font-size: auto;
    line-height: auto;

    position: absolute;
    top: 0;
    left: 0;

    width: 10px;
    height: 10px;
	border-radius: 5px;

    content: "";
    text-align: center;
    background-color: rgba(255,255,255,0.2);
	opacity: 1;
	border: 1px solid #fff;

}
body.story .slick-dots li.slick-active button:before
{
    opacity: 1;
    background-color: rgba(255,255,255,1);

}
body.story .epArea {
	margin-bottom: 80px;
}
body.story .epArea .epTtl {
	font-size: 30px;
	color: #fff;
	text-shadow: -4px 0px 0px rgba(255, 0, 0, 0.4),4px 0px 0px rgba(0, 0, 255, 0.4);
	text-align: center;
	font-weight: bold;
	margin: 20px 0 40px 0;
}

body.story .epArea .epTxt {
	font-size: 18px;
	padding: 30px 0;
	border-top: 1px solid #848589;
border-bottom: 1px solid #848589;
line-height: 1.8;}

body.story .epArea .staff {
	font-size: 14px;
	line-height: 1.1;
	border-radius: 20px;
	text-align: center;
    background-color: rgba(255,255,255,0.2);
	padding: 10px;
	margin-top: 20px;
}

body.story .epList ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
body.story .epList ul li {
width: clamp(235px, 12.23vw, 235px);
    margin-bottom: clamp(10px, 1.04vw, 20px);
	counter-increment : num 1;
		position: relative;

	}



body.story .epList ul li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	}

body.story .epList ul li a:hover {
   filter: drop-shadow(0px 0px 10px #01e2ff) ;
}

body.story .epList ul li.active a {
	cursor: none;
	pointer-events: none;
}

body.story .epList ul li:before {
	font-size: 20px;
	content: "第" counter(num) "話";
	color: #fff;
	 position: absolute;
top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: none;
}

body.story .epList ul li a:before {
	content: "";
	 position: absolute;
top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	background-color: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
}

body.story .epList ul li.active a:before,body.story .epList ul li.active:before {
	content: none;
}

/*----- Blu-ray -----*/

body.bluray section {
	padding: 5.2vw 7.8vw;
	text-align: center;
}

body.bluray section h3 {
	font-size: 30px;
	font-weight: bold;
	text-shadow: -4px 0px 0px rgba(255, 0, 0, 0.4),4px 0px 0px rgba(0, 0, 255, 0.4);
}

body.bluray .nowprinting {
	background-color: rgba(255,255,255,0.2);
	width: 50%;
	height: 600px;
	margin: 40px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	}


body.bluray .date {
	font-size: 50px;
    margin-bottom: 30px;
	font-family: 'Instrument Serif', serif;
	letter-spacing: 0.05em;
	}

body.bluray .contBlock:nth-last-child(2) {
	margin-bottom: 80px;
}

body.bluray .contBlock table {
	margin: 30px 0;
}
body.bluray .contBlock table th {
	width: 20%;
	border: 1px solid #fff;
	padding: 20px;
	vertical-align: middle;
}

body.bluray .contBlock table td {
	width: 80%;
border: 1px solid #fff;	
	padding: 20px;
	text-align: left;
}

body.bluray .special {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
body.bluray .special li {
	width: 30%;
	padding: 20px;
background-color: rgba(255,255,255,0.1);
	}

body.bluray .special li .camp {
	margin-bottom: 10px;
	border: 1px solid #848589;
	padding: 4px;
}

body.bluray .special li .item {
    background-color: rgba(255,255,255,0.2);
    aspect-ratio: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

body.bluray .special li .name {
	font-size: 16px;
	margin-top: 10px;
}

body.bluray .bd,body.bluray .bdBox {
	max-width: 400px;
	margin: 20px auto;
}

.modaal-gallery-item-wrap {
	width: 600px!important;
}

.modaal-gallery-item img {
     width: 600px!important;
    max-width: 600px;
}

.modaal-wrapper {
	overflow: hidden!important;
}

/*----- MUSIC -----*/



body.sp h3 {
    font-size: 40px;
    position: relative;
    margin-bottom: 60px;
	font-family:'Instrument Serif', serif;
}

body.sp h3::before {
    content:"";
    width: calc(100% - 4.5em);
    height: 1px;
    background-color: #848589;
    position: absolute;
    bottom:0;
    top:0;
    left: 4.5em;
    margin: auto;  
}

body.sp h3::after {
    content: "";
    background-color: #fff;
    border: 1px solid #fff;
    height: 9px;
    width: 9px;
    border-radius: 10px;
    position: absolute;
    right: 0;
    top: 0;
	bottom: 0;
	margin: auto;
}


body.sp .kvList {
	display: flex;
	justify-content:space-around;
	padding: 0 6vw;
	}
body.sp .kvList li {
	width: clamp(170px, 17.77vw, 340px);
	margin-bottom: clamp(20px, 2.08vw, 40px);
}

body.sp .kvList li a {
	position: relative;
}
body.sp .kvList li a:before {
	content: "";
	display: inline-block;
	background-image: url("../img/ico_zoom.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 10;
}



body.sp .galleryList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}

body.sp .galleryList::after{
  content:"";
  display: block;
	width: clamp(170px, 17.77vw, 340px);
}

body.sp .galleryList::before{
  content:"";
  display: block;
	width: clamp(170px, 17.77vw, 340px);
	order: 1;
}

body.sp .galleryList li {
	width: clamp(170px, 17.77vw, 340px);
	margin-bottom: clamp(20px, 2.08vw, 40px);
}

body.sp .galleryList li img {
	height: clamp(95px, 9.947vw, 191px);
	  object-fit: cover;
object-position: 0 0;
}
body.sp .galleryList li a {
	position: relative;
}
body.sp .galleryList li a:before {
	content: "";
	display: inline-block;
	background-image: url("../img/ico_zoom.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 10;
}

body.sp .galleryList li:nth-last-of-type(-n+3){
	margin-bottom: 0;
}

body.sp .interviewList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
		margin-bottom: 120px;
	}

body.sp .interviewList li {
	width: 45%;
	margin-bottom: 50px;
}

body.sp .interviewList li figure figcaption {
	margin-top: 10px;
	text-align: center;
}

body.sp .interviewList li .linkBtn {
	margin-top: 30px;
	}


