@charset "UTF-8";

/* 
===== CONTENTS ===========================================

	1：tbsp_bg
	
==========================================================
*/
@media screen and (min-width: 769px) {
/* PC_bg */
.parallax1 {
	 background: url("../imgs/main_image01.jpg") no-repeat center center fixed;
	 background-size: cover;
}
.parallax2 {
	 background: url("../imgs/main_image02.jpg") no-repeat center center fixed;
	 background-size: cover;
}
/*
.parallax1-2 {
	 background: url("../imgs/main_image03.jpg") no-repeat center center fixed;
	 background-size: cover;	
}
.parallax2-2 {
	 background: url("../imgs/main_image04.jpg") no-repeat center center fixed;
	 background-size: cover;	
}
*/
}
/* tb_bg */
@media screen and (max-width: 768px) {
/*#madonoie{
	background: url("../imgs/main_image_tb01.jpg") center center / cover no-repeat;
	display: block;
    width: 100%;
    background-size: 235%;
    position: relative;
}*/
#kinoie{
	background: url("../imgs/main_image_tb01.jpg")  center center / cover no-repeat;
	display: block;
    width: 100%;
    background-size: 235%;
    position: relative;
}
}
/* sp_bg */
@media screen and (max-width: 480px) {
/*#madonoie{
	background: url("../imgs/main_image_sp01.jpg")  center center / cover no-repeat;
	display: block;
    width: 100%;
    background-size: 235%;
    position: relative;
}*/
#kinoie{
	background: url("../imgs/main_image_sp01.jpg")  center center / cover no-repeat;
	display: block;
    width: 100%;
    background-size: 235%;
    position: relative;
}
}
