@charset "UTF-8";
/* CSS Document */


.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 888;
}
.header.change-color {
  background-color: #000;
  transition: 0.5s;
   height: 68px;
}
.header-inner {
  display: flex;
  align-items: center;
}

.header-nav {
  margin-left: auto;
}
.header-nav-list {
  display: flex;
}
.header-nav-item:not(:first-child) {
  margin-left: 40px;
}
.header-nav-item-link {
  display: block;
 
}

.fv {
	position: relative;
	width: 100%;
	min-height: 100px; 

 
}
@media screen and (max-width:430px) {
.header {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 888;
}
}