@font-face {
    font-family: Akazukin;
    src: url("assets/fonts/AkazukinPOP2/AkazukiPOP.otf");
}

:root {
    --primary: #616161;
    --pink: #FB7099;
    --light-pink: #FE93B3;
    --white: #FFFFFF;
    --light-bg: #F8F9FA;
    --border-color: #E5E5E5;
    --font-primary: "m-plus-rounded-2m", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --font-heading: "ta-marugo-gf-01", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 1.5rem;
    --spacing-lg: 2rem;
    --spacing-xl: 3rem;
    --radius-sm: 0.25rem;
    --radius-md: 0.5rem;
    --radius-lg: 1rem;
    --shadow-sm: 0 0.27vw 0.81vw rgba(0, 0, 0, 0.1);
    --shadow-md: 0 1.08vw 1.62vw rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 2.7vw 4.05vw rgba(0, 0, 0, 0.1);
}

body {
    margin: 0px;
    padding: 0px;
    font-family: var(--font-primary);
    line-height: 1.6;
    color: var(--primary);
    background-color: var(--white);
    overflow-x: hidden;
}

.container {
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
}

.wrapper {
    max-width: 80vw;
    margin: 0px auto;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
    padding: 0px;
}

h2 {
    font-family: var(--font-primary);
    font-weight: 700;
}

picture {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gummy-text {
    position: relative;
    text-align: center;
    color: var(--white);
    -webkit-text-fill-color: var(--white);
    -webkit-text-stroke: 0.54vw var(--pink);
    z-index: 2;
    font-family: m-plus-rounded-2m, sans-serif;
    font-weight: 700;
    letter-spacing: -0.81vw;
}

.gummy-text::before,.gummy-text::after {
        position: absolute;
        content: attr(data-text);
        z-index: -1;
    }

.gummy-text::before {
    inset: 1.35vw 0px 0px;
    -webkit-text-stroke: 1.08vw var(--white);
}

.gummy-text::after {
    top: 0.54vw;
    right: 0px;
    left: 0.27vw;
    -webkit-text-stroke: 3.51vw var(--white);
    /* text-shadow: -0.54vw 2.16vw 0.27vw var(--light-pink), -0.81vw 1.62vw 0.27vw var(--light-pink), 0.27vw 1.62vw 0.27vw var(--light-pink), -0.54vw 2.16vw 0.27vw var(--light-pink), 0.27vw 0.54vw 0.27vw var(--light-pink), -1.08vw 1.35vw 0.27vw var(--light-pink), 1.08vw 0.27vw 0px var(--light-pink), 1.35vw 0px 0px var(--light-pink), -0.54vw 2.7vw 0.27vw var(--pink), -0.27vw 2.43vw 0.27vw var(--pink), 0.27vw 2.97vw 0.81vw var(--pink), 0.54vw 1.08vw 1.62vw var(--pink), 0.81vw 0.54vw 1.08vw var(--pink), 1.08vw 0px 0px var(--pink), 0.54vw 0px 0px var(--pink), 0.81vw 0.27vw 0.54vw var(--pink); */
}

button,
.button {
    background-color: rgb(251, 112, 153);
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 2.7vw;
    padding: 3.24vw 0.78vw;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: rgba(97, 97, 97, 0.8) 0.27vw 0.54vw 0.54vw;
    position: relative;
    font-size: 3.24vw;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
    font-family: m-plus-rounded-2m, sans-serif;
    width: 100%;
    box-sizing: border-box;
}

button:hover,
.button:hover {
    animation: 1s ease 0s 1 normal none running animation_gummy;
    transition: all;
}

img.animate:hover,
.contact-block .content-block a:hover,
.counter-block.animate:hover {
    animation: 1s ease 0s 1 normal none running animation_gummy;
    transition: all;
}

button .bubble,
a .bubble {
    display: inline-block;
    width: 2.97vw;
    height: 2.43vw;
    border-radius: 50%;
    margin-right: 0.52vw;
    position: absolute;
    top: 0.47vw;
    left: 0.83vw;
    background: url("assets/img/bubble.png") center center / contain no-repeat;
}

a.button .arrow {
    width: 0px;
    height: 0px;
    border-left: 2.16vw solid rgb(255, 255, 255);
    border-top: 1.62vw solid transparent;
    border-bottom: 1.62vw solid transparent;
    display: inline-block;
    margin-right: 3.24vw;
    margin-left: 1.62vw;
}

.title-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    font-family: var(--font-primary);
    gap: 1.08vw;
}

.title-block h2 {
    font-size: 8.65vw;
    line-height: 100%;
    letter-spacing: 0px;
}

.title-block.pattern-2 h2 {
    line-height: 115%;
    z-index: 10;
}

.title-block.pattern-2 h2::after {
    letter-spacing: -1.35vw;
}

.title-block h3 {
    font-size: 3.24vw;
    line-height: 200%;
    letter-spacing: 1px;
}

