.mv {
  position: relative;
}

.mv_text {
  position: absolute;
  width: 1000px;
  left: 50%;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 480px) {
  .mv_text {
    width: unset;
    left: 0;
    right: 0;
    -webkit-transform: unset;
            transform: unset;
  }
}

@media (max-width: 480px) {
  .mv_text img {
    width: 100%;
  }
}

.mv_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mv_images li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 480px) {
  .mv_images li {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 50%;
  }
}

.mv_images img {
  width: 100%;
  height: 750px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 480px) {
  .mv_images img {
    height: 70vw;
  }
}

.top_construction {
  padding: 150px 0 250px;
  position: relative;
}

@media (max-width: 480px) {
  .top_construction {
    padding: 18vw 0 0;
  }
}

.top_construction::after {
  content: "";
  position: absolute;
  top: -75px;
  left: 0;
  right: 0;
  height: 150px;
  background: url(../img/top_construction_logo.svg) no-repeat center top;
  background-size: 150px auto;
  opacity: 0.2;
}

@media (max-width: 480px) {
  .top_construction::after {
    background-size: 20vw;
    height: 20vw;
    top: -10vw;
  }
}

.top_construction::before {
  content: "";
  width: 2px;
  height: 100px;
  position: absolute;
  background: #a7cdf1;
  left: 50%;
  margin-left: -1px;
  bottom: 25px;
  z-index: 11;
}

@media (max-width: 480px) {
  .top_construction::before {
    height: 12vw;
    bottom: -1vw;
  }
}

.top_construction_inner {
  overflow: hidden;
}

.top_construction_box {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 100px;
}

@media (max-width: 480px) {
  .top_construction_box {
    width: 100%;
    display: block;
  }
}

.top_construction_image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: -15vw;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media (max-width: 480px) {
  .top_construction_image {
    margin-right: 0;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}

.top_construction_image img {
  width: 100%;
  height: 90%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 480px) {
  .top_construction_image img {
    height: 70vw;
  }
}

.top_construction_text {
  width: 550px;
}

@media (max-width: 480px) {
  .top_construction_text {
    width: auto;
    margin: 0 5.64103vw 10vw;
  }
}

.top_construction_title {
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  line-height: 1.4;
  margin-bottom: 30px;
  margin-right: -100px;
  font-weight: bold;
  letter-spacing: 0;
}

@media (max-width: 480px) {
  .top_construction_title {
    font-size: 5.5vw;
    margin: 0 0 15px;
  }
}

.top_construction_subttl {
  font-size: 2.2rem;
  line-height: 1.6;
  margin-bottom: 25px;
  color: #084177;
  font-family: "Noto Serif JP", serif;
}

@media (max-width: 480px) {
  .top_construction_subttl {
    font-size: 4.3vw;
    margin-bottom: 15px;
  }
}

.top_construction_msg {
  font-size: 1.6rem;
}

@media (max-width: 480px) {
  .top_construction_msg {
    font-size: inherit;
  }
}

.top_construction_msg:not(:last-child) {
  margin-bottom: 50px;
}

@media (max-width: 480px) {
  .top_construction_msg:not(:last-child) {
    margin-bottom: 8vw;
  }
}

.top_construction_msg p {
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .top_construction_msg p {
    margin-bottom: 12px;
  }
}

.top_construction_btn {
  justify-items: center;
}

.top_product {
  padding-bottom: 100px;
  background: #f6fbff;
  position: relative;
  z-index: 1;
}

@media (max-width: 480px) {
  .top_product {
    padding: 1vw 0 10vw;
  }
}

.top_product::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 150px;
  background-image: -webkit-gradient(linear, right bottom, left top, color-stop(50%, #f6fbff), color-stop(51%, transparent));
  background-image: linear-gradient(to top left, #f6fbff 50%, transparent 51%);
  z-index: 2;
}

@media (max-width: 480px) {
  .top_product::after {
    height: 10vw;
  }
}

.top_product_logo {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1350px;
  max-width: 100%;
  z-index: -1;
}

@media (max-width: 480px) {
  .top_product_logo {
    position: static;
    -webkit-transform: unset;
            transform: unset;
  }
}

.top_product_logo img {
  width: 700px;
  margin: 0 0 0 auto;
}

@media (max-width: 480px) {
  .top_product_logo img {
    width: 90vw;
    margin-right: 2vw;
  }
}

.top_product_box {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0 50px;
}

@media (max-width: 480px) {
  .top_product_box {
    width: 100%;
    display: block;
  }
}

.top_product_image {
  width: 600px;
}

@media (max-width: 480px) {
  .top_product_image {
    width: auto;
    margin: 0 8vw;
  }
}

.top_product_image img {
  width: 90%;
  margin-top: -100px;
  position: relative;
  z-index: 3;
}

@media (max-width: 480px) {
  .top_product_image img {
    margin: -15vw auto 0;
  }
}

.top_product_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 3;
  top: -50px;
}

@media (max-width: 480px) {
  .top_product_text {
    width: auto;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    margin: 0 5.64103vw;
    padding-top: 8vw;
    position: static;
  }
}

.top_product_title {
  font-size: 4rem;
  line-height: 1.4;
  margin-bottom: 30px;
  font-weight: bold;
  letter-spacing: 0;
}

@media (max-width: 480px) {
  .top_product_title {
    font-size: 5.5vw;
    margin-bottom: 15px;
  }
}

.top_product_title span {
  font-family: "Poppins", sans-serif;
  margin: 0 10px;
  font-size: 5rem;
}

@media (max-width: 480px) {
  .top_product_title span {
    font-size: 6vw;
  }
}

.top_product_subttl {
  font-size: 2.2rem;
  line-height: 1.6;
  margin-bottom: 25px;
  color: #084177;
}

@media (max-width: 480px) {
  .top_product_subttl {
    font-size: 4.3vw;
    margin-bottom: 15px;
  }
}

.top_product_msg {
  font-size: 1.6rem;
}

@media (max-width: 480px) {
  .top_product_msg {
    font-size: inherit;
  }
}

.top_product_msg:not(:last-child) {
  margin-bottom: 50px;
}

@media (max-width: 480px) {
  .top_product_msg:not(:last-child) {
    margin-bottom: 8vw;
  }
}

.top_product_msg p {
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .top_product_msg p {
    margin-bottom: 12px;
  }
}

.top_product_btn {
  justify-items: center;
}
/*# sourceMappingURL=top.css.map */