/* CSS Document */

body {
	margin: 0;
}

br.sp {
	display: none;
}

.p-animation_slider {
  list-style: none;
  position: relative;
	margin: 0 auto;
  width: 1152px;
  height: 648px;
  overflow: hidden;
	margin-top:50px;
}

.p-animation_slider img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 4s linear transform .4s;
  object-fit: cover;
}

.p-animation_overview {
	text-align: center;
	margin: 50px auto;
	font-size:1.3em;
	line-height: 1.7;
}

.p-animation_appletvbatch {
	width:200px;
	margin: 50px auto;
	text-align: center;
}

.p-animation_new {
	padding: 40px 0;
}

.p-animation_new h2 {
	width:25%;
	text-align: center;
	font-size: 1.8em;
	margin: 0 auto;
	margin-top: 2%;
	margin-bottom: 4%;
	color: white;
	padding: 30px;
	background-color: black;
	border-radius: 20px;
}

.p-animation_new_inner {
	width: 1152px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.p-animation_new .p-animation_new_inner div.animation_content {
	width:32%;
	box-sizing: border-box;
	padding: 0;
	margin-bottom: 4%;
}


.p-animation_new .p-animation_new_inner div.animation_content .thumb img{
	border-radius: 20px;
	box-shadow: 0 15px 20px 0 rgba(0, 0, 0, .2);
}

.p-animation_new .p-animation_new_inner div.animation_content .title {
	font-weight: bold;
	font-size: 1.2em;
	margin: 1.2em 0;
}

.p-animation_new .p-animation_new_inner div.animation_content .desc {
	font-size: 1em;
	margin: 0.95em 0;
	line-height: 1.5;
}

.p-animation_movies {
	background-color: #EBE9DF;
	padding: 7% 0;
}

.p-animation_movies_inner {
	width: 1152px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.p-animation_movies .p-animation_movies_inner h2{
	width: 100%;
	text-align: center;
	font-size: 1.8em;
	margin-top: 2%;
	margin-bottom: 6%;
}

.p-animation_movies .p-animation_movies_inner div.animation_content {
	width: 50%;
	box-sizing: border-box;
	padding: 0 1.5%;
	margin-bottom: 4%;
}

.p-animation_movies .p-animation_movies_inner div.animation_content .thumb {
	
}

.p-animation_movies .p-animation_movies_inner div.animation_content .thumb img{
	border-radius: 20px;
	box-shadow: 0 15px 20px 0 rgba(0, 0, 0, .2);
}

.p-animation_movies .p-animation_movies_inner div.animation_content .title {
	font-weight: bold;
	font-size: 1.4em;
	margin: 1em 0;
}

.p-animation_movies .p-animation_movies_inner div.animation_content .desc {
	font-size: 1em;
	margin: 1em 0;
	line-height: 1.5;
}



@media screen and (max-width: 767px){
	
br.sp {
	display: inline;
}	
	
.p-animation_slider {
  list-style: none;
  position: relative;
	margin: 0 auto;
  width: 100%;
  height: 26vh;
  overflow: hidden;
	margin-top:5%;
}
	
.p-animation_overview {
	text-align: center;
	margin: 50px auto;
	font-size:1em;
	line-height: 1.7;
}
	
.p-animation_appletvbatch {
	width: 40%;
	text-align: center;
}
	
.p-animation_new {
	padding: 0;
}
	
.p-animation_new_inner::-webkit-scrollbar {
  height: 14px; /* スクロールバーの高さ */
}
 
.p-animation_new_inner::-webkit-scrollbar-thumb {
  background:rgba(51,156,255,1.00); /* ツマミの色 */
  border-radius: 7px; /* ツマミ両端の丸み */
}
 
.p-animation_new_inner::-webkit-scrollbar-track {
  background: rgba(51,156,255,.3); /* トラックの色 */
  border-radius: 7px; /* トラック両端の丸み */
}	
	
.p-animation_new h2 {
	width:50%;
	text-align: center;
	font-size: 1.5em;
	margin: 0 auto;
	margin-top: 2%;
	margin-bottom: 10%;
	color: white;
	padding: 5%;
	background-color: black;
	border-radius: 20px;
}	
	
.p-animation_new_inner {
	width: 100%;
	display: inline-flex;
	flex-wrap: nowrap;
	overflow-x: scroll;
	justify-content: flex-start;
}

.p-animation_new .p-animation_new_inner div.animation_content {
	width: 100%;
	min-width: 90%;
	box-sizing: border-box;
	padding: 0 3%;
	margin-bottom: 4%;
}
	
.p-animation_new .p-animation_new_inner div.animation_content:first-child {
	margin-left: 3%;
}	
	
.p-animation_new .p-animation_new_inner div.animation_content:last-child {
	margin-right: 3%;
}		
	
.p-animation_new .p-animation_new_inner div.animation_content .title {
	font-weight: bold;
	font-size: 1.1em;
	margin: 1em 0;
}

.p-animation_new .p-animation_new_inner div.animation_content .desc {
	font-size: 0.95em;
	margin: 1em 0;
	line-height: 1.5;
}	
	
.p-animation_movies_inner {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
	
.p-animation_movies .p-animation_movies_inner h2{
	width: 100%;
	text-align: center;
	font-size: 1.3em;
	margin-top: 5%;
	margin-bottom: 10%;
}

.p-animation_movies .p-animation_movies_inner div.animation_content {
	width: 100%;
	box-sizing: border-box;
	padding: 0 3%;
	margin-bottom: 9%;
}
	
.p-animation_movies .p-animation_movies_inner div.animation_content .title {
	font-weight: bold;
	font-size: 1.1em;
	margin: 1em 0;
}

.p-animation_movies .p-animation_movies_inner div.animation_content .desc {
	font-size: 0.95em;
	margin: 1em 0;
	line-height: 1.5;
}	
	
	
}