@charset "UTF-8";

.pcv {
  display: block;
}

.spv {
  display: none;
}



@media screen and (max-width: 767px) {
  .pcv {
    display: none;
  }

  .spv {
    display: block;
  }
}

@media screen and (min-width: 64em) {
  .c-section__title {
    font-weight: 700 !important;
  }
}

@media screen and (min-width: 75em) {
  .l-header:not(.m-sticked) .l-header__search-button {
    position: relative;
  }

  .l-header.m-sticked .c-navigation__item.m-level-1 {
    max-width: 12.1rem;
  }

  .l-header .c-hamburger__content {
    align-self: center;
  }
}