.title-block h3.gummy-text {
    font-family: Akazukin;
    -webkit-text-stroke: 0px;
    -webkit-text-fill-color: rgb(97, 97, 97);
    z-index: 2;
    text-shadow: none;
}
.title-block h3.gummy-text::before {
    -webkit-text-stroke: 1.62vw var(--white, #fff);
    text-stroke: 1.62vw var(--white, #fff);
    top: 0.54vw;
}

.title-block h3.gummy-text::after {
    -webkit-text-stroke: 1.62vw var(--white, #fff);
    text-stroke: 1.62vw var(--white, #fff);
    /* text-shadow: -0.27vw 1.08vw 0.27vw var(--light-pink), -0.27vw 0.81vw 0.81vw var(--light-pink), 0px 0.27vw 0.81vw var(--light-pink), 0.27vw 0.81vw 1.62vw var(--light-pink), 0.54vw 0.54vw 1.08vw var(--light-pink), 0.81vw 0.27vw 1.08vw var(--light-pink), 1.08vw 0px 1.62vw var(--light-pink), 1.62vw 0.81vw 1.35vw var(--light-pink), -0.27vw 1.62vw 0.27vw var(--pink), -0.27vw 1.35vw 0.81vw var(--pink), 0px 1.62vw 0.81vw var(--pink), 0.27vw 1.89vw 1.62vw var(--pink), 0.54vw 1.62vw 1.08vw var(--pink), 0.81vw 0.81vw 1.08vw var(--pink), 0.81vw 0.54vw 1.62vw var(--pink), 1.62vw 0px 1.35vw var(--pink); */
    top: 0px;
}

.title-block h3 span.g-pink {
    color: rgb(251, 112, 153);
    -webkit-text-fill-color: rgb(251, 112, 153);
}

.title-block .bean {
    display: inline-block;
    position: absolute;
    z-index: -1;
}

.title-block .bean-1 {
    width: 29.73vw;
    height: 26.22vw;
    background: url("assets/img/bean_1.png") 0% 0% / 50% no-repeat;
    -webkit-text-stroke: 0.54vw rgb(255, 255, 255);
}

.title-block.pattern-1 .bean-1 {
    left: 0px;
    top: -3.24vw;
}

.title-block.pattern-2 .bean-1 {
    left: -6.76vw;
    top: -3.46vw;
}

.title-block .bean-2 {
    width: 29.46vw;
    height: 25.95vw;
    background: url("assets/img/bean_2.png") 0% 0% / 50% no-repeat;
}

.title-block.pattern-1 .bean-2 {
    right: -16.76vw;
    top: -2.7vw;
}

.title-block.pattern-2 .bean-2 {
    right: -24.03vw;
    top: -5vw;
}

.title-block .bean-3 {
    width: 34.32vw;
    height: 18.92vw;
    background: url("assets/img/bean_3.png") 0% 0% / 50% no-repeat;
}

.title-block.pattern-1 .bean-3 {
    left: -0.27vw;
    top: 6.22vw;
}

.title-block .bean-4 {
    width: 32.16vw;
    height: 23.51vw;
    background: url("assets/img/bean_4.png") 0% 0% / 50% no-repeat;
}

.title-block.pattern-1 .bean-4 {
    right: -18.11vw;
    top: 2.7vw;
}

.title-block.pattern-2 .bean-4 {
    right: -25.92vw;
    top: -1vw;
    z-index: -8;
}

.title-block .bean-5 {
    width: 16.49vw;
    height: 14.86vw;
    background: url("assets/img/bean_5.png") 0% 0% / 100% no-repeat;
    left: -6.76vw;
    top: 0px;
}

.banner-section {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 0px;
}

.banner-section .banner-image {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.banner-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.sns-section {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    padding: 15.22vw 0px 18vw;
    background: url("assets/img/ballons-sp.png") center bottom / 100% no-repeat;
}

.sns-container {
    min-height: 109.46vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: scroll;
}

.sns-slider-wrapper {
    position: relative;
    display: flex;
    gap: 6.49vw;
    transition: transform 0.5s linear;
    overflow: scroll;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: max-content;
    padding-left: 6.49vw;
    padding-right: 6.49vw;
}

.sns-container::-webkit-scrollbar,
.sns-slider-wrapper::-webkit-scrollbar {
    display: none;
}

.sns-card {
    transition: transform 0.3s;
    flex: 0 0 64.86vw;
    position: relative;
    width: 64.86vw;
    height: 109.46vw;
    min-width: 64.86vw;
    max-width: 64.86vw;
    overflow: hidden;
    box-sizing: border-box;
    padding: 15.41vw 8.11vw 7.3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain !important;
}

.sns-card:nth-child(5n+1) {
    background: url("assets/img/sns_red.svg") no-repeat;
}

.sns-card:nth-child(5n+2) {
    background: url("assets/img/sns_orange.svg") no-repeat;
}

.sns-card:nth-child(5n+3) {
    background: url("assets/img/sns_yellow.svg") no-repeat;
}

.sns-card:nth-child(5n+4) {
    background: url("assets/img/sns_green.svg") no-repeat;
}

.sns-card:nth-child(5n+5) {
    background: url("assets/img/sns_blue.svg") no-repeat;
}

.sns-video {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 5.41vw;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 7.3vw;
    margin: auto;
    max-width: 48.65vw;
    max-height: 86.76vw;
}

.sns-video.loaded {
    opacity: 1;
    visibility: visible;
}

.sns-image {
    transition: opacity 0.3s, visibility 0.3s;
}

.sns-image.hidden {
    opacity: 0;
    visibility: hidden;
}

.sns-video iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.sns-video video {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 5.41vw;
    object-fit: cover;
}

.sns-video-upload {
    background: #000;
}

.sns-image {
    width: 100%;
    height: 100%;
    border-radius: 5.41vw;
    overflow: hidden;
    max-width: 100%;
}

.sns-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sns-slider-nav {
    display: none;
}

/* Banner Slider Styles */
.slider-banners {
    width: 100%;
    position: relative;
    margin: 2vw 0;
}

.banner-slider {
    width: 100%;
}

.banner-slide {
    padding: 0 5px;
}

.banner-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.banner-slide a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.calendar-section {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 7.7vw;
    padding-bottom: 17.5vw;
    background: url("assets/img/calendar-bg.png") center top / 100% no-repeat;
    margin-top: -5px;
}

.calendar-section .title-block>img {
    width: 90%;
}

.calendar-section .content-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    grid-auto-flow: dense;
    margin: 3.73vw auto 0px;
    justify-content: center;
    align-items: start;
    row-gap: 0px;
}

.calendar-section .content-wrapper .event-card {
    display: flex;
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
    flex-direction: column;
    margin: 0px auto -3vw;
    width: 100%;
    max-width: 80.81vw;
}

.calendar-section .content-wrapper .event-card.last-event {
    max-width: 96.76vw;
    margin-left: auto;
    margin-right: auto;
}

.calendar-section .content-wrapper .event-card .event-details {
    font-size: 4.32vw;
    color: var(--white);
    margin-left: 2.43vw;
    display: flex;
    align-items: center;
}

.calendar-section .content-wrapper .event-card .event-details p {
    margin-left: 4.32vw;
}

.calendar-section .content-wrapper .event-card .event-details span {
    font-size: 3.24vw;
}

.calendar-section .content-wrapper .event-card.odd .event-details.short {
    background: url("assets/img/event-bg-pink.png") center center / contain no-repeat;
    width: 23.51vw;
    height: 10.27vw;
    z-index: 1;
}

.calendar-section .content-wrapper .event-card.odd .event-details.long {
    width: 45.14vw;
    height: 10.81vw;
    background: url("assets/img/event-bg-pink-long.png") center center / 100% no-repeat;
    z-index: 1;
}

.calendar-section .content-wrapper .event-card.even .event-details.short {
    background: url("assets/img/event-bg-blue.png") center center / 100% no-repeat;
    width: 23.51vw;
    height: 10.27vw;
    margin-left: 10.27vw;
    z-index: 2;
}

.calendar-section .content-wrapper .event-card.even .event-details.long {
    width: 45.14vw;
    height: 10.81vw;
    background: url("assets/img/event-bg-blue-long.png") center center / 100% no-repeat;
    z-index: 1;
}

.calendar-section .content-wrapper .event-card .event {
    background: url("assets/img/event-bg.png") center center / 100% 100% no-repeat;
    height: 16.76vw;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 5.68vw;
    margin-top: -1.62vw;
    text-decoration: none;
}

.calendar-section .content-wrapper .event-card .event[data-href] {
    cursor: pointer;
}

.calendar-section .content-wrapper .event-card .event h3 {
    font-size: 3.24vw;
    color: var(--primary);
    letter-spacing: -0.09vw;
    font-weight: 700;
    line-height: 150%;
    pointer-events: none;
}

.calendar-section .content-wrapper .event-card.last-event .event-details {}

.calendar-section .content-wrapper .event-card .event.huge {
    height: 64.59vw;
    margin: -2.7vw auto 0px;
    background: url("assets/img/event-bubble-bg-big.png") center center / contain no-repeat;
    display: flex;
    flex-direction: column;
    width: 96.76vw;
    padding: 0px;
    align-items: flex-start;
    z-index: 2;
}

.calendar-section .content-wrapper .event-card .event img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    max-width: 67.3vw;
    max-height: 17.84vw;
    margin-left: 15.41vw;
    margin-top: 10.54vw;
}

.calendar-section .content-wrapper .event-card .event p {
    font-size: 3.24vw;
    color: var(--primary);
    line-height: 150%;
    letter-spacing: -0.32vw;
    margin-top: 4.05vw;
}

.calendar-section .content-wrapper .event-card .event.huge p {
    margin-left: 15.41vw;
}

.map-section {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    padding: 8.11vw 0px 8.38vw;
    background: url("assets/img/banner-bg.png") 0% 0% / cover no-repeat;
    margin-top: -1vw;
    gap: 6vw;
    flex-direction: column;
}

.calendar-section .content-wrapper .event-card .event a{
    color: var(--primary);
    text-decoration: none;
}

.map-section .title-block img {
    width: 88%;
}

.map-section .content-block {
    width: 100%;
    max-width: 80vw;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
}

.map-section .content-block img {
    width: 100%;
    cursor: pointer;
}

.map-section .banner-text {
    background: url("assets/img/map_bubble.png") center center / 100% 100% no-repeat;
    height: 19vw;
    flex-direction: column;
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
    max-width: 75.57vw;
    display: flex;
    align-items: revert;
    justify-content: center;
    margin-top: 4.86vw;
    width: 100%;
    margin-right: 0px;
    margin-left: auto;
}

.map-section .banner-text h3 {
    padding-left: 0px;
    color: rgb(108, 108, 108);
    text-align: right;
    font-size: 4.32vw;
    letter-spacing: 1px;
    margin-top: 5vw;
    text-align: center;
}

.campaign-section {
    padding: 8.5vw 0px 0vw;
    margin-top: 0vw;
    background: rgb(255, 255, 255);
    z-index: 1;
    position: relative;
}

.campaign-section .title-block>img:first-child {
    width: 94%;
}

.campaign-section .title-block>img:last-child {
    width: 77%;
}

.campaign-section .title-block.pattern-2 h2::after {
    -webkit-text-stroke: 2.7vw rgb(255, 255, 255);
    left: 0px;
    letter-spacing: -0.54vw;
    top: 0.27vw;
}

.campaign-section .title-block.pattern-2 .bean-1 {
    left: -11.89vw;
    top: -2.43vw;
    width: 15.41vw;
    height: 11.89vw;
    background: url("assets/img/b-1.png") 0% 0% / 100% no-repeat;
}

.campaign-section .title-block.pattern-2 .bean-2 {
    top: -1.08vw;
    right: -13vw;
    width: 14.32vw;
    height: 11.89vw;
    background: url("assets/img/b-2.png") 0% 0% / 100% no-repeat;
}

.campaign-section .title-block.pattern-2 .bean-3 {
    top: 5.68vw;
    left: -4.86vw;
    width: 17.3vw;
    height: 8.38vw;
    background: url("assets/img/b-3.png") 0% 0% / 100% no-repeat;
}

.campaign-section .title-block.pattern-2 .bean-4 {
    top: 4.32vw;
    right: -6vw;
    width: 16.22vw;
    height: 10.27vw;
    background: url("assets/img/b-4.png") 0% 0% / 100% no-repeat;
}

.campaign-section .title-block img.banner {
    width: 100%;
    max-width: 80vw;
    margin-top: 3vw;
    margin-bottom: 4.22vw;
}
img.banner-new{
    width: 100%;
    max-width: 91.35vw;
}
.campaign-section .title-block h3 {
    font-size: 4.32vw;
    line-height: 5.41vw;
    letter-spacing: -1px;
}

.campaign-section .content-block {
    padding-top: 4vw;
    padding-bottom: 9vw;
}

.campaign-section .content-block p {
    font-size: 3.24vw;
    font-weight: 700;
    line-height: 5.41vw;
    max-width: 74.05vw;
    margin: 0px auto 7vw;
    display: block;
}
#campaign-section .content-block p{color: #000;}
.campaign-section .participate-banner {
    width: 38vw;
    text-align: center;
    display: block;
    margin: 0 auto 2vw auto;
}
.counter-section {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.counter-section::before,
.counter-section::after {
    content: "";
    width: 100%;
    height: 4.32vw;
    display: block;
    background: url("assets/img/fruity.png") center center / contain no-repeat;
}

.counter-section .title-block {
    padding-top: 5vw;
    gap: 3.24vw;
}

.counter-section .title-block img {
    width: 70%;
}

.counter-section .title-block h3 {
    width: auto;
    font-size: 3.32vw;
    line-height: 100%;
    letter-spacing: 0px;
}

.counter-section .content-block .counter-block h3 {
    font-size: 4.5vw;
    letter-spacing: 0vw;
    margin-top: 3.89vw;
}

.counter-section .title-block h3.gummy-text::after {
    letter-spacing: -0.05vw;
}

.counter-section .title-block h2 {}

.counter-section .title-block.pattern-1 h2.gummy-text::after,
.gummy-section .title-block.pattern-1 h2.gummy-text::after {
    top: 0px;
    right: 0px;
    left: 0px;
    -webkit-text-stroke: 3.16vw var(--white);
}

.counter-section .title-block.pattern-1 .bean-1 {
    left: -9.19vw;
    top: -3.46vw;
    width: 15.41vw;
    height: 11.89vw;
    background: url("assets/img/b-1.png") 0% 0% / 100% no-repeat;
}

.counter-section .title-block.pattern-1 .bean-2 {
    top: -3.24vw;
    right: -11vw;
    width: 14.32vw;
    height: 11.89vw;
    background: url("assets/img/b-2.png") 0% 0% / 100% no-repeat;
}

.counter-section .title-block.pattern-1 .bean-3 {
    top: 0px;
    left: 1.89vw;
    width: 17.3vw;
    height: 8.38vw;
    background: url("assets/img/b-3.png") 0% 0% / 100% no-repeat;
}

.counter-section .title-block.pattern-1 .bean-4 {
    width: 16.22vw;
    height: 10.27vw;
    background: url("assets/img/b-4.png") 0% 0% / 100% no-repeat;
    right: 1.08vw;
    top: -3.51vw;
}

.counter-section .content-block {
    padding-top: 11vw;
    padding-bottom: 9vw;
    font-family: var(--font-primary);
    text-align: left;
}

.counter-section .content-block p {
    max-width: 74.05vw;
    margin: 11px auto 6.11vw;
    font-size: 3.24vw;
    font-weight: 700;
    line-height: 5.41vw;
    letter-spacing: 0px;
    text-align: justify;
}

.counter-section .content-block .counter-block {
    display: flex;
    flex-direction: column;
    gap: 4.05vw;
    background: url("assets/img/counter-bg.png") center center / cover no-repeat;
    width: 100%;
    max-width: 96.22vw;
    margin: 0px auto;
    height: 53.51vw;
    align-items: flex-start;
    justify-content: flex-start;
}

.counter-section .content-block .counter-block label {
    display: block;
    width: 100%;
    line-height: 120%;
    font-size: 3.24vw;
    font-weight: 700;
    color: var(--white);
}

.counter-boxes {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.35vw;
}

.counter-box {
    background: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    text-align: center;
    position: relative;
    transition: background-color 0.3s;
    max-width: 11.82vw;
    display: flex;
    flex-direction: column;
    height: 16.48vw;
    overflow: hidden;
    border: 2px solid var(--primary);
    border-radius: 2.7vw;
    flex: 0 0 11.82vw;
    width: 11.82vw;
    min-width: auto;
    box-sizing: border-box;
}

.counter-digit {
    transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10vw;
    font-weight: 700;
    line-height: 115%;
    font-family: m-plus-rounded-2m, sans-serif;
}

.counter-comma {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11.04vw;
    font-family: ab-j-gu, sans-serif;
    font-weight: 400;
    color: rgb(82, 82, 82);
    position: relative;
    top: -1.3vw;
    width: 1.04vw;
}

.counter-text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: ab-j-gu, sans-serif;
    font-size: 2.19vw;
    font-weight: 700;
    position: relative;
    top: 1.2vw;
    line-height: 140%;
    color: rgb(82, 82, 82);
    height: 7.29vw;
}

.counter-digit[data-digit="0"] {
    color: rgb(230, 53, 63);
    position: relative;
}

.counter-digit[data-digit="1"] {
    color: rgb(241, 141, 47);
    position: relative;
}

.counter-digit[data-digit="2"] {
    color: rgb(255, 219, 107);
    position: relative;
}

.counter-digit[data-digit="3"] {
    color: rgb(167, 206, 82);
    position: relative;
}

.counter-digit[data-digit="4"] {
    color: rgb(112, 186, 231);
    position: relative;
}

.counter-digit[data-digit="5"] {
    color: rgb(92, 110, 179);
    position: relative;
}

.counter-digit[data-digit="6"] {
    color: rgb(230, 53, 63);
    position: relative;
}

.counter-digit[data-digit="7"] {
    color: rgb(241, 141, 47);
    position: relative;
}

.counter-digit[data-digit="8"] {
    color: rgb(255, 219, 107);
    position: relative;
}

.counter-digit[data-digit="9"] {
    color: rgb(167, 206, 82);
    position: relative;
}

.announcement-section {
    padding-top: 2vw;
}

.announcement-section::before {
    content: none;
}

.announcement-section .content-block {
    justify-content: center;
    padding-bottom: 5.68vw;
    padding-top: 0vw;
    text-align: center;
}

.announcement-section.counter-section .content-block p {
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 8vw;
    margin-top: 1vw;
}

.announcement-section.counter-section .title-block {
    gap: 2vw;
    padding-top: 0px;
}

.announcement-section.counter-section .title-block>img {
    width: 84%;
}

.announcement-section.counter-section .content-block .title-block img {
    width: 70%;
}

.announcement-section.counter-section .content-block .title-block h3.small {
    font-size: 3.24vw;
    width: 100%;
}

.announcement-section.counter-section .content-block .title-block h3 .small {
    font-size: 3.24vw;
}

.announcement-section.counter-section .title-block.pattern-1 .bean-3 {
    top: 7.3vw;
}

.announcement-section.counter-section .title-block.pattern-1 .bean-4 {
    top: 4.59vw;
    right: 1.35vw;
}

.announcement-section .bonus-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 91.35vw;
    width: 100%;
    margin: 1vw auto 0px;
}

.announcement-section .bonus-wrapper .bonus-item {
    display: flex;
    gap: 2.7vw;
    justify-content: flex-end;
    margin-top: -1vw;
    position: relative;
}

.announcement-section .bonus-wrapper .bonus-item:nth-child(2n+1) {
    background: url("assets/img/g-counter-banner-pink.png") center center / cover no-repeat;
    height: 12.97vw;
    width: 100%;
}

.announcement-section .bonus-wrapper .bonus-item:nth-child(2n) {
    background: url("assets/img/g-counter-banner-blue.png") center center / cover no-repeat;
    height: 12.7vw;
    width: 100%;
}

.announcement-section .bonus-wrapper .bonus-item .bonus-counters {
    display: inline-flex;
    gap: 0.27vw;
    padding: 0px;
    height: 5.41vw;
    margin-top: 2.43vw;
}

.announcement-section .bonus-wrapper .bonus-item .bonus-counters img{
    height: 6vw;
    width: auto;
}
.announcement-section .bonus-wrapper .bonus-item:first-child .bonus-counters img {
    height: 6.9vw;
}

.bonus-item .bonus-counters .counter-box {
    height: 5.41vw;
    max-width: 5.14vw;
    flex-basis: 8.11vw;
    width: 5.41vw;
    border: 0.54vw solid var(--primary);
    align-items: flex-end;
    justify-content: end;
    border-radius: 1.35vw;
}

.bonus-item .bonus-counters .counter-box .counter-digit {
    font-size: 4.32vw;
    line-height: 4.32vw;
}

.bonus-item .bonus-counters .counter-comma {
    width: 1.35vw;
    font-size: 5.41vw;
    top: -0.54vw;
}

.announcement-section .bonus-wrapper .bonus-item .bonus-item-title {
    color: var(--white);
    font-size: 3.24vw;
    font-weight: 700;
    margin-right: 3.78vw;
    line-height: 3.24vw;
    margin-top: 3.24vw;
}

.bonus-item:nth-child(1) {
    z-index: 10;
}

.bonus-item:nth-child(2) {
    z-index: 9;
}

.bonus-item:nth-child(3) {
    z-index: 8;
}

.bonus-item:nth-child(4) {
    z-index: 7;
}

.bonus-item:nth-child(5) {
    z-index: 6;
}

.bonus-item:nth-child(6) {
    z-index: 5;
}

.bonus-item:nth-child(7) {
    z-index: 4;
}

.bonus-item:nth-child(8) {
    z-index: 3;
}

.bonus-item:nth-child(9) {
    z-index: 2;
}

.announcement-section .bonus-wrapper .bonus-item.main-bonus {
    background: url("assets/img/1000000.png") center center / cover no-repeat;
    height: 24.32vw;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 1.35vw;
    justify-content: flex-start;
    position: relative;
}

.announcement-section .bonus-wrapper .bonus-item.main-bonus .bonus-counters {
    margin-top: 2.43vw;
    height: 5.41vw;
}

.announcement-section .bonus-wrapper .bonus-item.main-bonus .bonus-item-title {
    margin-top: 0px;
    text-align: center;
    margin-right: 0px;
}

.announcement-section .bonus-wrapper .bonus-item.main-bonus::before {
    content: "";
    width: 102vw;
    height: 40.27vw;
    position: absolute;
    background: url("assets/img/bonus-jellies.png") center center / 100% no-repeat;
    top: -13.24vw;
}

.campaign-detail-section::before,
.campaign-detail-section::after {
    content: none;
}

.campaign-detail-section.counter-section .title-block {}

.campaign-detail-section.counter-section .title-block>img {
    width: 82%;
}

.campaign-detail-section.counter-section .title-block.pattern-1 .bean-3 {
    top: 7.3vw;
}

.campaign-detail-section.counter-section .title-block.pattern-1 .bean-4 {
    top: 4.59vw;
    right: 1.35vw;
}

.campaign-detail-section.counter-section .content-block {
    padding-top: 0vw;
    padding-bottom: 4vw;
}

.campaign-detail-section.counter-section .content-block p {
    line-height: 6.48vw;
    font-size: 3.24vw;
    max-width: 79.73vw;
    letter-spacing: 0.06vw;
    text-align: justify;
    margin-top: 4px;
}

.gummy-section {
    background: url("assets/img/gummy-list-bg-sp.png") 0% 0% / contain repeat;
    height: 100%;
    width: 100%;
    padding-top: 6.11vw;
    padding-bottom: 10.81vw;
    position: relative;
    overflow: hidden;
}

.gummy-section .content-block::after {
    content: "";
    width: 4.86vw;
    height: 15.68vw;
    background: url("assets/img/arrow_down.png") 0% 0% / cover no-repeat;
    display: block;
    margin: 13vw auto 0px;
}

.gummy-section .title-block>img {
    width: 88%;
}

.gummy-section .content-block {
    padding-top: 9.41vw;
    padding-bottom: 2vw;
    font-family: var(--font-primary);
}

.gummy-section .content-block p {
    font-size: 3.24vw;
    line-height: 6.49vw;
    max-width: 79.73vw;
    letter-spacing: 0.06vw;
    margin: 0px auto;
    font-weight: 700;
}

.gummy-section .gummies-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10vw 2.16vw;
    margin: 10vw auto 0px;
    width: 100%;
    max-width: 95.68vw;
}

.gummy-card {
    display: flex;
    flex-direction: column;
    gap: 0vw;
    justify-content: center;
    align-items: center;
}

.gummy-image {
    width: 100%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
    height: 30vw;
}

.gummy-image img {
    width: 50%;
    flex-shrink: 0;
    object-fit: contain;
    height: 100%;
}

/* .gummy-card:nth-child(5n+1) .gummy-image {
    background: url("assets/img/g-1-bg.png") center center / 31.62vw 28.38vw no-repeat;
    width: 100%;
} */

.gummy-card:nth-child(2n+1) .gummy-image {
    background: url("assets/img/g-2-bg.png") center center / 28.92vw 30vw no-repeat;
    width: 100%;
}

/* .gummy-card:nth-child(5n+3) .gummy-image {
    background: url("assets/img/g-3-bg.png") center center / 30.81vw 26.22vw no-repeat;
    width: 100%;
} */

.gummy-card:nth-child(2n+2) .gummy-image {
    background: url("assets/img/g-4-bg.png") center center / 31.62vw 28.38vw no-repeat;
    width: 100%;
}

/* .gummy-card:nth-child(5n+5) .gummy-image {
    background: url("assets/img/g-5-bg.png") center center / 32.43vw 29.46vw no-repeat;
    width: 100%;
} */

.gummy-details {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 3.68vw;
    align-items: center;
}

.gummy-details h3 {
    font-family: var(--font-primary);
    font-size: 3.24vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: rgb(97, 97, 97);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 14.59vw;
}

.gummy-card .gummy-details button {
    padding-top: 2.7vw;
    padding-bottom: 2.43vw;
    width: 26.76vw;
    font-size: 3.24vw;
    border-radius: 3.51vw;
    line-height: 3.24vw;
}

.gummy-card .gummy-details button .bubble {
    width: 2.16vw;
    height: 1.89vw;
    top: 0.81vw;
    left: 1.08vw;
}

.influencer-block .title-block>img {
    width: 84%;
}

.influencer-block .title-block h2:last-child {
    width: 65%;
}

.influencer-block .title-block h2 .bean-3 {
    top: 3vw;
    left: -4.05vw;
}

.influencer-block .title-block h2 .bean-4 {
    top: -1vw;
    right: -19vw;
}

.influencers-grid {
    display: flex;
    gap: 2.43vw;
    overflow: scroll;
    max-width: max-content;
    margin-top: 8vw;
    padding-left: 5.54vw;
    padding-right: 5.54vw;
}

.influencers-grid::-webkit-scrollbar {
    display: none;
}

.influencer-card {
    width: 88.92vw;
    flex-shrink: 0;
    background-size: contain;
    padding-top: 23.78vw;
    position: relative;
    background-repeat: no-repeat;
    height: 126.5vw;
}


.influencer-image {
    max-width: 45vw;
    max-height: 45.54vw;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 6vw 0px 1vw;
    display: flex;
    align-items: center;
}

.influencer-image .image-wrapper {
    display: flex;
    flex-direction: column;
    mask-image: url("assets/img/influencer-mask.svg");
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center center;
    height: 100%;
    width: 100%;
}

.influencer-image .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.influencer-image::after {
    content: "";
    width: 9.3vw;
    height: 9.19vw;
    display: block;
    background: url("assets/img/influencer-swish.png") center center / 100% no-repeat;
    position: absolute;
    top: 4.92vw;
    right: 1.24vw;
    transform: rotate(13deg);
}

.influencer-card .selected-gummies {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0.81vw;
    position: absolute;
    bottom: 16vw;
}

.influencer-card .selected-gummies .selected-gummy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    flex-grow: 0;
}

