* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

html {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  color: #3e3a39;
  scroll-behavior: smooth;
}

.image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image--100 {
  height: 100%;
}
.image--auto {
  width: auto;
}
.image--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.top__mv {
  height: 100vh;
  overflow: hidden;
  position: relative;
  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;
}
@media screen and (max-width: 767px) {
  .top__mv {
    height: 520px;
  }
}
.top__mv-logo {
  z-index: 1;
  width: 284px;
  height: 261px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top__mv-logo {
    width: 180px;
    height: 165px;
  }
}
.top__mv-logo-item {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: contain;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  background-position: center;
  background-repeat: no-repeat;
}
.top__mv-logo-item.active {
  opacity: 1;
}
.top__mv-logo-item:last-child {
  width: 319px;
  height: 261px;
}
@media screen and (max-width: 767px) {
  .top__mv-logo-item:last-child {
    width: 202px;
    height: 165px;
  }
}
.top__mv-background {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.top__mv-slide {
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transform: scale(1);
          transform: scale(1);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: opacity 2s, -webkit-transform 11s;
  transition: opacity 2s, -webkit-transform 11s;
  transition: opacity 2s, transform 11s;
  transition: opacity 2s, transform 11s, -webkit-transform 11s;
}
.top__mv-slide.active {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top__mv-text {
  z-index: 1;
  left: 40px;
  width: 100%;
  bottom: 40px;
  font-size: 1.2rem;
  position: absolute;
  color: #fff;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .top__mv-text {
    left: 4%;
    bottom: 20px;
    font-size: 11px;
    line-height: 18px;
  }
}
.top__mv-text p {
  left: 0;
  bottom: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}
.top__mv-text p.active {
  opacity: 1;
}
.top__mv-text-sp {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .top__mv-text-sp {
    text-shadow: unset;
    color: #a0a0a0;
  }
}
.top__mv-icons {
  z-index: 1;
  gap: 16.5px;
  right: 40px;
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .top__mv-icons {
    right: 4%;
    bottom: 20px;
  }
}
.top__mv-icons img {
  opacity: 0.6;
  height: auto;
  width: 12.92px;
  cursor: pointer;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}
.top__mv-icons :nth-child(2) {
  width: 17.22px;
}
.top__mv-icons :nth-child(3) {
  width: 12.06px;
}
.top__mv-icons :nth-child(4) {
  width: 14px;
}
.top__mv-icons :nth-child(5) {
  width: 15px;
}
.top__mv-icons :nth-child(6) {
  width: 15.82px;
}
.top__mv-icons .active {
  opacity: 1;
}
.top__contact {
  padding-block: 120px 40px;
  background-color: #cfcdc9;
}
@media screen and (max-width: 767px) {
  .top__contact {
    padding-block: 60px 20px;
  }
}
.top__contact-wrap {
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1000px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .top__contact-wrap {
    max-width: 100%;
  }
}
.top__contact-text {
  font-size: 1.8rem;
  line-height: 42px;
  text-align: center;
  margin-bottom: 100px;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .top__contact-text {
    font-size: 15px;
    text-align: start;
    line-height: 28px;
    margin-bottom: 60px;
    letter-spacing: 0.12rem;
  }
}
.top__button {
  display: block;
  margin: 0 auto;
  width: 324.63px;
  height: 71.25px;
  letter-spacing: 0.09em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font: 300 2.4rem "Roboto", sans-serif;
  background: url("./public/img/top/button-bg.svg") no-repeat center/contain;
  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;
}
@media screen and (max-width: 767px) {
  .top__button {
    width: 244px;
    height: 53px;
    font-size: 20px;
  }
}
.top__button:hover {
  opacity: 0.7;
}
.top__contact-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top__contact-end {
    margin-top: 70px;
    padding-inline: 4%;
  }
}
.top__contact-end-link {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  .top__contact-end-link {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top__contact-end-link a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.top__contact-ig {
  width: 23px;
  height: 23px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top__contact-ig:hover {
  opacity: 0.7;
}

.overflow {
  overflow: hidden;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}