@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Moul&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.5641025641vw;
    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;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .cta {
    font-size: 1rem;
  }
}

.footer {
  margin-top: 35rem;
  padding-bottom: 13.2rem;
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 12rem;
    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__feature {
  width: 100%;
  border-top: 0.1rem solid #787878;
  padding-bottom: 7.1rem;
}
@media screen and (max-width: 768px) {
  .footer__feature {
    padding-bottom: 5.9rem;
  }
}
.footer__featureTitle {
  font-family: "Archivo", sans-serif;
  color: #787878;
  text-align: center;
  font-size: 2rem;
  margin-top: 3.1rem;
}
@media screen and (max-width: 768px) {
  .footer__featureTitle {
    font-size: 1.4rem;
    margin-top: 1.1rem;
  }
}
.footer__featureBlock {
  font-family: "Archivo", sans-serif;
  margin-top: 3.1rem;
  display: flex;
  gap: 2rem 4rem;
  padding: 0 4.3rem;
}
@media screen and (max-width: 768px) {
  .footer__featureBlock {
    margin-top: 2.6rem;
    gap: 2rem 3rem;
    padding: 0;
  }
}
.footer__featureFig {
  width: 100%;
  max-width: 17.9rem;
  height: 17.9rem;
}
@media screen and (max-width: 768px) {
  .footer__featureFig {
    height: 15.8rem;
    max-width: 15.8rem;
  }
}
.footer__featureItemTitle {
  font-size: 1.2rem;
  font-weight: 600;
  color: #787878;
  margin-top: 0.9rem;
}
@media screen and (max-width: 768px) {
  .footer__featureItemTitle {
    font-size: 1rem;
  }
}
.footer__featureCategory {
  font-weight: 600;
  color: #787878;
  margin-top: 0.2rem;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .footer__featureCategory {
    margin-top: 0.1rem;
    font-size: 0.9rem;
  }
}
.footer__featureDate {
  font-weight: 600;
  margin-top: 0.9rem;
  color: #787878;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .footer__featureDate {
    margin-top: 0.6rem;
    font-size: 0.9rem;
  }
}
.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: "Moul", serif;
}
.kvSec__figCont {
  width: 100%;
  margin: 0 auto;
  height: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .kvSec__figCont {
    padding-bottom: 6.5rem;
  }
}
@media screen and (min-width: 769px) {
  .kvSec__figCont {
    height: 83.2rem;
  }
}
.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: bottom center;
}
.kvSec__inner {
  color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.kvSec__text01 {
  font-size: 4.8rem;
  line-height: 1.17;
  position: absolute;
  top: 12rem;
  right: 14rem;
  transform: rotate(8.35deg);
  text-align: right;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .kvSec__text01 {
    font-size: 4rem;
    top: 7.24rem;
    left: 5.15rem;
    right: unset;
  }
}
.kvSec__text02 {
  font-size: 2rem;
  position: absolute;
  line-height: 1.1;
  bottom: 5rem;
  left: 5.7rem;
}
@media screen and (max-width: 768px) {
  .kvSec__text02 {
    font-size: 1.6rem;
    bottom: 2.2rem;
    left: 1.1rem;
  }
}
.kvSec__text03 {
  font-size: 1.6rem;
  position: absolute;
  bottom: 2.8rem;
  left: 5.7rem;
  line-height: 1.38;
}
@media screen and (max-width: 768px) {
  .kvSec__text03 {
    font-size: 1.2rem;
    left: 1.1rem;
    bottom: 0;
  }
}

@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);
  }
}
.sec00 {
  margin-top: 5.3rem;
}
@media screen and (max-width: 768px) {
  .sec00 {
    margin-top: 1.8rem;
  }
}
.sec00__inner {
  padding: 0 1.2rem;
}
.sec00__text {
  font-size: 1.4rem;
  line-height: 1.29;
  text-align: center;
  font-family: "Moul", serif;
}
@media screen and (max-width: 768px) {
  .sec00__text {
    font-size: 1rem;
    line-height: 1.4;
    text-align: left;
  }
}