/* .influencer-card .selected-gummies .selected-gummy .gummy-image {
    height: 20.81vw;
    width: 15.41vw;
    max-width: 15.68vw;
}

.influencer-card .selected-gummies .selected-gummy .gummy-image img {
    width: 100%;
}

.influencer-card .selected-gummies .selected-gummy>span {
    font-family: var(--font-primary);
    font-size: 3.24vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: rgb(97, 97, 97);
    margin-top: 1.62vw;
    margin-bottom: 2vw;
    letter-spacing: -0.32vw;
    max-width: 26.76vw;
    height: 14.59vw;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
} */

.influencer-card .selected-gummies .selected-gummy button {
    padding-top: 2.7vw;
    padding-bottom: 2.43vw;
    width: 26.76vw;
    font-size: 3.24vw;
    border-radius: 3.55vw;
    line-height: 3.24vw;
}

.influencer-buttons {
    display: grid;
    width: 84.86vw;
    margin: 6.76vw auto 0px;
    gap: 2.16vw 1.08vw;
    grid-template-columns: repeat(3, 1fr);
}

.influencer-buttons button {
    background: rgb(255, 175, 199);
    border-radius: 3.11vw;
    min-height: 6.22vw;
    height: auto;
    max-height: 12vw;
}
.influencer-buttons button p{
    font-size: 3.3vw;
}
.influencer-buttons button p span{
    text-wrap: auto;
    font-size: 3vw;
}
.influencer-buttons button .bubble {
    width: 1.62vw;
    height: 1.62vw;
    top: 0.81vw;
    left: 1.89vw;
}

.campaign-summary-section.campaign-section .title-block.pattern-2 h3 {
    width: 40%;
    font-size: 3.24vw;
    letter-spacing: 0px;
}

.campaign-summary-section.campaign-section .title-block.pattern-2 h2 {
    font-size: 8.65vw;
    width: auto;
}

.campaign-summary-section::after {
    content: "";
    width: 100%;
    height: 4.32vw;
    display: block;
    background: url("assets/img/fruity.png") center center / contain no-repeat;
}

.campaign-summary-section .banner-slider {
    margin-bottom: 19vw;
    margin-top: 9vw;
}

.gummy-house {
    background: url("assets/img/ballons-sp.png") right bottom / 100% no-repeat;
    padding-bottom: 11vw;
}

.counter-section.gummy-house .title-block {
    padding-top: 5vw;
    gap: 1vw;
}

.counter-section.gummy-house .content-block {
    padding-top: 1vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.counter-section.gummy-house .content-block p {
    max-width: 78vw;
    line-height: 210%;
}

.counter-section.gummy-house .content-block img {
    width: 60%;
}

.gummy-house::before,
.gummy-house::after {
    content: none;
}

.gummy-house .title-block.pattern-1 .bean-1 {
    top: -8vw;
    left: -6vw;
}

.gummy-house .title-block.pattern-1 .bean-2 {
    right: -5vw;
    top: -8.38vw;
}

.gummy-house .title-block.pattern-1 .bean-3 {
    top: 7vw;
}

.gummy-house .title-block.pattern-1 .bean-4 {
    top: 6vw;
    right: 2.7vw;
}

.gummi-access-section {}

.gummi-access-section .banner-wrap {
    margin-bottom: 0px;
    overflow: hidden;
    height: 88.08vw;
}

.gummi-access-section .banner-wrap img {
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 0px;
    object-fit: cover;
    height: 100%;
}

.gummi-access-section .content-block {
    background: url("assets/img/gummy-access-bg.png") center top / cover no-repeat;
    padding-bottom: 10.81vw;
}

.gummi-access-section .content-block .houses-wrapper {
    max-width: 81.37vw;
    margin: 0px auto;
    padding-top: 7.41vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.35vw;
}

.gummi-access-section .content-block .houses-wrapper .house-card {
    max-width: 40vw;
    flex-grow: 0;
    flex-shrink: 0;
}

.houses-wrapper .house-card img {
    width: 100%;
}

.limited-wrapper {
    margin-bottom: 8.11vw;
    text-align: center;
    margin-top: 0px;
}

.limited-wrapper::before {
    content: "";
    width: 11.62vw;
    height: 10.27vw;
    background: url("assets/img/gummy-red-pc.png") center center / 100% no-repeat;
    display: block;
    margin: -1.89vw auto -0.54vw;
    overflow: hidden;
}

.limited-wrapper h3 {
    font-family: var(--font-primary);
    font-size: 4.32vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.43vw;
    color: rgb(108, 108, 108);
}

.access-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5.13vw;
    color: rgb(97, 97, 97);
    width: 100%;
    max-width: 80vw;
    margin: 0px auto;
}

.access-wrapper>h3 {
    font-family: ta-marugo-gf-01, sans-serif;
    font-size: 6.49vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4vw;
}

.access-wrapper>div {
    text-align: center;
}

