@import url("https://fonts.googleapis.com/css2?family=Annie+Use+Your+Telescope&family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
  html,
  body {
    font-size: 0.78125vw;
  }
}
@media screen and (min-width: 1281px) {
  html,
  body {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 2.6666666667vw;
    overflow-x: hidden;
  }
  html.active,
  body.active {
    overflow-y: hidden;
  }
}

figure {
  line-height: 0;
}

img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  text-decoration: none;
  color: #000;
}

ul, dl {
  list-style: none;
  padding: 0;
}

.u-pcDb {
  display: block !important;
}

.u-spDb {
  display: none !important;
}

.u-spDf {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .u-pcDb {
    display: none !important;
  }
  .u-spDb {
    display: block !important;
  }
  .u-spDf {
    display: flex !important;
  }
}
html.is-active,
body.is-active {
  overflow: hidden;
}

.u-pcDb {
  display: block !important;
}

.u-pcDf {
  display: flex !important;
}

.u-spDb,
.u-spDf {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .u-spDb {
    display: block !important;
  }
  .u-spDf {
    display: flex !important;
  }
  .u-pcDf,
  .u-pcDb {
    display: none !important;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
figure {
  opacity: 0;
  transition: opacity 0.8s ease-out;
}

.fadeInUp {
  animation: fadeInUp 1s forwards;
}

.cta {
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  color: #787878;
}
@media screen and (max-width: 768px) {
  .cta {
    font-size: 1rem;
  }
}

.footer {
  margin-top: 17.9rem;
  padding-bottom: 13.2rem;
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 10.8rem;
    padding-bottom: 9.7rem;
  }
}
.footer__inner {
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 5.75rem;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    padding: 0 2rem;
  }
}
.footer__container {
  width: 100%;
  border-bottom: 0.1rem solid #787878;
  padding-bottom: 0.9rem;
}
@media screen and (max-width: 768px) {
  .footer__container {
    padding-bottom: 0.6rem;
  }
}
.footer__items {
  display: flex;
  gap: 4.4rem;
}
@media screen and (max-width: 768px) {
  .footer__items {
    gap: 3rem;
  }
}
.footer__nav {
  display: flex;
  gap: 20.4rem;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    justify-content: space-between;
    gap: 0;
  }
}
.footer__link {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Archivo", sans-serif;
  display: block;
  color: #787878;
}
@media screen and (max-width: 768px) {
  .footer__link {
    font-size: 1rem;
  }
}
.footer__link.insta {
  width: 2.5rem;
  height: 2.5rem;
}
@media screen and (max-width: 768px) {
  .footer__link.insta {
    flex: 0 0 1.7rem;
    width: 1.7rem;
    height: 1.7rem;
  }
}
.footer__text {
  margin-top: 13rem;
  font-size: 1.5rem;
  font-family: "Archivo", sans-serif;
  color: #787878;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .footer__text {
    margin-top: 8.2rem;
    font-size: 1rem;
  }
}

