* {
  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;
}

@font-face {
  font-family: "PP Editorial Old";
  src: local("PP Editorial Old"), url("/public/fonts/PPEditorialOld-Ultralight.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "Vividly Regular";
  src: local("Vividly"), url("/public/fonts/Vividly-Regular.otf") format("opentype");
}
@font-face {
  font-family: Youtube;
  src: local("Youtube"), url("/public/fonts/YouTubeSansRegular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Youtube;
  src: local("Youtube"), url("/public/fonts/YouTubeSansSemibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
html {
  font-family: "Single Day", cursive;
  font-size: 10px;
  color: #3c0f30;
  background-color: #fff9ec;
}

.scrollSection.active .js-title {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.scrollSection.active .bubble {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.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;
}
.image--center-right {
  -o-object-position: center right;
     object-position: center right;
}
.image--bottom-center {
  -o-object-position: bottom center;
     object-position: bottom center;
}
.image--bottom-left {
  -o-object-position: bottom left;
     object-position: bottom left;
}
.image--bottom-right {
  -o-object-position: bottom right;
     object-position: bottom right;
}
.image--top-right {
  -o-object-position: top right;
     object-position: top right;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
@media screen and (max-width: 1024px) {
  .header {
    background-color: #fff9ec;
  }
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 72px 0 50px;
  gap: 250px;
}
@media screen and (max-width: 1024px) {
  .header__wrapper {
    padding: 0 30px 0 20px;
    gap: 50px;
  }
}
.header__main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .header__main {
    max-width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header__main-logo-image {
  max-width: 100px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1024px) {
  .header__main-logo-image {
    max-width: 60px;
  }
}
.header__main-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 85px;
}
@media screen and (max-width: 1024px) {
  .header__main-info {
    gap: 45px;
  }
}
.header__main-info-text {
  position: relative;
  font-size: 2.2rem;
  font-weight: 500;
  font-family: "Vibur", cursive;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .header__main-info-text {
    font-size: 12px;
  }
}
.header__main-info-text:not(:last-child)::after {
  content: "";
  width: 51px;
  height: 1px;
  background-color: #000;
  position: absolute;
  right: -67px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .header__main-info-text:not(:last-child)::after {
    width: 20px;
    right: -34px;
  }
}

.footer {
  overflow: hidden;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .footer {
    margin: 0;
  }
}
.footer__main {
  height: calc(100vh - 150px);
  height: calc(100svh - 150px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 150px;
}
@media screen and (max-width: 1024px) {
  .footer__main {
    padding: 135px 0 123px;
    height: calc(100vh - 50px);
    height: calc(100svh - 50px);
  }
}
.footer__main-marquee {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  position: absolute;
  top: 100px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .footer__main-marquee {
    -webkit-animation: marquee 10s linear infinite;
            animation: marquee 10s linear infinite;
    height: 30px;
    top: 80px;
  }
}
.footer__main-marquee img {
  width: 2131.11px;
}
@media screen and (max-width: 1024px) {
  .footer__main-marquee img {
    width: 1188.96px;
  }
}
.footer__main-desc {
  font-size: 4rem;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 1025px) and (max-width: 1920px) {
  .footer__main-desc {
    font-size: calc(20px + (40 - 20) * (100vw - 1025px) / (1920 - 1025));
  }
}
@media screen and (max-width: 1024px) {
  .footer__main-desc {
    font-size: 21px;
    margin-top: 28px;
  }
}
.footer__main-title {
  font-size: 3.6rem;
  font-family: "Vibur", cursive;
  letter-spacing: -0.02em;
  margin-top: 56px;
}
@media screen and (min-width: 1025px) and (max-width: 1920px) {
  .footer__main-title {
    font-size: calc(24px + (36 - 24) * (100vw - 1025px) / (1920 - 1025));
  }
}
@media screen and (max-width: 1024px) {
  .footer__main-title {
    font-size: 18px;
    margin-top: 27px;
  }
}
.footer__deco {
  position: relative;
  width: 100%;
  height: 100px;
  background-color: #a9d766;
}
@media screen and (max-width: 1024px) {
  .footer__deco {
    height: 50px;
  }
}
.footer__deco-ger {
  width: 483px;
  height: 58vh;
  position: absolute;
  bottom: 0;
  left: 87px;
}
@media screen and (min-width: 1025px) and (max-width: 1920px) {
  .footer__deco-ger {
    width: calc(283px + (483 - 283) * (100vw - 1025px) / (1920 - 1025));
  }
}
@media screen and (max-width: 1024px) {
  .footer__deco-ger {
    position: unset;
    width: 253px;
    height: auto;
    padding-left: 40px;
    margin: 0 auto;
  }
}
.footer__deco-jill {
  width: 613px;
  height: 30.74vh;
  position: absolute;
  right: 55px;
  bottom: 20px;
}
@media screen and (min-width: 1025px) and (max-width: 1920px) {
  .footer__deco-jill {
    width: calc(413px + (613 - 413) * (100vw - 1025px) / (1920 - 1025));
  }
}
@media screen and (min-width: 1025px) and (max-width: 1920px) and (min-height: 600px) and (max-height: 1079px) {
  .footer__deco-jill {
    width: calc(313px + (613 - 313) * (100vh - 600px) / (1079 - 600));
  }
}
@media screen and (max-width: 1024px) {
  .footer__deco-jill {
    width: 290px;
    height: auto;
    right: 50%;
    bottom: 19px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

.section {
  height: 100vh;
  height: 100svh;
  padding: 0 11.25%;
  margin: 0 auto;
  max-width: calc(1490px + 22.5%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 19.26vh !important;
  padding-bottom: 12vh !important;
  overflow: hidden;
}
@media screen and (max-width: 1366px) {
  .section {
    padding: 0 8%;
    max-width: calc(1490px + 16%);
  }
}
@media screen and (max-width: 767px) {
  .section {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .section {
    padding-top: 24.29vh !important;
    padding-bottom: 21px !important;
  }
}
.section--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.section__container {
  position: relative;
  max-width: min(1334px, 90%);
  width: 100%;
  height: 100%;
  max-height: 70vh;
}
@media screen and (max-width: 1024px) {
  .section__container {
    max-width: 100%;
  }
}
.section__content {
  position: relative;
  width: 100%;
  height: 100%;
}

.title {
  font-size: 13rem;
  font-family: "PP Editorial Old";
  font-weight: 400;
  letter-spacing: -0.03em;
  color: #3c0f30;
  padding-top: 10px;
  overflow: hidden;
  z-index: 4;
}
@media screen and (min-width: 1025px) and (max-width: 1920px) {
  .title {
    font-size: calc(94px + (130 - 94) * (100vw - 1025px) / (1920 - 1025));
  }
}
@media screen and (max-width: 1024px) {
  .title {
    font-size: 9rem;
    text-align: center;
  }
}
.title__text {
  display: block;
}
.title__text.js-title {
  -webkit-transform: translateY(105%);
          transform: translateY(105%);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.top-hero {
  height: 100vh;
  height: 100svh;
  padding: 0 !important;
  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;
}
.top-hero__ctr {
  width: 100%;
  height: 90vh;
  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;
  margin-left: 9%;
}
@media screen and (max-width: 1024px) {
  .top-hero__ctr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    padding-top: 15vh;
  }
}
.top-hero__content {
  width: 50%;
  height: 100%;
  margin-left: -5%;
}
@media screen and (max-width: 1024px) {
  .top-hero__content {
    width: 105%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 80vh;
    margin: -5% 0 0;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-47%);
            transform: translateX(-47%);
  }
}
.top-hero__content-video {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.top-hero__heading {
  font-size: 22rem;
  font-weight: 300;
  font-family: "PP Editorial Old";
  letter-spacing: -0.03em;
  text-wrap: nowrap;
  text-align: right;
}
@media screen and (min-width: 1025px) and (max-width: 1920px) {
  .top-hero__heading {
    font-size: calc(130px + (220 - 130) * (100vw - 1025px) / (1920 - 1025));
  }
}
@media screen and (max-width: 1024px) {
  .top-hero__heading {
    font-size: 98px;
  }
}
.top-ceremony {
  width: 100%;
  height: 100vh;
  height: 100svh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top-ceremony__head {
  position: absolute;
  left: -190px;
  bottom: -80px;
  z-index: 3;
  text-wrap: nowrap;
}
@media screen and (min-width: 1366px) and (max-width: 1920px) and (min-height: 600px) and (max-height: 1079px) {
  .top-ceremony__head {
    bottom: calc(-60px + (-80 - -60) * (100vh - 600px) / (1079 - 600));
    left: calc(-160px + (-190 - -160) * (100vh - 600px) / (1080 - 600));
  }
}
@media screen and (max-width: 1366px) {
  .top-ceremony__head {
    left: -140px;
    bottom: -11%;
  }
}
@media screen and (max-width: 1024px) {
  .top-ceremony__head {
    bottom: calc(100% - 25px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.top-ceremony__ct {
  position: relative;
  background-color: #d1f0b8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .top-ceremony__ct {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 0;
  }
}
.top-ceremony__ct-ctr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
}
.top-ceremony__ct-ctr-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .top-ceremony__ct-ctr-main {
    position: relative;
    max-width: 332px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top-ceremony__map {
  width: 533px;
  height: 1046px;
  position: absolute;
  left: 42vw;
  bottom: -39vh;
  z-index: 4;
}
@media screen and (min-width: 1366px) and (max-width: 1920px) and (min-height: 600px) and (max-height: 1079px) {
  .top-ceremony__map {
    width: calc(283px + (533 - 283) * (100vh - 600px) / (1079 - 600));
    height: calc(555px + (1046 - 555) * (100vh - 600px) / (1079 - 600));
    left: 41vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) and (min-height: 600px) and (max-height: 1079px) {
  .top-ceremony__map {
    width: calc(275px + (375 - 275) * (100vh - 600px) / (1079 - 600));
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .top-ceremony__map {
    bottom: -38.5vh;
    width: auto;
    height: 72vh;
    right: -22px;
    left: unset;
  }
}
.top-ceremony__church {
  width: 64%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 48px 0 0 -16.87%;
}
@media screen and (min-width: 1366px) and (max-width: 1920px) and (min-height: 600px) and (max-height: 1079px) {
  .top-ceremony__church {
    width: 68%;
    height: calc(200px + (333 - 200) * (100vh - 600px) / (1079 - 600));
    margin: 0 0 0 calc(-55px + (-225 - -55) * (100vh - 600px) / (1079 - 600));
  }
}
@media screen and (min-width: 1025px) and (max-width: 1364px) and (min-height: 600px) and (max-height: 1080px) {
  .top-ceremony__church {
    width: calc(300px + (400 - 300) * (100vh - 600px) / (1079 - 600));
    margin-left: calc(-45px + (0 - -45) * (100vh - 600px) / (1079 - 600));
  }
}
@media screen and (max-width: 1024px) {
  .top-ceremony__church {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0;
  }
}
@media screen and (min-width: 0) and (max-width: 1024px) and (min-height: 0) and (max-height: 720px) {
  .top-ceremony__church {
    height: 140px;
  }
}
.top-ceremony__church-chat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -137px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1366px) {
  .top-ceremony__church-chat {
    margin-left: -60px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .top-ceremony__church-chat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin: -8px 0 0;
    padding: 0;
  }
}
.top-ceremony__church-chat-dog {
  width: 283px;
  margin: 18px 0 0 -25px;
}
@media screen and (min-width: 1366px) and (max-width: 1920px) {
  .top-ceremony__church-chat-dog {
    width: calc(200px + (283 - 200) * (100vw - 1366px) / (1920 - 1366));
  }
}
@media screen and (min-width: 1366px) and (max-width: 1920px) and (min-height: 600px) and (max-height: 1079px) {
  .top-ceremony__church-chat-dog {
    width: calc(163px + (283 - 163) * (100vh - 600px) / (1080 - 600));
    margin: calc(10px + (18 - 10) * (100vh - 600px) / (1080 - 600)) 0 0 calc(-10px + (-25 - -10) * (100vh - 600px) / (1080 - 600));
  }
}
@media screen and (max-width: 1366px) {
  .top-ceremony__church-chat-dog {
    width: 163px;
    margin: 10px 0 0 -10px;
  }
}
@media screen and (max-width: 1024px) {
  .top-ceremony__church-chat-dog {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    margin: -11px 0 0;
    width: 132px;
    height: 115px;
  }
}
.top-ceremony__church-chat-bubble {
  position: relative;
  width: 398px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 1366px) and (max-width: 1920px) {
  .top-ceremony__church-chat-bubble {
    width: calc(298px + (398 - 298) * (100vw - 1366px) / (1920 - 1366));
  }
}
@media screen and (min-width: 1366px) and (max-width: 1920px) and (min-height: 600px) and (max-height: 1079px) {
  .top-ceremony__church-chat-bubble {
    width: calc(238px + (398 - 238) * (100vh - 600px) / (1080 - 600));
  }
}
@media screen and (max-width: 1366px) {
  .top-ceremony__church-chat-bubble {
    width: 238px;
  }
}
@media screen and (max-width: 1024px) {
  .top-ceremony__church-chat-bubble {
    width: auto;
    height: 100px;
    -webkit-transform-origin: left center !important;
            transform-origin: left center !important;
  }
}
@media screen and (max-width: 1024px) {
  .top-ceremony__church-chat-bubble img {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    width: auto;
  }
}
.top-ceremony__church-chat-bubble-text {
  display: block;
  width: 100%;
  font-size: min(2.7rem, 22px + (27 - 22) * (100vw - 1366px) / (1920 - 1366), 18px + (27 - 18) * (100vh - 600px) / (1080 - 600));
  letter-spacing: -0.03em;
  line-height: 1.25em;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-52%, -51%);
          transform: translate(-52%, -51%);
}
@media screen and (max-width: 1024px) {
  .top-ceremony__church-chat-bubble-text {
    font-size: 15px;
    -webkit-transform: translate(-48%, -46%);
            transform: translate(-48%, -46%);
  }
}
.top-ceremony__info {
  padding-top: 35px;
  width: 40%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1024px) {
  .top-ceremony__info {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-top: -24px;
  }
}
.top-ceremony__info-time {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(3rem, 30px + (30 - 30) * (100vw - 1366px) / (1920 - 1366), 20px + (30 - 20) * (100vh - 600px) / (1080 - 600));
  font-family: "Vibur", cursive;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1;
  padding: 5px 25px;
  margin-left: -8px;
}
@media screen and (max-width: 1366px) {
  .top-ceremony__info-time {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .top-ceremony__info-time {
    font-size: 15px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 0) and (max-width: 1024px) and (min-height: 0) and (max-height: 700px) {
  .top-ceremony__info-time {
    font-size: 12px;
  }
}
.top-ceremony__info-time::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("/public/images/top/time-deco.svg") center/contain no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -58%);
          transform: translate(-50%, -58%);
}
.top-ceremony__info-loc {
  font-size: min(4rem, 30px + (40 - 30) * (100vw - 1366px) / (1920 - 1366), 24px + (40 - 24) * (100vh - 600px) / (1080 - 600));
  font-family: "Youtube";
  letter-spacing: -0.03em;
  margin: 13px 0;
}
@media screen and (min-width: 1366px) and (max-width: 1920px) and (min-height: 600px) and (max-height: 1079px) {
  .top-ceremony__info-loc {
    margin: calc(5px + (13 - 5) * (100vh - 600px) / (1080 - 600)) 0;
  }
}
@media screen and (max-width: 1366px) {
  .top-ceremony__info-loc {
    font-size: 23px;
    margin: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .top-ceremony__info-loc {
    font-size: 22px;
  }
}
@media screen and (min-width: 0) and (max-width: 1024px) and (min-height: 0) and (max-height: 700px) {
  .top-ceremony__info-loc {
    font-size: 18px;
  }
}
.top-ceremony__info-subloc {
  font-size: 2.2rem;
  font-family: "Titillium Web", sans-serif;
  font-style: italic;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 1366px) and (max-width: 1920px) and (min-height: 600px) and (max-height: 1079px) {
  .top-ceremony__info-subloc {
    font-size: calc(12px + (22 - 12) * (100vh - 600px) / (1080 - 600));
  }
}
@media screen and (max-width: 1366px) {
  .top-ceremony__info-subloc {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .top-ceremony__info-subloc {
    font-size: 12px;
  }
}
@media screen and (min-width: 0) and (max-width: 1024px) and (min-height: 0) and (max-height: 700px) {
  .top-ceremony__info-subloc {
    font-size: 10px;
  }
}
.top-ceremony__mall-chat {
  position: absolute;
  right: 98px;
  bottom: -69px;
}
@media screen and (min-width: 1366px) and (max-width: 1920px) and (min-height: 600px) and (max-height: 1079px) {
  .top-ceremony__mall-chat {
    bottom: calc(-29px + (-69 - -29) * (100vh - 600px) / (1080 - 600));
  }
}
@media screen and (max-width: 1366px) {
  .top-ceremony__mall-chat {
    bottom: -29px;
  }
}
.top-ceremony__mall-chat-dog {
  width: 130px;
}
@media screen and (min-width: 1366px) and (max-width: 1920px) and (min-height: 600px) and (max-height: 1079px) {
  .top-ceremony__mall-chat-dog {
    width: calc(80px + (130 - 80) * (100vh - 600px) / (1080 - 600));
  }
}
@media screen and (max-width: 1366px) {
  .top-ceremony__mall-chat-dog {
    width: 80px;
  }
}
.top-ceremony__mall-chat-bubble {
  position: relative;
  width: 219px;
  margin: -28px 0 0 34px;
}
@media screen and (min-width: 1366px) and (max-width: 1920px) and (min-height: 600px) and (max-height: 1079px) {
  .top-ceremony__mall-chat-bubble {
    width: calc(150px + (219 - 150) * (100vh - 600px) / (1080 - 600));
  }
}
@media screen and (max-width: 1366px) {
  .top-ceremony__mall-chat-bubble {
    width: 150px;
  }
}
.top-ceremony__mall-chat-bubble-text {
  display: block;
  width: 100%;
  font-size: min(1.8rem, 18px + (18 - 18) * (100vw - 1366px) / (1920 - 1366), 12px + (18 - 12) * (100vh - 600px) / (1080 - 600));
  letter-spacing: -0.03em;
  line-height: 1.05em;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-44%, -51%);
          transform: translate(-44%, -51%);
}
@media screen and (max-width: 1366px) {
  .top-ceremony__mall-chat-bubble-text {
    font-size: 12px;
  }
}
.top-ceremony__home-chat {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: 0 -108px -35px 0;
}
@media screen and (min-width: 1366px) and (max-width: 1920px) and (min-height: 600px) and (max-height: 1079px) {
  .top-ceremony__home-chat {
    margin-bottom: calc(0px + (-35 - 0) * (100vh - 600px) / (1080 - 600));
    -webkit-transform: translateX(calc(-50px + (0 - -50) * (100vh - 600px) / (1080 - 600)));
            transform: translateX(calc(-50px + (0 - -50) * (100vh - 600px) / (1080 - 600)));
  }
}
@media screen and (max-width: 1366px) {
  .top-ceremony__home-chat {
    margin-right: -50px;
  }
}
.top-ceremony__home-chat::before {
  content: "";
  width: 118px;
  height: 105px;
  background: url("/public/images/top/ceremony-house.png") bottom right/contain no-repeat;
  position: absolute;
  bottom: 100%;
  left: 117px;
}
@media screen and (min-width: 1366px) and (max-width: 1920px) and (min-height: 600px) and (max-height: 1079px) {
  .top-ceremony__home-chat::before {
    width: calc(78px + (118 - 78) * (100vh - 600px) / (1080 - 600));
    height: calc(55px + (105 - 55) * (100vh - 600px) / (1080 - 600));
    left: calc(62px + (117 - 62) * (100vh - 600px) / (1080 - 600));
  }
}
@media screen and (max-width: 1366px) {
  .top-ceremony__home-chat::before {
    left: 62px;
  }
}
.top-ceremony__home-chat-dog {
  width: 221px;
}
@media screen and (min-width: 1366px) and (max-width: 1920px) and (min-height: 600px) and (max-height: 1079px) {
  .top-ceremony__home-chat-dog {
    width: calc(130px + (221 - 130) * (100vh - 600px) / (1080 - 600));
  }
}
@media screen and (max-width: 1366px) {
  .top-ceremony__home-chat-dog {
    width: 130px;
  }
}
.top-ceremony__home-chat-bubble {
  position: relative;
  width: 242px;
  margin: 20px 0 0 -29px;
}
@media screen and (min-width: 1366px) and (max-width: 1920px) and (min-height: 600px) and (max-height: 1079px) {
  .top-ceremony__home-chat-bubble {
    width: calc(150px + (242 - 150) * (100vh - 600px) / (1080 - 600));
  }
}
@media screen and (max-width: 1366px) {
  .top-ceremony__home-chat-bubble {
    width: 150px;
  }
}
.top-ceremony__home-chat-bubble-text {
  display: block;
  width: 100%;
  font-size: min(1.8rem, 18px + (18 - 18) * (100vw - 1366px) / (1920 - 1366), 12px + (18 - 12) * (100vh - 600px) / (1080 - 600));
  letter-spacing: -0.03em;
  line-height: 1.25em;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-47%, -58%);
          transform: translate(-47%, -58%);
}
@media screen and (max-width: 1366px) {
  .top-ceremony__home-chat-bubble-text {
    font-size: 12px;
  }
}
.top-reception {
  width: 100%;
  height: 100vh;
  height: 100svh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top-reception__head {
  position: absolute;
  bottom: 10px;
  right: -79px;
  text-wrap: nowrap;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .top-reception__head {
    right: unset;
    bottom: calc(100% - 25px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.top-reception__ct {
  position: relative;
  background-color: #deeff7;
  padding: 44px 49px;
  z-index: 1;
}
@media screen and (min-width: 1366px) and (max-width: 1920px) and (min-height: 600px) and (max-height: 1079px) {
  .top-reception__ct {
    padding-top: calc(24px + (44 - 24) * (100vh - 600px) / (1080 - 600));
    padding-bottom: calc(24px + (44 - 24) * (100vh - 600px) / (1080 - 600));
  }
}
@media screen and (max-width: 1024px) {
  .top-reception__ct {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 95px 24px 30px;
  }
}
.top-reception__ct-ctr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .top-reception__ct-ctr {
    display: block;
    max-width: 332px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .top-reception__info {
    text-align: center;
  }
}
.top-reception__info-time {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(3rem, 30px + (30 - 30) * (100vw - 1366px) / (1920 - 1366), 20px + (30 - 20) * (100vh - 600px) / (1080 - 600));
  font-family: "Vibur", cursive;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1;
  padding: 5px 25px;
  margin-left: -8px;
}
@media screen and (max-width: 1366px) {
  .top-reception__info-time {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .top-reception__info-time {
    font-size: 15px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 0) and (max-width: 1024px) and (min-height: 0) and (max-height: 700px) {
  .top-reception__info-time {
    font-size: 12px;
  }
}
.top-reception__info-time::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("/public/images/top/time-deco.svg") center/contain no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -58%);
          transform: translate(-50%, -58%);
}
.top-reception__info-loc {
  font-size: min(4rem, 30px + (40 - 30) * (100vw - 1366px) / (1920 - 1366), 24px + (40 - 24) * (100vh - 600px) / (1080 - 600));
  font-family: "Youtube";
  letter-spacing: -0.03em;
  margin: 13px 0;
}
@media screen and (min-width: 1366px) and (max-width: 1920px) and (min-height: 600px) and (max-height: 1079px) {
  .top-reception__info-loc {
    margin: calc(5px + (13 - 5) * (100vh - 600px) / (1080 - 600)) 0;
  }
}
@media screen and (max-width: 1366px) {
  .top-reception__info-loc {
    font-size: 23px;
    margin: 5px 0;
  }
}
@media screen and (max-width: 1024px) {
  .top-reception__info-loc {
    font-size: 22px;
  }
}
@media screen and (min-width: 0) and (max-width: 1024px) and (min-height: 0) and (max-height: 700px) {
  .top-reception__info-loc {
    font-size: 18px;
  }
}
.top-reception__info-subloc {
  font-size: 2.2rem;
  font-family: "Titillium Web", sans-serif;
  font-style: italic;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 1366px) and (max-width: 1920px) and (min-height: 600px) and (max-height: 1079px) {
  .top-reception__info-subloc {
    font-size: calc(12px + (22 - 12) * (100vh - 600px) / (1080 - 600));
  }
}
@media screen and (max-width: 1366px) {
  .top-reception__info-subloc {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .top-reception__info-subloc {
    font-size: 12px;
  }
}
@media screen and (min-width: 0) and (max-width: 1024px) and (min-height: 0) and (max-height: 700px) {
  .top-reception__info-subloc {
    font-size: 10px;
  }
}
.top-reception__img {
  width: 68.22%;
  margin-top: -72px;
}
@media screen and (min-width: 1366px) and (max-width: 1920px) and (min-height: 600px) and (max-height: 1079px) {
  .top-reception__img {
    margin-top: calc(-32px + (-72 - -32) * (100vh - 600px) / (1079 - 600));
    width: auto;
    height: calc(300px + (557 - 300) * (100vh - 600px) / (1079 - 600));
  }
}
@media screen and (max-width: 1366px) {
  .top-reception__img {
    margin-top: -32px;
    width: auto;
    height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .top-reception__img {
    height: 238px;
    margin: -28px auto 0;
  }
}
@media screen and (min-width: 0) and (max-width: 1024px) and (min-height: 0) and (max-height: 720px) {
  .top-reception__img {
    height: 198px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1920px) and (min-height: 600px) and (max-height: 1079px) {
  .top-reception__img img {
    width: auto;
  }
}
@media screen and (max-width: 1366px) {
  .top-reception__img img {
    width: auto;
  }
}
.top-reception__img-loc {
  width: 147px;
  position: absolute;
  bottom: calc(100% - 77px);
  right: 82px;
}
@media screen and (min-width: 1366px) and (max-width: 1920px) {
  .top-reception__img-loc {
    width: calc(107px + (147 - 107) * (100vw - 1366px) / (1920 - 1366));
    right: calc(44px + (82 - 44) * (100vw - 1366px) / (1920 - 1366));
  }
}
@media screen and (max-width: 1366px) {
  .top-reception__img-loc {
    width: 87px;
    bottom: calc(100% - 57px);
  }
}
.top-reception__chat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: -92px;
  top: min(138px, 105px + (138 - 105) * (100vw - 1025px) / (1700 - 1025), 70px + (138 - 70) * (100vh - 600px) / (1080 - 600));
}
@media screen and (max-width: 1024px) {
  .top-reception__chat {
    position: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-transform: translateX(9px);
            transform: translateX(9px);
  }
}
.top-reception__chat-dog {
  width: min(268px, 150px + (268 - 150) * (100vw - 1367px) / (1700 - 1367), 150px + (268 - 150) * (100vh - 600px) / (1080 - 600));
}
@media screen and (max-width: 1024px) {
  .top-reception__chat-dog {
    width: 117px;
    margin-left: -20px;
  }
}
.top-reception__chat-bubble {
  position: relative;
  margin: -38px 0 0 -21px;
  width: min(398px, 258px + (398 - 258) * (100vw - 1025px) / (1700 - 1025), 300px + (398 - 300) * (100vh - 600px) / (1080 - 600));
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1366px) {
  .top-reception__chat-bubble {
    width: 200px;
    margin: -39px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .top-reception__chat-bubble {
    -webkit-transform-origin: bottom right !important;
            transform-origin: bottom right !important;
    margin-top: -55px;
  }
}
.top-reception__chat-bubble-text {
  display: block;
  width: 100%;
  font-size: min(3.5rem, 20px + (35 - 20) * (100vw - 1025px) / (1920 - 1025), 20px + (35 - 20) * (100vh - 600px) / (1080 - 600));
  letter-spacing: -0.03em;
  line-height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-47%, -51%);
          transform: translate(-47%, -51%);
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .top-reception__chat-bubble-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .top-reception__chat-bubble-text {
    -webkit-transform: translate(-51%, -56%);
            transform: translate(-51%, -56%);
  }
}
.top-tips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-tips__ctr {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5%;
}
@media screen and (max-width: 1024px) {
  .top-tips__ctr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0;
  }
}
@media screen and (max-width: 1024px) {
  .top-tips__head {
    position: absolute;
    right: unset;
    bottom: calc(100% - 20px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
  }
}
.top-tips__head-title {
  text-wrap: nowrap;
}
@media screen and (max-width: 1024px) {
  .top-tips__head-title {
    font-size: 80px;
  }
}
.top-tips__head-waze {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .top-tips__head-waze {
    margin-left: -15px;
  }
}
.top-tips__head-waze-img {
  max-width: min(37%, 250px);
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .top-tips__head-waze-img {
    max-width: min(35%, 151px);
  }
}
@media screen and (max-width: 400px) {
  .top-tips__head-waze-img {
    max-width: 131px;
  }
}
@media screen and (min-width: 0) and (max-width: 1024px) and (min-height: 0) and (max-height: 700px) {
  .top-tips__head-waze-img {
    max-width: 100px;
  }
}
.top-tips__head-waze-cv {
  position: relative;
  width: 420px;
  margin-left: -20px;
}
@media screen and (max-width: 1024px) {
  .top-tips__head-waze-cv {
    width: 220px;
    margin: 0;
  }
}
.top-tips__head-waze-cv-text {
  display: block;
  width: 100%;
  font-size: 3.5rem;
  letter-spacing: -0.03em;
  line-height: 1em;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-47%, -72%);
          transform: translate(-47%, -72%);
}
@media screen and (min-width: 1025px) and (max-width: 1920px) {
  .top-tips__head-waze-cv-text {
    font-size: calc(20px + (35 - 20) * (100vw - 1025px) / (1920 - 1025));
  }
}
@media screen and (max-width: 1024px) {
  .top-tips__head-waze-cv-text {
    font-size: 18px;
  }
}
.top-tips__ct {
  min-width: min(49%, 730px);
  max-width: min(49%, 730px);
  height: 100%;
  background-color: #ffd483;
  padding: 50px 40px;
  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: 1024px) {
  .top-tips__ct {
    min-width: 0;
    max-width: 100%;
    width: 100%;
    padding: 15px 26px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.top-tips__ct-list {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .top-tips__ct-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .top-tips__ct-list {
    height: auto;
    gap: 18px;
  }
}
.top-tips__ct-item {
  position: relative;
  padding-left: 150px;
}
@media screen and (min-width: 1366px) and (max-width: 1920px) and (min-height: 600px) and (max-height: 1079px) {
  .top-tips__ct-item {
    padding-left: calc(80px + (150 - 80) * (100vh - 600px) / (1079 - 600));
  }
}
@media screen and (max-width: 1024px) {
  .top-tips__ct-item {
    padding-left: 75px;
  }
}
.top-tips__ct-item:first-child .top-tips__ct-image img {
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .top-tips__ct-item:not(:last-child) {
    margin-bottom: 5px;
  }
}
.top-tips__ct-image {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  max-width: min(120px, 100px + (120 - 100) * (100vw - 1025px) / (1366 - 1025), 70px + (120 - 70) * (100vh - 600px) / (1080 - 600));
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .top-tips__ct-image {
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .top-tips__ct-image {
    max-width: 65px;
  }
}
.top-tips__ct-title {
  font-size: min(2.2rem, 18px + (22 - 18) * (100vw - 1025px) / (1366 - 1025), 15px + (22 - 15) * (100vh - 600px) / (1080 - 600));
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 1em;
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .top-tips__ct-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .top-tips__ct-title {
    font-size: 14px;
  }
}
@media screen and (min-width: 0) and (max-width: 1024px) and (min-height: 0) and (max-height: 720px) {
  .top-tips__ct-title {
    font-size: 12px;
  }
}
@media screen and (max-width: 400px) {
  .top-tips__ct-title {
    font-size: 10px;
  }
}
.top-tips__ct-desc {
  font-size: min(2.2rem, 16px + (22 - 16) * (100vw - 1366px) / (1920 - 1366), 13px + (22 - 13) * (100vh - 600px) / (1080 - 600));
  font-family: "Youtube";
  letter-spacing: -0.03em;
  line-height: 1em;
}
@media screen and (max-width: 1024px) {
  .top-tips__ct-desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .top-tips__ct-desc {
    font-size: 14px;
  }
}
@media screen and (min-width: 0) and (max-width: 1024px) and (min-height: 0) and (max-height: 720px) {
  .top-tips__ct-desc {
    font-size: 12px;
  }
}
@media screen and (max-width: 400px) {
  .top-tips__ct-desc {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .top-dcode {
    min-height: 100vh;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 1024px) {
  .top-dcode__ctr {
    max-height: 170vh;
  }
}
.top-dcode__ct {
  background-color: #f6ecc7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-dcode__head {
  position: absolute;
  top: 26px;
  left: -123px;
  z-index: 1;
}
@media screen and (min-width: 1366px) and (max-width: 1920px) and (min-height: 600px) and (max-height: 1079px) {
  .top-dcode__head {
    top: calc(-25px + (26 - -25) * (100vh - 600px) / (1079 - 600));
  }
}
@media screen and (max-width: 1024px) {
  .top-dcode__head {
    top: unset;
    bottom: calc(100% - 25px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-wrap: nowrap;
  }
}
@media screen and (max-width: 1024px) {
  .top-dcode__colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .top-dcode__colors-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 50px;
    width: 78px;
    height: 78px;
    border-radius: 50%;
  }
}
.top-dcode__colors-item:first-child {
  background-color: #ff94cf;
}
.top-dcode__colors-item:nth-child(2) {
  background-color: #9de0ff;
}
.top-dcode__colors-item:nth-child(3) {
  background-color: #ff9766;
}
.top-dcode__colors-item:last-child {
  background-color: #ffd483;
}
.top-dcode__colors-item:not(:first-child) {
  margin-left: -30px;
}
@media screen and (max-width: 1024px) {
  .top-dcode__attire {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4px;
    margin-top: 50px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .top-dcode__attire-item-text {
    display: block;
    font-size: 1.3rem;
    font-family: "Youtube";
    letter-spacing: -0.03em;
    margin: 9px 0;
  }
}
@media screen and (max-width: 1024px) {
  .top-dcode__attire-item-text.m29-26 {
    margin: 29px 0 26px;
  }
}
.top-dcode__chat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transform: translateX(109px);
          transform: translateX(109px);
}
@media screen and (min-width: 1366px) and (max-width: 1920px) and (min-height: 600px) and (max-height: 1079px) {
  .top-dcode__chat {
    -webkit-transform: translate(calc(60px + (109 - 60) * (100vh - 600px) / (1079 - 600)), calc(-15px + (0 - -15) * (100vh - 600px) / (1079 - 600)));
            transform: translate(calc(60px + (109 - 60) * (100vh - 600px) / (1079 - 600)), calc(-15px + (0 - -15) * (100vh - 600px) / (1079 - 600)));
  }
}
@media screen and (max-width: 1024px) {
  .top-dcode__chat {
    -webkit-transform: none;
            transform: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 25px;
  }
}
.top-dcode__chat-bubble {
  position: relative;
  width: 371px;
}
@media screen and (min-width: 1366px) and (max-width: 1920px) and (min-height: 600px) and (max-height: 1079px) {
  .top-dcode__chat-bubble {
    width: auto;
    height: calc(104px + (184 - 104) * (100vh - 600px) / (1079 - 600));
  }
}
@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .top-dcode__chat-bubble {
    width: 251px;
  }
}
@media screen and (max-width: 1024px) {
  .top-dcode__chat-bubble {
    width: 190px;
  }
}
.top-dcode__chat-bubble-text {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  font-size: min(3.5rem, 20px + (35 - 20) * (100vw - 1025px) / (1920 - 1025), 20px + (35 - 20) * (100vh - 600px) / (1080 - 600));
  letter-spacing: -0.03em;
  line-height: 1em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .top-dcode__chat-bubble-text {
    font-size: 24px;
  }
}
.top-dcode__chat-dog {
  width: 245px;
  margin-left: -40px;
}
@media screen and (min-width: 1366px) and (max-width: 1920px) and (min-height: 600px) and (max-height: 1079px) {
  .top-dcode__chat-dog {
    width: auto;
    height: calc(123px + (223 - 123) * (100vh - 600px) / (1079 - 600));
    margin-left: -20px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .top-dcode__chat-dog {
    width: 145px;
    margin-left: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .top-dcode__chat-dog {
    width: 130px;
    margin-left: -14px;
  }
}
.top-dcode__main {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 32px auto 0;
  -webkit-transform: translateX(-9px);
          transform: translateX(-9px);
  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 (min-width: 1366px) and (max-width: 1920px) and (min-height: 600px) and (max-height: 1079px) {
  .top-dcode__main {
    margin-top: calc(0px + (32 - 0) * (100vh - 600px) / (1079 - 600));
  }
}
@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .top-dcode__main {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .top-dcode__main {
    display: block;
    width: calc(100% + 70px);
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    overflow: auto;
    margin: 30px 0 0;
  }
}
.top-dcode__main-img {
  width: 103.5%;
}
@media screen and (min-width: 1366px) and (max-width: 1920px) and (min-height: 600px) and (max-height: 1079px) {
  .top-dcode__main-img {
    width: 100%;
    height: calc(150px + (318 - 150) * (100vh - 600px) / (1079 - 600));
  }
}
@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .top-dcode__main-img {
    height: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .top-dcode__main-img {
    width: 1400px;
  }
}
@media screen and (max-width: 1024px) {
  .top-dcode__main-dtl {
    display: none;
  }
}
.top-dcode__main-dtl-text {
  font-size: min(1.8rem, 18px + (18 - 18) * (100vw - 1366px) / (1920 - 1366), 10px + (18 - 10) * (100vh - 600px) / (1080 - 600));
  font-family: "Youtube";
  text-transform: uppercase;
  letter-spacing: -0.03em;
  position: absolute;
}
.top-dcode__main-dtl-text:first-child {
  top: 30%;
  left: -2.09%;
}
.top-dcode__main-dtl-text:nth-child(2) {
  top: -6.15%;
  left: 27.81%;
}
.top-dcode__main-dtl-text:nth-child(3) {
  bottom: 18.75%;
  right: 42.43%;
}
.top-dcode__main-dtl-text:nth-child(4) {
  bottom: -8.44%;
  right: 6.95%;
}
.top-dcode__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .top-dcode__info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -15px;
    padding: 0 20px 25px 0;
  }
}
.top-dcode__info-img {
  width: 243px;
}
@media screen and (min-width: 1366px) and (max-width: 1920px) and (min-height: 600px) and (max-height: 1079px) {
  .top-dcode__info-img {
    width: auto;
    height: calc(150px + (217 - 150) * (100vh - 600px) / (1079 - 600));
  }
}
@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .top-dcode__info-img {
    width: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .top-dcode__info-img {
    min-width: 195px;
    width: 195px;
  }
}
@media screen and (max-width: 1024px) {
  .top-dcode__info-ctr {
    margin-left: -10px;
    text-align: center;
  }
}
.top-dcode__info-title {
  font-weight: 600;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .top-dcode__info-title {
    margin-top: 30px;
  }
}
.top-dcode__info-title, .top-dcode__info-desc {
  font-size: min(3.3rem, 28px + (33 - 28) * (100vw - 1366px) / (1920 - 1366), 18px + (33 - 18) * (100vh - 600px) / (1080 - 600));
  font-family: "Youtube";
  letter-spacing: -0.03em;
}
@media screen and (max-width: 1024px) {
  .top-dcode__info-title, .top-dcode__info-desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .top-dcode__info-desc {
    margin-top: 10px;
  }
}
.top-gifts__ctr {
  position: relative;
}
.top-gifts__head {
  position: absolute;
  left: 50%;
  bottom: calc(100% - 25px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top-gifts__ct {
  background-color: #ffdee5;
  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: 1024px) {
  .top-gifts__ct {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-gifts__desc {
  font-size: min(3.3rem, 25px + (33 - 25) * (100vw - 1366px) / (1920 - 1366), 20px + (33 - 20) * (100vh - 600px) / (1080 - 600));
  font-family: "Youtube";
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.25em;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .top-gifts__desc {
    font-size: 20px;
    margin-top: 18px;
  }
}
@media screen and (min-width: 0) and (max-width: 1024px) and (min-height: 0) and (max-height: 720px) {
  .top-gifts__desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 400px) {
  .top-gifts__desc {
    font-size: 15px;
  }
}
.top-gifts__chat {
  position: absolute;
  top: 0;
  left: -115px;
}
.top-gifts__chat-bubble {
  position: relative;
  width: 608px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 1366px) and (max-width: 1920px) {
  .top-gifts__chat-bubble {
    width: calc(508px + (608 - 508) * (100vw - 1366px) / (1920 - 1366));
  }
}
@media screen and (min-width: 1366px) and (max-width: 1920px) and (min-height: 600px) and (max-height: 1079px) {
  .top-gifts__chat-bubble {
    height: calc(180px + (326 - 180) * (100vh - 600px) / (1079 - 600));
  }
}
@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .top-gifts__chat-bubble {
    width: 408px;
  }
}
.top-gifts__chat-bubble-text {
  display: block;
  width: 100%;
  font-size: min(2.9rem, 23px + (29 - 23) * (100vw - 1366px) / (1920 - 1366), 16px + (29 - 16) * (100vh - 600px) / (1080 - 600));
  letter-spacing: -0.03em;
  line-height: 1.25em;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -70%);
          transform: translate(-51%, -70%);
}
.top-gifts__chat-dog {
  width: 473px;
  margin-left: 24px;
  margin-top: -53px;
}
@media screen and (min-width: 1366px) and (max-width: 1920px) {
  .top-gifts__chat-dog {
    width: calc(373px + (473 - 373) * (100vw - 1366px) / (1920 - 1366));
  }
}
@media screen and (min-width: 1366px) and (max-width: 1920px) and (min-height: 600px) and (max-height: 1079px) {
  .top-gifts__chat-dog {
    height: calc(180px + (424 - 180) * (100vh - 600px) / (1079 - 600));
    margin-top: calc(-23px + (-53 - -23) * (100vh - 600px) / (1079 - 600));
  }
}
@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .top-gifts__chat-dog {
    width: 273px;
  }
}
.top-gifts__qr {
  position: absolute;
  right: 48px;
  bottom: -71px;
}
@media screen and (max-width: 1024px) {
  .top-gifts__qr {
    position: static;
  }
}
.top-gifts__qr-img {
  width: 308px;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 1366px) and (max-width: 1920px) {
  .top-gifts__qr-img {
    width: calc(208px + (308 - 208) * (100vw - 1366px) / (1920 - 1366));
  }
}
@media screen and (min-width: 1366px) and (max-width: 1920px) and (min-height: 600px) and (max-height: 1079px) {
  .top-gifts__qr-img {
    height: calc(180px + (308 - 180) * (100vh - 600px) / (1079 - 600));
  }
}
@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .top-gifts__qr-img {
    width: 188px;
  }
}
@media screen and (max-width: 1024px) {
  .top-gifts__qr-img {
    width: 155px;
    height: auto;
  }
}
.top-gifts__qr-dog {
  width: 308px;
  margin-top: -5px;
  margin-left: 13px;
}
@media screen and (min-width: 1366px) and (max-width: 1920px) {
  .top-gifts__qr-dog {
    width: calc(208px + (308 - 208) * (100vw - 1366px) / (1920 - 1366));
  }
}
@media screen and (min-width: 1366px) and (max-width: 1920px) and (min-height: 600px) and (max-height: 1079px) {
  .top-gifts__qr-dog {
    height: calc(265px + (452 - 265) * (100vh - 600px) / (1079 - 600));
  }
}
@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .top-gifts__qr-dog {
    width: 188px;
  }
}
@media screen and (max-width: 1024px) {
  .top-gifts__qr-dog {
    width: 159px;
    height: auto;
    margin: -22px 0 0;
  }
}

.rsvp {
  background-color: #fffaef;
}
.rsvp__main {
  max-width: 1920px;
  margin: 0 auto;
}
.rsvp__main-ctr {
  position: relative;
  height: 100vh;
  height: 100svh;
  max-height: 100vh;
  padding: 0 150px 0 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1366px) {
  .rsvp__main-ctr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    padding: 58px 4.5% 47px;
  }
}
.rsvp__main-image {
  position: relative;
  width: 60%;
  height: 100%;
}
@media screen and (max-width: 1366px) {
  .rsvp__main-image {
    max-height: 70vh;
    max-width: 760px;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .rsvp__main-image {
    max-width: 400px;
    height: auto;
  }
}
.rsvp__main-image-ct {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  margin: 0 auto;
}
.rsvp__main-head-ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 23.9%;
  left: 100px;
}
@media screen and (min-width: 1367px) and (max-width: 1920px) {
  .rsvp__main-head-ct {
    left: calc(35px + (100 - 35) * (100vw - 1367px) / (1920 - 1367));
  }
}
@media screen and (max-width: 1366px) {
  .rsvp__main-head-ct {
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .rsvp__main-head-ct {
    display: none;
  }
}
.rsvp__main-heading, .rsvp__main-date {
  display: block;
  font-size: 4.7rem;
  font-weight: 500;
  font-family: "Vibur", cursive;
  color: #3c0f30;
  line-height: 1.3em;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 1367px) and (max-width: 1920px) {
  .rsvp__main-heading {
    font-size: calc(33px + (47 - 33) * (100vw - 1367px) / (1920 - 1367));
  }
}
.rsvp__main-ct {
  width: 40%;
}
@media screen and (max-width: 1366px) {
  .rsvp__main-ct {
    width: 100%;
  }
}
.rsvp__main-ct-info {
  text-align: center;
}
.rsvp__main-ct-date {
  display: block;
  font-size: 4.8rem;
  font-family: "Vibur", cursive;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #3c0f30;
  margin-bottom: 18px;
}
@media screen and (max-width: 1366px) {
  .rsvp__main-ct-date {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .rsvp__main-ct-date {
    display: block;
    font-size: 35px;
    margin-bottom: 0;
  }
}
.rsvp__main-ct-title {
  font-size: 27.6rem;
  font-family: "Vividly Regular";
  font-weight: 400;
  color: #3c0f30;
  text-transform: uppercase;
  text-align: center;
  line-height: 0.5760869565em;
}
@media screen and (min-width: 1367px) and (max-width: 1500px) {
  .rsvp__main-ct-title {
    font-size: calc(226px + (276 - 226) * (100vw - 1367px) / (1500 - 1367));
  }
}
@media screen and (min-height: 600px) and (max-height: 1080px) {
  .rsvp__main-ct-title {
    font-size: calc(206px + (276 - 206) * (100vh - 600px) / (1080 - 600));
  }
}
.rsvp__main-ct-title > span {
  display: block;
}
.rsvp__main-ct-title > span:last-child {
  -webkit-transform: rotate(-2.17deg);
          transform: rotate(-2.17deg);
}
.rsvp__main-ct-loc {
  font-size: 2.1em;
  font-family: "Kite One", sans-serif;
  letter-spacing: -0.03em;
  color: #3c0f30;
  margin-top: 18px;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .rsvp__main-ct-loc {
    font-size: 16px;
    margin-top: 0;
  }
}
.rsvp__main-ct-link {
  display: block;
  width: 157px;
  margin: 46px auto 0;
  padding: 10px 10px 16px;
  border-radius: 78px;
  background-color: #5f88c7;
  overflow: hidden;
  font-size: 3rem;
  font-family: "Youtube";
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #fffaef;
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 1366px) {
  .rsvp__main-ct-link {
    width: 158px;
    margin-top: 24px;
    padding: 3px 10px 9px;
    font-size: 26px;
  }
}
@media screen and (min-height: 600px) and (max-height: 1080px) {
  .rsvp__main-ct-link {
    margin-top: calc(26px + (46 - 26) * (100vh - 600px) / (1080 - 600));
    padding: calc(5px + (10 - 5) * (100vh - 600px) / (1080 - 600)) 10px calc(11px + (16 - 11) * (100vh - 600px) / (1080 - 600));
  }
}
@media screen and (max-width: 767px) {
  .rsvp__main-ct-link {
    width: 179px;
    padding: 7px 10px 11px;
    font-size: 25px;
    margin-top: 26px;
  }
}
.rsvp__main-ct-link:hover {
  background-color: #e97db8;
}

.overflow {
  overflow: hidden;
}

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

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

.tablet {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .tablet {
    display: block;
  }
}

.tablet-up {
  display: block;
}
@media screen and (max-width: 1366px) {
  .tablet-up {
    display: none;
  }
}

.tablet-up-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1366px) {
  .tablet-up-flex {
    display: none;
  }
}

.tablet-down {
  display: none;
}
@media screen and (max-width: 1366px) {
  .tablet-down {
    display: block;
  }
}

.tablet-down-flex {
  display: none;
}
@media screen and (max-width: 1366px) {
  .tablet-down-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

.big-sp-up-inline {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .big-sp-up-inline {
    display: none;
  }
}

.big-sp-up-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .big-sp-up-flex {
    display: none;
  }
}

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

.big-sp-down-inline {
  display: none;
}
@media screen and (max-width: 1024px) {
  .big-sp-down-inline {
    display: inline;
  }
}

.big-sp-down-flex {
  display: none;
}
@media screen and (max-width: 1024px) {
  .big-sp-down-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

.block {
  display: block;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-nowrap {
  text-wrap: nowrap;
}

.bubble {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.bubble--left-center {
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.bubble--right {
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.bubble--right-center {
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.bubble--top-left {
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.bubble--bottom-right {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}