.access-wrapper p {
    font-family: m-plus-rounded-2m, sans-serif;
    font-size: 3.5vw;
    margin-top: 4vw;
    font-style: normal;
    font-weight: 400;
    line-height: 38%;
}

.access-wrapper .button {
    max-width: 65.41vw;
    margin-top: -1vw;
    min-height: auto;
    border-radius: 3.78vw;
    height: 7.57vw;
}

.access-wrapper .transpo {
    display: grid;
    font-family: m-plus-rounded-2m, sans-serif;
    gap: 10vw;
    grid-template-columns: 1fr;
    margin-top: 3vw;
    text-align: left;
    width: 100%;
}

.access-wrapper .transpo>div {
    display: flex;
    flex-direction: column;
    gap: 5vw;
}

.access-wrapper .transpo h4 {
    font-size: 3.5vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.transpo p {
    font-family: m-plus-rounded-2m, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 4.86vw;
    font-size: 3.24vw;
    letter-spacing: 0.2vw;
    margin: 0px;
}

.transpo span {
    display: block;
    font-weight: 700;
    font-style: normal;
    line-height: 4.86vw;
    font-size: 3.24vw;
}

.transpo h3 {
    font-size: 1.25vw;
}

.contact-block {
    padding: 9.25vw 0px 0px;
    display: flex;
    flex-direction: column;
    gap: 8.29vw;
    max-width: 80vw;
    margin: 0px auto;
}

.contact-block .title-block h2 {
    text-align: center;
    font-size: 4.86vw;
    line-height: 5.95vw;
    letter-spacing: 0.49vw;
}

.contact-block .content-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.78vw;
}

.contact-block .content-block a {
    width: 37.84vw;
    background: rgb(112, 186, 231);
    height: 8.11vw;
    border-radius: 4.05vw;
    text-decoration: none;
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    position: relative;
    box-shadow: rgba(97, 97, 97, 0.8) 1px 2px 2px;
    margin: 0px auto;
}

.contact-block .content-block a .bubble {
    width: 2.43vw;
    height: 1.89vw;
    top: 1.35vw;
    left: 1.35vw;
}

.footer-content {
    background: url("assets/img/bg-foot.png") center bottom / cover no-repeat;
    margin-top: 14.05vw;
    height: 79.19vw;
}

.footer-content p {
    text-align: center;
    font-family: m-plus-rounded-2m, sans-serif;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
}

footer .footer-banner {
    width: 100%;
    height: auto;
}

footer .footer-banner img {
    width: 100%;
}

.g-pink {
    color: var(--pink);
}

span.black {
    color: #000;
}

.on-top {
    z-index: 3;
}

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

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

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

.hide-on-sp {
    display: none;
}

