@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	line-height: 1.8em;
	color: #222;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	background: #fff;
	font-size: 14px;
	font-weight: 100;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: auto;
}

h1, h2, h3, h4, h5, h6, h7,
ul, ol, li, dl, dt, dd,
article, section,
div, figure, p, form, img, legend, i {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
	list-style: none;
	font-style: normal;
	font-weight: normal;
}

a ,
button ,
span {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	text-decoration: none!important;
}
a{color:#fff;}
a:hover {
	color: #ccc;
	text-decoration: none!important;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}
 
.clearfix {
	*zoom: 1;
}

.clear {
	clear: both!important;
}

.sp{
	display:none;
}
@media only screen and (min-width:640px) and (max-width:750px){
.pc{
	display:none;
}
.sp{
	display:block;
}
}
@media only screen and (max-width:639px){
.pc{
	display:none;
}
.sp{
	display:block;
}
}
.lity-content img{
	border:4px solid #fff !important;
	border-radius:4px;
}
.lity-close{
	width:80px !important;
	height:80px !important;
	font-size:80px !important;
}