@charset "UTF-8";
.c-inner {
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.lum-lightbox-inner img {
  max-width: 100% !important;
  max-height: 100% !important;
}

.p-top-kv {
  position: relative;
  z-index: 0;
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .p-top-kv {
    margin-bottom: 120px;
  }
}
.p-top-kv img {
  display: block;
  width: 100%;
  height: 80vw;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 768px) {
  .p-top-kv img {
    height: 766px;
  }
}
.p-top-kv .swiper {
  height: 100%;
  width: 100%;
}
.p-top-kv .swiper-button-prev,
.p-top-kv .swiper-button-next {
  background-image: none;
  background: rgba(255, 255, 255, 0.7);
  width: 40px;
  height: 40px;
  border-radius: 7px;
  text-align: center;
  line-height: 40px;
  color: #404c4f;
}
.p-top-kv .swiper-button-prev:after,
.p-top-kv .swiper-button-next:after {
  font-size: 16px;
  font-weight: 700;
}
.p-top-kv .stopbtn {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
  background: rgba(255, 255, 255, 0.7);
  width: 30px;
  height: 30px;
  border-radius: 7px;
  text-align: center;
  line-height: 30px;
  color: #404c4f;
}
.p-top-kv .stopbtn:hover {
  opacity: 1;
}
.p-top-kv .stopbtn.stop:before {
  display: block;
  content: "=";
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  left: 9px;
}
.p-top-kv .stopbtn.start:before {
  content: "▶";
}

.p-top-section {
  position: relative;
  padding: calc(35px + 35 * (100vw - 375px) / 393) 0;
}
@media (min-width: 768px) {
  .p-top-section {
    padding: 70px 0 80px;
  }
}

.p-top-title {
  font-family: sans-serif;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
  color: #000;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 1.8em;
}
@media (min-width: 768px) {
  .p-top-title {
    font-size: 46px;
  }
}
.p-top-title.s-small {
  margin-bottom: 1.6em;
  font-size: 20px;
}
@media (min-width: 768px) {
  .p-top-title.s-small {
    font-size: 30px;
  }
}

.p-top-modeling {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .p-top-modeling {
    margin-bottom: 100px;
  }
}

.p-top-modeling-list {
  display: flex;
  flex-wrap: wrap;
}
.p-top-modeling-list li {
  margin-bottom: 4px;
  width: calc((100% - 12px) / 4);
}
.p-top-modeling-list li:not(:nth-child(4n+4)) {
  margin-right: 4px;
}
.p-top-modeling-list a {
  position: relative;
  display: block;
  padding-top: 100%;
}
.p-top-modeling-list img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.p-top-modeling-dots {
  display: block;
  margin: 45px auto 0;
}
@media (min-width: 768px) {
  .p-top-modeling-dots {
    margin-top: 95px;
  }
}

.p-top-software {
  margin-bottom: 65px;
}
@media (min-width: 768px) {
  .p-top-software {
    margin-bottom: 130px;
  }
}

.p-top-software-text {
  text-align: center;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-top-software-text {
    font-size: 20px;
  }
}

.p-top-record {
  margin-bottom: 85px;
}
@media (min-width: 768px) {
  .p-top-record {
    margin-bottom: 170px;
  }
}

.p-top-record-list {
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
  margin: 0 auto;
}
.p-top-record-list li {
  text-align: center;
  margin: 0 10px 10px;
}
@media (max-width: 767px) {
  .p-top-record-list li {
    width: calc((100% - 100px) / 5);
  }
}
.p-top-record-list li img {
  max-height: 74px;
}

.lum-gallery-button {
  background: none !important;
  box-shadow: none;
}

.fancybox-close-small {
  position: fixed;
  right: 0;
  top: 0;
}/*# sourceMappingURL=top.css.map */