@charset "utf-8";

p {
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width:660px){
  body{
    font-size: 14px;
  }
}


.head-line ul:nth-of-type(2) li a{
  color: #fff;
  font-size: 15px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  line-height: 21px;
}


#global-nav ul li a {
  color:#C23025;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 600;
  padding: 0 20px 5px 0;
}


#global-nav ul li:first-child a{
  border: 1.5px solid #C23025;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 5px;
  margin-right: 20px;
  font-size: 20px;
  font-weight: 500;
}

#global-nav ul li:last-child a{
  padding: 5px;
}

@media screen and (max-width:1280px){
  #global-nav ul li a {
    font-size: 18px;
    padding: 0 15px 5px 0;
  }
}

@media screen and (max-width:896px){
  #global-nav ul li:first-child a{
     width: 80% !important;
     margin: 0 auto;
  }
}

@media screen and (max-width: 640px){
  .head-line ul:nth-of-type(2) {
    position: unset;
    left: unset;
  }
}
