:root {
  --vh: 1vh;
}

*,
.icon {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* *::before,
*::after {
  box-sizing: border-box;
  font-family: futura-pt, "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #000;
}

.futura {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.font-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

section {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container {
  height: auto;
  overflow: auto;
  padding: 0;
}

.panel {
  position: relative;
  width: 100%;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.top-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  overflow: hidden;
}
.top-1 .top-img {
  position: absolute;
  background: url("../img/top-sm@2x-100.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: min(100%, 100svh);
}
.top-1 .top-img h2 {
  position: absolute;
  bottom: 30%;
  left: 50%;
  right: 50%;
  transform: translateX(-65%);
  width: min(100%, 240px);
  font-size: 22px;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
}
.top-1 .top-img h2 a {
  text-decoration: none;
  color: #fff;
  transition: color 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.top-1 .top-img h2 a:hover {
  color: #000;
}
.top-1 .top-img h2 span {
  color: #fff;
}
.top-1 .top-1-logo {
  position: absolute;
  width: max(160px, 43%);
  bottom: 5%;
  right: 7%;
  opacity: 0;
  transition: opacity 1s;
  animation: fadeIn 3s forwards 0.5s ease-in-out;
}

@media (min-width: 768px) {
  .top-1 {
    position: relative;
  }
  .top-1 .top-img {
    background: url("../img/about-pc.jpg") no-repeat center center;
    position: absolute;
    background-size: cover;
    width: 100%;
    height: min(100%, 100svh);
  }
  .top-1 .top-img h2 {
    position: absolute;
    bottom: 15%;
    left: 50%;
    right: 50%;
    transform: translateX(-126%);
    width: min(100%, 240px);
    font-size: 22px;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #fff;
  }
  .top-1 .top-img h2 a {
    text-decoration: none;
    color: #fff;
    transition: color 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .top-1 .top-img h2 span {
    color: #fff;
  }
  .top-1 img.top-sm {
    display: none;
  }
  .top-1 img.top-pc {
    display: block;
  }
  .top-1-h2 {
    position: absolute;
    bottom: 12.5%;
    font-size: 24px;
    transform: translateX(-70%);
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #fff;
  }
  .top-1-h2 a {
    text-decoration: none;
    color: #fff;
    transition: color 1s ease-out;
  }
  .top-1-h2 a:hover {
    color: #959595;
  }
  .top-1-h2 span {
    color: #fff;
  }
  .top-1-logo {
    position: absolute;
    max-width: 200px;
    width: 18%;
    top: 50%;
    right: 10%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 1s;
    animation: fadeIn 3s forwards 0.5s ease-in-out;
  }
}
.top-2 .top-2-img {
  position: absolute;
  top: 0;
  left: 0;
  height: min(100%, 100svh);
  width: auto;
}

.top-2 .top-2-img-right {
  position: absolute;
  top: 0;
  right: 0;
  height: min(100%, 100svh);
  width: auto;
}

@media (max-width: 550px) {
  .top-2 .top-2-img,
  .top-2 .top-2-img-right {
    width: 15%;
  }
}
.logo-2brand {
  position: absolute;
  top: 24%;
  width: 100%;
  display: flex;
  justify-content: space-around;
  z-index: 1;
}
.logo-2brand a:hover .line {
  width: 78px;
}
.logo-2brand a .line {
  width: 0px;
  background: #000;
  height: 2px;
  position: absolute;
  bottom: -5px;
  transition: all 0.2s ease-out;
}
.logo-2brand a img {
  width: 76px;
  display: block;
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.top-2 h2 {
  position: absolute;
  bottom: 25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  font-size: 22px;
  color: #000;
  width: 80px;
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.top-2 h2 .line {
  position: absolute;
  left: 0;
  width: 0px;
  height: 2px;
  background: #000;
  bottom: -5px;
  transition: width 0.2s ease-out;
}
.top-2 h2:hover .line {
  width: 78px;
}

.panel ul li .line.active {
  width: 100%;
  height: 2px;
}

.top-3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-3 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.top-3 ul li {
  text-align: center;
  padding: 30px 0;
  font-size: 18px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: futura-pt, sans-serif;
  position: relative;
}
.top-3 ul li span {
  vertical-align: 6%;
  padding: 0 2px;
}
.top-3 ul li div {
  padding: 10px 0;
  display: inline-block;
  font-size: 12px;
}
.top-3 ul li .line {
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  background: #000;
  bottom: 20px;
  transition: width 0.2s ease-out;
}
.top-3 ul li:hover .line {
  height: 2px;
  width: 100%;
}

.footer-nav {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 150px 0 50px;
}

.top-footer.footer-nav {
  padding: 0 0 50px;
}

.energy-icon {
  top: 30px;
  width: 100px;
  display: block;
  height: 100px;
  margin-bottom: 40px;
}
.energy-icon a {
  width: 100%;
  height: 100%;
  display: block;
}
.energy-icon a img {
  width: 100%;
  height: 100%;
  display: block;
}

@media (min-width: 768px) {
  .energy-icon {
    width: 140px;
    margin-bottom: 80px;
  }
}
.location-wrapper {
  display: flex;
  flex-direction: column;
}
.location-wrapper h2, .location-wrapper p {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  display: inline-block;
}

.location-1-h2 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #000;
}

.energy-icon {
  position: absolute;
  top: 30px;
  width: 100px;
  height: 100px;
}

@media (max-height: 750px) {
  .footer-nav ul {
    transform: translateY(50px);
  }
}
@media (max-height: 620px) {
  .footer-nav ul li {
    padding: 20px 0;
  }
}
footer {
  text-align: center;
  font-size: 14px;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  margin-bottom: 50px;
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */