@charset "UTF-8";

/*---MV高さ調整
----------------------------------------*/
header.over+#lv_outer #lv {
	min-height: 230px;
	height: 230px;
}

@media screen and (max-width: 900px){
	header.over+#lv_outer #lv {
    min-height: 115px;
    height: 115px;
  }
}

/*---PC・スマホ表示画像切り替え
------------------------------------*/
#sp_img + section {
	display: none;
}

@media screen and (max-width: 800px){
	#pc_img + section {
		display: none;
	}
	#sp_img + section {
		display: block;
	}
}