@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
	background-color: #000;
	font-family: "Shippori Antique", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color:#fff;
	height:100%;
	box-sizing: border-box;
}

html{
	height:100%;
}

img { border-style:none;
	vertical-align: bottom;}

a img { border-style:none;}

a:hover img { border-style:none; }

*{
margin: 0;
padding: 0;
}

ol, ul {
	list-style: none;
}

.cf:before,
.cf:after {
  content: "";
  display: table;}
.cf:after {
  clear: both;}
.cf {
  *zoom: 1;}


.pcview{
	width:100%;
}

.spview{
	display: none;
}

.scrollShowEffect1 {
	-webkit-transition: all 1.0s;
	   -moz-transition: all 1.0s;
	    -ms-transition: all 1.0s;
	     -o-transition: all 1.0s;
	        transition: all 1.0s;
	-webkit-transition-delay: 0s;
	   -moz-transition-delay: 0s;
	    -ms-transition-delay: 0s;
	     -o-transition-delay: 0s;
	        transition-delay: 0s;
	opacity:0;
}

.scrollShowEffect2 {
	-webkit-transition: all 1.0s;
	   -moz-transition: all 1.0s;
	    -ms-transition: all 1.0s;
	     -o-transition: all 1.0s;
	        transition: all 1.0s;
	-webkit-transition-delay: 0.3s;
	   -moz-transition-delay: 0.3s;
	    -ms-transition-delay: 0.3s;
	     -o-transition-delay: 0.3s;
	        transition-delay: 0.3s;
	opacity:0;
}

.scrollShowEffect3 {
	-webkit-transition: all 1.0s;
	   -moz-transition: all 1.0s;
	    -ms-transition: all 1.0s;
	     -o-transition: all 1.0s;
	        transition: all 1.0s;
	-webkit-transition-delay: 0.6s;
	   -moz-transition-delay: 0.6s;
	    -ms-transition-delay: 0.6s;
	     -o-transition-delay: 0.6s;
	        transition-delay: 0.6s;
	opacity:0;
}


.scrollShowEffect-R {
	-webkit-transform: translate3d(30%, 0%, 0);
	   -moz-transform: translate3d(30%, 0%, 0);
	    -ms-transform: translate3d(30%, 0%, 0);
	     -o-transform: translate3d(30%, 0%, 0);
	        transform: translate3d(30%, 0%, 0);
}
.scrollShowEffect-L {
	-webkit-transform: translate3d(-30%, 0%, 0);
	   -moz-transform: translate3d(-30%, 0%, 0);
	    -ms-transform: translate3d(-30%, 0%, 0);
	     -o-transform: translate3d(-30%, 0%, 0);
	        transform: translate3d(-30%, 0%, 0);
}
.scrollShowEffect-B {
	-webkit-transform: translate3d(0, 50px, 0);
	   -moz-transform: translate3d(0, 50px, 0);
	    -ms-transform: translate3d(0, 50px, 0);
	     -o-transform: translate3d(0, 50px, 0);
	        transform: translate3d(0, 50px, 0);
}

.scrollShowEffect-T {
	-webkit-transform: translate3d(0, -50px, 0);
	   -moz-transform: translate3d(0, -50px, 0);
	    -ms-transform: translate3d(0, -50px, 0);
	     -o-transform: translate3d(0, -50px, 0);
	        transform: translate3d(0, -50px, 0);
}

.scrollShowEffect-Z {
	-webkit-transform: scale( 0.2,  0.2);
	transform: scale( 0.2,  0.2);
}

.scrollShowEffect-O {
	-webkit-transform: scale( 1.2,  1.2);
	transform: scale( 1.2,  1.2);
}


.scrollShowEffect1.showItem {
	opacity:1;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.scrollShowEffect2.showItem {
	opacity:1;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.scrollShowEffect3.showItem {
	opacity:1;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.mb0{
	width:100%;
	overflow: hidden; /* heightを戻す */
}

.mb5{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 5px;
	line-height: 140%;
}

.mb10{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 10px;
}

.mb20{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 20px;
}

.mb30{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 30px;
}

.mb50{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 50px;
}

.mb80{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 80px;
}

.mb100{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 100px;
}

.pcbr {
	display:inline;
}

.loading{
  width: 100vw;
  height: 100vh;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1300;
}

.loading img{
  width: 300px;
}


#left_bar_wrapper{
    width:44px;
    height: 100%;
    position: fixed;
    left:0;
    top:0;
    z-index: 102;
	box-sizing: border-box;
    background-color:#2d2d2d;
}

#left_bar_wrapper img{
    width:100%;
    height: auto;
}

#left_bar{
    width:100%;
    height: 100%;
    position: relative;
    z-index: 100;
}

