.fullCenter{
    width: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



  /*news table*/
	
table.newsTable{
 border-top: 1px solid #C4C4C4;
	border-left: 1px solid #C4C4C4;
	}
	
table.newsTable th,
table.newsTable td {
    padding: 10px;
    border-bottom: 1px solid #C4C4C4;
    border-right: 1px solid #C4C4C4;
}
table.newsTable th {
  background-color: #eee;
  text-align: center;
	padding: 20px;
}  
	
@media screen and (max-width: 800px) {
	
table.newsTable th,
table.newsTable td {
    padding: 5px;
	line-height: 1.1rem;

	}
	
	table.newsTable th {
  background-color: #eee;
  text-align: center;
	padding: 10px;
} 
}





/*font-family: source-han-sans-japanese, sans-serif;
font-weight: 400 500;
font-style: normal;

font-family: source-han-serif-japanese, serif;
font-weight: 500 600;
font-style: normal;*/

.display-none{
  display: none;
}

.maxImg img{
    max-width: 100%;
    
}


.sp{
display: none;
}


@media screen and (max-width: 800px) {
.pc{
display: none !important;
}

.sp{
display: block;
}
}


.news_thumb,
.banner_thumb{
    border: 1px solid hsla(0,0%,100%,0.25) !important;
        -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
     color: hsla(0,0%,13%,1.00);
}


.news_thumb:hover,
.banner_thumb:hover{
    border: 1px solid hsla(0,0%,100%,0.5) !important;
}



@media screen and (max-width: 800px) {
   .news_thumb{
    border: 0px solid rgba(255,255,255,0.5) !important;
} 
    
}


#cover .mark {
    margin: 5px 0 0 -100px;
    top: 43%;
    left: 50%;
    width: 200px;
    /* height: 70px; */
}


/*menu*/

#menu .menu_cont {
    /*  width: 330px;
    height: 100vh;*/
    background-repeat: repeat-y;
    background-position: center top;
    padding: 50px;
    background-size: 100% auto;
    background-color: hsla(0,0%,0%,1.00);
    background-image: url(../img/common/back_img_03.jpg);
}


#menu nav a {
    /*display: block;*/
    background: transparent;
    letter-spacing: 0.05em;
    font-size: 19px;
    padding: 0.1em 0;
    color: rgba(255,255,255,0.7);
    /* font-family: "sunflower", serif;*/
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

#menu nav a:hover {
   color: rgba(255,255,255,1.00); 
}

nav.menu_nav{
    padding-top:60px;
}


/*btn*/


.area .btn {
    /*background-color: hsla(194,71%,7%,1.00);*/
    border: 1px solid hsla(0,0%,100%,0.7);  
   color: rgba(255,255,255,0.7);
    /*display: inline-block;*/
    /* font-family: "source-han-serif-japanese","Hiragino Kaku Gothic ProN", sans-serif;*/
     font-family: "source-han-sans-japanese","Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 500;
    letter-spacing: 0.2em !important;
    line-height: 1.5;
    padding: .8em 1em;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    width: 20em;
}

.area .btn:hover {
    /*background-color: hsla(359,100%,5%,0.50);*/
    border: 1px solid hsla(0,0%,100%,1);  
    color: rgba(255,255,255,1.00);
}



/*tab*/

#banner_area .title {
    color: hsla(0,0%,100%,0.7);  
    font-size: 14px;
    line-height: 20px;
    text-align: left;
        -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

#banner_area .title:hover {
    color: hsla(0,0%,100%,1); 
}


#banner_area nav ul li.cur a {
   
   /* border-color: #F6AB00 !important;*/
    pointer-events: none;
    cursor: default;
}

#banner_area nav ul li a,
#news_area .news_list nav ul li a {
    display: block;
    border-bottom: 1px solid color: hsla(0,0%,100%,0.5);  
    color: hsla(0,0%,100%,0.5);  
    padding-bottom: 0.3em !important;
}

