@charset "UTF-8";
@import url(pc.css);




/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

モーダルエリア

――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
モーダル oshi select start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#modal_oshi_select .modal_base_bg {
	width: 750px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
モーダル oshi select start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/




/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
モーダル shop start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#modal_shop .modal_base_bg {
	width: 750px;
}

#modal_shop .shop_item_group .shop_item .shop_item_main img {
	width: 200px;
	aspect-ratio: 16 / 9;
}

#modal_shop .shop_item_group .shop_item .shop_item_main .shop_item_type {
	margin-left: 20px;
}

#modal_shop .shop_item_group .shop_item .shop_item_main .shop_item_type li:first-child {
	margin: 0 0 0 28px;
}

#modal_shop .shop_item_group .shop_item .shop_item_main .shop_item_type li:not(:first-child) {
	margin: 15px 0 0 28px;
}



#modal_shop .shop_item_group .shop_item .shop_item_footer {
	font-size: 12px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
モーダル shop end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/




/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

動画エリア

――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/

/* 背景パーティクルは個別調整が難しいので全体の scale を小さくする */
#movie .movie_bg .movie_bg_particles {
	transform: translate(-50%, -50%) scale(0.8);
}