.kvSec {
  font-family: "Annie Use Your Telescope", serif;
}
.kvSec__figCont {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.kvSec__figure {
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: fadeIn 1s ease-in-out forwards;
}
.kvSec__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.kvSec__inner {
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.kvSec__text01 {
  font-size: 2.6rem;
  position: absolute;
  top: 2.6rem;
  left: 5.9rem;
}
@media screen and (max-width: 768px) {
  .kvSec__text01 {
    top: 4.6rem;
    font-size: 1.6rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.kvSec__text02 {
  font-family: "Archivo", sans-serif;
  font-size: 2rem;
  position: absolute;
  bottom: 3rem;
  left: 5.9rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .kvSec__text02 {
    font-size: 1.1rem;
    bottom: 1.4rem;
    left: 2.2rem;
  }
}
.kvSec__center {
  position: absolute;
  top: 33rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: 55.6rem;
  height: 44.3rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .kvSec__center {
    height: 23.8rem;
    top: 21.4rem;
    left: 2.2rem;
    transform: unset;
    max-width: 34.5rem;
  }
}
.kvSec__center h2 {
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 11.3rem;
}
@media screen and (max-width: 768px) {
  .kvSec__center h2 {
    font-size: 7rem;
  }
}
.kvSec__ctrTxt01 {
  transform: rotate(-14.71deg);
  top: 5.2rem;
  position: absolute;
  left: 1.8rem;
}
@media screen and (max-width: 768px) {
  .kvSec__ctrTxt01 {
    top: 2.6rem;
    left: 0.6rem;
  }
}
.kvSec__ctrTxt02 {
  transform: rotate(-12.43deg);
  left: 10.5rem;
  top: 14rem;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .kvSec__ctrTxt02 {
    top: 7.8rem;
    left: 5.8rem;
  }
}
.kvSec__ctrTxt03 {
  bottom: 5.3rem;
  right: 0rem;
  position: absolute;
  transform: rotate(-8.63deg);
}
@media screen and (max-width: 768px) {
  .kvSec__ctrTxt03 {
    bottom: 1rem;
    right: 0.6rem;
    position: absolute;
  }
}
.kvSec__area {
  width: 100%;
  height: 100%;
  position: relative;
}
.kvSec__text03 {
  font-family: "Archivo", sans-serif;
  font-size: 2rem;
  position: absolute;
  bottom: 3rem;
  right: 5.7rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .kvSec__text03 {
    font-size: 1.1rem;
    bottom: 1.4rem;
    right: 2.2rem;
  }
}

@keyframes fadeInWidth {
  0% {
    opacity: 0;
    visibility: hidden;
    clip-path: inset(0 100% 0 0);
  }
  1% {
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
    clip-path: inset(0 0 0 0);
  }
}
.sec01 {
  margin-top: 13.3rem;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-top: 8.2rem;
  }
}
.sec01__inner {
  max-width: 128rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec01__inner {
    padding: 0 2rem;
  }
}
.sec01__figureCont01 {
  display: flex;
  justify-content: flex-end;
  padding-right: 8rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec01__figureCont01 {
    padding-right: 0;
  }
}
.sec01__figure01 {
  max-width: 29rem;
}
@media screen and (max-width: 768px) {
  .sec01__figure01 {
    max-width: 18.7rem;
  }
}
.sec01__figure02 {
  max-width: 20.6rem;
}
@media screen and (max-width: 768px) {
  .sec01__figure02 {
    max-width: 13.3rem;
  }
}
.sec01__figCont02 {
  display: flex;
  justify-content: flex-end;
  padding-right: 19.8rem;
  margin-top: 10.2rem;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .sec01__figCont02 {
    padding-right: 0;
    justify-content: flex-start;
    margin-top: 6.6rem;
    gap: 0.3rem;
  }
}
.sec01__figure03 {
  max-width: 51rem;
  width: 100%;
  margin: 17.3rem auto 0;
}
@media screen and (max-width: 768px) {
  .sec01__figure03 {
    max-width: 29.1rem;
    margin: 13rem auto 0;
  }
}
.sec01__figure04 {
  max-width: 51rem;
}
@media screen and (max-width: 768px) {
  .sec01__figure04 {
    max-width: 100%;
  }
}
.sec01__figListCont {
  max-width: 77rem;
  display: flex;
  gap: 2.9rem;
  margin: 8.7rem 12.5rem 0 auto;
}
@media screen and (max-width: 768px) {
  .sec01__figListCont {
    max-width: 100%;
    flex-direction: column;
    margin: 13rem 0 0;
    gap: 3.7rem;
  }
}
.sec01__list {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  width: 23rem;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .sec01__list {
    width: 22.5rem;
    gap: 1rem;
  }
}
.sec01__item {
  display: flex;
  gap: 3rem;
  justify-content: space-between;
}
.sec01__block {
  max-width: 11.6rem;
  width: 100%;
}
.sec01__title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #000;
  font-family: "Archivo", sans-serif;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .sec01__title {
    font-size: 1.2rem;
  }
}
.sec01__text {
  font-size: 1.2rem;
  font-weight: 600;
  color: #000;
  font-family: "Archivo", sans-serif;
  margin-top: 0.5rem;
  color: #787878;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .sec01__text {
    margin-top: 0;
    font-size: 1rem;
  }
}

.sec02 {
  margin-top: 25rem;
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-top: 13.9rem;
  }
}
.sec02__inner {
  max-width: 128rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec02__inner {
    max-width: 100%;
  }
}
.sec02__figureCont01 {
  width: 100%;
  padding-left: 17.4rem;
}
@media screen and (max-width: 768px) {
  .sec02__figureCont01 {
    padding-left: 0;
  }
}
.sec02__figureCont02 {
  width: 100%;
  padding-left: 17.4rem;
  margin-top: 10.3rem;
}
@media screen and (max-width: 768px) {
  .sec02__figureCont02 {
    padding-left: 0;
    margin-top: 7rem;
  }
}
.sec02__figureCont03 {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: -23rem;
  padding-right: 14rem;
}
@media screen and (max-width: 768px) {
  .sec02__figureCont03 {
    margin-top: 7rem;
    padding-right: 0;
    justify-content: center;
  }
}
.sec02__figure {
  max-width: 42rem;
}
@media screen and (max-width: 768px) {
  .sec02__figure {
    max-width: 28.6rem;
    margin: 0 auto;
  }
}
.sec02__figCont02 {
  display: flex;
  justify-content: flex-end;
  padding-right: 19.8rem;
  margin-top: 10.2rem;
  gap: 0.5rem;
}
.sec02__figure03 {
  max-width: 51rem;
  width: 100%;
  margin: 17.3rem auto 0;
}
@media screen and (max-width: 768px) {
  .sec02__figure03 {
    max-width: 100%;
    margin: 7rem 0;
  }
}
.sec02__figure04 {
  max-width: 51rem;
}
@media screen and (max-width: 768px) {
  .sec02__figure04 {
    max-width: 28.6rem;
  }
}
.sec02__figListCont {
  max-width: 77rem;
  display: flex;
  gap: 2.9rem;
  margin: 14.6rem 12.5rem 0 auto;
}
@media screen and (max-width: 768px) {
  .sec02__figListCont {
    max-width: 100%;
    flex-direction: column;
    margin: 7rem 0 0;
    gap: 3.7rem;
    padding: 0 2rem;
  }
}

