@charset "utf-8";


/*====================================*/
/*----- page-wrap ----------------------*/
.page-wrap	{
	background-image:url("../images/bg-all.webp");
	background-position: center top;
	background-repeat: repeat;
	background-size: 500px;
}

/*----- content-base__top ----------------------*/
.content-base__inner {
	max-width: 2200px;
	width: 100%;
	margin: 0 auto;
	background-image: url(../images/bg-top.webp), url(../images/bg-bottom.webp), url(../images/bg-frame.webp), url(../images/bg-inner.webp);
	background-repeat: no-repeat, no-repeat, repeat-y, repeat;
	background-position: center top, center bottom, center 384px, center top;
}
.page-wrap .p-index-footer {
	min-height: 220px;
	background-image: url(../images/bg-footer.webp);
	background-position: center top;
	background-repeat: no-repeat;
}

/*=====-----=====*//*=====-----=====*/
@media screen and (max-width: 766px) {
	.content-base__inner {
		width: 100%;
		background-image: url(../images/bg-top_sp.webp), url(../images/bg-bottom_sp.webp), url(../images/bg-frame_sp.webp), url(../images/bg-inner.webp);
		background-size: 120%;
	}
	.page-wrap	{
		background-size: 40%;
	}
	.page-wrap .p-index-footer {
		min-height: 100px;
		background-size: 280%;
	}
}


/*====================================*/
/*----- content-block -----------*/
/*
.content-base	{
	background:url("../images/content-base.png");
	background-position: center top;
	background-repeat:  no-repeat;
	background-size: cover;
}
*/
.content-block	{
	max-width: 900px;
	width: 90%;
	margin: 0 auto;
	padding: 40px 0;
}

.c-title	{
	text-align: center;
	display: block;
	padding-bottom: 20px;
}

.c-title img{
	max-width: 340px;
	width: 80%;
	height: auto;
}

.c-group	{
	max-width: 700px;
	width: 90%;
	margin: 0 auto;
	background: rgba( 255, 255, 255, 0.9);
	border-radius: 20px;
}
/*=====-----=====*//*=====-----=====*/
@media screen and (max-width: 766px) {
/*
	.c-group	{
		width: 85%;
	}
*/
	.content-base	{
		background-size: 120%;
	}
	.content-block	{
		width: 90%;
		padding: 20px 0;
	}
	.c-title	{
		padding-bottom: 10px;
	}
	.c-title img{
		width: 60%;
	}

/*
	.content-inner	{
		padding: 20px 0;
	}
*/
}



/*====================================*/
/*----- header / p-index-head -------*/

.head-wrap	{
	max-width: 640px;
	width: 90%;
	margin:0 auto;
	padding-top: 130px;
	text-align: center;
}
.head__unit img	{
	max-width: 550px;
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

/*=====-----=====*//*=====-----=====*/
@media screen and (max-width: 766px) {
	.head-wrap	{
		padding-top: 45px;
	}
}

/*====================================*/
/*----- bunner -----------*/
.bunner-wrap	{
	max-width: 750px;
	width: 90%;
	margin: 0 auto;
	display: flex; 
	flex-wrap: wrap;
}
.bunner-unit	{
	width: 50%;
	padding: 1%;
}
.bunner-unit img	{
	width: 100%;
	height: auto;
}

/*=====-----=====*//*=====-----=====*/
@media screen and (max-width: 766px) {
/*
	.bunner-wrap	{
		max-width: 320px;
		width: 60%;
	}
*/
	.bunner-unit	{
		width: 90%;
		margin: 0 auto;
		padding-bottom: 10px;
	}
	.bunner-unit:last-of-type	{
		padding-bottom: 0;
	}
}



/*====================================*/
/*----- next / p-index-next -----------*/
.next-wrap	{
	width: 100%;
	padding: 3%;
	border-radius: 20px;
}
.next__movie	{
	padding-top: 2%;
}
.next__oa	{
	width: 100%;
	font-size: 0.9em;
}
.next__ttl	{
	font-size: 1.4em;
	font-weight: bold;
}
.next-cast__txt	{
	width: 96%;
	margin: 0 auto;
	padding-bottom: 20px;
}
.next-cast__txt:last-child	{
	padding-bottom: 10px;
}
.c-title__cast img	{
	width: 95%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.movie	{
	width: 100%;
}
.movie img	{
	width: 100%;
	height: auto;
	padding-top: 10px;
}
/*=====-----=====*//*=====-----=====*/
@media screen and (max-width: 766px) {
	.next-wrap	{
		padding: 6%;
		font-size: 0.9em;
	}
/*
	.next__oa	{
		font-size: 0.8em;
	}
*/
	.next__ttl	{
		font-size: 1.2em;
		line-height: 1.4em;
	}
	.next-cast__ttl	{
		font-size: 0.9em;
		line-height: 1.8em;
	}
	.next-cast__txt	{
		padding-bottom: 16px;
		line-height: 1.6em;
	}

}



/*====================================*/
/*----- ondemand-----------*/

.ondemand-txt img	{
	max-width: 550px;
	width: 90%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.ondemand-bunner__wrap	{
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.ondemand-bunner__unit	{
	width: 50%;
	padding: 2%;
}
.ondemand-bunner__unit img	{
	width: 100%;
	height: auto;
}


/*=====-----=====*//*=====-----=====*/
@media screen and (max-width: 766px) {

}




/*====================================*/
.p-index-sns	{
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
}
.sns-block	{
    width: 90%;
    margin: 0 auto;
	background-color: #fff;
	border-radius: 20px;
	padding: 2%;
}
.sns-block img	{
	width: 100%;
	height: auto;
}
.twitter-timeline	{
	height: 380px;
	max-height: 450px;
}

/*====================================*/
/*----- SNS -----------*/



/*=====-----=====*//*=====-----=====*/

@media screen and (max-width: 766px) {
	.twitter-timeline	{
		width: 80%;
		height: 300px;
		max-height: 400px;
		margin: 0 auto;
	}
	
}



/*====================================*/
/*----- goto-top ----------------------*/

.goto-top	{
	text-align: center;
	padding: 40px 0 200px;
}
.goto-top a	{
	display: inline-block;
}
.goto-top img	{
	max-width: 230px;
	width: 80%;
	height: auto;
}

.animated-up-down{
	animation: move-y .5s infinite alternate ease-in-out;
}
@keyframes move-y {
	from	{ transform: translateY(0); }
	to		{ transform: translateY(10px); }
}
/*=====-----=====*//*=====-----=====*/
@media screen and (max-width: 766px) {
	.goto-top	{
		padding: 20px 0 90px;
	}
	.goto-top img	{
		width: 45%;
	}

}
