@charset "utf-8";


/* present25 */

.present25 {
    width:100%;
    margin:0 auto;
}
.present25 img {max-width:100%;}
.present25 h2 {
    width:100%;
    margin: 0 auto;
    padding:0;
    display:flex; flex-flow:row wrap; justify-content:center; align-content:center; align-items:center;
}

section {
	width:100%;
	margin:0 auto;
	display:flex; flex-flow:row wrap; justify-content:center; align-content:center; align-items:center; flex-direction:column;
	background:url("../img/bg.jpg") repeat;
}

@media only screen and (min-width:641px){

	.present25 h2 {
		background:url("../img/main_pc_haikei.jpg") top center no-repeat;
		background-size:contain;
		position:relative;
	}
	.present25 h2::after {
		content:"";
		width:100%;
		height:100%;
		position:absolute; bottom:0; left:0; right:0;
		background:url("../img/main_pc_haikei.png") bottom center no-repeat;
		background-size:contain;
	}
}


