@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    background-color: #FDFFE6;
    position: relative;
    overflow-x: hidden;
    height: 100vh;
    min-height: 100vh;
}

@font-face {
    font-family: 'toppan-bunkyu-midashi-go-std';
    src: url('../fonts/Toppan\ BunkyuMidashiGoStdN\ EB.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'hannari-mincho-regular';
    src: url('../fonts/HannariMincho-Regular.otf') format('opentype');
}

.floating-snacks {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}

.snack {
    position: absolute;
    width: 250px;
}

.snack.snack1 {
    top: 15%;
    left: -2%;
    filter: blur(2px);
}

.snack.snack2 {
    top: 35%;
    left: 28%;
    width: 200px;
    filter: blur(5px);
}

.snack.snack3 {
    top: 60%;
    left: 5%;
    width: 150px;
}

.snack.snack4 {
    top: 83%;
    left: 23%;
    width: 180px;
    transform: scaleX(-1);
    filter: blur(3px);
}

.snack.snack5 {
    top: -5%;
    right: 5%;
    width: 150px;
    filter: blur(4px);
}

.snack.snack6 {
    top: 21%;
    right: 23%;
    width: 200px;
}

.snack.snack7 {
    top: 48%;
    right: -3%;
    width: 200px;
    filter: blur(4px);
}

.snack.snack8 {
    top: 65%;
    right: 30%;
    width: 200px;
    filter: blur(10px);
}

.wrapper {
    position: relative;
    width: 100%;
    overflow-x: hidden;
}

.container {
    position: relative;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    overflow-x: hidden;
}

.container::-webkit-scrollbar {
    display: none;
}

.header {
    background: #D9272F;
    padding: 20px;
    position: relative;
}

.header img {
    position: relative;
    display: block;
    width: 60%;
    margin: 0 auto;
}

.mainvisual-section {
    background: url('../img/mv-bg.png') no-repeat;
    background-size: 100% 995px;
    background-position: top center;
    text-align: center;
    position: relative;
    min-width: 320px;
    max-width: 450px;
    height: 995px;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    overflow: hidden;
}

.mainvisual-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.mainvisual-product-button {
    position: relative;
    display: block;
    align-items: center;
    top: -60px;
    margin: 0 auto;
    width: 100%;
    max-width: 315px;
    cursor: pointer;
    z-index: 1;
}

.product-button-img {
    display: block;
    width: 100%;
    height: 70px;
    margin: 0 auto;
    background: url('../img/cta-btn.png') no-repeat center;
    background-size: contain;
}

.product-button-img:hover {
    background: url('../img/cta-btn-hover.png') no-repeat center;
    background-size: contain;
}

.mainvisual-paradise-content {
    padding: 40px 20px;
}

.speech-bubbles {
    position: relative;
    width: 100%;
    height: 200px;
    margin: 0 auto;
    z-index: 1;
}

@keyframes popUp {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    60% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.speech-bubble {
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    animation: popUp 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
    opacity: 0;
}

.speech-bubble:nth-child(1) {
    width: 170px;
    top: -33%;
    left: -10%;
    transform: rotate(-2deg);
    animation-delay: 0.2s;
}

.speech-bubble:nth-child(2) {
    width: 130px;
    top: -34%;
    right: -7%;
    transform: rotate(2deg);
    animation-delay: 0.4s;
}

.speech-bubble:nth-child(3) {
    width: 125px;
    bottom: -73%;
    left: -8%;
    transform: rotate(-1deg);
    animation-delay: 0.6s;
}

.speech-bubble:nth-child(4) {
    width: 140px;
    bottom: -53%;
    right: -12%;
    transform: rotate(-2deg);
    animation-delay: 0.8s;
}

.speech-bubble img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.mainvisual-paradise-title {
    position: relative;
    display: block;
    align-items: center;
    top: -110px;
    margin: 0 auto;
    z-index: 2;
}

.paradise-title-img {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 0 auto;
}

.mainvisual-snacky-logo {
    position: relative;
    display: block;
    align-items: center;
    top: -100px;
    margin: 0 auto;
    text-align: center;
}

.snacky-logo-img {
    width: 100%;
    max-width: 235px;
    height: auto;
    margin: 0 auto;
}

.mainvisual-product-image {
    position: relative;
    display: block;
    align-items: center;
    top: -95px;
    margin: 0 auto;
    text-align: center;
}

.product-red-img {
    width: 100%;
    max-width: 230px;
    height: auto;
    margin: 0 auto;
}

.mainvisual-products-showcase {
    position: relative;
    display: block;
    align-items: center;
    top: -75px;
    margin: 0 auto;
    text-align: center;
}

.products-showcase-img {
    width: 100%;
    max-width: 355px;
    height: auto;
    margin: 0 auto;
}

.main-menu-container {
    width: 100%;
    margin: 0 auto;
    background: white;
    overflow: hidden;
}

.main-menu-item {
    display: flex;
    height: 170px;
    align-items: center;
    padding: 15px 20px 0;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
}

.main-menu-item:hover {
    opacity: none;
}

.main-menu-item.red {
    background: #D9272F;
    color: #fff;
    text-decoration: none;
    z-index: 1;
}

.main-menu-item.red::before {
    content: 'RED';
    position: absolute;
    top: 36px;
    left: -7px;
    transform: translateY(-50%);
    font-family: 'toppan-bunkyu-midashi-go-std', sans-serif;
    font-size: 90px;
    color: #BF171F;
    z-index: -1;
}

.main-menu-item.yellow {
    background: #F6B400;
    color: #fff;
    text-decoration: none;
    z-index: 1;
}

.main-menu-item.yellow::before {
    content: 'YELLOW';
    position: absolute;
    top: 36px;
    left: -7px;
    transform: translateY(-50%);
    font-family: 'toppan-bunkyu-midashi-go-std', sans-serif;
    font-size: 90px;
    font-weight: 600;
    color: #E39500;
    z-index: -1;
}

.main-menu-item.green {
    background: #A0B934;
    color: #fff;
    text-decoration: none;
    z-index: 1;
}

.main-menu-item.green::before {
    content: 'GREEN';
    position: absolute;
    top: 36px;
    left: -7px;
    transform: translateY(-50%);
    font-family: 'toppan-bunkyu-midashi-go-std', sans-serif;
    font-size: 90px;
    font-weight: 600;
    color: #8EA725;
    z-index: -1;
}

.menu-text-content {
    flex: 1;
    padding-bottom: 15px;
    z-index: 3;
}

.menu-main-text {
    font-family: 'toppan-bunkyu-midashi-go-std', sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 5px;
    margin-left: 4px;
    position: relative;
}

.menu-product-section {
    position: relative;
    display: flex;
    align-items: center;
}

.menu-product-image {
    width: 100%;
    height: auto;
    background: transparent;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.menu-product-img {
    margin-top: 30px;
    width: 140px;
    transition: all 0.3s ease;
    position: relative;
    top: 0;
}

.menu-product-img:hover {
    transform: translateY(-2px);
}

.menu-chevron-container {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-chevron-container:hover {
    opacity: none;
}

.menu-checkmark-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-description {
    padding: 10px 0;
    text-align: center;
    background: #fff;
    position: relative;
}

.product-description::before {
    content: '';
    position: absolute;
    top: 61%;
    left: 72%;
    transform: translate(-50%, -50%) rotate(13deg);
    width: 61%;
    height: 61%;
    background-image: url('../img/red-product-hover.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.1;
    z-index: 1;
}

.product-description::after {
    content: '';
    position: absolute;
    inset: 0;
    border: #D8272F 3px solid;
    z-index: 10;
    pointer-events: none;
}

.product-description-inner {
    position: relative;
    z-index: 2;
}

.product-title {
    font-family: 'toppan-bunkyu-midashi-go-std', sans-serif;
    color: #D9272F;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
}

.product-year {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    color: #430306;
    margin-bottom: 15px;
    padding: 0 20px;
    line-height: 2.4;
}

.product-text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 2.4;
    text-align: left;
    color: #430306;
    text-align: left;
    margin-bottom: 30px;
    padding: 0 20px;
}

.nuts-grid-top {
    display: flex;
    justify-content: space-around;
    margin: 0 0 30px;
    padding: 0 10px;
    gap: 15px;
}

.nuts-grid-bottom {
    display: flex;
    justify-content: space-around;
    margin: 0 0 20px;
    padding: 0 10px;
    gap: 15px;
    margin-left: -35px;
    position: relative;
    z-index: 2;
}

.nut-item-top {
    width: 22%;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

.nut-item-bottom {
    width: 24%;
    max-width: fit-content;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

.red-product-description {
    padding: 60px 0 20px;
    background: #D9272F;
    position: relative;
}

.red-product-description::before {
    content: 'RED';
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translate(-50%, 50%);
    font-family: 'toppan-bunkyu-midashi-go-std', sans-serif;
    font-size: 90px;
    font-weight: 600;
    color: #BF171F;
    letter-spacing: 2px;
    width: 100%;
    text-align: center;
}

.red-product-card {
    color: #fff;
    padding: 30px 20px;
    text-align: center;
    position: relative;
}

.red-product-card-title {
    font-family: 'toppan-bunkyu-midashi-go-std', sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
}

.red-product-card-subtitle {
    font-size: 18px;
    margin-bottom: 30px;
}

.red-product-images {
    display: flex;
    justify-content: center;
    margin: 30px 0;
    position: relative;
}

.red-product-image {
    width: 100%;
    max-width: 400px;
}

.red-year-badge {
    position: absolute;
    top: 138px;
    right: 11px;
    width: 130px;
    height: 130px;
    background: url('../img/badge-bg.png') no-repeat center center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 25px 15px;
    font-family: 'toppan-bunkyu-midashi-go-std', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    color: #D9272F;
    transform: rotate(10deg);
    z-index: 4;
}

.red-product-desc {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    margin-top: 20px;
}

.red-menu-buttons {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.red-menu-button {
    background: #430306;
    color: white;
    padding: 15px 25px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 4px 0 #BF1820;
    position: relative;
}

.red-menu-button:hover {
    background: #430306;
    transform: translateY(4px);
    box-shadow: none;
}

.red-menu-button-text {
    font-family: 'toppan-bunkyu-midashi-go-std', sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.red-menu-button-arrow {
    position: absolute;
    right: 25px;
    width: 25px;
    height: 25px;
    background: url('../img/btn-arrow.png') no-repeat center;
    background-size: contain;
}

.red-menu-button-arrow::before {
    content: none;
}

.yellow-product-description {
    padding: 60px 0 20px;
    background: #F6B403;
    position: relative;
}

.yellow-product-description::before {
    content: 'YELLOW';
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translate(-50%, 50%);
    font-family: 'toppan-bunkyu-midashi-go-std', sans-serif;
    font-size: 90px;
    font-weight: 600;
    color: #E39500;
    letter-spacing: 2px;
    width: 100%;
    text-align: center;
}

.yellow-product-card {
    color: #fff;
    padding: 30px 20px;
    text-align: center;
    position: relative;
}

.yellow-product-card-title {
    font-family: 'toppan-bunkyu-midashi-go-std', sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
}

.yellow-product-card-subtitle {
    font-size: 18px;
    margin-bottom: 30px;
}

.yellow-product-images {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 30px 0;
    position: relative;
}

.yellow-product-image {
    width: 100%;
    max-width: 400px;
}

.yellow-product-desc {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #430306;
    line-height: 1.8;
    text-align: left;
    margin-top: 20px;
}

.yellow-menu-buttons {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.yellow-menu-button {
    background: #430306;
    color: white;
    padding: 15px 25px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 4px 0 #E39602;
    position: relative;
}

.yellow-menu-button:hover {
    background: #430306;
    transform: translateY(4px);
    box-shadow: none;
}

.yellow-menu-button-text {
    font-family: 'toppan-bunkyu-midashi-go-std', sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.yellow-menu-button-arrow {
    position: absolute;
    right: 25px;
    width: 25px;
    height: 25px;
    background: url('../img/btn-arrow.png') no-repeat center;
    background-size: contain;
}

.yellow-menu-button-arrow::before {
    content: none;
}

.green-product-description {
    padding: 60px 0 20px;
    background: #A0BA34;
    position: relative;
}

.green-product-description::before {
    content: 'GREEN';
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translate(-50%, 50%);
    font-family: 'toppan-bunkyu-midashi-go-std', sans-serif;
    font-size: 90px;
    font-weight: 600;
    color: #8EA725;
    letter-spacing: 2px;
    width: 100%;
    text-align: center;
}

.green-product-card {
    color: #fff;
    padding: 30px 20px;
    text-align: center;
    position: relative;
}

.green-product-card-title {
    font-family: 'toppan-bunkyu-midashi-go-std', sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
}

.green-product-card-subtitle {
    font-size: 18px;
    margin-bottom: 30px;
}

.green-product-images {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 30px 0;
    position: relative;
}

.green-product-image {
    width: 100%;
    max-width: 220px;
}

.green-product-desc {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #430306;
    line-height: 1.8;
    text-align: left;
    margin-top: 20px;
}

.green-menu-buttons {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.green-menu-button {
    background: #430306;
    color: white;
    padding: 15px 25px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 4px 0 #8EA725;
    position: relative;
}

.green-menu-button:hover {
    background: #430306;
    transform: translateY(4px);
    box-shadow: none;
}

.green-menu-button-text {
    font-family: 'toppan-bunkyu-midashi-go-std', sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.green-menu-button-arrow {
    position: absolute;
    right: 25px;
    width: 25px;
    height: 25px;
    background: url('../img/btn-arrow.png') no-repeat center;
    background-size: contain;
}

.green-menu-button-arrow::before {
    content: none;
}

.product-showcase-section {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.recipe-secret-container {
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
}

.recipe-title {
    display: block;
    margin: 0 auto;
    align-items: center;
    gap: 15px;
    margin-top: 40px;
    position: relative;
}

.title-main-img {
    width: 100%;
    max-width: 300px;
    height: auto;
}

.recipe-label {
    position: relative;
    display: block;
    margin: 0 auto;
    align-items: center;
    top: 20px;
    width: 30%;
    z-index: 1;
    transform: rotate(-8deg);
}

.recipe-banner {
    position: relative;
}

.banner-img {
    width: 100%;
    max-width: 400px;
    height: auto;
}

.red-product-showcase-container {
    max-width: 450px;
    margin: 0 auto;
    position: relative;
}

.red-product-showcase-image {
    text-align: center;
}

.red-product-showcase-img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.yellow-product-showcase-container {
    max-width: 450px;
    margin: 0 auto;
    position: relative;
}

.yellow-product-showcase-image {
    text-align: center;
}

.yellow-product-showcase-img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.green-product-showcase-container {
    max-width: 450px;
    margin: 0 auto;
    position: relative;
}

.green-product-showcase-image {
    text-align: center;
}

.green-product-showcase-img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.salt-section {
    background: linear-gradient(
        to left,
        #2F3A42 0%,
        #1D1D1D 100%
    );
    color: #fff;
    position: relative;
}

.salt-section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 150px;
    background-image: url('../img/salt-dot.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.label-tag {
    position: relative;
    display: block;
    margin: 0 auto;
    align-items: center;
    top: -17px;
    width: 30%;
    /* height: 40px; */
    z-index: 1;
    transform: rotate(-8deg);
}

.salt-title {
    font-family: 'hannari-mincho-regular', sans-serif;
    font-size: 36px;
    text-align: center;
    margin-bottom: 10px;
    padding: 0 20px;
}

.salt-subtitle {
    font-family: 'hannari-mincho-regular', sans-serif;
    font-size: 12px;
    text-align: center;
    margin-bottom: 30px;
    padding: 0 20px;
    opacity: 0.9;
}

.salt-image {
    position: relative;
}

.salt-image img {
    width: 100%;
    height: auto;
}

.zen-logo {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 100px !important;
    height: 80px;
}

.salt-description {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 2;
    padding: 15px 20px 40px;
    opacity: 0.9;
}

.red-testimonial-section {
    padding: 25px 0 20px;
    background: #D9272F;
    position: relative;
}

.nuts-header {
    display: flex;
    justify-content: space-around;
    margin: 0 0 30px;
    padding: 0 10px;
    gap: 15px;
}

.nuts-footer {
    display: flex;
    justify-content: space-around;
    margin: 80px 0 0;
    padding: 0 10px;
    gap: 15px;
    margin-left: -35px;
    position: relative;
    z-index: 1;
}

.nuts-item-header {
    width: 22%;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

.nuts-item-footer {
    width: 24%;
    max-width: fit-content;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

.red-testimonial-title {
    color: #fff;
    font-family: 'toppan-bunkyu-midashi-go-std', sans-serif;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
    padding: 0 20px;
}

.red-testimonial-card {
    background: #FFCED0;
    padding: 25px 20px 35px;
    position: relative;
    margin: 0 20px;
}

.red-testimonial-badge {
    width: 100%;
    height: 100px;
    display: block;
    margin-bottom: 10px;
    margin-left: 12px;
    position: relative;
    z-index: 2;
    object-fit: contain;
}

.red-testimonial-user {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.red-user-avatar {
    width: 120px;
    height: 120px;
}

.red-user-info {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #430306;
}

.red-user-age {
    color: #430306;
    font-size: 14px;
}

.red-testimonial-text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 2;
    color: #430306;
}

.red-highlight {
    background: #FFA2A5;
}

.red-floating-nut {
    position: absolute;
    width: 100px;
    height: auto;
}

.red-floating-nut.top-right {
    top: 114px;
    left: -41px;
}

.red-floating-nut.bottom-left {
    bottom: -35px;
    right: -37px;
    width: 120px;
}

.yellow-testimonial-section {
    padding: 20px 20px;
    background: #F6B403;
    position: relative;
}

.yellow-testimonial-title {
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
}

.yellow-testimonial-card {
    background: #FFEEBF;
    padding: 25px 20px 35px;
    position: relative;
}

.yellow-testimonial-badge {
    width: 100%;
    height: 100px;
    display: block;
    margin-bottom: 10px;
    margin-left: 12px;
    position: relative;
    z-index: 2;
    object-fit: contain;
}

.yellow-testimonial-user {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.yellow-user-avatar {
    width: 120px;
    height: 120px;
}

.yellow-user-info {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #430306;
}

.yellow-user-age {
    color: #430306;
    font-size: 14px;
}

.yellow-testimonial-text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 2;
    color: #430306;
}

.yellow-highlight {
    background: #FFEB03;
}

.yellow-floating-nut {
    position: absolute;
    width: 135px;
    height: auto;
}

.yellow-floating-nut.top-right {
    top: 130px;
    left: -35px;
}

.yellow-floating-nut.bottom-left {
    bottom: -73px;
    right: -78px;
    width: 280px;
}

.green-testimonial-section {
    padding: 20px 0 40px;
    background: #A0BA34;
    position: relative;
}

.green-testimonial-title {
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
    padding: 0 20px;
}

.green-testimonial-card {
    background: #E5EFBF;
    padding: 25px 20px 70px;
    position: relative;
    margin: 0 20px;
}

.green-testimonial-badge {
    width: 100%;
    height: 100px;
    display: block;
    margin-bottom: 10px;
    margin-left: 16px;
    position: relative;
    z-index: 2;
    object-fit: contain;
}

.green-testimonial-user {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.green-user-avatar {
    width: 120px;
    height: 120px;
}

.green-user-info {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #430306;
}

.green-user-age {
    color: #430306;
    font-size: 14px;
}

.green-testimonial-text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 2;
    color: #430306;
}

.green-highlight {
    background: #C9DE71;
}

.green-floating-nut {
    position: absolute;
    width: 120px;
    height: auto;
}

.green-floating-nut.top-right {
    top: 110px;
    left: -25px;
    width: 140px;
}

.green-floating-nut.bottom-left {
    bottom: -96px;
    right: -10px;
    transform: rotate(20deg);
    width: 200px;
}

.product-list {
    background: url('../img/bg-product-list.png') no-repeat;
    background-size: 100% auto;
    background-position: top center;
    padding: 40px 20px;
    text-align: center;
    position: relative;
    height: 617px;
    overflow: hidden;
    border: #D8272F 3px solid;
}

.product-list-title {
    margin-bottom: 45px;
}

.product-list-title h2 {
    color: #D9272F;
    font-family: 'toppan-bunkyu-midashi-go-std', sans-serif;
    font-size: 30px;
    line-height: 1.4;
    font-weight: bold;
}

.product-images {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 0 0 30px;
    position: relative;
}

.product-image {
    width: 100%;
    max-width: 400px;
}

.product-img:hover {
    transform: rotate(0) scale(1.05);
}

.product-button {
    position: relative;
    display: block;
    align-items: center;
    top: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 310px;
    cursor: pointer;
    z-index: 1;
}

.products-button-img {
    display: block;
    width: 100%;
    height: 70px;
    margin: 0 auto;
    background: url('../img/cta-btn.png') no-repeat center;
    background-size: contain;
}

.products-button-img:hover {
    background: url('../img/cta-btn-hover.png') no-repeat center;
    background-size: contain;
}

.social-video-section {
    padding: 40px 20px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.video-card {
    background: #DBDBDB;
    border-radius: 29px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    min-height: 700px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-title {
    color: black;
    font-size: 24px;
    line-height: 1.5;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tons-logo {
    width: 120px;
    height: auto;
    margin: 20px 0;
}

.site-footer {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.footer-logo {
    width: 120px;
    height: auto;
}

.social-icons {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: fit-content;
    gap: 10px;
}

.social-icon {
    width: 50px;
    height: 50px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.social-icon:hover {
    transform: scale(1.1);
}

.social-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-bottom {
    width: 100%;
    background: #D9272F;
    padding: 40px 20px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
    align-items: center;
    color: #fff;
}

.footer-links {
    display: flex;
    gap: 20px;
}

.footer-link {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.footer-link:hover {
    text-decoration: none;
}

.copyright {
    font-size: 12px;
    color: #fff;
}

.page-top {
    position: fixed;
    bottom: -35px;
    right: calc(47% - 160px);
    transform: translateY(-50%);
    z-index: 10;
    width: 80px;
    height: 80px;
}

.page-top-button {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}

.page-top-button:hover {
    transform: translateY(-5px);
}

.page-top-button:active {
    transform: translateY(-2px);
    opacity: 0.9;
}

.page-top-button img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
}

.side-logo {
    position: fixed;
    top: 6%;
    left: 12%;
    margin-left: 11px;
    transform: translateX(-50%);
    z-index: 999;
    max-width: 20%;
}

.logo-item {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}

.side-menu {
    position: fixed;
    right: calc(32% - 350px);
    top: 85%;
    transform: translateY(-50%);
    z-index: 999;
}

.menu-item {
    position: relative;
    display: block;
    color: #333;
    margin-bottom: 15px;
    font-family: 'toppan-bunkyu-midashi-go-std', sans-serif;
    font-size: 25px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.menu-item.active {
    color: #ff4444;
    transform: translateX(-5px);
}

.menu-item.active::before {
    content: '▶ ';
    position: absolute;
    left: -35px;
    color: #ff4444;
    opacity: 1;
}

.menu-item:hover {
    color: #ff4444;
    transform: translateX(-5px);
}

.menu-item:hover::before {
    content: '▶ ';
    color: #ff4444;
    position: absolute;
    left: -35px;
    animation: bounce 0.6s ease-in-out;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(3px);
    }
}

.hamburger-menu {
    position: fixed;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 1001;
    background: #fff;
    border-radius: 50%;
    display: none;
}

.hamburger-icon {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.hamburger-icon span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #333;
    transition: all 0.3s ease;
}

.hamburger-menu.active .hamburger-icon span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.hamburger-menu.active .hamburger-icon span:nth-child(2) {
    opacity: 0;
}

.hamburger-menu.active .hamburger-icon span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.98);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 1000;
}

.mobile-menu.active {
    visibility: visible;
    opacity: 1;
}

.mobile-menu-content {
    padding: 80px 20px;
}

.mobile-menu-item {
    display: block;
    color: #333;
    font-family: 'toppan-bunkyu-midashi-go-std', sans-serif;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    padding: 0 0 20px;
    position: relative;
}

.mobile-menu-item:hover {
    color: #ff4444;
    transform: translateX(-5px);
}

.mobile-menu-item:hover::before {
    content: '';
    color: #ff4444;
    position: absolute;
    left: 15px;
    animation: bounce 0.6s ease-in-out;
}

.mobile-menu-item.active {
    color: #ff4444;
    position: relative;
}

.mobile-menu-item.active::before {
    content: '';
    color: #ff4444;
    position: absolute;
    left: -35px;
}

.mobile-menu:hover .mobile-menu-item.active {
    color: #333;
}

.mobile-menu:hover .mobile-menu-item.active::before {
    display: none;
}

.mobile-menu-item.active:hover {
    color: #ff4444 !important;
    transform: translateX(-5px);
}

.mobile-menu-item.active:hover::before {
    content: '';
    color: #ff4444;
    display: block !important;
    position: absolute;
    left: -35px;
    animation: bounce 0.6s ease-in-out;
}

@media (max-width: 768px) {
    body {
        overflow: auto;
        height: auto;
    }

    .container {
        height: auto;
        min-height: 100vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .speech-bubble:nth-child(1) {
        width: 150px;
    }

    .speech-bubble:nth-child(2) {
        width: 120px;
    }

    .speech-bubble:nth-child(3) {
        width: 105px;
    }

    .speech-bubble:nth-child(4) {
        width: 120px;
    }

    .snacky-logo-img {
        max-width: 205px;
    }

    .menu-main-text {
        font-size: 16px;
    }

    .nuts-grid-bottom {
        margin-left: -30px;
    }

    .page-top {
        right: 5px;
    }

    .side-logo {
        display: none;
    }

    .side-menu {
        display: none;
    }

    .hamburger-menu {
        display: none;
    }
}

@media (min-width: 769px) and (max-width: 1080px) {
    .page-top {
        right: calc(46% - 180px);
    }

    .side-logo {
        display: none;
    }

    .side-menu {
        display: none;
    }

    .hamburger-menu {
        display: none;
    }
}

/* Medium screens - 1024px */
/* @media screen and (min-width: 992px) and (max-width: 1024px) {
    .page-top {
        right: 290px;
    }

    .side-menu {
        right: calc(35% - 350px);
    }

    .menu-item {
        font-size: 16px;
    }

    .side-logo {
        left: calc(40% - 350px);
    }
} */

/* Large screens - 1280px */
/* @media screen and (min-width: 1200px) and (max-width: 1280px) {
    .page-top {
        right: 420px;
    }

    .side-menu {
        right: calc(41% - 450px);
    }

    .menu-item {
        font-size: 18px;
    }

    .side-logo {
        left: calc(40% - 450px);
    }
} */

/* Extra large screens - 1440px */
/* @media screen and (min-width: 1281px) and (max-width: 1440px) {
    .page-top {
        right: 500px;
    }

    .side-menu {
        right: calc(42% - 550px);
    }

    .side-logo {
        left: calc(42% - 550px);
    }
} */