header.base {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
}
header.base .header_area {
  width: 100%;
  background: rgba(255, 255, 255, 1);
	 
}
header.base .header_contents {
  /* max-width: 1825px;*/
  max-width: 1px;
  min-width: 1300px;
  padding: 32px 1%;
  margin: 0 auto;
  letter-spacing: 0.2em;
}
header.base ul.globalmenu a {
  text-decoration: none;
  color: rgba(12, 12, 12, 1.00);
  transition: 0.1s;
}
header.base ul.globalmenu li.trans a {
color: rgba(171, 171, 171);
}
header.base ul.globalmenu li.trans a:hover {
  opacity: 1;
  color: #6fdeef;
}
header.base ul.globalmenu a:hover {
  opacity: 1;
  color: #6fdeef;
}
header.base ul.globalmenu li {
  list-style: none;
  font-family: "a-otf-ud-shin-go-con80-pr6n", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 14px; 
	color: rgba(12, 12, 12, 1.00);
}
header.base ul.globalmenu {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
li.logo {
  width: 196px;
  margin-right: 10%;
  margin-right: 3%;
}
li.sns_icon:not(:first-child) {
  /*margin-left: -1%;*/
}
li.sns_icon {
  margin-left: -1%;
}
li.sns_icon.sns_left {
  margin-left: 0%;
}
li.sns_icon.sns_right {
  margin-right: 1%;
}
.sns_deco01 {
  height: 30px;
  width: 1px;
  border-right: 1px solid rgba(55, 55, 55, 1.00);
}
.sns_deco02 {
  margin-left: -1%;
  height: 30px;
  width: 1px;
  border-left: 1px solid rgba(55, 55, 55, 1.00);
}
li.trans {
  margin-right: -1%;
}