.hide-on-pc {
    display: flex;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.modal-content {
    margin: auto;
    display: block;
    transition: transform 0.3s ease-in-out;
    width: 200vw;
    padding-left: 100vw;
    padding-right: 0vw;
    height: 95vh;
    object-fit: contain;
}

.close-button {
    position: fixed;
    top: 15vw;
    right: 5vw;
    color: rgb(241, 241, 241);
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
    user-select: none;
    width: 20vw;
    height: 20vw;
}

.close-button::before,
.close-button::after {
    content: "";
    width: 1.35vw;
    height: 21.62vw;
    background: var(--white, #fff);
    display: block;
    left: 10vw;
}

.close-button::before {
    position: relative;
    transform: rotate(-45deg);
}

.close-button::after {
    position: relative;
    transform: rotate(45deg);
    top: -21.62vw;
}

.modal-open {
    overflow: hidden;
}

@media (min-width: 768px) {
    .hide-on-sp {
        display: flex;
    }

    .hide-on-pc {
        display: none;
    }

    .wrapper {
        width: 45.57vw;
    }

    .gummy-text {
        -webkit-text-stroke: 0.26vw var(--pink);
    }
    .gummy-text::before,
    .gummy-text::after {
        position: absolute;
        content: attr(data-text);
        z-index: -1;
    }

    .gummy-text::before {
        inset: 0.26vw 0px 0px;
        -webkit-text-stroke: 0.73vw var(--white);
    }

    .gummy-text::after {
        top: 0.1vw;
        right: 0px;
        left: 0.05vw;
        -webkit-text-stroke: 1.25vw var(--white);
        /* text-shadow: -0.10vw 0.94vw 0.05vw var(--light-pink), -0.16vw 0.83vw 0.05vw var(--light-pink), 0.05vw 0.83vw 0.05vw var(--light-pink), -0.10vw 0.94vw 0.05vw var(--light-pink), 0.05vw 0.63vw 0.05vw var(--light-pink), -0.21vw 0.78vw 0.05vw var(--light-pink), 0.21vw 0.57vw 0px var(--light-pink), 0.26vw 0.52vw 0px var(--light-pink), -0.10vw 1.04vw 0.05vw var(--pink), -0.05vw 0.99vw 0.05vw var(--pink), 0.05vw 1.09vw 0.16vw var(--pink), 0.10vw 0.73vw 0.31vw var(--pink), 0.16vw 0.63vw 0.21vw var(--pink), 0.21vw 0.52vw 0px var(--pink), 0.10vw 0.52vw 0px var(--pink), 0.16vw 0.57vw 0.10vw var(--pink); */
    }
   

    button,
    .button {
        font-size: 0.94vw;
        max-width: 22.97vw;
        max-height: 2.14vw;
        height: 2.14vw;
        line-height: 0.94vw;
        padding-top: 0.94vw;
        padding-bottom: 0.89vw;
        border-radius: 0.52vw;
        box-shadow: rgba(97, 97, 97, 0.8) 0.05vw 0.1vw 0.1vw;
        margin: 0px auto;
    }

    button .bubble,
    .button .bubble {
        width: 0.78vw;
        height: 0.63vw;
        top: 0.21vw;
        left: 0.47vw;
    }

    .title-block {
        gap: 0.52vw;
    }

    .title-block h3 {
        font-size: 1.35vw;
        line-height: 100%;
        letter-spacing: -0.05vw;
    }

    .title-block h2 {
        font-size: 3.65vw;
        letter-spacing: -0.52vw;
    }

    .title-block h3.gummy-text {
        -webkit-text-stroke: 0px;
        -webkit-text-fill-color: rgb(97, 97, 97);
        z-index: 2;
        text-shadow: none;
    }
    .title-block h3.gummy-text::before {
        -webkit-text-stroke: 0.31vw var(--white);
        top: 0.1vw;
    }

    .title-block h3.gummy-text::after {
        -webkit-text-stroke: 0.52vw var(--white);
        /* text-shadow: -0.05vw 0.42vw 0.05vw var(--light-pink), -0.05vw 0.36vw 0.16vw var(--light-pink), 0vw 0.26vw 0.16vw var(--light-pink), 0.05vw 0.36vw 0.31vw var(--light-pink), 0.10vw 0.31vw 0.21vw var(--light-pink), 0.16vw 0.26vw 0.21vw var(--light-pink), 0.21vw 0.21vw 0.31vw var(--light-pink), 0.31vw 0.36vw 0.26vw var(--light-pink), -0.05vw 0.52vw 0.05vw var(--pink), -0.05vw 0.47vw 0.16vw var(--pink), 0vw 0.52vw 0.16vw var(--pink), 0.05vw 0.57vw 0.31vw var(--pink), 0.10vw 0.52vw 0.21vw var(--pink), 0.16vw 0.36vw 0.21vw var(--pink), 0.16vw 0.31vw 0.31vw var(--pink), 0.31vw 0.21vw 0.26vw var(--pink); */
    }
    

    .title-block .bean-1 {
        width: 6.98vw;
        height: 5.42vw;
        background: url("assets/img/bean_1-pc.png") 0% 0% / 100% no-repeat;
    }

    .campaign-section .title-block.pattern-2 .bean-1 {
        background: url("assets/img/b-1-pc.png") 0% 0% / 100% no-repeat;
        width: 7.4vw;
        height: 4.27vw;
    }

    .title-block.pattern-1 .bean-1 {
        top: -2.29vw;
        left: 5.21vw;
    }

    .title-block.pattern-2 .bean-1 {
        top: -1.88vw;
        left: 17.5%;
    }

    .campaign-section .title-block.pattern-2 .bean-1 {
        top: 1.88vw;
        left: -20.5vw;
    }

    .title-block .bean-2 {
        width: 6.46vw;
        height: 5.47vw;
        background: url("assets/img/bean_2-pc.png") 0% 0% / 100% no-repeat;
    }

    .title-block.pattern-1 .bean-2 {
        right: 4.84vw;
        top: -1.56vw;
    }

    .title-block.pattern-2 .bean-2 {
        right: 20%;
        top: -1.04vw;
    }

    .campaign-section .title-block.pattern-2 .bean-2 {
        right: -21.5vw;
        top: 1.77vw;
        background: url("assets/img/b-2-pc.png") 0% 0% / 100% no-repeat;
        width: 6.88vw;
        height: 4.32vw;
    }

    .title-block .bean-3 {
        width: 7.81vw;
        height: 4.06vw;
        background: url("assets/img/bean_3-pc.png") 0% 0% / 100% no-repeat;
    }

    .campaign-section .title-block.pattern-2 .bean-3 {
        background: url("assets/img/b-3-pc.png") 0% 0% / 100% no-repeat;
        width: 7.14vw;
        height: 3.44vw;
        top: 3.33vw;
        left: -3vw;
    }

    .title-block.pattern-1 .bean-3 {
        top: 2.08vw;
        left: 6.35vw;
    }

    .title-block.pattern-2 .bean-3 {
        top: 1.93vw;
        left: 5.99vw;
    }

    .title-block .bean-4 {
        width: 7.34vw;
        height: 4.84vw;
        background: url("assets/img/bean_4-pc.png") 0% 0% / 100% no-repeat;
    }

    .title-block.pattern-1 .bean-4 {
        right: 6.25vw;
        top: 1.09vw;
    }

    .title-block.pattern-2 .bean-4 {
        right: -8%;
        top: 2.4vw;
    }

    .campaign-section .title-block.pattern-2 .bean-4 {
        width: 6.72vw;
        height: 4.27vw;
        background: url("assets/img/b-4-pc.png") 0% 0% / 100% no-repeat;
        top: 2.08vw;
        right: -4vw;
    }

    .title-block .bean-5 {
        width: 6.35vw;
        height: 5.73vw;
        background: url("assets/img/bean_5-pc.png") 0% 0% / 100% no-repeat;
    }

    .title-block.pattern-2 .bean-5 {
        top: 1.61vw;
        left: -3.33vw;
    }

    .title-block.pattern-2 h2 {
        letter-spacing: -0.42vw;
    }

    .title-block.pattern-2 h2::after {
        letter-spacing: -0.47vw;
    }

    .calendar-section {
        background: url("assets/img/calendar-bg-pc.png") center top / cover no-repeat;
        margin-top: -2px;
        padding-top: 3vw;
        padding-bottom: 5.21vw;
    }

    .calendar-section .title-block img {
        width: 39%;
    }

    .calendar-section .content-wrapper {
        max-width: 35.5vw;
        margin-top: 0.39vw;
        display: flex;
        flex-flow: column wrap;
        align-items: flex-start;
        justify-content: flex-end;
        margin-left: auto;
        margin-right: auto;
    }

    .calendar-section .content-wrapper .event-card {
        max-width: 23.33vw;
        margin-top: -0.1vw;
        margin-bottom: -2vw;
        width: 100%;
        box-sizing: border-box;
    }

    .calendar-section .content-wrapper .event-card.odd:first-child {
        margin-top: 0px;
    }

    .calendar-section .content-wrapper .event-card.odd {
        margin-left: 0px;
        margin-right: auto;
    }

    .calendar-section .content-wrapper .event-card.even {
        margin-left: auto;
        margin-right: 0px;
    }

    .calendar-section .content-wrapper .event-card.last-event {
        max-width: 27.92vw;
        margin-top: 1vw;
        padding-bottom: 1.41vw;
        margin-right: auto;
    }

    .calendar-section .content-wrapper .event-card .event-details {
        font-size: 1.25vw;
        margin-left: 0.63vw;
    }

    .calendar-section .content-wrapper .event-card .event-details p {
        font-size: 1.25vw;
        margin-left: 1.15vw;
    }

    .calendar-section .content-wrapper .event-card .event-details span {
        font-size: 0.94vw;
    }

    .calendar-section .content-wrapper .event-card.odd .event-details.short,
    .calendar-section .content-wrapper .event-card.even .event-details.short {
        width: 6.72vw;
        height: 2.92vw;
        z-index: 12;
    }

    .calendar-section .content-wrapper .event-card.odd .event-details.long,
    .calendar-section .content-wrapper .event-card.even .event-details.long {
        width: 13.02vw;
        height: 3.13vw;
    }

    .calendar-section .content-wrapper .event-card .event {
        height: 4.84vw;
        padding-left: 1.46vw;
        margin-top: -0.46vw;
        flex-grow: 0;
        box-sizing: border-box;
        display: flex;
        background: url("assets/img/event-bg_pc.png") center center / contain no-repeat;
    }

    .calendar-section .content-wrapper .event-card .event h3 {
        font-size: 0.94vw;
    }

    .calendar-section .content-wrapper .event-card.last-event.even .event-details.short {
        margin-left: 2.97vw;
    }

    .calendar-section .content-wrapper .event-card .event.huge {
        height: 18.65vw;
        width: 100%;
        background-size: contain;
        margin-top: -0.57vw;
    }

    .calendar-section .content-wrapper .event-card .event img {
        max-width: 19.48vw;
        max-height: 5.16vw;
        margin-left: 4.17vw;
        margin-top: 3.13vw;
    }

    .calendar-section .content-wrapper .event-card .event p {}

    .calendar-section .content-wrapper .event-card .event.huge p {
        font-size: 0.94vw;
        line-height: 1.41vw;
        margin-left: 4.17vw;
        margin-top: 1.2vw;
        letter-spacing: 0px;
        margin-bottom: 2.71vw;
    }

    .map-section {
        background: url("assets/img/map-banner-pc.png") center top / cover no-repeat;
        padding-top: 5.04vw;
        padding-bottom: 7.19vw;
        gap: 4vw;
    }

    .map-section .title-block {
        gap: 1.61vw;
    }

    .map-section .title-block>img {
        width: 84%;
    }

    .map-section .content-block {
        max-width: 54.38vw;
        gap: 0px;
        align-items: normal;
    }

    .map-section .content-block img {
        max-width: 45.57vw;
        margin: 0px auto;
    }

    .map-section .banner-text {
        width: 20vw;
        height: 9vw;
        margin-top: 0.99vw;
        margin-right: 0px;
        margin-left: auto;
        background: url("assets/img/map_bubble.png") top center no-repeat;
        background-size: contain;
    }

    .map-section .banner-text h3 {
        font-size: 1.04vw;
        margin-top: -2vw;
    }

    .campaign-section {
        padding-top: 4.75vw;
        margin-top: 0px;
        padding-bottom: 7.71vw;
    }

    .campaign-section .title-block img:first-child {
        width: 55%;
    }

    .campaign-section .title-block img:last-child {
        width: 31%;
    }

    .campaign-section .title-block.pattern-2 h2::after {
        -webkit-text-stroke: 1.15vw var(--white);
        letter-spacing: -0.42vw;
        top: 0px;
    }

    .campaign-section .title-block img.banner {
        max-width: 26.82vw;
        margin-bottom: 2.2vw;
        margin-top: 5vw;
    }
    .campaign-section .title-block img.banner-main{
        max-width: 60vw;
    }
    img.banner-new{
        max-width: max-content;
    }

    .campaign-section .title-block h3 {
        font-size: 1.8vw;
        line-height: 2.26vw;
    }

    .campaign-section .content-block {
        padding-top: 3.6vw;
        padding-bottom: 0vw;
    }

    .campaign-section .content-block>div:first-child {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0px;
    }

    .campaign-section .participate-banner {
        width: 25%;
        display: block;
        margin: 0 auto 1vw auto;
    }

    .campaign-section .content-block p {
        font-size: 18px;
        line-height: 1.56vw;
        margin-bottom: 4vw;
    }

    .campaign-section .content-block p.hide-on-pc {
        display: none;
    }

    .counter-section::before,
    .counter-section::after {
        background: url("assets/img/fruity-pc.png") center center / cover;
    }

    .counter-section::before,
    .counter-section::after {
        height: 2.71vw;
        width: 100%;
        background-size: cover;
        background-repeat: repeat;
        background-position: revert;
    }

    .counter-section .title-block {
        padding-top: 7.29vw;
        gap: 1.25vw;
    }

    .counter-section .title-block>img {
        width: 61%;
    }

    .counter-section .title-block h3.gummy-text::after {
        letter-spacing: 0.13vw;
    }

    .counter-section .title-block.pattern-1 .bean-1 {
        left: -19%;
        top: -1.77vw;
        width: 6.98vw;
        height: 5.42vw;
        background: url("assets/img/bean_1-pc.png") 0% 0% / 100% no-repeat;
    }

    .counter-section.announcement-section .title-block.pattern-1 .bean-1 {
        left: -1.93vw;
        top: -1.67vw;
    }

    .counter-section.announcement-section .title-block.pattern-1 .bean-2 {
        right: -1.35vw;
        top: -1.67vw;
    }

    .counter-section .title-block.pattern-1 .bean-2 {
        top: -1.41vw;
        right: -26%;
        width: 6.46vw;
        height: 5.47vw;
        background: url("assets/img/bean_2-pc.png") 0% 0% / 100% no-repeat;
    }

    .counter-section .title-block.pattern-1 .bean-3 {
        left: 2.08vw;
        top: 2.81vw;
        width: 7.81vw;
        height: 4.06vw;
        background: url("assets/img/bean_3-pc.png") 0% 0% / 100% no-repeat;
    }

    .announcement-section.counter-section .title-block.pattern-1 .bean-3 {
        top: 2.86vw;
        left: -2.6vw;
    }

    .counter-section .title-block.pattern-1 .bean-4 {
        top: 2.08vw;
        right: 3%;
        width: 7.34vw;
        height: 4.84vw;
        background: url("assets/img/bean_4-pc.png") 0% 0% / 100% no-repeat;
    }

    .announcement-section.counter-section .title-block.pattern-1 .bean-4 {
        top: 2.19vw;
        right: -2.6vw;
    }

    .counter-section .title-block h2 {
        width: 58%;
        letter-spacing: -0.42vw;
    }

    .counter-section.announcement-section .title-block h2 {
        z-index: 11;
        letter-spacing: 0px;
        width: 30vw;
    }

    .counter-section .title-block h3 {
        font-size: 1.35vw;
        letter-spacing: 0.14vw;
    }

    .counter-section .title-block.pattern-1 h2.gummy-text::after,
    .gummy-section .title-block.pattern-1 h2.gummy-text::after {
        top: 0.1vw;
        right: 0px;
        left: 0.05vw;
        -webkit-text-stroke: 1.25vw var(--white);
    }

    .counter-section .content-block {
        padding-top: 6.81vw;
        padding-bottom: 3.23vw;
    }

    .counter-section .content-block p {
        max-width: 35vw;
        font-size: 0.94vw;
        line-height: 1.56vw;
        margin-bottom: 4.17vw;
        letter-spacing: 0px;
        text-align: left;
    }

    .counter-section .content-block .counter-block {
        max-width: 41.41vw;
        height: 26.82vw;
        width: 100%;
        gap: 1.67vw;
        background: url("assets/img/counter-bg-pc.png") center center / 100% no-repeat;
        margin-top: -5.21vw;
    }

    .counter-section .content-block .counter-block h3.gummy-text {
        font-size: 1.8vw;
        margin-top: 2.4vw;
        letter-spacing: 0.14vw;
    }

    .counter-boxes {
        gap: 0.57vw;
    }

    .counter-box {
        height: 6.88vw;
        width: 4.93vw;
        flex-basis: 4.93vw;
        max-width: 4.93vw;
        border: 0.26vw solid var(--primary);
        border-radius: 0.52vw;
    }

    .counter-digit {
        font-size: 4.17vw;
    }

    .counter-comma {
        font-size: 4.58vw;
        top: -1.46vw;
        height: 6.88vw;
    }

    .counter-section .content-block .counter-block label {
        font-size: 1.35vw;
    }

    .announcement-section {
        padding-top: 10vw;
    }

    #giveaway-campaign.counter-section .title-block>img {
        width: 35%;
    }

    .announcement-section .content-block {
        padding-top: 1.17vw;
        padding-bottom: 10.5vw;
    }


    .announcement-section.counter-section .content-block p {
        text-align: center;
        margin-bottom: 2vw;
    }
    .announcement-section.counter-section .content-block .banner-new{
        margin-bottom: 2vw;
    }

    .announcement-section.counter-section .title-block {
        gap: 1.25vw;
    }

    .announcement-section.counter-section .content-block .title-block {
        gap: 0vw;
    }

    #giveaway-campaign.announcement-section.counter-section .content-block .title-block>img {
        width: 29%;
    }

    .announcement-section.counter-section .title-block h3 {
        width: 25%;
    }

    .announcement-section.counter-section .content-block .title-block h3 {
        line-height: 180%;
        margin-top: -0.3vw;
        font-size: 1.67vw;
        letter-spacing: -0.16vw;
    }

    .announcement-section.counter-section .content-block .title-block h3::after {
        letter-spacing: -0.16vw;
    }

    .announcement-section.counter-section .content-block .title-block h3.small,
    .announcement-section.counter-section .content-block .title-block h3 .small {
        font-size: 1.35vw;
        line-height: 180%;
    }

    .announcement-section .bonus-wrapper {
        max-width: 38.02vw;
        margin-top: 0.8vw;
    }

    .announcement-section .bonus-wrapper .bonus-item {
        gap: 1.04vw;
        margin-top: -0.68vw;
    }

    .announcement-section .bonus-wrapper .bonus-item:nth-child(2n+1) {
        height: 5.42vw;
        background: url("assets/img/g-counter-banner-pink-pc.png") center center / cover no-repeat;
    }

    .announcement-section .bonus-wrapper .bonus-item:nth-child(2n) {
        height: 5.42vw;
        background: url("assets/img/g-counter-banner-blue-pc.png") center center / cover no-repeat;
    }

    .announcement-section .bonus-wrapper .bonus-item .bonus-item-title {
        font-size: 1.35vw;
        margin-top: 1.25vw;
        margin-right: 1.98vw;
        line-height: 115%;
        height: 1.82vw;
        min-width: 20.2vw;
    }

    .announcement-section .bonus-wrapper .bonus-item .bonus-item-title .f-16 {
        font-size: 1.82vw;
    }

    .announcement-section .bonus-wrapper .bonus-item .bonus-counters {
        height: 2.19vw;
        margin-top: 1.04vw;
        gap: 0.1vw;
    }
    .announcement-section .bonus-wrapper .bonus-item .bonus-counters img{
        height: auto;
        width: auto;
        width: auto;
        margin-left: auto;
    }
    .announcement-section .bonus-wrapper .bonus-item.main-bonus .bonus-counters img{
        margin-right: auto;
    }
    .announcement-section .bonus-wrapper .bonus-item:first-child .bonus-counters img {
        height: 2.77vw;
    }

    .bonus-item .bonus-counters .counter-box {
        height: 2.19vw;
        border: 0.16vw solid var(--primary);
        max-width: 1.93vw;
        border-radius: 0.52vw;
    }

    .bonus-item .bonus-counters .counter-box .counter-digit {
        font-size: 1.56vw;
        line-height: 115%;
    }

    .bonus-item .bonus-counters .counter-comma {
        font-size: 1.82vw;
        width: 0.57vw;
        top: 0px;
        height: 2.19vw;
    }

    .announcement-section .bonus-wrapper .bonus-item.main-bonus {
        height: 10.16vw;
        gap: 0.57vw;
        background: url("assets/img/1000000-pc.png") center center / cover no-repeat;
    }

    .announcement-section .bonus-wrapper .bonus-item.main-bonus .bonus-counters {
        margin-top: 1.04vw;
        height: 2.4vw;
    }

    .announcement-section .bonus-wrapper .bonus-item.main-bonus::before {
        background: url("assets/img/bonus-jellies-pc.png") center center / 100% no-repeat;
        position: absolute;
        top: -2.6vw;
        left: -2.4vw;
        width: 43.7vw;
        height: 11.72vw;
    }

    .campaign-detail-section.counter-section .title-block {
        padding-top: 6.77vw;
        gap: 0px;
    }

    .campaign-detail-section.counter-section .title-block>img {
        width: 35%;
    }

    .campaign-detail-section.counter-section .content-block {
        padding-top: 3.91vw;
        padding-bottom: 6.77vw;
    }


    .campaign-detail-section.counter-section .title-block.pattern-1 .bean-1 {
        top: -3.28vw;
        left: -5vw;
    }

    .campaign-detail-section.counter-section .title-block.pattern-1 .bean-2 {
        top: -2.92vw;
    }

    .campaign-detail-section.counter-section .title-block.pattern-1 .bean-3 {
        top: 3.5vw;
        left: -2.5vw;
    }

    .campaign-detail-section.counter-section .title-block.pattern-1 .bean-4 {
        top: 3vw;
        right: -3vw;
    }

    .campaign-detail-section.counter-section .content-block p {
        font-size: 0.94vw;
        line-height: 200%;
        max-width: max-content;
        letter-spacing: 0px;
        margin-bottom: 0vw;
        text-align: center;
    }

    .gummy-section {
        background: url("assets/img/gummy-list-bg-pc.png") 0% 0% / contain repeat;
        padding-top: 6.3vw;
        padding-bottom: 12.5vw;
    }

    .gummy-section .title-block>img {
        width: 39%;
    }

    .gummy-section .title-block.pattern-1 .bean-1 {
        left: 7vw;
        top: -2.19vw;
    }

    .gummy-section .title-block.pattern-1 .bean-3 {
        top: 2.5vw;
        left: 5.5vw;
    }

    .gummy-section .title-block.pattern-1 .bean-4 {
        right: 5.5vw;
        top: 2vw;
    }

    .gummy-section .content-block {
        padding-top: 2.25vw;
        padding-bottom: 0px;
    }

    .gummy-section .content-block p {
        font-size: 0.94vw;
        line-height: 200%;
        max-width: 47.03vw;
        letter-spacing: 0px;
    }

    .gummy-section .gummies-grid {
        max-width: 53.59vw;
        gap: 2.19vw;
        grid-template-columns: repeat(5, 1fr);
        margin-top: 3.44vw;
        row-gap: 3.3vw;
    }

    .gummy-card {
        gap: 0.63vw;
    }

    .gummy-details {
        gap: 1.3vw;
    }

    .gummy-details h3 {
        font-size: 0.94vw;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        height: 4.22vw;
    }

    .gummy-card .gummy-details button {
        font-size: 0.94vw;
        padding: 0.78vw 0.89vw 0.78vw 0.78vw;
        max-width: 7.73vw;
        width: 100%;
        max-height: 2.43vw;
        line-height: 115%;
        border-radius: 0.68vw;
        height: auto;
    }

    .gummy-card .gummy-details button .bubble {
        width: 0.63vw;
        height: 0.52vw;
        top: 0.26vw;
        left: 0.31vw;
    }

    .gummy-card:nth-child(5n+1) .gummy-image {
        background: url("assets/img/g-2-bg-pc.png") center center / 87% no-repeat;
        width: 100%;
    }

    .gummy-card:nth-child(5n+2) .gummy-image {
        background: url("assets/img/g-4-bg-pc.png") center center / 90% no-repeat;
        width: 100%;
    }
    .gummy-card:nth-child(5n+3) .gummy-image {
        background: url("assets/img/g-2-bg-pc.png") center center / 87% no-repeat;
        width: 100%;
    }
    .gummy-card:nth-child(5n+4) .gummy-image {
        background: url("assets/img/g-4-bg-pc.png") center center / 90% no-repeat;
        width: 100%;
    }
    .gummy-card:nth-child(5n+5) .gummy-image {
        background: url("assets/img/g-2-bg-pc.png") center center / 87% no-repeat;
        width: 100%;
    }


    .gummy-image {
        height: 8.8vw;
    }

    .gummy-section .content-block::after {
        content: none;
    }

    .influencer-block {
        margin-top: 11vw;
    }

    .influencer-block .title-block>img {
        width: 47%;
    }


    .influencer-block .title-block.pattern-1 .bean-1 {
        left: -2vw;
        top: -2.97vw;
    }

    .influencer-block .title-block.pattern-1 .bean-2 {
        right: -2vw;
        top: -3.13vw;
    }

    .influencer-block .title-block.pattern-1 .bean-3 {
        left: -2.5vw;
        top: 3vw;
    }

    .influencer-block .title-block.pattern-1 .bean-4 {
        right: -2.9vw;
        top: 2.5vw;
    }

    .influencers-grid {
        gap: 2.11vw;
        padding: 0px;
        max-width: 57.45vw;
        margin: 6.25vw auto 0px;
        align-items: center;
        justify-content: center;
    }

    .influencer-card {
        height: 24.48vw;
        padding: 3.54vw 0px 0px;
        max-width: 14.53vw;
        box-sizing: border-box;
        position: relative;
        width: 14.53vw !important;
    }

    /* .influencer-card::before {
        content: "";
        width: 10.74vw;
        height: 19.07vw;
        position: absolute;
        background: rgb(255, 255, 255);
        z-index: 0;
        top: 3.54vw;
        left: 1.89vw;
        border-radius: 1.04vw;
    } */

    .influencer-card.center {
        height: 40.73vw;
        padding: 5.94vw 0px 0px;
        overflow: hidden;
        max-width: 24.17vw;
        width: 24.17vw !important;
    }

    /* .influencer-card.center::before {
        content: "";
        width: 17.87vw;
        height: 31.72vw;
        position: absolute;
        background: rgb(255, 255, 255);
        z-index: 0;
        left: 3.15vw;
        top: 5.94vw;
        border-radius: 1.04vw;
    } */

    .influencer-content {
        max-width: 100%;
        background: transparent;
        border-radius: 1.04vw;
        padding-bottom: 0px;
        width: 100%;
        z-index: 1;
        margin-top: -0.94vw;
        position: relative;
    }

    .influencer-card.center .influencer-content {
        margin-top: 1.77vw;
        width: 24.17vw;
    }

    .influencer-image {
        max-width: 9.11vw;
        max-height: 8.59vw;
        margin: 2vw 0px 0.94vw;
        display: flex;
        align-items: center;
        height: 8.59vw;
    }

    .influencer-image::after {
        width: 1.67vw;
        height: 1.53vw;
        top: 0.97vw;
        right: 0.37vw;
    }

    .influencer-card.center .influencer-image {
        width: 11.25vw;
        height: 11.93vw;
        margin-top: 2.14vw;
        margin-bottom: 1.56vw;
        max-width: 11.25vw;
        max-height: 11.93vw;
    }

    .influencer-card.center .influencer-image::after {
        width: 2.08vw;
        height: 2.55vw;
        top: 1.61vw;
        right: -0.57vw;
    }

    .gummy-section .influencer-card.title-block h3 {
        font-size: 0.56vw;
        line-height: 200%;
        letter-spacing: 0px;
    }

    .gummy-section .influencer-card.title-block h3::after {
        letter-spacing: 0px;
    }

    .gummy-section .influencer-card.title-block.center h3 {
        font-size: 0.94vw;
    }

    .gummy-section .influencer-card.title-block h2 {
        font-size: 1.13vw;
        line-height: 1.25vw;
        letter-spacing: 0px;
        -webkit-text-stroke: 0.09vw var(--pink);
    }

    .gummy-section .influencer-card.center.title-block h2 {
        font-size: 1.88vw;
        line-height: 2.08vw;
        letter-spacing: 0px;
        -webkit-text-stroke: 0.16vw var(--pink);
    }

    .gummy-section .influencer-card.title-block h2::before {
        -webkit-text-stroke: 0.26vw var(--white);
    }

    .gummy-section .influencer-card.title-block h2::after {
        top: 0px;
        right: 0px;
        left: 0px;
        -webkit-text-stroke: 0.50vw var(--white);
        /* text-shadow: -0.05vw 0.21vw 0.05vw var(--light-pink), -0.05vw 0.16vw 0.16vw var(--light-pink), 0vw 0.05vw 0.16vw var(--light-pink), 0.05vw 0.16vw 0.31vw var(--light-pink), 0.10vw 0.10vw 0.21vw var(--light-pink), 0.16vw 0.05vw 0.21vw var(--light-pink), 0.21vw 0vw 0.31vw var(--light-pink), 0.31vw 0.16vw 0.26vw var(--light-pink), -0.05vw 0.31vw 0.05vw var(--pink), -0.05vw 0.26vw 0.16vw var(--pink), 0vw 0.31vw 0.16vw var(--pink), 0.05vw 0.36vw 0.31vw var(--pink), 0.10vw 0.31vw 0.21vw var(--pink), 0.16vw 0.16vw 0.21vw var(--pink), 0.16vw 0.10vw 0.31vw var(--pink), 0.31vw 0vw 0.26vw var(--pink); */
    }

    .gummy-section .influencer-card.title-block.center h2::after {
        top: 0px;
        right: 0px;
        left: 0px;
        -webkit-text-stroke: 0.83vw var(--white);
    }

    .influencer-card .selected-gummies {
        gap: 0.13vw;
        bottom: 2vw;
    }

    .influencer-card .selected-gummies .selected-gummy {
        max-width: 4.65vw;
        
    }

    .influencer-card.center .selected-gummies .selected-gummy {
        max-width: 7.73vw;
    }

    .influencer-card.center .selected-gummies {
        gap: 0.21vw;
        bottom: 4vw
    }

    .influencer-card .selected-gummies .selected-gummy .gummy-image {
        width: 2.69vw;
        height: 3.63vw;
        max-width: 2.69vw;
    }

    .influencer-card.center .selected-gummies .selected-gummy .gummy-image {
        width: 4.48vw;
        height: 6.04vw;
        max-width: 4.48vw;
    }

    .influencer-card .selected-gummies .selected-gummy>span {
        font-size: 0.56vw;
        letter-spacing: 0px;
        margin-top: 0.31vw;
        margin-bottom: 0.72vw;
        height: 2.5vw;
    }

    .influencer-card.center .selected-gummies .selected-gummy>span {
        font-size: 0.94vw;
        letter-spacing: 0px;
        margin-top: 0.52vw;
        margin-bottom: 1.2vw;
    }

    .influencer-card .selected-gummies .selected-gummy button {
        width: 4.65vw;
        max-width: 4.65vw;
        font-size: 0.56vw;
        max-height: 1.28vw;
        height: 1.28vw;
        padding-top: 0.83vw;
        padding-bottom: 0.78vw;
        padding-left: 0.89vw;
        border-radius: 0.41vw;
        line-height: 100%;
    }

    .influencer-card.center .selected-gummies .selected-gummy button {
        width: 7.73vw;
        max-width: 7.73vw;
        font-size: 0.94vw;
        max-height: 2.14vw;
        height: 2.14vw;
        padding-top: 0.83vw;
        padding-bottom: 0.78vw;
        padding-left: 0.89vw;
        border-radius: 0.68vw;
        line-height: 0.94vw;
    }

    .influencer-card .selected-gummies .selected-gummy button .bubble {
        width: 0.38vw;
        height: 0.31vw;
        top: 0.16vw;
        left: 0.19vw;
    }

    .influencer-card.center .selected-gummies .selected-gummy button .bubble {
        width: 0.63vw;
        height: 0.52vw;
        top: 0.26vw;
        left: 0.31vw;
    }

    .influencer-buttons {
        width: 49.95vw;
        gap: 0.42vw;
        /* align-items: baseline; */
        margin-top: 2.08vw;
        display: flex;
        flex-wrap: wrap;
    }

    .influencer-buttons button {
        
        border-radius: 0.6vw;
        min-height: 1.78vw;
        width: 9.654vw;
        max-width: 9.654vw;
        box-sizing: border-box;
        margin: 0px;
        height: auto;
        max-height: 2.5vw;
    }
    .influencer-buttons button p{
        font-size: 0.94vw;
        line-height: 120%;
        margin: 0px;
    }
    .influencer-buttons button p span{
        font-size: 0.7vw;
    }
    .influencer-buttons button .bubble {
        width: 0.52vw;
        height: 0.47vw;
        top: 0.21vw;
        left: 0.52vw;
    }

    .campaign-section.campaign-summary-section {
        padding-top: 8vw;
        padding-bottom: 2vw;
    }

    .campaign-summary-section.campaign-section .title-block>img:first-child {
        width: 46%;
    }

    .campaign-summary-section.campaign-section .title-block.pattern-2 h2 {
        font-size: 3.6vw;
        width: auto;
        letter-spacing: -0.21vw;
    }

    .campaign-summary-section.campaign-section .title-block.pattern-2 h2::after {
        letter-spacing: -0.21vw;
        left: -0.21vw;
        top: -0.16vw;
    }

    .campaign-summary-section.campaign-section .title-block.pattern-2 .bean-1 {
        left: -6vw;
        top: -1.82vw;
        width: 6.98vw;
        height: 5.42vw;
        background: url("assets/img/bean_1-pc.png") 0% 0% / 100% no-repeat;
    }

    .campaign-summary-section.campaign-section .title-block.pattern-2 .bean-2 {
        width: 6.46vw;
        height: 5.47vw;
        background: url("assets/img/bean_2-pc.png") 0% 0% / 100% no-repeat;
        right: -6vw;
        top: -0.89vw;
    }

    .campaign-summary-section.campaign-section .title-block.pattern-2 .bean-3 {
        left: -1vw;
    }

    .campaign-summary-section.campaign-section .title-block.pattern-2 .bean-4 {
        right: -2vw;
        top: 2.6vw;
    }

    .campaign-summary-section::after {
        height: 2.71vw;
        width: 100%;
        background-size: contain;
        background-repeat: repeat;
    }

    
    .campaign-summary-section .title-block img.banner {
        max-width: 50%;
        margin-bottom: 11.46vw;
        margin-top: 4.2vw;
        height: auto;
        object-fit: cover;
        width: 100%;
    }

    .gummy-house {
        background: url("assets/img/balloons-pc.png") center bottom / 100% no-repeat;
        padding-bottom: 4vw;
    }

    .gummy-house.counter-section .content-block p {
        max-width: 39vw;
        margin-bottom: 0vw;
    }

    .gummi-access-section .banner-wrap {
        max-height: none;
        height: auto;
        margin-bottom: -0.52vw;
        margin-top: -0.16vw;
    }

    .gummi-access-section .banner-wrap img {
        object-fit: cover;
    }

    .gummy-house.counter-section .title-block {
        gap: 0px;
        padding-top: 4vw;
    }

    .gummy-house.counter-section .title-block>img {
        width: 38%;
    }

    .gummy-house.counter-section .title-block.pattern-1 .bean-1 {
        left: -3vw;
        top: -3.44vw;
    }

    .gummy-house.counter-section .title-block.pattern-1 .bean-2 {
        right: -2vw;
        top: -3.91vw;
    }

    .gummy-house.counter-section .title-block.pattern-1 .bean-3 {
        left: 0vw;
        top: 2.5vw;
    }

    .gummy-house.counter-section .title-block.pattern-1 .bean-4 {
        right: -1vw;
    }

    .gummy-house.counter-section .content-block {
        padding-top: 4.5vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5vw;
    }

    .counter-section.gummy-house .content-block img {
        width: auto;
    }

    .gummi-access-section {}

    .gummi-access-section .content-block {
        padding-bottom: 7vw;
        background: url("assets/img/gummy-access-bg-pc.png") center top / cover no-repeat;
    }

    .gummi-access-section .content-block .houses-wrapper {
        max-width: 48.54vw;
        grid-template-columns: repeat(4, 1fr);
        gap: 0.78vw;
        padding-top: 2.21vw;
    }

    .limited-wrapper::before {
        width: 100%;
        height: 2.08vw;
        margin-top: 2.5vw;
        background: url("assets/img/gummy-red-pc.png") center center / contain no-repeat;
        margin-bottom: 0.68vw;
    }

    .limited-wrapper h3 {
        font-size: 1.35vw;
        line-height: 1.35vw;
        letter-spacing: -1px;
    }

    .limited-wrapper {
        margin-bottom: 3vw;
        margin-top: 0px;
    }

    .access-wrapper {
        gap: 2.6vw;
    }

    .access-wrapper>h3 {
        font-size: 1.41vw;
        letter-spacing: 0.31vw;
    }

    .access-wrapper>div {}

    .access-wrapper p {
        font-size: 0.94vw;
        line-height: 1.41vw;
        margin-top: 0px;
        letter-spacing: normal;
    }

    .access-wrapper .button {
        max-width: 18.91vw;
        font-size: 0.94vw;
        height: 2.19vw;
        margin-top: 1.04vw;
        box-sizing: border-box;
        border-radius: 0.73vw;
    }

    a.button .arrow {
        border-left: 0.94vw solid rgb(255, 255, 255);
        border-top: 0.47vw solid transparent;
        border-bottom: 0.47vw solid transparent;
        margin-right: 0.42vw;
    }

    .access-wrapper .transpo {
        grid-template-columns: 1fr 1fr;
        gap: 2.66vw;
        margin-top: 2.29vw;
        max-width: 48.65vw;
    }

    .access-wrapper .transpo>div {
        gap: 1.41vw;
    }

    .access-wrapper .transpo h4,
    .transpo span {
        font-size: 0.94vw;
        line-height: 1.41vw;
    }

    .contact-block {
        padding-top: 6.35vw;
        gap: 2vw;
    }

    .contact-block .title-block h2 {
        font-size: 1.41vw;
        line-height: 1.72vw;
        letter-spacing: 0.05vw;
    }

    .contact-block .content-block {
        gap: 6.77vw;
        width: 28.59vw;
        margin: 0px auto;
    }

    .contact-block .content-block a {
        width: 10.94vw;
        height: 2.34vw;
        border-radius: 0.78vw;
    }

    .contact-block .content-block a .bubble {
        width: 0.63vw;
        height: 0.47vw;
        top: 0.42vw;
        left: 0.42vw;
    }

    .footer-content {
        margin-top: 2.08vw;
        height: 15.63vw;
        background: url("assets/img/footer-bg.png") center top / cover no-repeat;
    }

    .sns-section {
        padding-top: 2.08vw;
        display: flex;
        flex-direction: column;
        background: url("assets/img/balloons-pc.png") center bottom / 100% no-repeat;
        margin-top: -23.5vw;
        padding-bottom: 4.5vw;
    }

    .sns-container {
        max-width: 73.65vw;
        position: relative;
        overflow: hidden;
        width: 100%;
        margin: 0px auto;
        padding-top: 0px;
        height: 100%;
        min-height: 27.14vw;
    }

    .sns-slider-wrapper {
        position: relative;
        display: flex;
        gap: 1.88vw;
        transition: transform 0.5s linear;
        width: auto;
        overflow: hidden;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 1.09vw 0px 0px;
    }

    .sns-slide {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 2.08vw;
        flex: 0 0 100%;
        min-width: 0px;
    }

    .sns-card {
        transition: transform 0.3s;
        flex: 0 0 12.5vw;
        padding: 2.92vw 1.56vw 1.56vw;
        position: relative;
        width: 12.5vw;
        min-width: 12.5vw;
        max-width: 12.5vw;
        overflow: hidden;
        box-sizing: border-box;
        height: auto;
        background-size: contain !important;
    }

    .sns-video {
        width: 100%;
        height: 100%;
        overflow: hidden;
        border-radius: 1.04vw;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s;
        position: absolute;
        inset: 0px;
        margin: auto;
        max-width: 9.38vw;
        max-height: 16.72vw;
    }

    .sns-card-center .sns-video,
    .sns-card-center .sns-image {
        max-width: 12.08vw;
        max-height: 21.56vw;
        width: 100%;
        height: 100%;
    }

    .sns-video.loaded {
        opacity: 1;
        visibility: visible;
    }

    .sns-image {
        transition: opacity 0.3s, visibility 0.3s;
    }

    .sns-image.hidden {
        opacity: 0;
        visibility: hidden;
    }

    .sns-card-visible {}

    .sns-card-center {
        z-index: 2;
        flex-grow: 1;
        flex-basis: 16.15vw;
        width: 16.15vw;
        max-width: 16.15vw;
        height: 27.24vw;
        transform: translateY(-1.09vw);
        background-size: contain !important;
    }

    .sns-video iframe {
        width: 100%;
        height: 100%;
        border: none;
    }

    .sns-video video {
        width: 100%;
        height: 100%;
        border: none;
        border-radius: 1.04vw;
        object-fit: cover;
    }

    .sns-video-upload {
        background: #000;
    }

    .sns-video blockquote {
        margin: 0px;
        padding: 0px;
        border: none;
    }

    .sns-video .tiktok-embed {
        position: relative;
        padding-bottom: 56.25%;
        height: 0px;
        overflow: hidden;
    }

    .sns-video .tiktok-embed iframe {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }

    .sns-image {
        width: 100%;
        height: 15.63vw;
        border-radius: 1.04vw;
        overflow: hidden;
        margin-bottom: 1.04vw;
        max-width: 9.38vw;
    }

    .sns-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .sns-card h3 {
        font-family: m-plus-rounded-2m, sans-serif;
        font-size: 1.04vw;
        font-weight: 700;
        color: rgb(82, 82, 82);
        margin: 0px;
        line-height: 1.4;
    }

    .sns-card p {
        font-family: m-plus-rounded-2m, sans-serif;
        font-size: 0.83vw;
        color: rgb(102, 102, 102);
        margin: 0.52vw 0px 0px;
        line-height: 1.4;
    }

    .sns-slider-nav {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 1.77vw;
        width: 25.78vw;
        gap: 19.15vw;
        left: 24vw;
    }

    /* PC Banner Slider Styles */
    .slider-banners {
        width: 100%;
        position: relative;
        margin: 1vw 0;
    }

    .banner-slider {
        width: 100%;
    }

    .banner-slide {
        padding: 0px;
    }

    .banner-slide img { 
        width: auto;
/*        height: 60vw;*/
        object-fit: none;
        display: block;
        margin: 0 auto;
    }

    .banner-slide a {
        display: block;
        text-decoration: none;
        color: inherit;
    }
    .banner-slider .slick-track{
        display: flex;
        align-items: center;
    }
    .sns-slider-dots {
        display: none;
    }

    .sns-slider-dot {
        width: 0.52vw;
        height: 0.52vw;
        border-radius: 50%;
        background: rgb(221, 221, 221);
        cursor: pointer;
        transition: background-color 0.3s;
    }

    .sns-slider-dot.active {
        background: rgb(251, 112, 153);
    }

    .sns-slider-arrow {
        border: none;
        cursor: pointer;
        transition: 0.3s;
        display: flex;
        width: 2.76vw;
        height: 2.76vw;
        background: none;
        box-shadow: none;
        line-height: 0px;
        border-radius: 0px;
        max-height: 2.19vw;
        padding: 0px;
        margin: 0px;
        box-sizing: border-box;
    }

    .sns-slider-arrow:hover {
        background: none;
        box-shadow: none;
    }

    .sns-slider-arrow:disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }

    .sns-slider-arrow.prev {
        align-items: flex-end;
    }

    .sns-slider-arrow.next {
        align-items: flex-end;
    }

    .banner-section {
        height: auto;
    }

    .banner-section .container {
        position: relative;
    }

    .banner-section .container::before {
        content: "";
        width: 5.99vw;
        height: 1.09vw;
        display: block;
        position: absolute;
        top: 37.5vw;
        left: 47vw;
        background: url("assets/img/slider-buttons.png") center center / 100% no-repeat;
        z-index: 1;
    }
    .banner-section.no-sns .container::before{
        display: none;
    }
    .modal-content {
        width: 95%;
        height: 95%;
        padding-left: 0px;
        padding-right: 0px;
        object-fit: contain;
    }

    .close-button {
        position: absolute;
        top: 0.78vw;
        right: 13vw;
        width: 2.6vw;
        height: 2.6vw;
        background: transparent;
    }

    .close-button::before,
    .close-button::after {
        content: "";
        width: 0.26vw;
        height: 2.6vw;
        left: 1.15vw;
    }

    .close-button::after {
        top: -2.6vw;
    }

    .influencers-grid.slick-slider {
        overflow: visible;
        max-width: none;
        margin-top: 3.11vw;
        padding-left: 0px;
        padding-right: 0px;
        position: relative;
        display: block !important;
    }

    .influencers-grid .slick-list {
        overflow: hidden;
        margin: 0px auto;
        width: 57.45vw !important;
    }

    .influencers-grid .slick-track {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0px auto;
        transition: 0.3s;
        width: 57.45vw !important;
    }

    .influencers-grid .slick-slide {
        margin: 0px 1.09vw;
    }

    .influencers-grid .custom-prev,
    .influencers-grid .custom-next {
        position: absolute;
        top: 50%;
        z-index: 14;
        border: none;
        cursor: pointer;
        transition: 0.3s;
        display: flex;
        width: 2.76vw;
        height: 2.76vw;
        background: none;
        box-shadow: none;
        line-height: 0px;
        border-radius: 0px;
        max-height: 2.19vw;
        padding: 0px;
        margin: 0px;
        box-sizing: border-box;
    }

    .influencers-grid .slick-arrow:hover {}

    .influencers-grid .custom-prev {
        background: url("assets/img/sns_next.svg") center center / contain no-repeat;
        left: 36vw;
    }

    .influencers-grid .custom-next {
        background: url("assets/img/sns_back.svg") center center / contain no-repeat;
        right: 36vw;
    }

    .influencers-grid .slick-arrow::before {
        content: none;
    }

    .influencers-grid.fixedpos .slick-track {
        transform: translate3d(8.275vw, 0px, 0px) !important;
    }

    @media (max-width: 767px) {
        .influencers-grid.slick-slider {
            overflow: scroll;
            max-width: max-content;
            padding-left: 5.54vw;
            padding-right: 5.54vw;
            display: flex !important;
        }

        .influencers-grid .slick-arrow {
            display: none !important;
        }

        .influencers-grid .slick-slide {
            margin: 0px;
            opacity: 1 !important;
            transform: none !important;
        }

        .influencers-grid .slick-slide.center {
            opacity: 1 !important;
            transform: none !important;
        }
    }
}

.bonus-wrapper:hover {
    animation: puyon 1.0s linear 0s 1;
}

@-webkit-keyframes animation_gummy {
    0% {
        transform: scale(1, 1) translateY(0px);
    }

    10% {
        transform: scale(0.9, 1.05) translateY(0px);
    }

    20% {
        transform: scale(1.05, 0.95) translateY(5%);
    }

    40% {
        transform: scale(1, 1) translateY(0px);
    }

    60% {
        transform: scale(1.02, 0.98) translateY(2%);
    }

    80% {
        transform: scale(1, 1) translateY(0px);
    }

    100% {
        transform: scale(1, 1) translateY(0px);
    }
}

@keyframes puyon {
    0% {
        transform: scale(1.0, 1.0) translate(0%, 0%);
    }

    40% {
        transform: scale(0.95, 1.2) translate(0%, -10%);
    }

    50% {
        transform: scale(1.1, 0.9) translate(0%, 5%);
    }

    60% {
        transform: scale(0.95, 1.05) translate(0%, -3%);
    }

    70% {
        transform: scale(1.05, 0.95) translate(0%, 3%);
    }

    80% {
        transform: scale(1.0, 1.0) translate(0%, 0%);
    }

    100% {
        transform: scale(1.0, 1.0) translate(0%, 0%);
    }
}

/* Mobile Menu Styles */
.mobile-menu-toggle {
    position: fixed;
    top: 4.69vw;
    left: 5.94vw;
    cursor: pointer;
}


.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mobile-menu-overlay.active {
    opacity: 1;
}

.mobile-menu-container {
    position: fixed;
    top: 0;
    left: -86.49vw;
    width: 86.49vw;
    height: 100%;
    background: url("assets/img/hamburger-bg.png") no-repeat top;
    background-size: cover;
    z-index: 16;
    transition: left 0.3s ease;
    overflow-y: auto;
}

.mobile-menu-container.active {
    left: 0;
}

.mobile-menu-header {
    display: flex;
    justify-content: flex-end;
    margin-top: 4.69vw;
    padding-right: 5.94vw;
}

.mobile-menu-close {
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    width: 11.08vw;
    height: 11.08vw;
    border-radius: 0px;
    box-shadow: none;
    background: url("assets/img/hamburger_close.png") no-repeat center;
    background-size: contain;
}


.mobile-menu-nav {
    margin-left: 5.41vw;
    margin-right: 5.41vw;
    margin-top: 4.59vw;
    margin-bottom: 8.92vw;
}

.mobile-menu-nav ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.mobile-menu-nav ul li {
    margin-bottom: 1.62vw;
    background: url(assets/img/event-bg.png) center center / 100% 100% no-repeat;
    display: flex;
    align-items: center;
    padding-left: 2.43vw;
    height: 12.16vw;
}

