@charset "utf-8";

body{
		font-family: "Hiragino Sans", "Meiryo","Yu Gothic medium";
		margin: 0 auto;
		padding-top: 0px;
		width: 100%;
		height: auto;
		overflow-x: hidden;
}

.main_c::before{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background-repeat:no-repeat;
	background-position:50% 100%;
	background: linear-gradient(to top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 225, 255, 0.2) 100%), url( "../img/608848655.jpeg");
	background-size:cover;
	opacity: 0.7;
}

/*@media  (max-width: 799px) {	
	.main_c::before{
		background: linear-gradient(to top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 225, 255, 0.2) 100%), url( "../img/608848655.jpeg");
	}
}*/

/* CSS Document */