.btn-trigger {
  position: relative;
  width: 22px;
  height: 18px;
  cursor: pointer;
  margin-bottom: 10px;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
	z-index: 5;
}
  
.showNavi .btn-trigger{
  opacity:1;
  -webkit-transition-delay:2.0s;
  transition-delay:2.0s;
}

.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color:#fff;
  border-radius: 1px;
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .8s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 8px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

#btn08.active span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-315deg);
  transform: translateY(6px) rotate(-315deg);
}
#btn08.active span:nth-of-type(2) {
  opacity: 0;
}
#btn08.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}

.btn-trigger-text_wrapper{
    text-align: center;
	margin-top:30px;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
}

.btn-trigger-text{
    writing-mode: vertical-rl;
    display: inline-block;
    font-size: 16px;
    line-height:100%;
    color: #fff;
	vertical-align:bottom;
}

.btn-trigger_wrapper {
  	width: 25px;
	position: absolute;
	top:2%;
	left:12px;
}


nav.globalMenuSp {
  position: fixed;
  z-index : 20;
  top  : 0;
  left : 0;
  color: #000;
  background-color:rgba(231,59,48,0.9);
  box-sizing: border-box;
  width:43.5%;
  height: 100%;
  margin-left:-55%;
  text-align: center;
  opacity: 1;
  -webkit-transition-property: all;
     -moz-transition-property: all;
      -ms-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
  -webkit-transition: 0.5s ease;
     -moz-transition: 0.5s ease;
      -ms-transition: 0.5s ease;
       -o-transition: 0.5s ease;
          transition: 0.5s ease;
	display: table;
	padding-left: 44px;
}

nav.globalMenuSp.active {
  opacity: 100;
  margin-left:0;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  float: left;
  transition: .4s all;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

.menu_wrapper{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
	padding:5% 2%;
}

.menu_wrapper a{
  display: block;
  color:#fff;
  font-size:16px;
  line-height: 16px;
  text-decoration:none;
  transition: .3s;
  -webkit-transform: scale(1);
  transform: scale(1);
  padding:1% 0;
}

.menu_wrapper a:hover{
	background-color:#000;
    color:#e73b30;
}


.menu{
    width:100%;
	text-align: center;
	margin-bottom: 10px;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
}

.menuj{
	font-size: 10px;
	font-weight: 700;
}


.sns_wrapper{
    width:45%;
	position: absolute;
	left: 27.5%;
	bottom:4%;
	box-sizing: border-box;
	overflow: hidden;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
	z-index: 5;
}
  
.showNavi .sns_wrapper{
  opacity:1;
  -webkit-transition-delay:2.2s;
  transition-delay:2.2s;
}

.sns{
	width:100%;
	margin-bottom: 30px;
}

.sns:nth-child(3) {
  margin-bottom:0;
}

.sns img {
	transition-duration: 0.5s;
}
.sns img:hover {
	transform: scale(0.9,0.9);
	transition-duration: 0.5s;
}

#contents{
    width:100%;
    box-sizing: border-box;
    padding-left: 44px;
}


#top_wrapper{
    width:100%;
	height: auto;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	
}

#top_wrapper img{
	width:100%;
	height: auto;
}

.spmain{
    display: none;
}

.main{
	width:100%;
	opacity: 0;
    -webkit-transition: all 1.0s;
    -moz-transition: all 1.0s;
    -o-transition: all 1.0s;
    -ms-transition: all 1.0s;
    transition: all 1.0s;
}
  
.showNavi .main{
  opacity:1;
  -webkit-transition-delay:0.5s;
  transition-delay:0.5s;
}
	
.logo_wrapper{
	width:33%;
	position: absolute;
	left:5%;
	top:22%;
	opacity: 0;
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -o-transition: all 2.5s;
    -ms-transition: all 2.5s;
    transition: all 2.5s;
}
.showNavi .logo_wrapper{
  opacity:1;
  -webkit-transition-delay:1.5s;
  transition-delay:1.5s;
}

.logoday{
	width:100%;
}

