/*
Theme Name: Randy-sign Original
Theme URI: https://randy-sign.com/
Author: Randy-sign
Author URI: https://randy-sign.com/
Description: 日向市のWeb制作 Randy-sign のオリジナルテーマ（サーフスタイル完全版）
Version: 1.2.0
*/

body {
    background-color: #fdfbf7;
    color: #0f172a;
}

.hero-zoom {
    animation: heroZoom 20s ease-out infinite alternate;
}

@keyframes heroZoom {
    0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(1.15);
    }
}

.wave-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: translateY(99%);
    z-index: 10;
}

.wave-divider svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 60px;
}

.wave-divider .shape-fill {
    fill: #fdfbf7;
}

.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.text-hard-shadow {
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.9), 0px 2px 4px rgba(0, 0, 0, 0.8);
}