@media screen and (min-width: 768px) {
  .p-top-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
  }
  .p-top-bg__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: 2;
    pointer-events: none;
  }
  .p-top-bg__video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .p-top-bg__video.is-playing .p-top-bg__video-player {
    opacity: 1;
  }
  .p-top-bg__video-thumbnail {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  .p-top-bg__video-thumbnail picture {
    display: block;
    width: 100%;
    height: 100%;
  }
  .p-top-bg__video-thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-top-bg__video-player {
    width: 101%;
    height: 300%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
  }
}
@media screen and (min-width: 768px) and (max-aspect-ratio: 16/9) {
  .p-top-bg__video-player {
    width: 178.77vh;
    height: 300vh;
  }
}
@media screen and (min-width: 768px) {
  .p-top-bg__video-control {
    position: absolute;
    right: 40px;
    bottom: 33px;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
  .p-top-bg__video-control.is-hidden {
    display: none;
  }
  .p-top-bg__video-button {
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
    opacity: 0.7;
  }
  .p-top-bg__video-button.is-active .p-top-bg__video-icon--play {
    display: block;
  }
  .p-top-bg__video-button.is-active .p-top-bg__video-icon--pause {
    display: none;
  }
  .p-top-bg__video-button.is-active .p-top-bg__video-icon--mute {
    display: none;
  }
  .p-top-bg__video-button.is-active .p-top-bg__video-icon--unmute {
    display: block;
  }
  .p-top-bg__video-button:hover {
    opacity: 1;
  }
  .p-top-bg__video-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .p-top-bg__video-icon img {
    width: 100%;
  }
  .p-top-bg__video-icon--play {
    display: none;
  }
  .p-top-bg__video-icon--unmute {
    display: none;
  }
  .p-top-bg__scroll {
    position: absolute;
    left: calc(50% - 1px);
    top: calc(50% + 51.5px + 52px);
    height: 140px;
    width: 2px;
    background: rgba(255, 255, 255, 0.3);
    pointer-events: none;
    z-index: 2;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .p-top-bg__scroll.is-hidden {
    opacity: 0;
  }
  .p-top-bg__scroll span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;
    -webkit-animation: scrollbar-anim 3s ease-out infinite;
            animation: scrollbar-anim 3s ease-out infinite;
  }
  .p-top-mv {
    position: relative;
    z-index: 1;
    pointer-events: none;
  }
  .p-top-mv__inner {
    height: 100%;
  }
  .p-top-mv__heading {
    position: relative;
    height: 150vh;
    min-height: 900px;
  }
  .p-top-mv__heading-title {
    position: sticky;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-top-mv__heading-hello {
    width: 335px;
    margin: 0 auto;
  }
  .p-top-mv__heading-pds {
    width: 390px;
    margin: 20px auto 0;
  }
  .p-top-mv__content {
    margin-top: calc(min(-50vh, -300px) + 103px + 100px);
    height: 100vh;
    min-height: 600px;
    padding: 75px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    pointer-events: none;
  }
  .p-top-mv__content p {
    pointer-events: auto;
  }
  .p-top-mv__content p + p {
    margin-top: 2em;
  }
  .p-top-container {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 250px 0 200px;
  }
  .p-top-detail {
    --left-margin: 13.28%;
    --right-margin: 9.37%;
  }
  .p-top-detail__inner {
    width: auto;
  }
  .p-top-detail__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8%;
    margin: 0 var(--right-margin) 0 var(--left-margin);
  }
  .p-top-detail__heading {
    position: relative;
    z-index: 2;
  }
  .p-top-detail__heading--space {
    margin-bottom: -4%;
  }
  .p-top-detail__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    margin-top: -5%;
  }
  .p-top-detail__content-title {
    font-size: 28px;
    line-height: 1.3;
  }
  .p-top-detail__content-text {
    margin-top: 30px;
    font-size: 15px;
    line-height: 2;
  }
  .p-top-detail__slider {
    position: relative;
    width: 44.45%;
  }
  .p-top-detail__slider-image {
    position: relative;
    z-index: 1;
  }
  .p-top-detail__slider-image::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 2;
  }
  .p-top-detail__slider-image img {
    position: relative;
    z-index: 1;
  }
  .p-top-detail__slider-caption {
    color: #fff;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 13px;
    z-index: 2;
    font-size: 13px;
    line-height: 1.6;
  }
  .p-top-detail__slider-caption--center {
    text-align: center;
    font-size: 15px;
  }
  .p-top-detail__slider-arrows {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
  .p-top-detail__slider-arrow {
    position: relative;
    width: 34px;
    height: 34px;
    background: #D3B48A;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .p-top-detail__slider-arrow:hover {
    background: #111;
  }
  .p-top-detail__slider-arrow::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
  }
  .p-top-detail__slider-arrow--prev::after {
    -webkit-transform: translate(-35%, -50%) rotate(-135deg);
        -ms-transform: translate(-35%, -50%) rotate(-135deg);
            transform: translate(-35%, -50%) rotate(-135deg);
  }
  .p-top-detail__slider-arrow--next::after {
    -webkit-transform: translate(-65%, -50%) rotate(45deg);
        -ms-transform: translate(-65%, -50%) rotate(45deg);
            transform: translate(-65%, -50%) rotate(45deg);
  }
  .p-top-detail__slider-case {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 8px;
    position: absolute;
    right: 0;
    bottom: 3px;
  }
  .p-top-detail__slider-case-button {
    border: 1px solid;
    padding: 1px 15px 0px;
    height: 31px;
    font-size: 13px;
    line-height: 1.2;
    border-radius: 16px;
    opacity: 0.3;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    cursor: pointer;
    -webkit-transition: background 0.3s, opacity 0.3s;
    transition: background 0.3s, opacity 0.3s;
  }
  .p-top-detail__slider-case-button:hover {
    opacity: 1;
  }
  .p-top-detail__slider-case-button.is-active {
    opacity: 1;
  }
  .p-top-detail__slider-case-button.is-active .p-top-detail__slider-case-text {
    display: block;
  }
  .p-top-detail__slider-case-text {
    display: none;
  }
  .p-top-detail--space .p-top-detail__heading {
    width: 67.5%;
    margin: 0 auto -8.7% var(--left-margin);
  }
  .p-top-detail--cuisine {
    margin-top: 210px;
  }
  .p-top-detail--cuisine .p-top-detail__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin: 0 var(--left-margin) 0 var(--right-margin);
  }
  .p-top-detail--cuisine .p-top-detail__heading {
    width: 84.94%;
    margin: 0 auto -7.5% var(--right-margin);
  }
  .p-top-detail--team {
    margin-top: 267px;
  }
  .p-top-detail--team .p-top-detail__heading {
    width: 97.59%;
    margin: 0 auto -10.8% 1.1%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-top-detail__content {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-top-detail {
    --left-margin: 11.28%;
    --right-margin: 7.37%;
  }
  .p-top-detail__content {
    margin-top: 5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-top-detail {
    --left-margin: 7.37%;
  }
  .p-top-detail__container {
    gap: 7%;
  }
  .p-top-detail--space .p-top-detail__heading {
    margin-bottom: -7%;
  }
  .p-top-detail--cuisine .p-top-detail__heading {
    margin-bottom: -6%;
  }
  .p-top-detail--team .p-top-detail__heading {
    margin-bottom: -7%;
  }
}
@media screen and (min-width: 768px) {
  .p-top-weddings {
    position: relative;
    z-index: 2;
    color: #fff;
  }
  .p-top-weddings__inner {
    padding: 166px 0 160px;
  }
  .p-top-weddings__heading {
    text-align: center;
  }
  .p-top-weddings__heading-title {
    font-size: 15px;
    line-height: 1.2;
  }
  .p-top-weddings__heading-logo {
    width: 477px;
    margin: 25px auto 0;
  }
  .p-top-weddings__content {
    margin-top: 60px;
    font-size: 16px;
    line-height: 2;
    text-align: center;
  }
  .p-top-weddings__content p + p {
    margin-top: 2em;
  }
  .p-top-weddings__button {
    margin-top: 48px;
  }
  .p-top-weddings__button .c-button {
    height: 45px;
  }
  .p-top-locations {
    position: relative;
    z-index: 2;
    background-color: #EFE9DA;
  }
  .p-top-locations__inner {
    padding: 140px 0 0;
  }
  .p-top-locations__title {
    max-width: 446px;
    width: 100%;
    margin: 0 auto;
  }
  .p-top-locations__title img {
    -webkit-transform: rotate(0.0001deg);
        -ms-transform: rotate(0.0001deg);
            transform: rotate(0.0001deg);
  }
  .p-top-locations__text {
    margin-top: 40px;
    font-size: 16px;
    line-height: 2;
    text-align: center;
  }
  .p-top-locations__button {
    margin-top: 48px;
    text-align: center;
  }
  .p-top-locations__button .c-button {
    margin: 0 auto;
    padding: 0 80px;
  }
  .p-top-locations__bg {
    margin-top: 97px;
    width: 100%;
    line-height: 1;
    font-size: 0;
  }
  .p-top-locations__bg picture {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-top-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100 * var(--lvh, 1lvh));
    overflow: hidden;
    z-index: 1;
  }
  .p-top-bg__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: 2;
    pointer-events: none;
  }
  .p-top-bg__video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .p-top-bg__video.is-playing .p-top-bg__video-player {
    opacity: 1;
  }
  .p-top-bg__video-thumbnail {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  .p-top-bg__video-thumbnail picture {
    display: block;
    width: 100%;
    height: 100%;
  }
  .p-top-bg__video-thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-top-bg__video-player {
    width: calc(177.77 * var(--lvh, 1lvh));
    height: 130%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
  }
}
@media screen and (max-width: 767px) and (max-aspect-ratio: 9/16) {
  .p-top-bg__video-player {
    width: calc(56.25 * var(--lvh, 1lvh));
  }
}
@media screen and (max-width: 767px) {
  .p-top-bg__video-control {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    opacity: 0.7;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .p-top-bg__video-control.is-hidden {
    display: none;
  }
  .p-top-bg__video-button {
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  .p-top-bg__video-button.is-active .p-top-bg__video-icon--play {
    display: block;
  }
  .p-top-bg__video-button.is-active .p-top-bg__video-icon--pause {
    display: none;
  }
  .p-top-bg__video-button.is-active .p-top-bg__video-icon--mute {
    display: none;
  }
  .p-top-bg__video-button.is-active .p-top-bg__video-icon--unmute {
    display: block;
  }
  .p-top-bg__video-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .p-top-bg__video-icon img {
    width: 100%;
  }
  .p-top-bg__video-icon--play {
    display: none;
  }
  .p-top-bg__video-icon--unmute {
    display: none;
  }
  .p-top-bg__scroll {
    position: absolute;
    left: 50%;
    top: calc(50% + 43.5px + 42px);
    height: 100px;
    width: 2px;
    background: rgba(255, 255, 255, 0.3);
    pointer-events: none;
    z-index: 2;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .p-top-bg__scroll.is-hidden {
    opacity: 0;
  }
  .p-top-bg__scroll span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;
    -webkit-animation: scrollbar-anim 3s ease-out infinite;
            animation: scrollbar-anim 3s ease-out infinite;
  }
  .p-top-mv {
    position: relative;
    z-index: 1;
    pointer-events: none;
  }
  .p-top-mv__inner {
    height: 100%;
  }
  .p-top-mv__heading {
    position: relative;
    height: calc(150 * var(--svh, 1svh));
  }
  .p-top-mv__heading-title {
    position: sticky;
    top: calc(50 * var(--svh, 1svh));
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-top-mv__heading-hello {
    margin: 0 auto;
    width: 84.776%;
    max-width: 284px;
  }
  .p-top-mv__heading-pds {
    margin: 18px auto 0;
    width: 98.158%;
    max-width: 329px;
  }
  .p-top-mv__content {
    margin-top: calc(-50 * var(--svh, 1svh) + 43vw + 140px);
    height: calc(100 * var(--svh, 1svh));
    min-height: 600px;
    padding: 75px 0 190px;
    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;
    color: #fff;
    font-size: 15px;
    line-height: 1.9;
    pointer-events: none;
  }
  .p-top-mv__content p {
    pointer-events: auto;
  }
  .p-top-mv__content p + p {
    margin-top: 1.8em;
  }
  .p-top-container {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 180px 0 140px;
  }
  .p-top-detail__inner {
    width: auto;
  }
  .p-top-detail__heading {
    position: relative;
    z-index: 2;
    width: 85.066%;
    margin: 0 auto;
  }
  .p-top-detail__heading img {
    width: 100%;
  }
  .p-top-detail__content {
    width: 85.066%;
    margin: 32px auto 0;
  }
  .p-top-detail__content-title {
    font-size: 24px;
    line-height: 1.3;
  }
  .p-top-detail__content-text {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.9;
  }
  .p-top-detail__slider {
    position: relative;
    width: 92.53%;
    margin: 30px 0 0 auto;
  }
  .p-top-detail__slider-image {
    position: relative;
    z-index: 1;
  }
  .p-top-detail__slider-image::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 2;
  }
  .p-top-detail__slider-image img {
    position: relative;
    z-index: 1;
  }
  .p-top-detail__slider-caption {
    color: #fff;
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 14px;
    z-index: 2;
    font-size: 13px;
    line-height: 1.6;
  }
  .p-top-detail__slider-caption--center {
    font-size: 15px;
    text-align: center;
  }
  .p-top-detail__slider-arrows {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
  .p-top-detail__slider-arrow {
    position: relative;
    width: 34px;
    height: 34px;
    background: #D3B48A;
    border-radius: 50%;
    cursor: pointer;
  }
  .p-top-detail__slider-arrow::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
  }
  .p-top-detail__slider-arrow--prev::after {
    -webkit-transform: translate(-35%, -50%) rotate(-135deg);
        -ms-transform: translate(-35%, -50%) rotate(-135deg);
            transform: translate(-35%, -50%) rotate(-135deg);
  }
  .p-top-detail__slider-arrow--next::after {
    -webkit-transform: translate(-65%, -50%) rotate(45deg);
        -ms-transform: translate(-65%, -50%) rotate(45deg);
            transform: translate(-65%, -50%) rotate(45deg);
  }
  .p-top-detail__slider-case {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 8px;
    position: absolute;
    right: 4.3%;
    bottom: 0;
  }
  .p-top-detail__slider-case-button {
    border: 1px solid;
    padding: 0 15px 1px;
    height: 32px;
    font-size: 13px;
    line-height: 1.2;
    border-radius: 16px;
    opacity: 0.3;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    cursor: pointer;
  }
  .p-top-detail__slider-case-button.is-active {
    opacity: 1;
  }
  .p-top-detail__slider-case-button.is-active .p-top-detail__slider-case-text {
    display: block;
  }
  .p-top-detail__slider-case-text {
    display: none;
  }
  .p-top-detail--space .p-top-detail__heading {
    margin-bottom: -11.5%;
  }
  .p-top-detail--cuisine {
    margin-top: 186px;
  }
  .p-top-detail--cuisine .p-top-detail__heading {
    margin-bottom: -13%;
  }
  .p-top-detail--cuisine .p-top-detail__slider {
    margin: 32px auto 0 0;
  }
  .p-top-detail--cuisine .p-top-detail__slider-arrows {
    margin-left: 8%;
  }
  .p-top-detail--team {
    margin-top: 166px;
  }
  .p-top-detail--team .p-top-detail__heading {
    margin-bottom: -7.3%;
  }
  .p-top-weddings {
    position: relative;
    z-index: 2;
    color: #fff;
  }
  .p-top-weddings__inner {
    padding: 127px 0 120px;
  }
  .p-top-weddings__heading {
    text-align: center;
  }
  .p-top-weddings__heading-title {
    font-size: 15px;
    line-height: 1.2;
  }
  .p-top-weddings__heading-logo {
    margin: 25px auto 0;
  }
  .p-top-weddings__content {
    margin-top: 40px;
    font-size: 15px;
    line-height: 1.9;
  }
  .p-top-weddings__content p + p {
    margin-top: 1.8em;
  }
  .p-top-weddings__button {
    margin-top: 38px;
    text-align: center;
  }
  .p-top-weddings__button .c-button {
    height: 44px;
  }
  .p-top-locations {
    position: relative;
    z-index: 2;
    background-color: #EFE9DA;
  }
  .p-top-locations__inner {
    padding: 120px 0 0;
    width: 91.46%;
  }
  .p-top-locations__title {
    width: 91.97%;
    margin: 0 auto;
  }
  .p-top-locations__text {
    margin-top: 48px;
    font-size: 15px;
    line-height: 2.25;
    text-align: center;
  }
  .p-top-locations__button {
    margin-top: 49px;
    text-align: center;
  }
  .p-top-locations__button .c-button {
    width: 100%;
  }
  .p-top-locations__bg {
    margin-top: 88px;
    width: 100%;
    line-height: 1;
    font-size: 0;
  }
  .p-top-locations__bg picture {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  body:has(.c-nav.is-visible) .p-top-bg__video-control {
    -webkit-transform: translateY(-47px);
        -ms-transform: translateY(-47px);
            transform: translateY(-47px);
  }
}

@-webkit-keyframes scrollbar-anim {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  40% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  45% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  90% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
}

@keyframes scrollbar-anim {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  40% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  45% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  90% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
}
body.firefox .p-top-mv__heading-title img {
  -webkit-transform: rotate(0.0001deg);
      -ms-transform: rotate(0.0001deg);
          transform: rotate(0.0001deg);
}
body.firefox .p-top-detail__heading img {
  -webkit-transform: rotate(0.0001deg);
      -ms-transform: rotate(0.0001deg);
          transform: rotate(0.0001deg);
}
body.firefox .p-top-weddings__heading-logo img {
  -webkit-transform: rotate(0.0001deg);
      -ms-transform: rotate(0.0001deg);
          transform: rotate(0.0001deg);
}
body.firefox .p-top-locations__title img {
  -webkit-transform: rotate(0.0001deg);
      -ms-transform: rotate(0.0001deg);
          transform: rotate(0.0001deg);
}