.catch{
	width:12%;
	position: absolute;
	right:1.5%;
	top:3%;
	opacity: 0;
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -o-transition: all 2.5s;
    -ms-transition: all 2.5s;
    transition: all 2.5s;
}
  
.showNavi .catch{
  opacity:1;
  -webkit-transition-delay:1.2s;
  transition-delay:1.2s;
}

  
.showNavi .logo{
  opacity:1;
  -webkit-transition-delay:1.5s;
  transition-delay:1.5s;
}


#loop01{
	width:100%;
	overflow: hidden;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
}

#loop01 img{
	width:100%;
	height: auto;
}

#loop02{
	width:100%;
	overflow: hidden;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
}

#loop02 img{
	width:100%;
	height: auto;
}


.loop_wrapper{
  display: flex;
  align-items: center;
  height: 200px;
　overflow: hidden;	
}

.loop_content {
  width: 302px;
  height: 200px;
}

.loop_wrap {
  display: flex;
  animation: loop-slide 20s infinite linear 1s both;
}

@keyframes loop-slide {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(-100%);
  }
}

.loop_wrap2 {
  display: flex;
  animation: loop-slide2 20s infinite linear 1s both;
}

@keyframes loop-slide2 {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(-50%);
  }
}

.pt{
	width:100%;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-size: 25px;
	line-height: 25px;
  　font-optical-sizing: auto;
    font-style: normal;
	background-color: #fff;
	box-sizing: border-box;
	padding:1%;
	margin-bottom: 30px;
}

.ptj{
	font-size: 12px;
	line-height: 12px;
	font-weight: 600;
	padding-left: 10px;
}

.textcenter{
	text-align: center;
}

.colorblack{
	color: #000;
}

.colorwhite{
	color: #fff;
}

.colorred{
	color: #e73b30;
}


#intro_wrapper{
    width:100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #e83b30;
	font-size: 14px;
	line-height: 25px;
	color: #000;
}

#intro_wrapper img{
	width:100%;
	height: auto;
}

#intro_inner{
    width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:7%;
}

.intromidashi1{
	width:100%;
	box-sizing: border-box;
	padding:0.5% 5%;
	background-color: #000;
	margin-bottom: 2%;
}

.intromidashi2{
	width:100%;
	box-sizing: border-box;
	margin:0 auto 30px;
}

.introphoto{
	width:19%;
	float: left;
	margin-right: 1.25%;
}

.introphoto:nth-child(5) {
  margin-right:0;
}



#footer{
	width:100%;
	padding:3% 0;
	background-color: #000;
	border-top:1px solid #e73b30;
}

#footer img{
	width:100%;
	height: auto;
}

.footerlogo{
	width:16%;
	margin:0 auto;
}


#madsmikkelsen_wrapper{
    width:100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #000;
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	position: relative;
}

#madsmikkelsen_wrapper img{
	width:100%;
	height: auto;
}

.mads_main{
	width:100%;
}

#madsmikkelsen_inner{
    width:53%;
	height: 100%;
	position: absolute;
	right: 7%;
	top:0;
	overflow: hidden;
	box-sizing: border-box;
	display: table;
}

.mads_text{
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
}

#films_wrapper{
    width:100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #e83b30;
	font-size: 14px;
	line-height: 25px;
	color: #000;
}

#films_wrapper img{
	width:100%;
	height: auto;
}

#films_inner{
    width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:7%;
}


