@charset "UTF-8";

body.shop.info.home {
    padding-bottom: 100px;
}

body.shop.info.home > main {
	.head-line {
		order: 1;
	}
	.contents {
		order: 4;
	}

}

body.shop.info.home.cast > main {
	.head-line, .photos {
		order: 1;
	}
    .action-to.contents {
		order: 3;
    }
	.contents, .btns {
		order: 5;
	}
}