@charset "UTF-8";
/*********************************************************
ヘッダー
*********************************************************/
.alt-header-wrap {
  width: 92%;
  margin: 0 auto;
  max-width: 678px;
  padding: 1.25rem 0 1.125rem;
}
.alt-header-wrap .header-logo {
  width: 30%;
}

.register-header-wrap {
  width: 92%;
  margin: 0 auto;
  max-width: 678px;
  padding: 1.25rem 0 1.125rem;
}
.register-header-wrap .header-logo {
  width: 30%;
}

.header-wrap {
  height: auto !important;
}

.header-home,
.header-wrap {
  background: rgb(255, 142, 67) url("../img/header/header_bg.png");
  background-size: cover;
  min-height: 360px;
  overflow: hidden;
  font-size: 14px;
  padding: 10px 0 0 0;
  max-width: 678px;
  margin: 0 auto;
}

.share-menu {
  margin: 0 0 1rem auto;
  background-color: white;
  width: 15rem;
  margin-right: calc(62% - 62vw);
  padding: 1rem;
  border-radius: 10px 0 0 10px;
  display: flex;
  width: 48%;
}

header .header-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 92%;
  margin: 0 auto;
}
header .header-menu div.auth-menu {
  display: flex;
  align-items: end;
}
header .header-menu .link-menu {
  display: flex;
  align-items: center;
}

.auth-menu .auth-btn {
  background-color: white;
  border-radius: 1rem;
  line-height: 1.5rem;
}
.auth-menu .auth-menu-area {
  background-color: white;
  border-radius: 1rem;
  line-height: 2rem;
  padding: 0 1.125rem;
}
.auth-menu .auth-menu-area i {
  color: rgb(255, 122, 3);
  margin-right: 0.3rem;
}

.header-img-wrap {
  position: relative;
  margin-top: 1rem;
  width: 92%;
  margin: 1rem auto 0;
  display: flex;
  padding: 0.5rem 0;
}
.header-img-wrap .header-img-left {
  z-index: 2;
}
.header-img-wrap .header-img-right {
  position: relative;
}
.header-img-wrap .header-img-right > img {
  position: absolute;
  left: -1.5rem;
  z-index: 1;
}/*# sourceMappingURL=header.css.map */