@media screen and (min-width: 601px) {
  header .header {
    margin: 0 auto;
    border-bottom: 1px solid #999;
  }
}

header {
  position: static;
  transition: .2s ease;
  box-sizing: border-box;
  z-index: 2;
  background-color: #fff;
}

@media screen and (min-width: 601px) {
  header {
    position: relative;
    width: 100%;
  }

  header:hover {
    background-color: #fff;
  }
}

@media screen and (max-width: 600px) {
  header {
    width: 100%;
    justify-content: center;
    transition: .5s;
    top: 0;
    left: 0;
  }

  header p a,
  header h1 a {
    display: block;
    width: 106px;
    line-height: 0;
  }

  header.is-hide {
    transform: translateY(-90px);
  }

  header.is-hide .sp-search .spHeader-modal[area-expanded="true"] {
    transform: translateY(87px);
  }
}

header .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 601px) {
  header .header {
    margin: 0 auto;
    border-bottom: 1px solid #999;
  }

  header.sale-form .header {
    height: 80px;
  }
}

@media screen and (max-width: 600px) {
  header .header {
    height: 55px;
    padding: 0 15px;
    border-bottom: 1px solid #999;
  }
}

header .header[area-scroll="true"] {
  background-color: #fff;
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 600px) {
  header .header[area-scroll="true"] {
    position: fixed;
    width: calc(100% - 30px);
    z-index: 2;
  }
}

header .header p.header-ttl {
  text-align: center;
  font-size: 30px;
}

@media screen and (max-width: 600px) {
  header .header p.header-ttl {
    font-size: 20px;
  }
}

header .header-nav {
  display: flex;
}

@media screen and (min-width: 601px) {
  header .header-nav {
    height: 50px;
    padding: 0 30px;
    background-color: #f6f6f6;
  }
}

header .header-nav-wrapper {
  margin-top: auto;
  width: 100%;
}

header .header-nav-upper {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 601px) {
  header .header-nav-upper {
    width: 1080px;
    height: 80px;
    margin: 0 auto;
    padding: 0 30px;
  }
}

header .header-nav-upper p:not(.header-nav-search) a,
header .header-nav-upper h1:not(.header-nav-search) a {
  display: block;
}

@media screen and (min-width: 601px) {

  header .header-nav-upper p:not(.header-nav-search) a,
  header .header-nav-upper h1:not(.header-nav-search) a {
    width: 167px;
    line-height: 0;
  }
}

header .header-nav-catch {
  width: 256px;
  margin-left: 40px;
}

header .header-nav-list {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

header .header-nav.header-nav_2col .header-nav-list {
  justify-content: left;
}

@media screen and (min-width: 601px) {
  header .header-nav_link {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
  }
}

header .header-nav-list li+li .header-nav_link>p {
  border-left: 1px solid #999;
  padding-left: 20px;
  margin-left: 20px;
}

header .header-nav.header-nav_2col .header-nav-list li+li .header-nav_link>p {
  padding-left: 30px;
  margin-left: 30px;
}

@media screen and (min-width: 601px) {
  header .header-nav_link>p {
    font-size: 1.2rem;
    font-weight: 400;
  }
}

header .header-nav.header-nav_2col .header-nav-list ul {
  margin-left: 20px;
}

@media screen and (min-width: 601px) {
  header .header-nav_link>ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 10px;
  }
}

header .header-nav.header-nav_2col .header-nav-list ul .header-nav_linkItem+.header-nav_linkItem {
  margin-left: 25px;
}

@media screen and (min-width: 601px) {
  header .header-nav_linkItem+.header-nav_linkItem {
    margin-left: 15px;
  }
}

header .header-nav_item {
  font-size: 1.4rem;
  padding-right: 15px;
  margin-right: 30px;
  position: relative;
  display: block;
}

@media screen and (min-width: 601px) {
  header .header-nav_linkItem a {
    display: block;
    font-size: 1.2rem;
    position: relative;
  }

  header .header-nav_linkItem a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #333;
    left: 0;
    bottom: -3px;
    transition: .5s all;
  }

  header .header-nav_linkItem a:hover::before {
    width: 100%;
  }

  header .header-nav_linkItem a>span {
    font-size: 1rem;
  }
}

@media screen and (min-width: 601px) {
  header .header-nav_item.article-top {
    padding-right: 0;
  }
}

@media screen and (max-width: 600px) {
  header .sp-header {
    visibility: hidden;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 2;
  }

  header .sp-header[area-expanded="true"] {
    visibility: visible;
  }

  header .sp-header:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.2;
    width: 100vw;
    height: 100vh;
    z-index: -1;
  }

  header .sp-header::after {
    position: absolute;
    content: '';
    width: calc(100% - 20px);
    height: 55px;
    background-color: #fff;
    background-image: url(/foom/img/logo_header_kuramore.svg);
    background-repeat: no-repeat;
    background-position: top 12px left 15px;
    background-size: 108px 32px;
    border-radius: 6px 6px 0 0;
    left: 10px;
    top: 10px;
    z-index: 2;
  }

  header .sp-header_inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    margin: 10px;
    padding: 55px 0 0;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 6px;
    z-index: 2;
    overflow-y: scroll;
  }
}

@media all and (-ms-high-contrast: none) {
  header .header-nav {
    padding: 0;
  }

  header .header-nav-upper {
    padding: 0;
  }
}

/* 土地活用 */
header.land-usage-form .header .header-logo-inner span {
  width: 167px;
  line-height: 0;
  display: block;
}

@media screen and (max-width: 767px) {
  header.land-usage-form .header .header-logo-inner span {
    width: 106px;
    line-height: 0;
    display: block;
  }
}

.header-nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .header-nav-wrapper {
    height: 100%;
  }
}

.header-nav-wrapper .col2-inner {
  display: flex;
  align-items: center;
}

.header-logo-inner {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  header.land-usage-form .header .header-nav-wrapper {
    width: 1080px;
    height: 80px;
    margin: 0 auto;
    padding: 0 30px;
  }
}

header.land-usage-form .header-nav-catch {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  background-color: #C5DEEF;
  border-radius: 50vh;
  font-size: 1.6rem;
  padding: 1px 12px 2px;
  font-weight: bold;
  width: auto;
}

@media screen and (max-width: 767px) {
  header.land-usage-form .header-nav-catch {
    font-size: 1.2rem;
    margin-left: 12px;
    white-space: nowrap;
  }
}

.achievement {
  margin-right: 17px;
}

.achievement img {
  width: 130px;
}

@media screen and (max-width: 767px) {
  .achievement {
    margin-right: 4px;
  }

  .achievement img {
    width: 105px;
  }
}

.prime-logo img {
  width: 56px;
}

@media screen and (max-width: 767px) {
  .prime-logo img {
    width: 35px;
  }
}

header.sdv-form p.header-nav-catch {
  width: 145px;
}

header.sdv-form p.header-nav-catch img {
  width: 100%;
}
