@charset "UTF-8";
/* CSS Document */
.azosans{
	font-family: "azo-sans-web", sans-serif;
font-weight: 900;
font-style: italic;
}
body{
	max-width: 1000px;
margin: 0 auto;
}
.img-fluid{
	max-width: 100%;
	height: auto;
}
.w-100{
	width: 100%;
}
img#logo {
	width: 7.5vw;
}
#mv {
	padding-top: 88px;
}
#mv-icon {
	margin-top: 80px;
	padding-bottom: 200px;
	position: relative;
}
#mv-icon ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	justify-content: center;
	list-style: none;
}
#mv-icon ul li{
	width: 50px;
	margin: 0 20px;
}
.tostore{
	padding: 5px 15px;
	border: 3px solid #000;
	position: absolute;
	bottom:20px;
	right: 10px;
	color: #000;
	transition: 1s;
}

.tostore.fixed{
	position: fixed;
	color: #fff;
	border: 3px solid #fff;
	background: #000;
	transition: 1s;
	z-index: 1;
}
#sec2 {
	width: 90%;
	padding: 160px 0;
	margin: 0 auto;
}
#sec6 {
	width: 80%;
	padding: 160px 0;
	margin: 0 auto;
}
#sec21 {
	width: 54.5vw;
	padding: 160px 0;
	margin: 0 auto;
}
	#sec22{
	width: 21.7vw!important;
	padding: 80px 0 50px;
	margin: 0 auto;
}
a{
	text-decoration: none;
	transition: 0.2s;
}
footer{
	position: relative;
	
}
footer a{
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #fff!important;
	font-size: 12px;
}
section{
	margin-top: -2px;
}section#sec20,section#sec19{
	margin-top: 0;
}
section#sec18{
	margin-top: -2.5px;
}
@media screen and (max-width:768px) {
    /*　画面サイズが768pxからはここを読み込む　*/
body{
	width: 100%;
}
#mv-icon {
	margin-top: 30px;
	padding-bottom: 80px;
}
	#mv-icon ul li{
	width: 5.1vw;
	margin: 0 15px;
}
	#sec2 {
    width: 70vw;
    padding: 90px 0;
	}
	#sec6 {
    padding: 90px 0;
}
	#sec21 {
    padding: 90px 0;
	}
	#sec22{
    padding: 40px 0 50px;
	}
	footer{
		padding: 10px 0;
		background: #000;
	}
	footer a{
		font-size: 8px;
	}
}
@media screen and (min-width:768px) {
	
a:hover{
	opacity: 0.7;
}
	.tostore{
		font-size: 52px;
		border: 5px solid #000;
	}
	.tostore:hover{
		color: #fff;
		background: #000;
		opacity: 1;
		
	}
}