.filmsbox_wrapper{
	width:100%;
	overflow: hidden; /* heightを戻す */
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

.filmsbox{
	width:49%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	box-sizing: border-box;
    box-shadow: 0px 0px 15px -5px #333;
}

.fb_img{
	width:100%;
}

.bgc_w{
	background-color: #fff;
}

.bgc_b{
	background-color: #000;
	color: #fff;
}

.filmsbox:nth-child(2n) {
    margin-right:0;
}

.fb_midashi{ 
	width:100%;
	padding:2% 3%;
	font-size: 13px;
	line-height: 20px;
	box-sizing: border-box;
	font-family: "Sawarabi Gothic", sans-serif;
	font-weight: 400;
}

.fb_text_wrap{ 
	width:100%;
	padding:5%;
}

.fb_title{
	width:100%;
	font-size: 23px;
	font-weight: 800;
}

.fb_titles{
	font-size: 14px;
}

.fb_titlee{
	width:100%;
	font-size: 12px;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	margin-bottom: 20px;
}

.fb_intro{
	width:100%;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
}

.fb_biling1{
	width:100%;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 7px;
}

.fb_biling2{
	width:100%;
	font-size: 11px;
	line-height: 20px;
}


@media screen and (max-width:1024px){	
	
.scrollShowEffect1 {
	opacity:1;
}

.scrollShowEffect2 {
	opacity:1;
}

.scrollShowEffect3 {
	opacity:1;
}


.scrollShowEffect-R {
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}
.scrollShowEffect-L {
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}
.scrollShowEffect-B {
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.scrollShowEffect-T {
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.scrollShowEffect-Z {
	-webkit-transform: scale( 1.0,  1.0);
	transform: scale( 1.0,  1.0);
}

.scrollShowEffect-O {
	-webkit-transform: scale( 1.0,  1.0);
	transform: scale( 1.0,  1.0);
}
	
	
.loading img{
  	width:300px;
	padding-bottom: 50px;
}
	
.pcview{
	display: none;
}

.spview{
	display: inherit;
	width:100%;
}

.pcbr {
	display:none;
}

	
.brtext::before {
	content: "\A" ;
	white-space: pre ;
}

	
#left_bar_wrapper{
    width:70px;
    height: 70px;
    position: fixed;
	left:auto;
    right:0;
    top:auto;
	bottom:0;
    z-index: 102;
	box-sizing: border-box;
    background-color:#e73b30;
	border-radius:5px 0 0 0;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
    box-shadow: 0px 0px 15px -5px #000;
}

#left_bar{
    width:100%;
    height: 100%;
    position: relative;
    z-index: 100;
}

.btn-trigger_wrapper {
  	width: 36px;
  	height: 26px;
	position: absolute;
	top:22px;
	left:17px;
}
	
.btn-trigger {
  position: relative;
  width: 36px;
  height: 26px;
  cursor: pointer;
  margin-bottom: 0px;
  opacity: 1;
}
	
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color:#000;
  border-radius: 1px;
}
	
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 12px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

#btn08.active span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-315deg);
  transform: translateY(13px) rotate(-315deg);
}
#btn08.active span:nth-of-type(2) {
  opacity: 0;
}
#btn08.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}

.btn-trigger-text_wrapper{
	display: none;
}

#contents{
    width:100%;
    box-sizing: border-box;
    padding-right: 0;
}
	
nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  background-color:rgba(231,59,48,0.9);
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin-left:100%;
  opacity: 0;
  -webkit-transition-property: all;
     -moz-transition-property: all;
      -ms-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
  -webkit-transition: .6s ease;
     -moz-transition: .6s ease;
      -ms-transition: .6s ease;
       -o-transition: .6s ease;
          transition: .6s ease;
	display: table;
	padding-left: 0;
}
	


	

.sns_wrapper{
    width:60%;
	position: inherit;
	left:0;
	bottom:0;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden;
	opacity: 1;
	padding:5% 0;
}

.sns{
	width:10%;
	float: left;
	margin-bottom: 0;
	margin-right: 35%;
}

.sns:nth-child(3) {
  margin-right:0;
}
	
.spmain{
    width:100%;
    display: inherit;
}

	
#contents{
    width:100%;
    box-sizing: border-box;
    padding-left:0;
}


#top_wrapper{
    width:100%;
	height: auto;
	position: inherit;
	overflow: hidden;
	box-sizing: border-box;	
	background-color: #333;
}

.spmain{
    display: inherit;
}

.main{
	display: none;
}
	
.logo_wrapper{
	display: none;
}

.catch{
	display: none;
}
	


#intro_inner{
    width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:10%;
}

.intromidashi1{
	width:100%;
	box-sizing: border-box;
	padding:1% 5%;
	background-color: #000;
	margin-bottom: 2%;
}

.intromidashi2{
	width:80%;
	box-sizing: border-box;
	margin:0 auto 30px;
}

.introphoto{
	width:49%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
}

.introphoto:nth-child(5) {
  display: none;
}

.introphoto:nth-child(2n) {
	margin-right: 0;
}



#footer{
	width:100%;
	padding:6% 0;
	background-color: #000;
}

.footerlogo{
	width:40%;
	margin:0 auto;
}

#madsmikkelsen_wrapper{
    width:100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #000;
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	position: relative;
}

.mads_main{
	width:100%;
}

