.txtEx {
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
}
.PC {display: inherit;}
.SP {display: none;}

html {
	font-size: 62.5%; /*1rem = 10px*/
	margin: 0 auto;
}
  /*deviceWidth 750px 以上の時 全体のフォントサイズ 20px に固定*/
  @media screen and (max-width: 1000px) {
    html {
      font-size: 1vw; /*defaultFontsize*/
    }
  }
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "Yu Gothic Medium", "Yu Gothic", "メイリオ", Meiryo, Osaka, "sans-serif";
	width: 100%;
	margin: 0 auto;
	/*overflow-x: hidden;*/
	height: 200vh;
	border-top: 0;
}
html > body img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
picture {
	display: inline-block;
	vertical-align: bottom;
}
a[class] {
	transition: opacity 0.12s;
}
	a[class]:hover {
		opacity: 0.8;
	}

/*--------------------
No1*/

/*--No2*/

/*No3*/


.img {
	display: flex;
		justify-content: center;
	width: 100%;
	overflow: hidden;
}
.img img {
	width: 200rem;
	max-width: 2000px;
	margin: 0 auto;
}

.cv_btn01 {
	position: absolute;
		z-index: 10;
	display: block;
	width: 60rem;
}
.cv_btn01 img {
	width: 100%;
}
.cv_btn02 {
	position: absolute;
		z-index: 10;
		transform: translateX(10.5rem);
	width: 39rem;
}
.cv_btn02 img {
	width: 100%;
}


.footer {
    width: 100%;
    margin: 0 auto;
    height: 70px;
    padding-top: 25px;
    color: #000;
    background-color: #fff;
    color: white;
    text-align: center;
    font-family:  "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;  
}

.footer ul {
    width: 500px;
    margin: 0 auto;
    padding-left: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    }
    
.footer ul li {
    color: #000;
    list-style: none;
    font-size: 140%; /*1rem*/
    text-align: center;
	}
	
.movie_bio {
	align-content: center;
	}
	
	
	
	




/*202209021
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.d-demo {
  display: -ms-grid;
  overflow: hidden;
}
/*----------------------------*/

.d-demo__wrap {
  display: flex;
  overflow: hidden;
}

.d-demo__list {
  display: flex;
  list-style: none;
}

.d-demo__list--left{
animation :infinity-scroll-left 95s infinite linear 0.5s both;
}

.d-demo__item {
  width: calc(100vw / 6);
}
.d-demo__item > img{
   width: 100%;
}



.mov01{
   width: 750px;
   text-align: center;
   margin: 0 auto;
}

/** 500px以上の場合のCSS */
@media screen and (min-width: 500px){
  .mov01{ 
   width: 500px;
  }
  .mov02 {
   width: 770px;
}
  .mov03 {
   width: 770px;
}
}

.mov_wrapper{
width: 100%;
background-color: #FFFFFF;
display: block;
}

.mov_wrapper_2{
max-width: 100%;
background: url("../images/lp_bio_45.jpg") repeat;
position: relative;
}

.mov02 {
padding: 0 0;
margin: 0 auto;
text-align: center;
}

.mov_wrapper_3{
max-width: 100%;
background-color: #F0F0F0;
display: block;
padding: 2% 0 5% 0;
margin: 0 auto;
}

.mov03 {
padding: 0 0;
margin: 0 auto;
text-align: center;
}

