/*--index背景01・02・03共通--*/
.bg-100per-01, .bg-100per-02, .bg-100per-03 {
overflow:hidden;
padding:10px 0;
}
/*--01--*/
.bg-100per-01 {background: url("img/bg-index-01.png") #e6dfd1 no-repeat bottom right / auto 60% fixed;}
@media only screen and (max-width:769px) {
.bg-100per-01 {background: url("img/bg-index-01.png") #e6dfd1 no-repeat bottom right -10px / 100% auto fixed;}
}
/*--02--*/
.bg-100per-02 {background: url("img/bg-index-02.png") #bddce5 no-repeat bottom left / auto 60% fixed;}
@media only screen and (max-width:769px) {
.bg-100per-02 {background: url("img/bg-index-02.png") #bddce5 no-repeat bottom left -10px / 100% auto fixed;}
}
/*--03--*/
.bg-100per-03 {background: url("img/bg-index-01.png") #e6dfd1 no-repeat bottom right / auto 60% fixed;}
@media only screen and (max-width:769px) {
.bg-100per-03 {background: url("img/bg-index-01.png") #e6dfd1 no-repeat bottom right -10px / 100% auto fixed;}
}