.sec01 {
  margin-top: 13.5rem;
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding: 0;
    margin-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-top: 15.3rem;
  }
}
.sec01__inner {
  max-width: 128rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec01__inner {
    max-width: 100%;
  }
}
.sec01__figCont01 {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  gap: 1.63rem;
}
@media screen and (max-width: 768px) {
  .sec01__figCont01 {
    padding-left: 0;
    justify-content: flex-start;
    gap: 1.2rem;
  }
}
.sec01__figCont02 {
  display: flex;
  justify-content: flex-end;
  padding-right: 26.5rem;
  width: 100%;
  margin-top: 13.8rem;
}
@media screen and (max-width: 768px) {
  .sec01__figCont02 {
    padding-right: 0;
    margin-top: 4.8rem;
  }
}
.sec01__figCont03 {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 13.7rem;
}
@media screen and (max-width: 768px) {
  .sec01__figCont03 {
    padding-right: 0;
    margin-top: 14.7rem;
  }
}
.sec01__figure01 {
  max-width: 48.7rem;
}
@media screen and (max-width: 768px) {
  .sec01__figure01 {
    max-width: 100%;
  }
}
.sec01__figure02 {
  max-width: 30rem;
}
@media screen and (max-width: 768px) {
  .sec01__figure02 {
    max-width: 24rem;
  }
}
.sec01__figure03 {
  max-width: 32.5rem;
}
@media screen and (max-width: 768px) {
  .sec01__figure03 {
    max-width: 26rem;
  }
}
.sec01__figure04 {
  max-width: 45rem;
}
@media screen and (max-width: 768px) {
  .sec01__figure04 {
    max-width: 36rem;
  }
}
.sec01__figListCont {
  margin: 17.7rem auto 0;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec01__figListCont {
    max-width: 100%;
    margin: 14.6rem 0 0;
    padding: 0 1.5rem;
  }
}
.sec01__list {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  right: -3rem;
  transform: translateX(100%);
}
@media screen and (max-width: 768px) {
  .sec01__list {
    gap: 1rem;
    position: static;
    transform: unset;
    margin-top: 3rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 0 0.7rem;
  }
}
.sec01__item {
  display: flex;
  gap: 3rem;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec01__item {
    justify-content: flex-start;
  }
}
.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: 35rem;
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-top: 12rem;
  }
}
.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: 30.9rem;
}
@media screen and (max-width: 768px) {
  .sec02__figureCont01 {
    padding-left: 0;
  }
}
.sec02__figureCont02 {
  width: fit-content;
  padding-left: 21.9rem;
  margin-top: 20.2rem;
}
@media screen and (max-width: 768px) {
  .sec02__figureCont02 {
    margin-top: 12.1rem;
    padding-left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.sec02__figureCont03 {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: -5.7rem 0 0 auto;
  padding-right: 21.5rem;
}
@media screen and (max-width: 768px) {
  .sec02__figureCont03 {
    padding-right: 0;
    justify-content: center;
    margin: 12.9rem auto 0;
  }
}
.sec02__figure01 {
  max-width: 48.8rem;
}
@media screen and (max-width: 768px) {
  .sec02__figure01 {
    max-width: 100%;
  }
}
.sec02__figure02 {
  max-width: 37.5rem;
}
@media screen and (max-width: 768px) {
  .sec02__figure02 {
    max-width: 24rem;
  }
}
.sec02__figure03 {
  max-width: 37.5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec02__figure03 {
    max-width: 24rem;
  }
}
.sec02__figure04 {
  max-width: 45rem;
}
@media screen and (max-width: 768px) {
  .sec02__figure04 {
    max-width: 36rem;
  }
}
.sec02__figListCont {
  margin: 20.2rem auto 0;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec02__figListCont {
    max-width: 100%;
    margin: 12.1rem 0 0;
    padding: 0 1.5rem;
  }
}

.sec03 {
  margin-top: 35rem;
}
@media screen and (max-width: 768px) {
  .sec03 {
    margin-top: 12rem;
  }
}
.sec03__inner {
  max-width: 128rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec03__inner {
    max-width: 100%;
  }
}
.sec03__figure01 {
  max-width: 48.7rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec03__figure01 {
    max-width: 100%;
  }
}
.sec03__figure02 {
  max-width: 30rem;
  margin: 23rem 26.6rem 0 auto;
}
@media screen and (max-width: 768px) {
  .sec03__figure02 {
    max-width: 24rem;
    margin: 12.5rem 4.5rem 0 auto;
  }
}
.sec03__figure03 {
  max-width: 30rem;
  margin: 2.8rem 26.6rem 0 auto;
}
@media screen and (max-width: 768px) {
  .sec03__figure03 {
    max-width: 24rem;
    margin: 3.6rem 4.5rem 0 auto;
  }
}
.sec03__figure04 {
  max-width: 37.5rem;
  margin: 23.1rem auto 0;
}
@media screen and (max-width: 768px) {
  .sec03__figure04 {
    max-width: 30rem;
    margin: 12.4rem auto 0;
  }
}
.sec03__figure05 {
  max-width: 37.5rem;
}
@media screen and (max-width: 768px) {
  .sec03__figure05 {
    max-width: 30rem;
    margin: 0 auto;
  }
}
.sec03__figListCont {
  margin: 4rem auto 0;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec03__figListCont {
    max-width: 100%;
    width: 100%;
    margin: 3.6rem 0 0;
    padding: 0 1.5rem;
  }
}

.sec04 {
  margin-top: 35rem;
}
@media screen and (max-width: 768px) {
  .sec04 {
    margin-top: 12rem;
  }
}
.sec04__inner {
  max-width: 128rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec04__inner {
    max-width: 100%;
    position: relative;
  }
}
.sec04__figure01 {
  max-width: 52.5rem;
  margin: 0 auto 0 10.4rem;
}
@media screen and (max-width: 768px) {
  .sec04__figure01 {
    max-width: 36rem;
    margin: 0 0 0 auto;
  }
}
.sec04__figure02 {
  max-width: 37.5rem;
}
@media screen and (max-width: 768px) {
  .sec04__figure02 {
    max-width: 18rem;
    width: 100%;
  }
}
.sec04__figure03 {
  max-width: 52.5rem;
}
@media screen and (max-width: 768px) {
  .sec04__figure03 {
    max-width: 27rem;
    margin-right: 3rem;
    margin-left: auto;
  }
}
.sec04__figureCont {
  display: flex;
  gap: 6.6rem;
  justify-content: flex-end;
  margin: 12.9rem 11.6rem 0 auto;
}
@media screen and (max-width: 768px) {
  .sec04__figureCont {
    gap: 1.5rem;
    padding: 0;
    margin: 8.1rem auto 0;
    justify-content: center;
  }
}
.sec04__figListCont {
  margin: 12.9rem 40.7rem 0 auto;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec04__figListCont {
    width: 100%;
    margin: 8.1rem 0 0;
    position: unset;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec04 .sec01__list {
    padding: 4rem 2.2rem 0;
    position: absolute;
    bottom: 0;
    right: unset;
    margin-top: 0;
  }
}

.sec05 {
  margin-top: 35rem;
}
@media screen and (max-width: 768px) {
  .sec05 {
    margin-top: 12rem;
  }
}
.sec05__inner {
  max-width: 128rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec05__inner {
    max-width: 100%;
    padding: 0 1.5rem;
  }
}
.sec05__figure01 {
  max-width: 52.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec05__figure01 {
    max-width: 100%;
  }
}
.sec05__figure02 {
  max-width: 52.5rem;
  margin: 16.3rem auto 0;
}
@media screen and (max-width: 768px) {
  .sec05__figure02 {
    max-width: 32rem;
    margin: 10.2rem auto 0;
  }
}
.sec05__figure03 {
  max-width: 45.5rem;
}
@media screen and (max-width: 768px) {
  .sec05__figure03 {
    max-width: 100%;
  }
}
.sec05__figListCont {
  margin: 16.3rem auto 0;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec05__figListCont {
    max-width: 100%;
    margin: 10.3rem 0 0;
  }
}

.sec06 {
  margin-top: 35rem;
}
@media screen and (max-width: 768px) {
  .sec06 {
    margin-top: 12rem;
  }
}
.sec06__inner {
  max-width: 128rem;
  margin: 0 auto;
}
.sec06__figure01 {
  max-width: 40.9rem;
  width: 100%;
  margin-left: 16.6rem;
}
@media screen and (max-width: 768px) {
  .sec06__figure01 {
    max-width: 30rem;
    margin: 0 auto;
  }
}
.sec06__figure02 {
  max-width: 45rem;
  margin: 13.4rem auto 0;
}
@media screen and (max-width: 768px) {
  .sec06__figure02 {
    max-width: 36rem;
    margin: 9rem auto 0;
  }
}
.sec06__figure03 {
  max-width: 37.5rem;
  margin: 15.1rem auto 0;
}
@media screen and (max-width: 768px) {
  .sec06__figure03 {
    max-width: 30rem;
    margin: 6.7rem auto 0;
  }
}
.sec06__figure04 {
  max-width: 45rem;
  margin: 13.4rem auto 0;
}
@media screen and (max-width: 768px) {
  .sec06__figure04 {
    max-width: 100%;
    margin: 0 auto;
  }
}
.sec06__figListCont {
  margin: 15.1rem auto 0;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec06__figListCont {
    width: 100%;
    padding: 0 1.5rem;
    margin: 13.9rem 0 0;
  }
}

.sec07 {
  margin-top: 35rem;
}
@media screen and (max-width: 768px) {
  .sec07 {
    margin-top: 12rem;
  }
}
.sec07__inner {
  max-width: 128rem;
  margin: 0 auto;
}
.sec07__figure01 {
  max-width: 48.8rem;
  margin: 0 0 0 38.1rem;
}
@media screen and (max-width: 768px) {
  .sec07__figure01 {
    max-width: 100%;
    margin: 0 auto;
  }
}
.sec07__figure02 {
  max-width: 37.5rem;
  margin: 14.8rem 19.6rem 0 auto;
}
@media screen and (max-width: 768px) {
  .sec07__figure02 {
    max-width: 20rem;
    margin: 11.6rem 2.8rem 0 auto;
  }
}
.sec07__figure03 {
  max-width: 52.5rem;
}
@media screen and (max-width: 768px) {
  .sec07__figure03 {
    max-width: 36rem;
    margin: 0 auto;
  }
}
.sec07__figListCont {
  margin: 6.8rem auto 0;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec07__figListCont {
    max-width: 100%;
    width: 100%;
    padding: 0 1.5rem;
    margin: 11.6rem auto 0;
  }
}

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

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