@charset "UTF-8";
/* **************************************************************** *
 * @desc@ 切り替え
 * @edit@ 2023/12/04
 * **************************************************************** */
/* 下層タイトル */
#page_header{
	background:
		url(../img/index_img_cover.png),
		url(../img/change/imintoyou/hd_bg.png) 50% 50% no-repeat;
	background-size:auto,cover;
}
/* トップメインビジュアル */
#index #top .img{
	background:
		url(../img/index_img_cover.png),
		url(../img/change/imintoyou/mv_chara_pc.png) 50% 0 no-repeat,
		url(../img/change/imintoyou/mv_bg_pc.png) 50% 0 no-repeat;
	background-size:auto,auto,cover;
}
@media screen and (max-width:700px){
	#index #top .img{
		background:
			url(../img/index_img_cover.png),
			url(../img/change/imintoyou/mv_sp.jpg) 50% 50% no-repeat;
		background-size: 16px, cover;
	}
}
