body *{

}
@media screen and (min-width: 737px) {
.layout{
    position:absolute;
    left:50%;
    z-index:-1;
    top:-68px;
    top:-101px;
    margin-left:-720px;
    opacity:0.3;
    display:block;
	    opacity:0;
    display:none;

}
}
@media screen and (max-width: 736px) {
.layout {
    width:100%;
    position:absolute;
    left:0;
    z-index:-1;
    top:-25.5vw;
    opacity:0.3;
    display:block;
	    opacity:0;
    display:none;
}
}



.hidden{
	display:none;
}

body {
	-webkit-text-size-adjust: 100%;
	margin: 0;
}
.wrap * {
	margin: 0;
	padding: 0;
	line-height: 100%;
	list-style-type:none;
	/* font-family: "HondaGlobalFontJP-Regular", sans-serif;
	font-weight: normal;
	font-feature-settings: "palt"; */
	font-style:normal;
}
.wrap a {
	color: #0064A1;
	text-decoration: none;
}
