@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap');
div.gatev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 62px;
  background: #f9e836;
  overflow: hidden;
}
div.gatev * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
}
div.gatev ul {
  list-style: none;
}
div.gatev-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  width: 1200px;
  max-width: 100%;
}
div.gatev-header div:first-child ul {
  display: flex;
  align-items: center; 
}
div.gatev-header div:first-child ul li:nth-child(n+2) {
  margin-left: 8px;
}
div.gatev-header div:first-child ul li {
  width: 150px;
  height: 46px;
  background: no-repeat center / 100%;
  transition: 0.3s;
  cursor: pointer
}
div.gatev-header div:first-child ul li:hover {
  opacity: 0.6;
}
div.gatev-header div:first-child ul li.gatev-gaten {
  background-image: url(../image/sp_logo_gaten.svg);
}
div.gatev-header div:first-child ul li.gatev-sns {
  background-image: url(../image/sp_logo_sns.svg);
}
div.gatev-header div:first-child ul li.gatev-giga {
  background-image: url(../image/sp_logo_giga.svg);
}
div.gatev-header div:last-child {
  display: flex;
  align-items: center;
}
div.gatev-header div:last-child div.gatev-help a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: -0.5px;
  transition: 0.3s;
}
div.gatev-header div:last-child div.gatev-help a:hover {
  opacity: 0.6;
}
div.gatev-header div:last-child div.gatev-help a::after {
  display: block;
  content: "";
  margin-left: 3px;
  margin-top: 1px;
  width: 8px;
  height: 8px;
  background: no-repeat center / 100%;
  background-image: url(../image/pc_arrow_blk1.svg);
}
div.gatev-header div:last-child ul {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
div.gatev-header div:last-child ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 28px;
  background: #000;
  border-radius: 5px;
  color: #fff;
  font-size: 11px;
  letter-spacing: -0.5px;
  transition: 0.3s;
  cursor: pointer
}
div.gatev-header div:last-child ul li::after {
  display: block;
  content: "";
  margin-left: 3px;
  margin-top: 1px;
  width: 10px;
  height: 10px;
  background: no-repeat center / 100%;
  background-image: url(../image/pc_header_arrow_ylw.svg);
}
div.gatev-header div:last-child ul li:nth-child(n+2) {
  margin-left: 6px;
}
div.gatev-header div:last-child ul li:hover {
  opacity: 0.8;
}
div.gatev-header div:last-child ul li.gatev-logout {
  border: 1px solid #000;
  background: none;
  color: #000;
  font-weight: 700;
}
div.gatev-header div:last-child ul li.gatev-logout::after {
  background-image: url(../image/pc_header_arrow_blk.svg);
}