#l-cover .l-inner {
  position: relative;
}

#l-cover .l-inner video {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
}

#l-cover .l-inner .texture {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  margin: auto;
  padding: 0;
  background-image: url(../img/top/bg_dot.png);
  background-size: 1920px auto;
  background-repeat: repeat;
}

@media screen and (max-width: 650px) {
  #l-cover .l-inner .texture {
    background-image: url(../img/top/sp-bg_dot.png);
    background-size: 100%;
  }
}
#l-cover .l-inner .copy {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  display: grid;
  place-items: center;
  text-align: center;
  margin: auto;
  padding: 0;
  color: #FFF;
  font-size: var(--fontSize80);
  font-weight: 900;
}

@media screen and (max-width: 650px) {
  #l-cover .l-inner .copy {
    font-size: var(--fontSize56);
  }
}
#l-about {
  padding: 150px 0;
  background-color: #000;
  background-image: url(../img/top/bg_about.png);
  background-size: 1920px auto;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 650px) {
  #l-about {
    padding: 16.1111111111vw 3.3333333333vw 17.7777777778vw 3.3333333333vw;
    background-image: url(../img/top/sp-bg_about.png);
    background-size: cover;
  }
}
#l-about .l-inner {
  max-width: 1300px;
}

#l-about .l-inner h2 {
  margin-bottom: 60px;
  color: #FFF;
  font-size: var(--fontSize32);
  font-weight: 800;
  text-align: center;
}

@media screen and (max-width: 650px) {
  #l-about .l-inner h2 {
    margin-bottom: 10vw;
    font-size: var(--fontSize42);
  }
}
#l-about .l-inner p {
  color: #FFF;
  font-size: var(--fontSize18);
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 650px) {
  #l-about .l-inner p {
    font-size: var(--fontSize28);
    line-height: 1.85;
  }
}
#l-creative {
  padding: 35px 0 165px 0;
  background-image: linear-gradient(#000, transparent 60%);
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 650px) {
  #l-creative {
    padding: 8.3333333333vw 3.3333333333vw 11.1111111111vw 3.3333333333vw;
    background-image: linear-gradient(#000, transparent 77.7777777778vw);
  }
}
#l-creative .l-inner {
  max-width: 1340px;
  padding: 0 20px;
}

@media screen and (max-width: 650px) {
  #l-creative .l-inner {
    padding: 0;
  }
}
#l-creative .l-inner h2 {
  margin-bottom: 60px;
  color: #FFF;
  font-size: var(--fontSize52);
  font-weight: 800;
  text-align: center;
}

@media screen and (max-width: 650px) {
  #l-creative .l-inner h2 {
    margin-bottom: 10vw;
    font-size: var(--fontSize56);
  }
}
#l-creative .l-inner ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 6.6px;
  grid-row-gap: 25px;
  width: 100%;
}

@media screen and (max-width: 650px) {
  #l-creative .l-inner ul {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 4.4444444444vw;
    grid-row-gap: 2.2222222222vw;
  }
}
#l-creative .l-inner ul li figure {
  position: relative;
}

#l-creative .l-inner ul li figure img {
  width: 100%;
}

#l-creative .l-inner ul li figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 8px 0 6px 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
  font-size: var(--fontSize18);
  font-weight: 800;
}

@media screen and (max-width: 650px) {
  #l-creative .l-inner ul li figure figcaption {
    padding: 0.8888888889vw 0 1.3333333333vw 1.6666666667vw;
    font-size: var(--fontSize26);
  }
}
#l-creative .l-inner ul li p {
  padding-top: 15px;
  font-size: var(--fontSize14);
}

@media screen and (max-width: 650px) {
  #l-creative .l-inner ul li p {
    padding-top: 0.5555555556vw;
    font-size: var(--fontSize26);
    line-height: 1.38;
  }
}
#l-overview {
  padding: 135px 0 210px 0;
  background-image: url(../img/top/bg_overview.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center right;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 650px) {
  #l-overview {
    padding: 8.3333333333vw 3.3333333333vw 44.4444444444vw 3.3333333333vw;
    background-image: url(../img/top/sp-bg_overview.jpg);
    background-size: 100% auto;
    background-position: bottom left;
  }
}
#l-overview .l-inner {
  max-width: 1120px;
  padding: 0 20px;
}

@media screen and (max-width: 650px) {
  #l-overview .l-inner {
    padding: 0;
  }
}
#l-overview .l-inner h2 {
  margin-bottom: 145px;
  font-size: var(--fontSize52);
  font-weight: 900;
  text-align: left;
}

@media screen and (max-width: 650px) {
  #l-overview .l-inner h2 {
    margin-bottom: 8.8888888889vw;
    font-size: var(--fontSize56);
  }
}
#l-overview .l-inner h2 small {
  font-size: var(--fontSize18);
  font-weight: 800;
}

