@charset "UTF-8";
body{
    min-height: 100%;
	color: #242323;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	-webkit-text-size-adjust: 100%;
}

:focus{ outline:0; }

a{color:#242323; text-decoration:none; cursor:pointer;transition: 0.8s;}
a:visited{color:#242323;}
a:hover{color: #83989e;}

img{
	pointer-events: none;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
	user-select:none;
}
header{
	text-align: center;
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding: 20px 0 120px;
	background: url("https://99glam.com/img/header489.webp") no-repeat 50% 65%;
	background-size: cover;
}
header .logo img{
	width: 160px;
	margin: 0 auto;
}

.logo img{
	width: 100px;
	margin: 0 auto 50px;
}
.logo a{
	display: inline-block;
}
@media screen and (max-width: 768px) {
	header{
		padding: 20px 0 80px;
	}
	header .logo img{
		width: 100px;
	}
}


footer{
	width: 100%;
	background: #222;
	padding: 80px 0 30px;
	box-sizing: content-box;
	text-align: center;
	color: #fff;
}

footer .logo{
	margin-bottom: 30px;
}
footer .logo img{
	width: 100px;
	margin: 0 auto 12px;
}

footer span{
	display: block;
}
footer span:first-of-type{
	font-size: 0.875em;
}
footer span:nth-of-type(2){
	margin-top: 10px;
	font-size: 0.875em;
	line-height: 1.5em;
}
footer span:nth-of-type(2) a{
	color: #fff;
}
footer span:nth-of-type(3){
	margin-top: 25px;
}
footer span:nth-of-type(3) a{
	color: #fff;
	font-size: 0.875em;
	padding: 10px 20px;
	box-sizing: border-box;
	line-height: 1.5em;
	background: #61767c;
	border-radius: 5px;
}
footer span a:hover{
	color: #fff;
	background: #83989e;
	text-decoration: none;
}
footer span a:visited{
	color: #fff;
}
footer span:last-of-type{
	font-size: 0.75em;
	display: block;
	padding-top: 70px;
	color: #b8b8b8;
}

footer ul{
	margin: 60px auto 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 30px;
	width: fit-content;
}
footer ul li{
	margin: auto;
}
footer ul li img{
	width: 35px;
}
@media screen and (max-width: 768px) {
	footer{
		padding: 60px 0 30px;
	}
}
@media screen and (max-width: 375px) {
	footer span:first-of-type{
		font-size: 0.79em;
	}
	footer span:last-of-type{
		font-size: 0.675em;
	}
}


body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
	vertical-align: bottom;
}