@charset "utf-8";

/* ukiuki
-------------------------------------------------*/

.m_ukiuki{
	max-width:716px;
	margin:0 auto;
}
.m_amenohimuryou{
	max-width:696px;
	margin:0 auto;
}
.m_amenohitokuten{
	width:95%;
	max-width:371px;
	margin:0 auto;
}
.img_flow{
	width:100%;
	max-width:694px;
	margin:0 auto;
}
.m_wchance{
	max-width:616px;
	margin:0 auto;
}
.m_rainy-percent{
	max-width:411px;
	margin:0 auto;
}
.m_present{
	max-width:556px;
	margin:0 auto;
}

.fr_dot{
	position:relative;
	width:100%;
	max-width:750px;
	padding:1rem;
	text-align:center;
	border:4px dotted #a582ce;
	border-radius:1rem;
	margin:0 auto;
}
.n1::after,
.n2::after,
.n3::after{
	position:absolute;
	display:block;
	left:1%;
	top:-8vh;
	content:'';
	width:21%;
	max-width:134px;
	height:139px;
	background-image:url(/amenohi/i_hana1.webp);
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:contain;
	z-index:1;
}
.n2::after{
	left:2%;
	top:-4vh;
	width:21%;
	background-image:url(/amenohi/i_hana2.webp);
}
.n3::after{
	right:10%;
	top:-5vh;
	background-image:url(/amenohi/i_hana3.webp);
}


.fr_yohou{
	position:relative;
	width:100%;
	max-width:750px;
	padding:1rem;
	text-align:center;
	background:#eef0ff;
	border:4px dotted #a582ce;
	border-radius:1rem;
	margin:0 auto;
}

.img_kappa{
	max-width:681px;
	margin:auto;
}

.wchance{
	text-align:center;
	max-width:616px;
	margin:0 auto;
}

.term{
	width:100%;
	max-width:470px;
	padding:.6rem 1rem .4rem;
	color:#fff;
	font-weight:bold;
	background:#2f9bd5;
	border-radius:.5rem;
	margin:0 auto;
}

@media screen and (max-width: 600px){
	.fr_yohou{
		text-align:left;
		padding-top:8vh;
	}
}


/* 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 20px;
	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:#ff7b9c;
		border-radius:4px;
	}
	.mv_ttl h2{
		font-family:"丸フォーク M";
		font-size:1.2rem;
		color:#ff7b9c;
		line-height:1.2;
		margin:0 0 .5rem;
	}
	.mv_ttl h2 span{
		font-size:.85rem;
	}
	.mv_ttl p{
		color:#ff7b9c;
		font-size:.9rem;
		line-height:1.5;
	}
@media screen and (max-width: 500px){
	.mv_item a{
		display:block;
	}
	.mv_item img{
		width:100%;
	}
	.mv_ttl{
		width:100%;
		margin-top:10px;
	}
}