#madsmikkelsen_inner{
    width:100%;
	height: auto;
	position: inherit;
	right: 0;
	top:0;
	padding:5% 10%;
	overflow: hidden;
	box-sizing: border-box;
	display: inherit;
}

.mads_text{
	display: inherit;
	vertical-align: middle;
	box-sizing: border-box;
}

#films_wrapper{
    width:100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #e83b30;
	font-size: 14px;
	line-height: 25px;
	color: #000;
}

#films_wrapper img{
	width:100%;
	height: auto;
}

#films_inner{
    width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:7%;
}

.pt{
	width:100%;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
  　font-optical-sizing: auto;
    font-style: normal;
	background-color: #fff;
	box-sizing: border-box;
	padding:1%;
	margin-bottom: 30px;
}

.ptj{
	font-size: 10px;
	line-height: 10px;
	font-weight: 600;
	padding-left: 10px;
}
	

.filmsbox{
	width:100%;
	float:none;
	margin-right:0;
	margin-bottom: 30px;
	box-sizing: border-box;
    box-shadow: 0px 0px 15px -5px #333;
}
	
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:focus {
  outline: none;
}

.modal-contents {
  display:none;
  position: fixed;
  width: 100%;
  height: 100%;
	font-weight: bold;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background:rgba(0,0,0,0.9);
  z-index: 9998; }
  .modal-contents .modal-contents-inner {
    position: relative;
    width: 100%;
    height: 100%; }
    .modal-contents .modal-contents-inner .modal-contents-iframe {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 9998;
      width: 100%; }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-player {
        width: 80%;
        text-align: center;
        position: relative;
        padding-top: 42.5%;
        height: 0;
        overflow: hidden;
        display: block;
        margin: 0 auto; }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-player iframe {
          width: 100%;
          height: 100%;
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn {
        width: 80%;
        margin: 0.5% auto 0;
        font-size: 0;
        text-align: center;
        /* visibility: hidden; */
      }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
          border: 1px solid #111;
          background-color: #000;
          width: 50%;
          height: auto;
          box-sizing: border-box;
          padding:0.5% 0;
          display: inline-block;
          vertical-align: middle;
          text-align: center;
          font-size: 13px;
          line-height: 23px;
          color: #fff;
          cursor: pointer;
          -webkit-transition: all .3s;
          transition: all .3s; }
          @media screen and (min-width: 769px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 0.8vw; } }
          @media screen and (max-width: 1024px) and (min-width: 768px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 0.8vw; } }
          @media screen and (max-width: 768px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 0.8vw; } }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li:hover,
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li.current {
          border: 1px solid #111;
          background-color: #930002;
          color: #fff;  }
    .modal-contents .modal-contents-inner .modal-close {
      width: 3%;
      display: block;
      position: absolute;
      top: 3.5%;
      right: 1.5%;
      z-index: 9999;
      cursor: pointer; }



@media screen and (max-width: 768px) {
  .modal-contents .modal-contents-inner {
    position: absolute;
    width: 100%;
    height: auto;
    padding: 0 5%;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
    .modal-contents .modal-contents-inner .modal-contents-iframe {
      position: static;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-player {
        padding-bottom: 26%;
        padding-top: 30%;
        width: 100%; }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn {
        width: 100%; }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
          display: block;
          width: 100%;
          text-align: center;
          line-height: 23px;
          font-size: 13px; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
            font-size: 0.9vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
            font-size: 0.82031vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
            font-size: 2.2vw; 
          box-sizing: border-box;
          padding:0.5% 0;} }

@media screen and (max-width: 768px) {
    .modal-contents .modal-contents-inner span.modal-close {
      width: 7%;
      top: -15%;
      right: 5.5%; }
  .cast-modal .modal-close {
    width: 7%;
    top: 3%;
    right: 5.5%; }
  .cast-modal .modal-list ul li {
    overflow-y: scroll;
    height: 175vw; }
    .cast-modal .modal-list ul li .inner {
      top: 12%;
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%); }
      .cast-modal .modal-list ul li .inner > * {
        display: block;
        width: 100%; }
      .cast-modal .modal-list ul li .inner .text {
        padding: 5% 0%; }
        .cast-modal .modal-list ul li .inner .text h2 {
          font-size: 14px; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 0.8vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 1.0vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 1.33333vw; } }




            
.remodal-is-opened{
    display:block;
}
