* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

body{
	background:#002961 url("https://cdp-miyagi-san-1.com/image/all1.png") no-repeat center;
	background-size: cover;
	height:100vh;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	letter-spacing: 0.05em;
}

img{
	width:100%;
	height: auto;
}

.catch{
	position: absolute;
	width:51%;
	top:14%;
	left:7%;

}

#lead{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:1em 2em;
}

#lead h1{
	width:30vw;
}

#lead ul{
	display: flex;
	gap:1.5em;
	list-style: none;
	font-size: 1vw;
}

#lead ul a{
	color: #fff;
	text-decoration: none;
}

#lead ul a:hover{
	text-decoration: underline;
}

.top-list{
display: none;
}

.copyright{
	position: absolute;
	text-align: center;
	bottom:2em;
	right:50em;
	color: #fff;
	font-size: 13px;
}

figure{
display: none;
line-height: 0;
}

@media (max-width: 960px) {
	body{
		background:#002961;
		background-image:none;
		height:auto;
	}
figure{display: block;}
#lead{justify-content: center; padding: 0.5em 2em;}
#lead h1{width:10em;}
#lead ul,.catch{display: none;}
.top-list{display:flex; flex-wrap:wrap; justify-content:center;padding-left:0!important;}
.top-list li{width:50%;list-style:none;margin:0;border:1px solid #ccc;background:#fff;}
.top-list li:nth-of-type(3){width:100%;}
.top-list a{display:flex; justify-content:center; align-items:center; text-decoration:none;padding:10px 20px; height:100%; color:#333;}
.top-list li:nth-of-type(4),
.top-list li:nth-of-type(5){width:auto; border:1px solid #fff; border-radius: 50%;background:none;font-size: 25px;padding:0;margin:20px 10px 0;width:60px;height:60px;display: flex;justify-content: center;align-items: center;}
.top-list i{color: #fff;}
.copyright{	position: inherit;top:inherit;right:inherit;text-align: center;margin-top:1em;}
}