@charset "UTF-8";
body::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img2406/img_back1.jpg);
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  body::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img2406/img_back1@2x.jpg);
    background-size: cover;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi) {
  body::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img2406/img_back1@3x.jpg);
    background-size: cover;
  }
}
@media only screen and (min-height: 913px) {
 .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  align-items: center;
}  
}
.container {
  text-align: center;
  margin: 0 auto;
  padding: 30px 0 20px;
}
header h1 {
  font-size: 118px;
  margin: 0;
  font-family: "luxus-brut", cursive;
  font-weight: 400;
  font-style: normal;
}
header p {
  font-size: 1.2em;
  margin: -60px 0 50px 0;
}
.links {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 60px;
  width: 1080px;
  margin: 0 auto;
}
.link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  width: 320px;
  height: 200px;
  text-decoration: none;
  color: #000;
  position: relative;
  transition: all 0.5s;
}
.link:hover {
  background: rgba(255, 255, 255, 1);
  transition: all 0.5s;
}
.link img {
  max-width: 100%;
  height: auto;
}
.link p {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}
footer {
  margin-top: 100px;
}
footer p {
  margin: 5px 0;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}
.footer-links li {
  display: inline;
}
.footer-links a {
  text-decoration: none;
  color: black;
}
.footer-links a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) and (max-width: 1120px) {
  .container {
    margin: 0 auto;
    padding: 30px 0 20px;
    display: block;
    height: auto;
  }
  .links {
    width: 670px;
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    margin: 0;
    padding: 50px 0 20px;
    min-width: 360px;
    display: block;
    height: auto;
  }
  .links {
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  header h1 {
    font-size: 90px;
  }
  header p {
    margin: -40px 0 50px 0;
  }
  footer {
    margin: 50px auto 0;
    width: 320px;
  }
  .footer-links {}
  .footer-links li {
    display: block;
  }
  .footer-links li:nth-child(1) {
    border-bottom: 1px solid #000;
  }
  .footer-links li:nth-child(2) {
    border-bottom: 1px solid #000;
  }
  .footer-links li:last-child {
    border-bottom: none;
  }
  .footer-links li a {
    display: block;
    padding: 15px 0;
    width: 100%;
  }
  .footer-links li span {
    display: none;
  }
  .cw {
    font-size: 10px;
  }
}