#banner_area nav ul li a:hover,
#news_area .news_list nav ul li a:hover{
 color: hsla(0,0%,100%,0.8);  
  border-color: hsla(0,0%,100%,0.8);  
    border-bottom-width: 2px;
}

/*#news_area .news_list nav ul li a:hover {
  color: #F1AA01 ;
  border-color: #F1AA01 ;
}*/

#banner_area nav ul li.cur a,
#news_area .news_list nav ul li.cur a{
     color: rgba(255,255,255,1);
    border-color: rgba(255,255,255,1);
    pointer-events: none;
    cursor: default;
    border-bottom-width: 2px;
}











.area h1,
.area h2 {
    /*color: #D2C4A0;*/
   /* display: block;*/
   /* font-family: "sunflower", serif;*/
    color: rgba(255,255,255,0.7);
    font-size: 42px;
    letter-spacing: .05em;
    line-height: 1;
    padding-bottom: 1em;
    text-align: center;
    text-align: center;
    font-weight: normal;
}

.area h1 a,
.area h2 a {
 color: rgba(255,255,255,0.7);
}

.area h3,
#news_area .news_pages h3{
    color: rgba(255,255,255,0.7);
    font-size: 24px;
    letter-spacing: .05em;
}




.area .btn {
    /*  display: inline-block;*/
  /*  font-family: "sunflower", serif;*/
    letter-spacing: 0.2em !important;
    line-height: 1.5;
    padding: .8em 1em;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    width: 20em;
    background-color: rgba(0,0,0,1.00);
    color: hsla(0,0%,100%,0.8);

    border: 1px solid hsla(0,0%,100%,0.3);

}

.area .btn:hover {
       background-color: rgba(0,0,0,1.00);
    border: 1px solid hsla(0,0%,100%,0.6);
    color: rhsla(0,0%,100%,1);
}



#news_area .news_article a {
    color: hsla(0,0%,100%,0.7);
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}


#news_area .news_article a:hover {
    color: hsla(0,0%,100%,1);
}






#news_area .news_title span{
    color: hsla(0,0%,100%,0.5);
}

#news_area .news_pages .txt {
    text-align: left;
    padding-top: 1em;
  /*  color: hsla(0,0%,14%,1.00);*/
}


#news_area .news_pages .txt a {
    color: hsla(214,72%,32%,1.00);
    border-bottom: 1px dotted hsla(214,72%,32%,1.00);
/*    font-weight: bold;*/
}

#news_area .news_pages .txt a:hover {
    color: hsla(0,0%,0%,1);
}


#news_area.top .news_article a {
   color: rgba(255,255,255,1.00);
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}


#news_area.top .news_article a:hover {
  color: rgba(255,255,255,1.00);
}


#news_area.top .news_title span{
    color: rgba(255,255,255,0.7);
}



/*news page list*/

.newsPageList h1 a{
     color: hsla(0,0%,15%,1.00); 
    
}

.news_pages h3.title{
     color: hsla(0,0%,15%,1.00)!important;  
    
}

.newsPageList .news_list li.cur a {
   color: hsla(0,0%,15%,1) !important; 
}

.newsPageList .news_list li a,
.newsPageList .news_title span{
   color: hsla(0,0%,15%,0.6) !important; 
}

.newsPageList .news_list li a,
.newsPageList .news_title span:hover {
   color: hsla(0,0%,15%,1) !important; 
}


.newsPageList .news_title a{
    color: hsla(0,0%,15%,0.6) !important;  
}

.newsPageList .news_title a:hover{
    color: hsla(0,0%,15%,1) !important;  
}


.newsPageBannerArea nav{
    background-color: hsla(0,0%,100%,1.00);    
}






/*sns*/

.twitterIcon{
    position: absolute;
    z-index: 10;
    bottom: 10px;
    left: 20px;
    padding: 0;
    width:100%;
   
}

.twitterIcon a:after {
    position: absolute;
    content: "#リチャードジュエル";
    line-height: 1rem;
    top: 10px;
    left:2.8rem;
    width: 200px;
    height: 30px;
    font-size: 1rem;
    padding:0;
   
    /* 三角形画像の幅の半分 */
   /* background-repeat: no-repeat;
    background-position: top left no-repeat;
    background-image: url(../img/twitter_txt.png);
    background-size: 54px 30px;*/

}



.twitterIcon a{
    font-size: 2.4rem;
    padding: 0;
    line-height: 1rem;
    color: rgba(255,255,255,0.7);
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

.twitterIcon a:hover{
    color: rgba(255,255,255,1.00);
}


@media screen and (max-width: 750px) {
    

    
   .twitterIcon{
   /*    position: relative;*/
       width:100%;
    bottom: 300px;
       top:auto;
     left:auto;
    text-align: center;
       margin:2rem 0;
  z-index: 99;
} 
    
    .twitterIcon a:after {
    left: 50%;
    top: 100%;
    bottom: 0px;
    margin-left: -100px;
    /*color: hsla(0,0%,96%,1.00);*/
}
    
    .twitterIcon a{
   /* color: rgba(255,255,255,1.00);*/
}

.twitterIcon a:hover{
   /* color: rgba(255,255,255,1.00);*/
}

    
}



 body {
    font-family: "source-han-sans-japanese","Hiragino Kaku Gothic ProN", sans-serif;
   /*  font-family: "source-han-serif-japanese","Hiragino Kaku Gothic ProN", sans-serif;*/
    font-weight: 500;
    background: #fff;
    letter-spacing: .05em;
    color: hsla(0,0%,100%,0.7);
  }

#cover {

    background-color: #fff;
}


/*news*/

.area.news {
    background-color: rgba(255,255,255,0.5);
    margin: 0 auto;
    background-image: none;
    background-repeat: repeat-y;
    background-position: center center;
  background-size: 100% auto;
}

#banner_area.area.news {
    margin: 0 auto;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0;
    background-color: hsla(0,0%,0%,1);
    background-size: 100% auto;
    

}


.news_pages .date{
    color: color: hsla(0,0%,100%,0.4);
}




nav a{
    color: hsla(0,0%,100%,0.7);  
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

nav a:hover{
   color: hsla(0,0%,100%,1);  
}

.btn_nextprev {
    /* color: rgba(255,255,255,1.00);*/
    border-bottom: 1px solid;
    padding: 1em 2em 0.5em 2em;
    position: absolute;
    top: 150px;
 color: hsla(0,0%,15%,0.7);
}


.btn_nextprev:hover {
 color: hsla(0,0%,15%,1); 
    
}

.btn_prev {
  padding: 1em 0.5em 0.5em 2em ;
  top: 150px;
  left: 0;
}

.btn_next {
  padding: 1em 2em 0.5em 0.5em ;
  top: 150px;
  right: 0;
}




.type_yellow,
.type_red{
    display: none;
}





#trailer_area {
    position: relative;
    /* background-position: center top;
    background-image: url(../img/common/back_img_01.jpg);*/
    background-color: hsla(0,0%,93%,1.00);
    text-align: center;
    padding-top: 80px;
    padding-bottom: 60px;
    color: hsla(0,0%,0%,0.8);
    background-repeat: no-repeat;
    background-size: 100% auto;
}


#banner_area {
    background-color: hsla(0,0%,0%,1.00);
    
           background-position: center top;
    background-image: url(../img/common/back_img_01.jpg);
    background-repeat: repeat-x;
}


#news_area {
    /* background-color: hsla(0,0%,0%,1.00);*/
    margin: 0 auto;
    min-height: calc(100vh - 59px);
    background-color: hsla(0,0%,100%,1.00);
   
}

#news_area.top {
    background-position: center top;
    background-image: url(../img/common/back_img_01.jpg);
    background-repeat: repeat-x;
}

#news_area.news {
    
    color: hsla(0,0%,13%,1.00);
      background-position: center top;
  /*  background-image: url(../img/common/back_img_02.jpg);*/
    background-repeat: repeat-x;
}

footer li {
    font-size: 14px !important;
    color: #2E2E2E !important;
}

#footer_wrap a {
    color: #2E2E2E;
}

address {
    position: relative;
    margin-top: 18px;
    text-align: center;
    width: 100%;
    font-size: 12px;
    font-style: normal;
     color: #2E2E2E;
}

.account{
    text-align: center;
    font-size: 0.8rem;
    color: #000;
    margin-bottom: 1rem;
}



@media screen and (max-width: 800px) and (min-width: 0px){
#menu .menu_mark {
  
    top: 0px;

}

    

    
    /*.area h3,
#news_area .news_pages h3{
    color: rgba(0,0,100%,0.8);
    font-size: 18px;
    letter-spacing: .025em;
}*/

}

#news_area .news_list nav ul li a {
    border-bottom: 1px solid hsla(0,0%,100%,0.7);
    color: hsla(0,0%,100%,0.7);
}


#trailer_area li a img {
    width: 100%;
    border: 1px solid hsla(0,0%,100%,0.25);
}



#works_top{
	position: relative;
	background-color: #000;
}


.back-black{
	background-color: #000;
}


/*comment*/

.commentSet {
    position: absolute;
    left: 10px;
    right:auto;
    bottom: 30%;
    width: 22%;
    max-width: 370px;
    height: auto;
    z-index: 100;
}


.comment {
    position: relative;
  
}

