@charset "utf-8";

#left1{/*LEFT_1 画像 天地center 右揃え*/
	background:url("../2024_images/p_l_1.jpg") no-repeat center right;
	background-size:cover;}
#right1{/*RIGHT_1 画像 天地center 左揃え*/
	background:url("../2024_images/p_r_1.jpg") no-repeat center left;
	background-size:cover;}
#right2{/*RIGHT_2 画像 天地左右center*/
	background:url("../2024_images/p_cubase_1.png") no-repeat center;
	background-size:cover;}
#right3{/*RIGHT_3 画像 天地左右center*/
	background:url("../2024_images/p_r_3.jpg") no-repeat center;
	background-size:cover;}
#right4{/*RIGHT_4 画像 天地左右center*/
	background:url("../2024_images/p_r_4.jpg") no-repeat center;
	background-size:cover;}
#right5{/*RIGHT_6 画像 天地左右center*/
		background:url("../2024_images/p_r_5.jpg") no-repeat center;
		background-size:cover;}

/*===========================================================*/
/*レスポンシブ*/
/*===========================================================*/

/*＝＝＝＝＝＝＝＝＝＝＝1000px以下＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width:1000px)
{
}
/*＝＝＝＝＝＝＝＝＝＝＝700px以下＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width:700px)
{
#right1{/*RIGHT_1 画像*/
		background:url("../2024_images/p_r_1.jpg") no-repeat center left;
		background-size:cover;}
#right2{/*RIGHT_2 画像 天地左右center*/
		background:url("../2024_images/p_r_2.jpg") no-repeat center;
		background-size:cover;}
#left2{/*RIGHT_2 画像 天地左右center*/
		background:url("../2024_images/p_cubase_2.png") no-repeat center;
		background-size:cover;}
#right3{/*RIGHT_3 画像 天地左右center*/
	background:url("../2024_images/p_r_3.jpg") no-repeat center;
	background-size:cover;}
#right4{/*RIGHT_4 画像 天地左右center*/
	background:url("../2024_images/p_r_4.jpg") no-repeat center;
	background-size:cover;}
#right5{/*RIGHT_5 画像 天地左右center*/
	background:url("../2024_images/p_r_5.jpg") no-repeat center;
	background-size:cover;}
}
/*＝＝＝＝＝＝＝＝＝＝＝550px以下＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width:550px)
{
#left1{/*天地左右center*/
  background:url("../2024_images/p_r_1.jpg") center;
  background-size:cover;}
#left2 .sp-top{/*天地左右center*/
	background:url("../2024_images/p_cubase_3.png") no-repeat center;
	background-size:cover;height: 50vh;}
#left3 .sp-top{/*天地左右center*/
	background:url("../2024_images/p_l_3.jpg") no-repeat center;
	background-size:cover;height: 50vh;}
#left4 .sp-top{/*天地左右center*/
	background:url("../2024_images/p_r_4.jpg") no-repeat center;
	background-size:cover;height: 40vh;}
#left5{/*天地左右center*/
	background:url("../2024_images/p_r_5_s.jpg") no-repeat center;
	background-size:cover;}
}
/*＝＝＝＝＝＝＝＝＝＝＝401px以下＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width:401px)
{
#left1{/*天地左右center*/
	background:url("../2024_images/p_r_1.jpg") center;
	background-size:cover;}
#left2 .sp-top{height: 0vh;}
#left3 .sp-top{
	background:url("../2024_images/p_l_3.jpg") no-repeat center;
	background-size:cover;height: 40vh;}
#left4 .sp-top{
	background:url("../2024_images/p_r_4.jpg") no-repeat center;
	background-size:cover;height: 30vh;}

/*＝＝＝＝＝＝＝＝＝＝＝321px以下＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width:321px)
{
#left3 .sp-top{
  background:url("../2024_images/p_l_3.jpg") no-repeat center;
  background-size:cover;height: 25vh;}
#left4 .sp-top{
	background:url("../2024_images/p_r_4.jpg") no-repeat center;
	background-size:cover;height: 25vh;}

}
