body {
    background-color: #000;
    color: #FFF;
    font-family: 'Silka', sans-serif !important;
    font-weight: 300;
    cursor: url('/lust-memory/mouse.png') 16 16, auto !important;
}

.anniversary-join-button, .anniversary-join-button:hover, .anniversary-join-button:focus {
    font-size: 20px;
    color: #fff !important;
    text-align: center;
    font-weight: 300 !important;
    padding: 10px 34px !important;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    transition: none !important;
    box-shadow: none !important;
    border-radius: 30px;
    background: 
        linear-gradient(#000, #000) padding-box,
        linear-gradient(105.72deg, #895A37 12.89%, #D5AF74 43.94%, #EAC885 68.01%, #8D5F3B 93.64%) border-box;
    border: 1px solid transparent !important;
}

.anniversary-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}

.anniversary-menu ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.anniversary-menu ul a, .anniversary-menu ul a:hover, .anniversary-menu ul a:focus {
    color: #E9E4DB;
    text-decoration: none;
}

.anniversary-full-screen {
    height: 100vh;
    min-height: 1100px;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.anniversary-main-content {
    background: url('/lust-memory/bg.png') no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.anniversary-main-content h1 img {
    position: relative;
    left: -7%;
}

.anniversary-main-content h2 {
    font-size: 46px;
    margin-bottom: 0;
    font-family: 'BentonModDisp', sans-serif;
    font-weight: 400;
    text-align: center;
    margin-bottom: 48px;
    color: #fff;
}

.anniversary-main-content-buttons {
    display: flex;
    gap: 20px;
}

.anniversary-main-content a {
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 10px 34px;
    text-decoration: none;
    display: inline-block;
    cursor: url('/lust-memory/mouse.png') 16 16, auto !important;
    border-radius: 30px;
    background: 
        linear-gradient(#000, #000) padding-box,
        linear-gradient(105.72deg, #895A37 12.89%, #D5AF74 43.94%, #EAC885 68.01%, #8D5F3B 93.64%) border-box;
    border: 1px solid transparent;
}

.anniversary-main-content a:hover, .anniversary-main-content a:focus {
    text-decoration: none;
}

.anniversary-canvas {
    background-color: #000;
    display: flex;
    overflow: hidden;
    padding: 50px 0;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    position: relative;
}

.anniversary-canvas-scroll {
    overflow: hidden;
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.anniversary-canvas-scroll::-webkit-scrollbar {
    display: none;
}

.anniversary-canvas-title {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
    position: absolute;
    right: 160px;
    bottom: 80px;
    color: #CCB9A4;
    border: 1px solid #CCB9A4;
    padding: 6px 12px;
    border-radius: 30px;
}

.anniversary-canvas-title i {
    font-style: normal;
}

.anniversary-canvas-title span {
    text-decoration: none;
    display: inline-block;
    cursor: url('/lust-memory/mouse.png') 16 16, auto !important;
    border-radius: 30px;
    color: #CCB9A4;
    border: 1px solid #CCB9A4;
    width: 30px;
    height: 30px;
    padding: 3px 2px;
    text-align: center;
}

.anniversary-canvas-scroll-row {
    display: flex;
    height: 100%;
    width: max-content;
}

.anniversary-scene {    
    width: 100vw;
    height: auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 160px 80px 140px;
    overflow: hidden;
}

.anniversary-scene img {
    filter: grayscale(100%);
    object-fit: contain;
    width: 100%;
    cursor: url('/lust-memory/pointer.png') 16 16, auto !important;
    height: auto;
    box-shadow: 0 0 20px rgba(205, 166, 111, 0.8);
}

.anniversary-scene img:hover, .anniversary-scene.selected img {
    filter: none;
}

.anniversary-scene-handle {
    position: absolute;
    z-index: 10;
    width: 25px;
    height: auto;
    bottom: 80px;
    left: 130px;
    cursor: url('/lust-memory/mouse.png') 16 16, auto !important;
}

.anniversary-scene-handle.right {
    left: 180px;
    width: 22px;
}

.anniversary-other-handle {
    position: absolute;
    z-index: 10;
    width: 40px;
    height: auto;
    top: 45%;
    left: 10px;
    cursor: url('/lust-memory/mouse.png') 16 16, auto !important;
}

.anniversary-other-handle.right {
    right: 25px;
    left: auto;
}

.anniversary-secondary-content {
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #000;
    background-image: url('/lust-memory/marble-3.png');
    background-repeat: no-repeat;
    background-size: 15%;
    background-position: right bottom;
    position: relative;
    gap: 20px
}

.anniversary-secondary-content::after {
    content: '';
    background-image: url('/lust-memory/marble-1.png');
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: left 0% top 35%;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.anniversary-marquee { 
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: 10px;
    margin-bottom: 48px;
}

.anniversary-marquee div {
    flex-shrink: 1;
    display: flex;
    justify-content: space-around;
    animation: scroll 25s linear infinite;
    min-width: 100%;
    gap: 10px;
}

@keyframes scroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(calc(-100% - 10px));
    }
}

.anniversary-secondary-content p {
    color: #E9E4DB;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
}

.anniversary-secondary-content .anniversary-secondary-content-info {
    display: block;
    padding: 5% 24%;
    line-height: 1.6;
    flex: 1.4;
}

.anniversary-casting-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.anniversary-casting-wrapper h3 {
    padding: 100px 40px;
}

.anniversary-casting-scene-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.anniversary-casting-scene {
    padding: 10px 20px 5px 50px;
    color: #E9E4DB;
    cursor: url('/lust-memory/pointer.png') 16 16, auto !important;
    text-decoration: none;
    background: url('/lust-memory/scene-play.png') no-repeat;
}

.anniversary-casting-scroll {
    scroll-behavior: smooth;
    width: 100vw;
    position: relative;
}

.anniversary-casting-scroll-row {
    display: flex;
    gap: 30px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    padding: 0 5vw;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.anniversary-casting-scroll-row::-webkit-scrollbar {
    display: none;
}


.anniversary-casting-scroll-row .anniversary-casting {
    text-align: center;
    position: relative;
    padding-bottom: 60px;
}

.anniversary-casting-scroll-row .anniversary-casting-img:hover,
.anniversary-casting-scroll-row .anniversary-casting-img:focus,
.anniversary-casting-scroll-row .anniversary-casting-img.blur {
    filter: none;
    cursor: url('/lust-memory/pointer.png') 16 16, auto !important;
}

.anniversary-casting-scroll-row .anniversary-casting-img.blur {
    filter: blur(20px);
}

.anniversary-casting-scroll-row .anniversary-casting-img-wrap  {
    width: 270px;
    height: 400px;
    padding: 5px;
    border: 1px solid #CCB9A4;
    border-radius: 160px;
    background-color: #000;
}

.anniversary-casting-scroll-row .anniversary-casting-img-desc  {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 60px 20px 10px;
    width: 100%;
    box-sizing: border-box;
}

.anniversary-casting-scroll-row .anniversary-casting-img-desc p {
    margin-top: 0;
    color: #FFF;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 300;
}

.anniversary-casting-scroll-row .anniversary-casting-img  {
    filter: grayscale(100%);
    background-position: center;
    background-size: cover;
    border-radius: 160px;
    cursor: url('/lust-memory/pointer.png') 16 16, auto !important;
    width: 100%;
    height: 100%;
}

.anniversary-casting-scroll-row span {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    text-align: center;
    padding: 12px;
    width: 100%;
}

.anniversary-chapters {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    gap: 100px;
}

.anniversary-chapters h3 {
    flex: 1;
    margin-left: 48px;
}

.anniversary-chapters ul {
    flex: 1;
}

.anniversary-chapters ul li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0px 50px 10px;
    font-size: 18px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(233, 228, 219, 0.3);
}

.anniversary-chapters ul li .anniversary-chapter-info b {
    position: absolute;
    top: 14px;
    left: 0;
    font-size: 14px;
    min-width: 35px;
    border: 1px solid #FFF;
    text-align: center;
    border-radius: 50px;
    padding: 5px;
}

.anniversary-chapters ul li .anniversary-chapter-info span {
    position: absolute;
    top: 1px;
    left: 50px;
    color: green;
    display: block;
    font-size: 16px;
}

.anniversary-chapters ul li .anniversary-chapter-date {
    display: flex;
    flex-direction: column;
    padding: 6px;
    border: 1px solid #CDA66F;
    min-width: 60px;
    color: #CDA66F;
    border-radius: 6px;
    font-size: 14px;
    align-items: center;
}

.anniversary-chapters ul li .anniversary-chapter-date span {
    color: #FFF;
}

.anniversary-photos {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 250px;
    background-image: url('/lust-memory/anniversary-photos-bg.png');
    background-repeat: no-repeat;
    background-size: 15%;
    background-position: left top;
}

.anniversary-photos-scroll-wrapper {
    overflow: hidden;
    position: relative;
    width: 100vw;
    padding: 80px;
}

.anniversary-photos-scroll {
    overflow: hidden;
    width: 100vw;
    padding-right: 160px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.anniversary-photos-scroll::-webkit-scrollbar {
    display: none;
}

.anniversary-photos-scroll-row {
    display: flex;
    width: max-content; 
    scroll-behavior: smooth;
    min-width: 200%;
    gap: 24px;
}

.anniversary-photos-scroll-row .anniversary-photos-scroll-image-wrapper {
    background: #2B2D31;
    width: 800px;
    margin-right: 10px;
    border-radius: 16px;
    padding: 20px 70px 50px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.anniversary-photos-scroll-row .anniversary-photos-scroll-image-wrapper a {
    text-decoration: none;
    cursor: url('/lust-memory/pointer.png') 16 16, auto !important;
}

.anniversary-photos-scroll-row .anniversary-photos-scroll-image-wrapper .anniversary-photos-scroll-title-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
} 

.anniversary-photos-scroll-row p {
    margin-top: 0;
    margin-bottom: 10px;
    color: #CCB9A4;
    font-weight: 300;
}

.anniversary-photos-scroll-row .anniversary-watch {
    position: absolute;
    right: 15%;
    top: 45%;
    color: #FFF;
    padding: 10px 34px;
    text-decoration: none;
    font-weight: 300;
    border: 1px solid #FFF;
    border-radius: 30px;
    display: none;
}

.anniversary-photos-scroll-row img {
    flex-shrink: 0;
    width: 100%;
    cursor: url('/lust-memory/pointer.png') 16 16, auto !important;
    height: auto;
    filter: grayscale(100%);
}

.anniversary-photos-scroll-row .anniversary-photos-scroll-image-wrapper:hover span, .anniversary-photos-scroll-row .anniversary-photos-scroll-image-wrapper:focus span {
    display: inline-block;
}

.anniversary-photos-scroll-row .anniversary-photos-scroll-image-wrapper:hover img, .anniversary-photos-scroll-row .anniversary-photos-scroll-image-wrapper:focus img {
    filter: none;
}

.anniversary-full-trailer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.anniversary-full-trailer h3 {
    padding: 100px 40px 60px;
}

.anniversary-full-trailer .anniversary-trailer-wrap {
    height: 500px;
    background-size: cover;
    padding: 5px;
    border: 1px solid #CCB9A4;
    border-radius: 300px;
    width: 90%;
    background-color: #000;
    position: relative;
    cursor: url('/lust-memory/pointer.png') 16 16, auto !important;
}

.anniversary-full-trailer .anniversary-trailer-image {
    background-position: top;
    background-size: cover;
    filter: grayscale(100%);
    border-radius: 300px;
    width: 100%;
    height: 100%;
}

.anniversary-full-trailer .anniversary-trailer-wrap:hover .anniversary-trailer-image {
    filter: none;
}

.anniversary-full-trailer .anniversary-trailer-wrap span {
    position: absolute;
    right: 15%;
    top: 45%;
    color: #FFF;
    padding: 10px 34px;
    text-decoration: none;
    font-weight: 300;
    border: 1px solid #FFF;
    border-radius: 30px;
    display: none;
}

.anniversary-full-trailer .anniversary-trailer-wrap:hover span, .anniversary-full-trailer .anniversary-trailer-wrap:focus span {
    display: inline-block;
}


.anniversary-info-box {
    position: absolute;
    bottom: 80px;
    right: 100px;
    width: 400px;
    padding: 30px 20px 20px;
    background: rgba(65, 65, 65, 0.5);
    color: #CCB9A4;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    border: 1px solid #CCB9A4;
    z-index: 10;
    border-radius: 12px;
}

.anniversary-info-box a {
    text-decoration: none;
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    cursor: url('/lust-memory/mouse.png') 16 16, auto !important;
    border-radius: 30px;
    color: #CCB9A4;
    border: 1px solid #CCB9A4;
    width: 30px;
    height: 30px;
    padding: 3px 2px;
    text-align: center;
}

.anniversary-info-box h3, .anniversary-info-box h4 {
   margin-bottom: 10px;
   font-weight: 300;
   font-size: 23px;
   color: #CCB9A4;
}

.anniversary-info-box h4 {
    font-family: 'BentonModDisp', sans-serif;
    font-size: 28px;
    font-weight: 400;
}

.anniversary-info-box h3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #CCB9A4;
}

.anniversary-info-box h3 .logo-wrapper {
    margin-right: 12px;
}

.anniversary-info-box h3 svg {
    height: 35px;
    max-width: 120px;
}

.anniversary-info-box h3 .handles svg {
    height: 25px;
}

.anniversary-info-box h3 .handles svg:first-child {
    margin-right: 16px;
}

.anniversary-info-box .anniversary-info-box-image-wrap {
    position: relative;
}

.anniversary-info-box .anniversary-info-box-image-wrap span {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 6px 20px;
    text-decoration: none;
    display: inline-block;
    font-weight: 300;
    cursor: url('/lust-memory/pointer.png') 16 16, auto !important;
    border-radius: 30px;
    background: transparent;
    border: 1px solid #fff;
    position: absolute;
    right: 5%;
    bottom: 5%;
}

.anniversary-info-box img {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
}

.anniversary-video-container {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}

.anniversary-video-container-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 20;
}

.anniversary-video-container .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 20;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 5px 2px;
    text-align: center;
    width: 30px;
    height: 30px;
    cursor: url('/lust-memory/mouse.png') 16 16, auto !important;
}

.anniversary-become-member {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url('/lust-memory/marble-1.png');
    background-repeat: no-repeat;
    background-size: 25%;
    background-position: left 10% top 10%;
    position: relative;
}

.anniversary-become-member::after {
    content: '';
    background-image: url('/lust-memory/marble-2.png');
    background-repeat: no-repeat;
    background-size: 25%;
    background-position: right 10% bottom 10%;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.anniversary-become-member h3 {
    color: #FFF;
    font-weight: 400;
    font-family: 'BentonModDisp', sans-serif;
    font-size: 26px;
    margin: 24px 0;
}

.anniversary-become-member a {
    color: #FFF;
    padding: 10px 34px;
    text-decoration: none;
    font-weight: 300;
    border-radius: 30px;
    position: relative;
    z-index: 2;
    background: 
        linear-gradient(#000, #000) padding-box,
        linear-gradient(105.72deg, #895A37 12.89%, #D5AF74 43.94%, #EAC885 68.01%, #8D5F3B 93.64%) border-box;
    border: 1px solid transparent;
    font-size: 20px;
}


@media (max-width: 576px) {
    .anniversary-full-screen {
        height: auto;
        width: auto;
        margin: 50px 0;
    }
    .anniversary-menu ul {
        display: none;
    }
    .anniversary-main-content {
        height: 100vh;
        width: 100vw;
        min-height: 100vh;
    }
    .anniversary-main-content h2 {
        font-size: 26px;
    }
    .anniversary-secondary-content {
        padding: 20px 0;
    }
    .anniversary-secondary-content p {
        margin-top: 0;
        font-size: 16px;
    }
    .anniversary-secondary-content .anniversary-secondary-content-info {
        background: none;
        padding: 5% 10%;
    }
    .anniversary-canvas { 
        height: 100vh;
        width: 100vw;
        min-height: 100vh;
    }
    .anniversary-canvas-title {
        right: 10px;
        bottom: 10px;
    }
    .anniversary-scene {
        padding: 10px 20px 10px 15px;
    }
    .anniversary-other-handle {
        width: 15px;
        top: 40%;
    }
    .anniversary-info-box {
        width: 88%;
        padding: 10px;
        bottom: 10px;
        right: 10px;
    }
    .anniversary-info-box h3 svg {
        max-width: 90px;
    }
    .anniversary-scene-handle, .anniversary-scene-handle.right {
        width: 15px;
        bottom: 10px;
        left: 10px;
    }
    .anniversary-scene-handle.right {
        width: 13.5px;
        left: 35px;
    }
    .anniversary-info-box h3 {
        font-size: 16px;
    }
    .anniversary-info-box h3 .handles svg:first-child {
        margin-right: 10px;
    }
    .anniversary-info-box h4 {
        font-size: 20px;
    }
    .anniversary-marquee {
        margin-bottom: 0;
    }
    .anniversary-marquee div img {
        width: 200%;
        max-width: 200%;
    }
    .anniversary-casting-wrapper {
        height: 100vh;
        width: 100vw;
        min-height: 100vh;
    }
    .anniversary-casting-scroll-row {
        padding: 0 10vw;
    }
    .anniversary-casting-scroll .anniversary-scene-handle {
        top: 30%;
    }
    .anniversary-casting-scroll-row .anniversary-casting-img-desc p {
        font-size: 14px;
    }
    .anniversary-photos-scroll-wrapper {
        padding: 80px 40px;
    }
    .anniversary-chapters {
        flex-direction: column;
        gap: 20px;
    }
    .anniversary-chapters h3 {
        padding: 0 20px;
        text-align: center;
        margin-left: 0;
    }
    .anniversary-chapters h3 img {
        width: 72%;
        margin: 0 auto;
    }
    .anniversary-chapters ul {
        padding: 0 10px;
    }
    .anniversary-chapters ul li {
        padding: 0px 10px 10px 50px;
        line-height: 1;
    }
    .anniversary-chapters ul li .anniversary-chapter-info span {
        top: -6px;
        font-size: 12px;
    }
    .anniversary-photos {
        background-size: 25%;
        padding-top: 150px;
    }
    .anniversary-photos-scroll {
        padding-right: 80px;
    }
    .anniversary-photos-scroll-row .anniversary-photos-scroll-image-wrapper {
        width: 270px;
        padding: 10px 15px 15px;
    }
    .anniversary-photos-scroll-row p {
        font-size: 11px;
        margin-bottom: 5px;
    }
    .anniversary-photos-scroll-row a {
        right: 10%;
        padding: 5px 20px;
        font-size: 12px;
    }
    .anniversary-full-trailer h3 {
        padding: 50px 20px;
        text-align: center;
    }
    .anniversary-full-trailer h3 img {
        width: 75%;
        margin: 0 auto;
    }
    .anniversary-full-trailer .anniversary-trailer-wrap {
        height: 220px;
        overflow: hidden;
    }
    .anniversary-full-trailer .anniversary-trailer-wrap .anniversary-trailer-image {
        background-position: top center;
        background-size: 600px;
    }
    .anniversary-full-trailer .anniversary-trailer-wrap a {
        right: 8%;
        padding: 5px 20px;
        font-size: 12px;
    }
    .anniversary-become-member {
        padding: 200px 20px !important;
        margin: 0;
        padding: 0 20px;
    }
}
