@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
}

.wrapper {
  background: #111111;
  box-sizing: border-box;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}

.wrapper * {
  box-sizing: border-box;
}

.wrapper img {
  max-width: 100%;
  height: auto;
}

.m0 {
  margin: 0;
}

.m0a {
  margin: 0 auto;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.df {
  display: flex;
}

.jca {
  justify-content: space-around;
}

.jcc {
  justify-content: center;
}

.pnav li {
  height: 185px;
  text-align: center;
}
.pnav li a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.pnav li a span {
  position: relative;
  display: inline-block;
}
.pnav li a span::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 0;
  background: #fff;
  transition: height 0.4s ease;
}

.hlogo {
  top: 11%;
  left: 9%;
  width: 23.49%;
}

.gn {
  bottom: 0;
  left: 50%;
  translate: -50%;
  list-style: none;
  max-width: 853px;
  width: 100%;
  height: 254px;
}
.gn li {
  height: 185px;
  text-align: center;
}
.gn li a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.gn li a span {
  position: relative;
  display: inline-block;
}
.gn li a span::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 0;
  background: #fff;
  transition: height 0.4s ease;
}
.gn li:nth-of-type(1).active a span::after,
.gn li:nth-of-type(1) a:hover span::after {
  height: 116px;
}
.gn li:nth-of-type(2).active a span::after,
.gn li:nth-of-type(2) a:hover span::after {
  height: 92px;
}
.gn li:nth-of-type(3).active a span::after,
.gn li:nth-of-type(3) a:hover span::after {
  height: 142px;
}
.gn li:nth-of-type(4).active a span::after,
.gn li:nth-of-type(4) a:hover span::after {
  height: 44px;
}
.gn li:nth-of-type(5).active a span::after,
.gn li:nth-of-type(5) a:hover span::after {
  height: 44px;
}
.gn li:nth-of-type(6).active a span::after,
.gn li:nth-of-type(6) a:hover span::after {
  height: 68px;
}
.gn li:nth-of-type(7).active a span::after,
.gn li:nth-of-type(7) a:hover span::after {
  height: 92px;
}

footer .ftr-i {
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  max-width: 855px;
  width: 100%;
  text-align: center;
}
footer ul {
  max-width: 855px;
  list-style: none;
  margin: 0 auto 35px;
}
footer ul li {
  height: 185px;
  text-align: center;
}
footer ul li a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
footer ul li a span {
  position: relative;
  display: inline-block;
}
footer ul li a span::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 0;
  background: #fff;
  transition: height 0.4s ease;
}
footer ul li:nth-of-type(1).active a span::after,
footer ul li:nth-of-type(1) a:hover span::after {
  height: 116px;
}
footer ul li:nth-of-type(2).active a span::after,
footer ul li:nth-of-type(2) a:hover span::after {
  height: 92px;
}
footer ul li:nth-of-type(3).active a span::after,
footer ul li:nth-of-type(3) a:hover span::after {
  height: 142px;
}
footer ul li:nth-of-type(4).active a span::after,
footer ul li:nth-of-type(4) a:hover span::after {
  height: 44px;
}
footer ul li:nth-of-type(5).active a span::after,
footer ul li:nth-of-type(5) a:hover span::after {
  height: 44px;
}
footer ul li:nth-of-type(6).active a span::after,
footer ul li:nth-of-type(6) a:hover span::after {
  height: 68px;
}
footer ul li:nth-of-type(7).active a span::after,
footer ul li:nth-of-type(7) a:hover span::after {
  height: 92px;
}
footer img {
  max-width: 100%;
}

/*# sourceMappingURL=common.css.map */
