@charset "UTF-8";


:root {
  --window-padding: 25px;
  --vertical-window-padding: 50px;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

.header__navi--box.flex {
  display: none;
  background: white;
  padding-top: var(--half-padding);
}

.header .sp-menu.sp span {
  width: 100%;
  height: 2px;
  display: block;
  background: #000;
  position: absolute;
  left: 0;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.header .sp-menu.sp {
  height: 25px;
  width: 25px;
  margin: 0 3% 0 0;
  position: relative;
}

.header .sp-menu.sp span:nth-child(1) {
  top: 4px;
}

.header .sp-menu.sp span:nth-child(2) {
  top: 12px;
}

.header .sp-menu.sp span:nth-child(3) {
  bottom: 3px;
}

.header__navi--list {
  padding: 20px 3% 20px;
}

.header__navi--box {
  position: absolute;
  top: 60px;
  background: #fff;
  display: none;
  width: 100%;
}

.footer .inner {
  flex-wrap: wrap;
}

.footer_logo {
  width: 50%;
  justify-content: space-evenly;
}

.footer_nav {
  width: 50%;
}

.footer_logo .footer_btns a img {
  width: 100%;
}

.footer_nav ul li p {
  display: none;
}

.copyright {
  text-align: center;
  padding-top: 20px;
}
/* top */
