@charset "UTF-8";
html {
  width: 100%;
  font-size: 100%;
}

body {
  /* width: 375px; */
  margin: 0 auto;
}

body.active {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  }

header {
  position: relative;
  height: 56px;
  width: 100%;
  display: flex;
  background: black;
}

.header-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.logo {
  width: 144px!important;
  height: 30px;
  color: white;
  margin: 16px 183px 16px 12px;
  font-family: 'Shippori Mincho'!important;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 132.15%;
}

.logo img {
  width: 144px;
  height: 30px;
}

.hamburger-menu {
  width: 15px;
  height: 15px;
  position: relative;
  border: none;
  background: transparent;
  appearance: none;
  margin-right: 20px;
  cursor: pointer;
}

.hamburger-menu__bar {
  display: inline-block;
  width: 16px;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  transform: translateX(-50%);
  transition: .5s;
}

.hamburger-menu__bar:first-child {
  bottom: 15px;
}

.hamburger-menu__bar:nth-child(2) {
  bottom: 10px;
}

.hamburger-menu__bar:last-child {
  bottom: 5px;
}

.hamburger-menu--open .hamburger-menu__bar {
  top: 5px;
}

.hamburger-menu--open .hamburger-menu__bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.hamburger-menu--open .hamburger-menu__bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
  display: none;
}

.navigation {
  display: none;
  background: #A2AEBC;
  position: absolute;
  top: 56px;
  width: 375px;
  height: 621px;
  z-index: 9999;
}

.navigation-list-first {
  width: 310px;
  margin: 0 auto;
  border-bottom: 1px solid #7E7E7E;
  padding-bottom: 12px;
}

.navigation-list {
  width: 308px;
  margin: 0 auto;
  border-bottom: 1px solid #7E7E7E;
}

.navigation-list-first h2 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 132.15%;
  margin-top: 48px;
}

.navigation-list h2 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 132.15%;
  margin-top: 24px;
  margin-bottom: 0;
  padding-bottom: 24px;
}

.navigation__list {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.navigation-first-line {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}

.navigation-second-line {
  display: flex;
  flex-wrap: wrap;
  width: 325px;
}

.navigation-list-item {
  display: flex;
  margin-right: 18.32px;
  cursor: pointer;
}

.navigation-list-item h3 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 156.8%;
  margin-top: 0;
  margin-right: 8px;
  margin-bottom: 12px;
}

.header-arrow-right {
  margin-top: 7px;
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
  width: 5.93px;
  height: 5.93px;
  transform: rotate(45deg);
}

.navigation-btn {
  display: flex;
  cursor: pointer;
}

.navigation-btn h1 {
  margin-right: 13.29px;
}

.navigation-btn .header-arrow-right {
  margin-top: 34px;
  margin-left: 10px;
}
@media screen and (min-width: 1280px) {
	body {
  width: 1280px;
  margin: 0 auto;
}
.logo{
	margin: 20px 1064px 20px 12px;
}

.hamburger-menu__bar {
  display: inline-block;
  width: 16px;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  transform: translateX(-50%);
  transition: .5s;
}
.navigation {
  width: 1280px;
  height: 500px;
}
}