.sec03 {
  margin-top: 54rem;
}
@media screen and (max-width: 768px) {
  .sec03 {
    margin-top: 13.9rem;
  }
}
.sec03__inner {
  max-width: 128rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec03__inner {
    padding: 0 2rem;
  }
}
.sec03__figure01 {
  max-width: 51rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec03__figure01 {
    max-width: 100%;
  }
}
.sec03__figure02 {
  max-width: 32.9rem;
}
@media screen and (max-width: 768px) {
  .sec03__figure02 {
    max-width: 21rem;
  }
}
.sec03__figure03 {
  max-width: 51rem;
}
@media screen and (max-width: 768px) {
  .sec03__figure03 {
    max-width: 34.6rem;
  }
}
.sec03__figureCont {
  display: flex;
  align-items: flex-end;
  padding-right: 17.2rem;
  margin-top: 15rem;
  gap: 0.9rem;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .sec03__figureCont {
    gap: 1.4rem;
    margin-top: 9.5rem;
    padding-right: 0;
  }
}
.sec03__figListCont {
  max-width: 77rem;
  display: flex;
  gap: 2.9rem;
  margin: 18.2rem 12.5rem 0 auto;
}
@media screen and (max-width: 768px) {
  .sec03__figListCont {
    max-width: 100%;
    flex-direction: column;
    margin: 16.4rem 0 0;
    gap: 3.7rem;
  }
}

.sec04 {
  margin-top: 25rem;
}
@media screen and (max-width: 768px) {
  .sec04 {
    margin-top: 14.7rem;
  }
}
.sec04__inner {
  max-width: 128rem;
  margin: 0 auto;
}
.sec04__figure01 {
  max-width: 33.9rem;
}
@media screen and (max-width: 768px) {
  .sec04__figure01 {
    max-width: 20.8rem;
  }
}
.sec04__figure02 {
  max-width: 73.2rem;
  margin: 16.3rem auto 0;
}
@media screen and (max-width: 768px) {
  .sec04__figure02 {
    max-width: 59.4rem;
    position: relative;
    margin-top: 19.2rem;
  }
}
.sec04__figure03 {
  max-width: 51rem;
}
@media screen and (max-width: 768px) {
  .sec04__figure03 {
    max-width: 30.6rem;
    margin: 0 auto;
  }
}
.sec04__figureCont {
  display: flex;
  gap: 5rem;
  flex-direction: column;
  padding-left: 17.5rem;
}
@media screen and (max-width: 768px) {
  .sec04__figureCont {
    gap: 3.1rem;
    padding-left: 2rem;
  }
}
.sec04__figListCont {
  max-width: 77rem;
  display: flex;
  gap: 2.9rem;
  margin: 12.6rem 12.5rem 0 auto;
}
@media screen and (max-width: 768px) {
  .sec04__figListCont {
    max-width: 100%;
    flex-direction: column;
    margin: 12.5rem 0 0;
    gap: 3.7rem;
    padding: 0 2rem;
  }
}

