@charset "utf-8";


/* feature
-------------------------------------------------*/

#feature{
	position:relative;
	width:970px;
	margin:3rem auto 0;
}
@media(max-width: 992px) {
	#feature{
		width:97%;
	}
}

.bn_tw{
	border-radius: 1rem;
	box-shadow: 3px 3px 8px rgba( 0 0 0 / 0.3);
	overflow: hidden;
	transition: .3s;
	transform-origin: center;
}
	.bn_tw:hover{
		transform:scale(0.98);
		box-shadow: 8px 8px 15px rgba( 0 0 0 / 0.2);
	}


.ft_hd p{
	width:min(90%,970px);
	text-align: center;
	color:#005AD4;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.7;
	margin: 0 auto;
}
@media(max-width: 600px) {
	.ft_hd p{
		text-align: left;
	}
	.ft_hd p br{
		display:none;
	}
}


#poster img{
	width:min(100%,510px);
	margin:0 auto;
}


.otoku-pon{
	padding:2rem 1000px;
	background-color:#fffbd2;
	background-image:url(/img/bd_grass_green.png), url(/img/bd_grass_green.png);
	background-position:top left, bottom left;
	background-repeat:repeat-x, repeat-x;
	margin:0 -1000px 10vh;
}
.otoku-pon p{
	color:rgb(42,156,128);
	font-weight:bold;
	margin:0 auto 10px;
}



/* movie trigger */
.mv_item{
	clear:both;
	width:100%;
	max-width:650px;
	padding:10px;
	background: #fff;
	box-shadow: 0 0 18px rgb(0 0 0 / 30%);
	border-radius: 8px;
	margin:0 auto;
	transition:.3s;
}
	.mv_item:hover{
		transform-origin:center;
		transform:scale(1.02);
	}
	.mv_item a{
		display:flex;
		flex-flow:row nowrap;
		justify-content:space-between;
	}
	.mv_item img{
		width:30%;
		align-self:flex-start;
	}
	.mv_ttl{
		width:68%;
		padding-left:3.5rem;
		align-self:center;
		background:url(/img/i_kachinko_pink.png) no-repeat 0 0;
	}
	.mv_ttl span{
		display:inline-block;
		padding:6px 10px 4px;
		color:#fff;
		font-size:.85rem;
		line-height:1;
		background:rgba(155,90,179, .8);
		border-radius:4px;
	}
	.mv_ttl h2{
		font-family:"丸フォーク M";
		font-size:1.2rem;
		color:rgb(155,90,179);
		line-height:1.2;
		margin:0 0 .5rem;
	}
	.mv_ttl h2 span{
		font-size:.85rem;
	}
	.mv_ttl p{
		color:rgb(155,90,179);
		font-size:.9rem;
		line-height:1.5;
	}
@media(max-width: 500px){
	.mv_item a{
		display:block;
	}
	.mv_item img{
		width:100%;
	}
	.mv_ttl{
		width:100%;
		margin-top:10px;
	}
}