.mobile-menu-nav ul li a {
    text-decoration: none;
    color: #6c6c6c;
    font-weight: bold;
    font-family: var(--font-primary);
    font-size: 4.32vw;
    line-height: 12.16vw;
    width: 100%;
}

.mobile-menu-container .sns-block.contact-block {
    padding-top: 0px;
    max-width: 100%;
}

.mobile-menu-container .sns-banner {
    background: url(assets/img/sns-bg.png) center center / 100% 100% no-repeat;
    display: flex;
    justify-content: center;
    height: 18.38vw;
    background-size: contain;
    color: #6c6c6c;
    font-weight: bold;
    font-family: var(--font-primary);
    font-size: 4.32vw;
    line-height: 12.97vw;
    align-items: center;
}

.mobile-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu-list li {
    margin: 0;
    padding: 0;
}

.mobile-menu-list a {
    display: block;
    padding: 15px 0;
    color: var(--primary);
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid var(--border-color);
    transition: color 0.3s ease;
}

.mobile-menu-list a:hover {
    color: var(--pink);
}

/* Show mobile menu only on mobile */
@media (max-width: 767px) {
    .mobile-menu-toggle {
        pointer-events: auto;
        width: 11.08vw;
        height: 11.08vw;
        display: block;
        border: 0px;
        box-shadow: none;
        border-radius: 0px;
        background: url("assets/img/hamburger.png") no-repeat center 100%;
        background-size: contain;
        z-index: 15;
    }

    .mobile-menu-overlay.active,
    .mobile-menu-container.active {
        display: block;
    }
}

@media (min-width: 768px) {
    .mobile-menu-toggle {
        pointer-events: auto;
        width: 6.17vw;
        height: 6.17vw;
        display: block;
        border: 0px;
        box-shadow: none;
        border-radius: 0px;
        background: url("assets/img/hamburger.png") no-repeat center 100%;
        z-index: 15;
        max-width: 6.17vw;
        max-height: 6.17vw;
        margin: 0;
        background-size: contain;
        left: 1.67vw;
        top: 1.67vw;
    }
    
    .mobile-menu-container {
        width: 100%;
        display: flex;
        left: -100%;
        background: url(assets/img/menu-bg-pc.png) no-repeat top;
        background-size: cover;
    }

    .mobile-menu-header {
        padding-right: 0px;
        display: block;
        position: absolute;
        right: 1.67vw;
        top: 1.67vw;
        margin-top: 0px;
    }

    .mobile-menu-close {
        pointer-events: auto;
        width: 6.17vw;
        height: 6.17vw;
        max-width: 6.17vw;
        max-height: 6.17vw;
        margin-left: auto;
        margin-right: 0px;
    }

    .mobile-menu-nav {
        margin-top: 5vw;
        width: 39.11vw;
    }

    .mobile-menu-nav ul li {
        height: 5.52vw;
        margin-bottom: 0.83vw;
        padding-left: 0px;
    }

    .mobile-menu-nav ul li a {
        font-size: 1.98vw;
        line-height: 5.52vw;
        letter-spacing: -0.2vw;
        width: 100%;
        padding-left: 2.43vw;
    }

    .mobile-menu-container .sns-banner {
        font-size: 1.3vw;
        line-height: 100%;
        height: 7.14vw;
        background: url(assets/img/sns-bg-pc.png) no-repeat top center;
        background-size: contain;
    }

    .mobile-menu-container .sns-banner span {
        position: relative;
        top: -1vw;
    }

    .mobile-menu-container .sns-block.contact-block {
        gap: 0.68vw;
        margin-top: 30.52vw;
    }

    .mobile-menu-container .sns-block.contact-block .content-block {
        gap: 1.61vw;
    }

    .mobile-menu-container .sns-block.contact-block .content-block a {
        width: 16.04vw;
        height: 3.44vw;
        max-width: 16vw;
        border-radius: 1.72vw;
    }

    .mobile-menu-container .sns-block.contact-block .content-block a .bubble {
        width: 0.89vw;
        height: 0.68vw;
        left: 0.73vw;
        top: 0.42vw;
    }
}

/* Fade-in Animation Styles */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.fade-in-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Animate ::before and ::after pseudo-elements */
.fade-in::before,
.fade-in::after {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.fade-in-visible::before,
.fade-in.fade-in-visible::after {
    opacity: 1;
    transform: translateY(0);
}

/* Animate pseudo-elements of containers that have fade-in children */
.fade-in-visible::before,
.fade-in-visible::after {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

/* Optional: Different animation delays for staggered effect */
.fade-in:nth-child(1) {
    transition-delay: 0.1s;
}

.fade-in:nth-child(1)::before {
    transition-delay: 0.15s;
}

.fade-in:nth-child(1)::after {
    transition-delay: 0.2s;
}

.fade-in:nth-child(2) {
    transition-delay: 0.2s;
}

.fade-in:nth-child(2)::before {
    transition-delay: 0.25s;
}

.fade-in:nth-child(2)::after {
    transition-delay: 0.3s;
}

.fade-in:nth-child(3) {
    transition-delay: 0.3s;
}

.fade-in:nth-child(3)::before {
    transition-delay: 0.35s;
}

.fade-in:nth-child(3)::after {
    transition-delay: 0.4s;
}

.fade-in:nth-child(4) {
    transition-delay: 0.4s;
}

.fade-in:nth-child(4)::before {
    transition-delay: 0.45s;
}

.fade-in:nth-child(4)::after {
    transition-delay: 0.5s;
}

.fade-in:nth-child(5) {
    transition-delay: 0.5s;
}

.fade-in:nth-child(5)::before {
    transition-delay: 0.55s;
}

.fade-in:nth-child(5)::after {
    transition-delay: 0.6s;
}

.fade-in:nth-child(6) {
    transition-delay: 0.6s;
}

.fade-in:nth-child(6)::before {
    transition-delay: 0.65s;
}

.fade-in:nth-child(6)::after {
    transition-delay: 0.7s;
}

.fade-in:nth-child(7) {
    transition-delay: 0.7s;
}

.fade-in:nth-child(7)::before {
    transition-delay: 0.75s;
}

.fade-in:nth-child(7)::after {
    transition-delay: 0.8s;
}

.fade-in:nth-child(8) {
    transition-delay: 0.8s;
}

.fade-in:nth-child(8)::before {
    transition-delay: 0.85s;
}

.fade-in:nth-child(8)::after {
    transition-delay: 0.9s;
}

/* Optional: Different animation directions */
.fade-in.fade-in-left {
    transform: translateX(-30px);
}

.fade-in.fade-in-left::before,
.fade-in.fade-in-left::after {
    transform: translateX(-30px);
}

.fade-in.fade-in-right {
    transform: translateX(30px);
}

.fade-in.fade-in-right::before,
.fade-in.fade-in-right::after {
    transform: translateX(30px);
}

.fade-in.fade-in-up {
    transform: translateY(30px);
}

.fade-in.fade-in-up::before,
.fade-in.fade-in-up::after {
    transform: translateY(30px);
}

.fade-in.fade-in-down {
    transform: translateY(-30px);
}

.fade-in.fade-in-down::before,
.fade-in.fade-in-down::after {
    transform: translateY(-30px);
}

.fade-in.fade-in-scale {
    transform: scale(0.8);
}

.fade-in.fade-in-scale::before,
.fade-in.fade-in-scale::after {
    transform: scale(0.8);
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .fade-in {
        transform: translateY(20px);
        /* Smaller movement on mobile */
        transition: opacity 0.6s ease, transform 0.6s ease;
        /* Faster on mobile */
    }
}

/* Fix for .animate hover animations - ensure they work with fade-in system */
img.animate,
.contact-block .content-block a,
.counter-block.animate {
    transition: all !important;
    /* Ensure hover animations work */
}

/* Ensure hover animations take precedence over fade-in transitions */
img.animate:hover,
.contact-block .content-block a:hover,
.counter-block.animate:hover {
    animation: 1s ease 0s 1 normal none running animation_gummy !important;
    transition: all !important;
}

/* Fade-in Row Animation for Grid Layouts */
.fade-in-row {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in-row.fade-in-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Row-based staggered timing for grid layouts */
.fade-in-row:nth-child(1) {
    transition-delay: 0.1s;
}

.fade-in-row:nth-child(2) {
    transition-delay: 0.2s;
}

.fade-in-row:nth-child(3) {
    transition-delay: 0.3s;
}

.fade-in-row:nth-child(4) {
    transition-delay: 0.4s;
}

.fade-in-row:nth-child(5) {
    transition-delay: 0.5s;
}

.fade-in-row:nth-child(6) {
    transition-delay: 0.6s;
}

.fade-in-row:nth-child(7) {
    transition-delay: 0.7s;
}

.fade-in-row:nth-child(8) {
    transition-delay: 0.8s;
}

.fade-in-row:nth-child(9) {
    transition-delay: 0.9s;
}

.fade-in-row:nth-child(10) {
    transition-delay: 1.0s;
}

.fade-in-row:nth-child(11) {
    transition-delay: 1.1s;
}

.fade-in-row:nth-child(12) {
    transition-delay: 1.2s;
}

/* Direction variants for row animations */
.fade-in-row.fade-in-left {
    transform: translateX(-30px);
}

.fade-in-row.fade-in-right {
    transform: translateX(30px);
}

.fade-in-row.fade-in-up {
    transform: translateY(30px);
}

.fade-in-row.fade-in-down {
    transform: translateY(-30px);
}

.fade-in-row.fade-in-scale {
    transform: scale(0.8);
}

/* Responsive adjustments for row animations */
@media (max-width: 767px) {
    .fade-in-row {
        transform: translateY(20px);
        transition: opacity 0.6s ease, transform 0.6s ease;
    }
}