.sec05 {
  margin-top: 23.3rem;
}
@media screen and (max-width: 768px) {
  .sec05 {
    margin-top: 13.9rem;
  }
}
.sec05__inner {
  max-width: 128rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec05__inner {
    padding: 0 2rem;
  }
}
.sec05__figure01 {
  max-width: 51rem;
  margin: 0 auto 0;
}
@media screen and (max-width: 768px) {
  .sec05__figure01 {
    max-width: 100%;
  }
}
.sec05__figure02 {
  max-width: 25rem;
}
@media screen and (max-width: 768px) {
  .sec05__figure02 {
    max-width: 17rem;
  }
}
.sec05__figure03 {
  max-width: 51rem;
}
.sec05__figureCont {
  display: flex;
  gap: 0.9rem;
  justify-content: center;
  margin-top: 5.7rem;
}
@media screen and (max-width: 768px) {
  .sec05__figureCont {
    margin-top: 3.9rem;
    gap: 0.6rem;
  }
}
.sec05__figListCont {
  max-width: 77rem;
  display: flex;
  gap: 2.9rem;
  margin: 19.1rem 12.5rem 0 auto;
}
@media screen and (max-width: 768px) {
  .sec05__figListCont {
    max-width: 100%;
    flex-direction: column;
    margin: 13rem 0 0;
    gap: 3.7rem;
  }
}

.sec06 {
  margin-top: 25.5rem;
}
@media screen and (max-width: 768px) {
  .sec06 {
    margin-top: 13.9rem;
  }
}
.sec06__inner {
  max-width: 128rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec06__inner {
    padding: 0 2rem;
  }
}
.sec06__figure01 {
  max-width: 43.2rem;
  margin: 0 auto 0;
}
@media screen and (max-width: 768px) {
  .sec06__figure01 {
    max-width: 29.3rem;
  }
}
.sec06__figure02 {
  max-width: 51rem;
  margin: 12.5rem auto 0;
}
@media screen and (max-width: 768px) {
  .sec06__figure02 {
    max-width: 100%;
    margin: 8.5rem 0 0;
  }
}
.sec06__figure03 {
  max-width: 37.1rem;
  margin: 12.9rem auto 0;
}
@media screen and (max-width: 768px) {
  .sec06__figure03 {
    margin: 8.8rem auto 0;
    max-width: 25.2rem;
  }
}
.sec06__figure04 {
  max-width: 51.1rem;
}
@media screen and (max-width: 768px) {
  .sec06__figure04 {
    max-width: 100%;
  }
}
.sec06__figListCont {
  max-width: 77rem;
  display: flex;
  gap: 2.9rem;
  margin: 12.5rem 12.5rem 0 auto;
}
@media screen and (max-width: 768px) {
  .sec06__figListCont {
    max-width: 100%;
    flex-direction: column;
    margin: 8.5rem 0 0;
    gap: 3.7rem;
  }
}

.sec07 {
  margin-top: 25.6rem;
}
@media screen and (max-width: 768px) {
  .sec07 {
    margin-top: 13.7rem;
  }
}
.sec07__inner {
  max-width: 128rem;
  margin: 0 auto;
}
.sec07__figure01 {
  max-width: 40.9rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec07__figure01 {
    max-width: 27.7rem;
  }
}
.sec07__figure02 {
  max-width: 57.5rem;
  margin: 14.1rem auto 0;
}
@media screen and (max-width: 768px) {
  .sec07__figure02 {
    max-width: 100%;
  }
}
.sec07__figureCont {
  display: flex;
  justify-content: flex-end;
  padding-right: 8rem;
  width: 100%;
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  .sec07__figureCont {
    padding-right: 0;
    margin-top: 8.1rem;
  }
}
.sec07__figure03 {
  max-width: 31.1rem;
}
@media screen and (max-width: 768px) {
  .sec07__figure03 {
    max-width: 21.1rem;
    padding-right: 2.2rem;
  }
}
.sec07__figure04 {
  max-width: 51.1rem;
}
@media screen and (max-width: 768px) {
  .sec07__figure04 {
    max-width: 100%;
  }
}
.sec07__figListCont {
  max-width: 77rem;
  display: flex;
  gap: 2.9rem;
  margin: 18.1rem 12.5rem 0 auto;
}
@media screen and (max-width: 768px) {
  .sec07__figListCont {
    max-width: 100%;
    flex-direction: column;
    margin: 12.3rem 0 0;
    gap: 3.7rem;
    padding: 0 2rem;
  }
}

.item-d-none {
  display: none;
}

/*# sourceMappingURL=main.css.map */