.site-header {
  color: #fff;
  font-family: "FrutigerNextPro-Light", Arial, Hiragino Sans, "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
}

.site-header__section {
  border-top: 1px solid rgba(151, 151, 151, .1)
}

@media (min-width: 768px) {
  .site-header__section{
    padding: 0 14px;
  }

  body.media-sp .site-header__section{
    padding: 0
  }
  }

body.media-pc .site-header__section{
  padding: 0 40px
}

.logo {
  display: block;
}

.search-form__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #0549A4;
  border: none;
  border-radius: 16px;
  color: #fff;
  font-family: "FrutigerNextPro-Light", Arial, Hiragino Sans, "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  font-size: 16px;
  font-weight: normal;
  height: 33px;
  line-height: 32px;
  opacity: 0;
  outline: none;
  padding: 0 10px 0 35px;
  position: absolute;
  right: 0;
  top: -6px;
  width: 100%;
  z-index: 20;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

@media (min-width: 768px) {
  .search-form {
    padding: 0 8px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 36px;
    -webkit-transition: width 400ms ease;
    transition: width 400ms ease;
  }

  .menu__nav .search-form-container {
    cursor: pointer;
    height: 22px;
    width: 18px;
  }

  .search-open .search-form {
    width: 217px;
  }

  .search-open .search-form__input {
    display: block;
    opacity: 1;
  }

  .site-icon--search {
    background: #000000;
    background: rgba(0, 0, 0, 0);
    position: relative;
    z-index: 21;
  }
}

  .search_submit{
    display:none;
}