.comment > a {
      background-color: hsla(0,0%,100%,0.2);
    display: block;
    padding: 0px 5px 5px;
    color: #fff;
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    border: 1px solid hsla(224,91%,62%,0.7);
    background-image: url(../img/index/review_waku4.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.comment > a > dl > dt {
    padding-bottom: 2px;
    padding-top: 2px;
    color: #fff;
    font-weight: normal;
    font-size: 19px;
    padding-top: 0em;
    letter-spacing: 0;
    text-align: center;
    letter-spacing: .05em;}

.comment > a > dl > dt img {
  display: block;
  margin: 0 auto;
  max-width: 85%;
}

.comment ul {
    position: relative;
    height: 180px;
    overflow: hidden;
    display: block;
    background-color: hsla(0,0%,0%,0.7);
    font-weight: bold;
    color: hsla(0,0%,100%,1);
}

.comment ul li {
  padding: 0.8em 0.5em 0.5em;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.comment ul li.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
}

.comment ul .n {
       font-size: 17px;
    line-height: 1.4;
    background-color: hsla(229,61%,48%,0.8);
    color: hsla(0,0%,100%,1.00);
}

.comment ul .p {
  font-size: 10px;
    line-height: 1.4;
    margin-bottom: 0.5rem;
    color: hsla(0,0%,100%,0.7);
    background-color: hsla(229,61%,48%,0.8);

}

/*.comment ul .p:after {
    content: " ";
    display: block;
    width: 20%;
    height: 1px;
    background-color: #E60113;
    margin: 0.8em auto;
}*/

.comment ul .t {
    line-height: 1.2rem;
    text-align: left;
    font-weight: bold;
    color: hsla(0,0%,100%,0.7);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    font-size: 12px;
    letter-spacing: normal;
}

.comment .link {
    color: #fff;
    font-weight: bold;
    padding: 0.2em 0; /* font-family: "sunflower", serif;*/
    text-align: center;
    border: 1px solid hsla(0,0%,100%,0.5);
    background-color: hsla(0,0%,0%,1.00);
	width:60%;
	margin:5px auto 0;
}



@media screen and (min-width: 0px) and (max-width: 800px) {

.commentSet {
    position: relative !important;
    bottom: auto;
    left: auto;
    right: auto;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    padding: 40px 5px;
    text-align: center;
    background-color: hsla(0,0%,0%,0.9);
    background-image: url(../img/index/review_base.jpg);
    background-position: left top;
    background-size: cover;
  }
	
	
	.comment > a > dl > dt {
  padding-bottom: 5px;
  padding-top: 12px;
    color: #fff;
    font-weight: normal;
      font-size: 6vw;
  padding-top: 0em;
  letter-spacing: 0;
	text-align: center;
		letter-spacing: .05em;
}
    
}






/*dvd*/


.dvdContents {
    position: relative;
    /*position: absolute;*/
    margin: auto;
    left: 0;
    right: 0;
    width: 100%;
   /* max-width: 1000px;*/
    overflow: hidden;
    padding: 0rem 2rem 4rem;
    background-color: hsla(0,0%,0%,0.50);
}

.dvdTitle {
    font-size: 160%;
    color: hsla(0,0%,100%,1.00);
    margin-bottom: 1.5rem;
    line-height: 2rem;
    font-weight: bold;
	text-align: center;
}

.dvdTitle2 {
    font-size: 120%;
    color: hsla(0,0%,100%,1.00);
    margin-bottom: 1.5rem;
    line-height: 2rem;
    font-weight: bold;
    border-bottom: 1px solid hsla(36,38%,71%,0.5);
    padding:0.5rem;
}

.dvdLine{
  border-bottom: 1px solid hsla(36,38%,71%,0.5);  
    margin:4rem 0;
}

.dvdTitle-small{
    font-size: 80%;
    color: hsla(0,0%,100%,0.8);
	line-height: 1.5rem;
}


.dvdFlex-container {
    display: flex;
   flex-wrap: wrap; 
 justify-content: space-between;
    margin: 2rem 0;
}

.dvdImg-item {
    width:50%;
    margin-bottom: 1rem;
}

.dvdText-item {
    width: 48%;
    text-align: left;
    line-height: 1.4rem;
    color: hsla(0,0%,100%,0.8);
    font-size: 0.9rem;
}

.dvdBt-area{
    width:100%;
    text-align: center;
    margin:3rem 0 0 0;
}

.mb-1{
    margin-bottom: 1rem !important;
}

.mb-2{
    margin-bottom: 2rem !important;
}

.mb-3{
    margin-bottom: 3rem !important;
}

.dvdBt-area a.btn{
  /* color: rgba(248,239,196,1);
   font-weight: bold;*/
 
}


.dvdBnrFlex-container {
    display: flex;
   flex-wrap: wrap; 
 justify-content: center;
}

.dvdBnr{
   /* width:25%;*/
    margin: 2px;
}

.smallText{
    font-size: 80%;
    line-height: 1.4rem;
}



.sp_08 {
    position: absolute;
    width: 40%;
   
    z-index: 20;
    top:19%;
    left:55%;
    line-height: 0;
}


.dvd_bnr {
    position: absolute;
    width: 25%;
   
    z-index: 20;
    /*top:70%;*/
    right:5%;
    bottom:10%;
    line-height: 0;
}



@media screen and (max-width: 800px) {
    
    
    .dvdTitle {
    font-size: 120%;
    line-height: 1.8rem;
}

    
    .dvdContents {
        padding:2rem 1rem ;
    }
    
  .dvdImg-item {
    width:100%;
}

.dvdText-item {
    width:100%;
}  
    
    .dvdBt-area a.btn{
    width:100%;
}
    
    
    .dvd_bnr {
    position: absolute;
    width: 60%;
   
    z-index: 20;
    top:0px;
    left:0px;
    line-height: 0;
}
    
   /* .coverImg8 {
    position: absolute;
    width: 60%;
   
    z-index: 7;
    top:1.5%;
    left:18%;
    line-height: 0;
}*/
    
}





/*youtube*/
.youtube {
	position: relative;
	/* padding-bottom: 56.25%;
    padding-top: 30px;*/
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-color: #FFFFFF;
}







/*tenet*/


/*****************
　FV
*******************/
.mv{
	width: 100%;
	height:100%;
	max-width: none;
	padding: 2% 0 2%;
	background: #fff;
	 animation: bgcolor 7s linear infinite ;
	 -webkit-animation: bgcolor 7s linear infinite;
}

@keyframes bgcolor {
  0% { background: #fff;}
	 50% { background: #fff;}
	50.1% { background: #000;}
  100% { background: #000; }
}


.logo {
	margin: auto;
}

.logo {
	width: 58%;
	max-width: 1000px;
	margin: 19% auto;
  animation: rotate-anime 8s linear infinite;
}
@keyframes rotate-anime {
  0%  {transform: rotate(0);}
  100%  {transform: rotate(360deg);}
}


.logo h1{
	    position: relative;
    width: 60%;
    height: 60px;
    margin: 0px auto;
}

.logo h1 img,.director img,.theater_date img,.sns ul li img,.link_yt img{
	position: absolute;
	width: 100%;
}

.director{
	width: 30%;
	max-width: 425px;
	margin:auto;
	position: relative;
  height: auto;
}


.theater_date{
	width: 20%;
	max-width: 240px;
	margin:auto;
	position: relative;
  height: 30px;
}


.sns{
    position: absolute;
	width: 13%;
	height: auto;
	z-index: 50;
    left:10px;
    bottom:50px;
    opacity: 0;
}

.sns a{
    display: block;
    width: 100%;
    height: 50px;
}

.sns a:hover{
	opacity: .6;
}

.sns ul{
	display: flex;
	position: relative;
}

.sns ul li:first-child{
	width: 100%;
    max-width: 150px;
	position: relative;
}

/*.sns ul li:last-child{
	width: 74%;
	margin-left: 6%;
}

.sns ul li:last-child img{
	width: 60%;
	margin: 5% 0;
}*/


.sns.inmenu {
    width:100%;
    padding:0;
    margin:0;
    left: 0;
    right: 0;
    bottom: 100px;
    margin: auto;
}




/*切り替え*/

.anime_bk1 {
	display: block;
	margin: 0 auto;
    width: 100%;
		 animation: colorbk 7s linear infinite ;
	 -webkit-animation: colorbk 7s linear infinite;
    opacity: 0;
}
.anime_wh1 {
	display: block;
	margin: 0 auto;
    width: 100%;
		 animation: colorwh 7s linear infinite ;
	 -webkit-animation: colorwh 7s linear infinite;
    opacity: 0;
}


 @keyframes colorbk {
 0% {opacity: 1;}
50% {opacity: 1;}
50.1% {opacity: 0;}
 100% {opacity: 0;}
}
 @-webkit-keyframes colorbk {
 0% {opacity: 1;}
50% {opacity: 1;}
50.1% {opacity: 0;}
 100% {opacity: 0;}
}

 @keyframes colorwh {
 0% {opacity: 0;}
50% {opacity: 0;}
50.1% {opacity: 1;}
 100% {opacity: 1;}
}
 @-webkit-keyframes colorwh {
 0% {opacity: 0;}
50% {opacity: 0;}
50.1% {opacity: 1;}
 100% {opacity: 1;}
}


/*======================================*/
@media screen and (max-width: 768px) {
/*======================================*/
	.mv {
    padding: 2% 0 4%;
	}
	
		.logo {
    width: 80%;
    max-width: 1000px;
    margin: 44% auto;
    animation: rotate-anime 8s linear infinite;
}
	
.logo h1 {
    position: relative;
    width: 100%;
    height: 40px;
    margin: 0px auto;
}
	
	
	
	.theater_date {
    width: 40%;
	}
	
	.director{
		width: 70%;
		margin: 16px auto 16px 5%;
	}
    
    
	
	.sns {
top:13%;
 bottom:auto;
   width: 23%;
}
    

	
	.sns a {
    display: block;
		height: 120px;
	}
	
	.sns ul{
		position: static;
	}
	
	.sns ul li:first-child {
    position: relative;
    margin: auto;
	/*	width: 50px;
    height: 50px;*/
}
	
	.sns ul li:last-child {
		width: 100%;}
	
	.sns ul li:last-child img {
  /*  width: 20%;*/
    margin: 2% 0 0;
}
	
	.news h2 {
    width: 116px;
	}
	.news_list{
	padding-bottom: 50px;
}
	
	.news_list li {
    margin-bottom: 40px;
    margin-top: 40px;
    line-height: 2.4rem;
}

	.date {
    margin-bottom: 4px;
	}
	
	.totop:hover::before{
	border: 1px solid #000;
	background:  #fff;
	transition: .4s;
}

.totop:hover::after{
	    border-top: 1px solid #000;
    border-right: 1px solid #000;
	transition: .4s;
}
	
	
/**/}


	
/*======================================*/
@media screen and (max-width: 640px) {
/*======================================*/
	
.containts {
	width: 90%;
	}	
	
.trailer .containts {
	width: 86%;
	}	
	
.mv.containts {
	width: 100%;
	}	
	
	
.logo {
    width: 88%;
    max-width: 1000px;
    margin: 50% auto 48%;
    animation: rotate-anime 8s linear infinite;
}
	
.sns ul li:first-child{
		width: 120px;
    height: 40px;
	    margin-bottom: 4px;
	}
	

	
.sns a{
    height: 100px;
	}
	
}
    

  /* odList*/
	
	.img100 img{
width:100%;
}
	
	
	.odList{
		margin-bottom: 2rem;
	
	}
	
	.odList-title{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1rem;
    background-color: hsla(0,0%,20%,1.00);
    /*margin-bottom: 1rem;*/
    line-height: 1rem;
    color: #fff;
    font-size: 120%;
    font-weight: bold;
	}
	
	
	.odList-bnrArea{
		display: flex;
		flex-direction: row;
		 flex-wrap: wrap;
		  justify-content: center;
		background-color: hsla(0,0%,50%,1.00);
		padding:0.5rem 0;
	}
	
	.odList-bnr-item{
		width:140px;
		position: relative;
		margin:2px;
	}
	

	
	
	@media screen and (max-width: 800px) {
		
		.odList{
		margin-bottom: 1rem;
	
	}
		
		.odList-bnr-item{
		width:135px;
	margin:1px;
	}
		.odList-title{
		padding: 1rem;	
		
		}
		
		.odList-bnrArea{
		padding:0.5rem 0;	
		}
		
	}


/*sp 固定ボタン*/


@media screen and (max-width: 800px) {

.theater_bt{
	position: fixed;
	width: 100%;
	bottom:0;
	z-index: 995;
}


 #footer_wrap {
    min-width: 0;
    height: auto !important;
	padding-bottom:100px;
  }
	
	}




.more-open{
	cursor: pointer;
	padding-bottom: 5rem;
}


@media screen and (max-width: 800px) {
	
	.more-open{
	cursor: pointer;
	padding-bottom: 3rem;
		padding-top: 1rem;
}
	
	.more-open .btn {
 
    line-height: 1.5;
    padding: .8em 1em;
    width: 100%;
    background-color: rgba(0,0,0,1.00);
    color: hsla(0,0%,100%,0.8);
    border: 1px solid hsla(0,0%,100%,0.3);
}
	
}



/*spotify*/

iframe {
    border: none;
}

@media screen and (max-width: 800px) {
	
	
	.soundTitle{
		font-size: 130%;
		color: #fff;
		letter-spacing:0.96px;
		margin-bottom: 0.5rem;
	}
	
	.soundtrack{
    position: relative !important;
    /* bottom: auto;
    left: auto;
    right: auto;*/
    margin: 1rem auto 0;
    width: 100%;
    max-width: 100%;
    padding: 10px 10px;
    text-align: center;
    background-color: hsla(0,0%,0%,0.5);
    /*  background-image: url(../img/index/review_base.jpg);*/
    background-position: left top;
    background-size: cover;
    border: 1px solid hsla(0,0%,100%,0.20);
	}

.spotify {
    height: 80px;
    position: relative;
    z-index: 1;
	 width: 100%;
}
	
	}
