@charset "utf-8";
/* CSS Document */

/* 
===================== 1.Universal reset ==========================
*/
img{
	border: none;
	}
.clear{
	clear: both;
	}
span{
   display: inline-block;
	}
@media screen and (max-width:768px){/*SPonly*/
.pc { display: none !important; }
.sp { display: block !important; }
}
@media screen and (min-width:767px){/*PC only*/
.pc { display: block !important; }
.sp { display: none !important; }
}

.att {
	padding-left: 1em;
	text-indent: -1em;
	}


/* 
===================== 2.Body and base setting ====================
*/
body{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #663333;
	margin: 0;
	padding: 0;
}


/* 
===================== 3.Contents ====================
*/
#wrap{
    width: 90%;
    max-width: 680px;
    margin: 100px auto;
    text-align: center;
}

a{
    color:#E84660;
  transition: color 0.3s;
}
a:visited{
  color : #E84660;
}
a:hover{
  color : #E84660;
}