@charset "UTF-8";
/* ----------------------------------------------------
	sassを使用しています。css編集の際はご注意ください。
	compass/scss
---------------------------------------------------- */
/* ----------------------------------------------------
top
---------------------------------------------------- */
.top-menu {
  margin: 0 -2.5vw;
  padding: 1.0vw 2.5vw 10vw 2.5vw;
  background: #fff;
}
@media screen and (max-width: 1050px) {
  .top-menu {
    margin: 0;
    padding-bottom: 20vw;
  }
}
.top-menu div {
  margin-bottom: 2.0vw;
  line-height: 0;
}
.top-menu div:last-child {
  margin-bottom: 0;
}

.sp-box {
  display: none;
}
@media screen and (max-width: 1050px) {
  .sp-box {
    padding: 3vw 6vw 8vw 6vw;
    display: block;
    font-size: 4.6vw;
    line-height: 2.0;
    font-weight: 700;
    background: #fff;
  }
}
