/*コメント*/

@media (min-width:769px) and (max-width:3000px){
#full div {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  height: 0;padding-top:calc(120%/3);
  margin: 0;
}
#full div.img01 {opacity:0.5;
  background-image: url("../img/index36_L.jpg");
}
#full div.img02 {opacity:0.5;
  background-image: url("../img/index37_L.jpg");
}
#full div.img03 {opacity:0.5;
  background-image: url("../img/index38_L.jpg");
}
#full div.img04 {opacity:0.5;
  background-image: url("../img/index39_L.jpg");
}
#full div.img05 {opacity:0.5;
  background-image: url("../img/index40_L.jpg");
}
#full div.img06 {opacity:0.5;
  background-image: url("../img/index41_L.jpg");
}
#full div.img07 {opacity:0.5;
  background-image: url("../img/index75_L.jpg");
}

}

@media screen and (max-width:768px){
#full div {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  height: 0;padding-top:calc(1000%/8);
  margin: 0;
}
#full div.img01 {opacity:0.5;
  background-image: url("../img/index36_s.jpg");
}
#full div.img02 {opacity:0.5;
  background-image: url("../img/index37_s.jpg");
}
#full div.img03 {opacity:0.5;
  background-image: url("../img/index38_s.jpg");
}
#full div.img04 {opacity:0.5;
  background-image: url("../img/index39_s.jpg");
}
#full div.img05 {opacity:0.5;
  background-image: url("../img/index40_s.jpg");
}
#full div.img06 {opacity:0.5;
  background-image: url("../img/index41_s.jpg");
}
#full div.img07 {opacity:0.5;
  background-image: url("../img/index75_s.jpg");
}