/* カスタマイズ用CSS */

#header,
#global-navi,
#footer {
  max-width: 100%;
  margin: auto !important;
  width: auto !important;
}
html{
    scroll-behavior: smooth;
}
.ec-off1Grid {
  text-align: left;
}
#header-inner #logo-area,
#header-inner #right {
  height: auto !important;
  width: auto !important;
}
#header-inner,
#global-navi {
  max-width: 100%;
  margin: auto !important;
  height: auto !important;
}
#header #header-description {
  width: 100%;
  color: #fff !important;
  display: flex;
  background: #000;
  justify-content: space-between;
  padding: 6px 4px !important;
  font-weight: 500 !important;
  flex-wrap: wrap;
  text-align: left;
}

@media screen and (min-width:800px) {
.pcNone {
	display: none;
}
}
@media screen and (max-width: 800px) {
.spNone {
	display: none;
}
#header-inner {
    display: flex;
    flex-direction: column-reverse;
    height: auto !important;
    align-items: center;
}
#header-inner #right {
	right:0 !important;
}
#global-navi {
	/* background-color: unset !important; */
	height: fit-content !important;
}
#global-navi ul {
    max-width: 100%;
    height: auto !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#global-navi ul li {
	width: 50% !important;
	margin: 0 !important;
	height: auto !important;
}
#global-navi ul li img {
	max-width: 100% !important;
}
.ec-headerNavSP,
.ec-drawerRoleClose.is_active {
	top: 64px;
	border:1px solid #000;
}
}