@media screen and (max-width: 650px) {
  #l-overview .l-inner h2 small {
    font-size: var(--fontSize28);
  }
}
#l-overview .l-inner table tbody tr th,
#l-overview .l-inner table tbody tr td {
  padding: 6px 0;
  font-size: var(--fontSize16);
  line-height: 1.5;
}

@media screen and (max-width: 650px) {
  #l-overview .l-inner table tbody tr th,
  #l-overview .l-inner table tbody tr td {
    padding: 1.6666666667vw 0;
    font-size: var(--fontSize28);
    line-height: 1.42;
  }
}
#l-overview .l-inner table tbody tr th {
  width: 140px;
}

@media screen and (max-width: 650px) {
  #l-overview .l-inner table tbody tr th {
    width: 25vw;
  }
}
#l-contact {
  padding: 135px 0;
}

@media screen and (max-width: 650px) {
  #l-contact {
    padding: 13.3333333333vw 3.3333333333vw 12.2222222222vw 3.3333333333vw;
  }
}
#l-contact .l-inner {
  max-width: 1120px;
  padding: 0 20px;
}

@media screen and (max-width: 650px) {
  #l-contact .l-inner {
    padding: 0;
  }
}
#l-contact .l-inner h2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px 0;
  margin-bottom: 50px;
  font-size: var(--fontSize52);
  font-weight: 900;
}

@media screen and (max-width: 650px) {
  #l-contact .l-inner h2 {
    gap: 1.6666666667vw 0;
    margin-bottom: 8.8888888889vw;
    font-size: var(--fontSize56);
  }
}
#l-contact .l-inner h2 small {
  color: #898989;
  font-size: var(--fontSize18);
  font-weight: 800;
}

@media screen and (max-width: 650px) {
  #l-contact .l-inner h2 small {
    font-size: var(--fontSize28);
  }
}
#l-contact .l-inner p {
  font-size: var(--fontSize15);
  font-weight: 800;
  line-height: 2.4;
  text-align: center;
}

@media screen and (max-width: 650px) {
  #l-contact .l-inner p {
    color: #898989;
    font-size: var(--fontSize28);
    line-height: 1.6;
  }
}
#l-contact .l-inner p.-privacy {
  margin-top: 20px;
  color: #000000;
  font-size: var(--fontSize15);
  font-weight: 400;
}

@media screen and (max-width: 650px) {
  #l-contact .l-inner p.-privacy {
    font-size: var(--fontSize28);
  }
}
#l-contact .l-inner p.-privacy span {
  text-decoration: underline;
}

#l-contact .l-inner p.-notes {
  color: #898989;
  font-size: var(--fontSize12);
}

@media screen and (max-width: 650px) {
  #l-contact .l-inner p.-notes {
    font-size: var(--fontSize26);
  }
}
#l-contact .l-inner .-contact {
  width: 160px;
  height: 60px;
  margin: 20px auto;
}

@media screen and (max-width: 650px) {
  #l-contact .l-inner .-contact {
    width: 32.2222222222vw;
    height: 11.1111111111vw;
    margin: 6.1111111111vw auto;
  }
}
#l-contact .l-inner .-contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  border-radius: 30px;
  font-size: var(--fontSize18);
  font-weight: 800;
}

@media screen and (max-width: 650px) {
  #l-contact .l-inner .-contact a {
    font-size: var(--fontSize30);
  }
}
#l-contact .l-inner .-contact a:hover {
  background-color: #000;
  color: #FFF;
}

#l-news {
  padding: 135px 0 120px 0;
  background-image: url(../img/top/bg_news.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 650px) {
  #l-news {
    padding: 8.3333333333vw 3.3333333333vw 10vw 3.3333333333vw;
    background-image: url(../img/top/sp-bg_news.jpg);
  }
}
#l-news .l-inner {
  max-width: 1120px;
  padding: 0 20px;
}

@media screen and (max-width: 650px) {
  #l-news .l-inner {
    padding: 0;
  }
}
#l-news .l-inner h2 {
  margin-bottom: 35px;
  font-size: var(--fontSize52);
  font-weight: 900;
  text-align: left;
}

@media screen and (max-width: 650px) {
  #l-news .l-inner h2 {
    margin-bottom: 3.3333333333vw;
    font-size: var(--fontSize56);
  }
}
#l-news .l-inner h2 small {
  font-size: var(--fontSize18);
  font-weight: 800;
}

@media screen and (max-width: 650px) {
  #l-news .l-inner h2 small {
    font-size: var(--fontSize28);
  }
}
#l-news .l-inner ul li {
  border-bottom: 1px solid #000;
}

#l-news .l-inner ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 60px;
  padding: 22px 30px 16px 30px;
  font-size: var(--fontSize16);
}

@media screen and (max-width: 650px) {
  #l-news .l-inner ul li a {
    gap: 0 12.2222222222vw;
    padding: 4.4444444444vw 0 2.2222222222vw 0;
    font-size: var(--fontSize28);
  }
}
#l-news .l-inner ul li a.-disabled {
  pointer-events: none;
}
/*# sourceMappingURL=top.css.map */
