/* =====================================
   Reset & Base Styles
   ===================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    color: #000000;
    line-height: 1.6;
    background-color: #ffffff;
    margin: 0;
}

html {
    scroll-padding-top: 130px;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

button {
    border: none;
    background: none;
    cursor: pointer;
    font-family: inherit;
}

/* =====================================
   Header Styles
   ===================================== */
.header {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 22px 0;
    z-index: 1000;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}

.header-container {
    width: 100%;
    margin: 0 auto;
    height: 75px;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 0 30px;
}

.header-logo {
    width: 300px;
    max-width: 300px;
    height: 75px;
    flex-shrink: 0;
}

.header-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.header-tagline {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.45px;
    color: #000000;
    flex-shrink: 0;
}

.header-tagline p {
    margin: 0;
    white-space: nowrap;
}

.header-cta {
    margin-left: auto;
    flex-shrink: 0;
}

.btn-download {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 320px;
    height: 60px;
    background-color: #ea5414;
    border-radius: 8px;
    padding: 0 25px;
    color: #ffffff;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0.54px;
    line-height: 1.2;
    transition: background-color 0.3s ease;
}

.btn-download span {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.54px;
    color: #ffffff;
    white-space: nowrap;
}

.btn-download:hover {
    background-color: #d14912;
}

.btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.icon-download-svg {
    width: 40px;
    height: 40px;
    display: block;
}

.header-menu {
    flex-shrink: 0;
}

.btn-menu {
    width: 60px;
    height: 60px;
    background-color: #00b1b2;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    transition: background-color 0.3s ease;
}

.btn-menu:hover {
    background-color: #009899;
}

.menu-lines {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.menu-lines span {
    display: block;
    width: 30px;
    height: 4px;
    background-color: #ffffff;
}

.menu-text {
    font-weight: 900;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0.42px;
    line-height: 1.2;
    text-align: center;
}

/* =====================================
   Main Content
   ===================================== */
.main-content {
    position: relative;
    padding-top: 119px;
    background-color: #F7F7F7;
}

/* =====================================
   FV Section
   ===================================== */
.fv-section {
    position: relative;
    width: 100%;
    min-height: 900px;
    max-width: 1500px;
    margin: 0 auto;
    overflow: visible;
}

/* Background Image */
.fv-background {
    position: absolute;
    left: 20%;
    top: 20px;
    width: 100%;
    max-width: 1500px;
    height: 73%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 100px;
    overflow: hidden;
}

.fv-bg-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.fv-bg-slide.active {
    opacity: 1;
}

/* Left Content */
.fv-left-content {
    position: absolute;
    left: -80px;
    top: 220px;
    z-index: 10;
    transform-origin: top left;
    transform: scale(1);
}

/* Decorations */
.fv-decorations {
    position: absolute;
    left: 60px;
    top: 60px;
    width: 370px;
    height: 508px;
    z-index: 20;
    pointer-events: none;
}

.fv-decorations .deco-1 {
    position: absolute;
    left: 50px;
    top: -30px;
    width: 168px;
    height: 169px;
    z-index: 2;
}

.fv-decorations .deco-2 {
    position: absolute;
    left: 150px;
    top: -40px;
    width: 151px;
    height: 104px;
    z-index: 1;
}

/* Contents Background */
.fv-contents-bg {
    position: absolute;
    left: -100px;
    top: 40px;
    width: 720px;
    height: 480px;
    z-index: 5;
}

.fv-contents-bg img {
    width: 100%;
    height: 100%;
    display: block;
}

/* Text Content */
.fv-text {
    position: absolute;
    left: 150px;
    top: 216px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    color: #000000;
    z-index: 15;
}

.fv-text p {
    margin: 0;
    line-height: 1.2;
}


.text-bold-large {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 900;
    font-size: 48px;
    font-style: normal;
    letter-spacing: 1.44px;
    line-height: 1.2;
    display: inline;
}

.text-medium {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-size: 36px;
    font-style: normal;
    letter-spacing: 1.08px;
    line-height: 1.2;
    display: inline;
}
.fv-text-1 {
    position: absolute;
    left: 0px;
    top: 20px;
    font-size: 0;
    letter-spacing: 1.2px;
    line-height: 1.2;
    white-space: nowrap;
}

.fv-text-2 {
    position: absolute;
    left: 30px;
    top: 88px;
    font-weight: 700;
    font-size: 36px;
    font-style: normal;
    letter-spacing: 1.08px;
    line-height: 1.2;
    white-space: nowrap;
}

.fv-text-3 {
    position: absolute;
    left: 60px;
    top: 151px;
    font-weight: 700;
    font-size: 36px;
    font-style: normal;
    letter-spacing: 1.08px;
    line-height: 1.2;
    white-space: nowrap;
}

/* Store Logos */
.fv-logos {
    position: absolute;
    transform: translateX(-480px);
    top: 560px;
    width: 750px;
    height: 180px;
    z-index: 15;
}

.fv-logo {
    position: absolute;
    width: 120px;
    height: 120px;
    bottom: 0;
    transition: all 0.6s ease-in-out;
}

/* Logo positions - evenly distributed */
.fv-logo[data-logo-index="0"] {
    left: 0;
}

.fv-logo[data-logo-index="1"] {
    left: 170px;
}

.fv-logo[data-logo-index="2"] {
    left: 340px;
}

.fv-logo[data-logo-index="3"] {
    left: 510px;
}

.fv-logo[data-logo-index="4"] {
    left: 680px;
}

/* Large state - active logo (grows and centered) */
.fv-logo.fv-logo-large {
    width: 180px;
    height: 180px;
    z-index: 20;
}

.fv-logo[data-logo-index="0"].fv-logo-large {
    left: -30px;
}

.fv-logo[data-logo-index="1"].fv-logo-large {
    left: 140px;
}

.fv-logo[data-logo-index="2"].fv-logo-large {
    left: 310px;
}

.fv-logo[data-logo-index="3"].fv-logo-large {
    left: 480px;
}

.fv-logo[data-logo-index="4"].fv-logo-large {
    left: 650px;
}

.fv-logo.fv-logo-large .logo-circle {
    width: 180px;
    height: 180px;
}



.logo-circle {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.6s ease-in-out;
}


.logo-image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 80px;
    max-height: 80px;
    object-fit: contain;
    transition: all 0.6s ease-in-out;
}

.fv-logo.fv-logo-large .logo-image-1 {
    max-height: 142px;
}

.fv-logo.fv-logo-large .logo-image-2 {
    max-width: 142px;
    max-height: 120px;
}

.fv-logo.fv-logo-large .logo-image-3 {
    max-width: 150px;
}

.fv-logo.fv-logo-large .logo-image-4 {
    max-width: 120px;
}

.fv-logo.fv-logo-large .logo-image-5 {
    max-width: 120px;
}

.fv-subtext{
    display: none;
}

/* =====================================
   Charm Section
   ===================================== */
.charm-section {
    position: relative;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding-top: 40px;
}

/* Section Header */
.charm-header {
    position: relative;
    width: 100%;
    height: 194px;
    margin-bottom: -30px;
    z-index: 20;
}

.charm-title-wrapper {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    text-align: center;
}

.charm-subtitle {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 900;
    font-size: 24px;
    font-style: normal;
    color: #ea5414;
    letter-spacing: 2.4px;
    line-height: 1.2;
}

.charm-title {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 900;
    font-size: 46px;
    font-style: normal;
    color: #000000;
    letter-spacing: 2.3px;
    line-height: 1.2;
    margin: 0;
    white-space: nowrap;
}

.charm-icon {
    position: absolute;
    width: 30px;
    height: 140px;
    top: 40px;
    z-index: 30;
}

.charm-icon-left {
    left: 450px;
}

.charm-icon-left img {
    width: 30px;
    height: 140px;
    transform: rotate(330deg);
    transform-origin: center;
    display: block;
}

.charm-icon-right {
    left: auto;
    right: 450px;
}

.charm-icon-right img {
    width: 30px;
    height: 140px;
    transform: rotate(30deg);
    transform-origin: center;
    display: block;
}


/* Three Images */
.charm-images {
    position: relative;
    top:-30px;
    left: 0;
    width: 100%;
    display: flex;
    margin-top: 0;
}

.charm-image-item {
    width: 500px;
    height: 400px;
    flex-shrink: 0;
}

.charm-image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    display: block;
}

/* Feature Cards Container */
.charm-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1187px;
    margin: 30px auto 0 auto;
    gap: 60px 107px;
}

/* Individual Cards */
.charm-card {
    position: relative;
    width: 540px;
    height: 280px;
}

.charm-card-bg {
    position: absolute;
    left: 50px;
    top: 0;
    width: 440px;
    height: 280px;
    z-index: 1;
}

.charm-card-1 .charm-card-bg {
    left: 40px;
}

.charm-card-bg img {
    width: 100%;
    height: 100%;
    display: block;
}

.charm-card-content {
    position: relative;
    z-index: 2;
    padding-top: 34px;
}

.charm-card-title {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 900;
    font-size: 28px;
    font-style: normal;
    color: #000000;
    letter-spacing: 0.84px;
    line-height: 140%;
    text-align: center;
    margin: 0;
    white-space: nowrap;
}

.charm-card-title p {
    margin: 0;
}

.charm-card-text {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-size: 20px;
    font-style: normal;
    color: #000000;
    letter-spacing: 0.6px;
    line-height: 40px;
    margin: 20px 0 0 0;
    width: 540px;
    word-wrap: break-word;
}

.charm-card-4 .charm-card-text {
    margin-top: 6px;
}

/* =====================================
   CTA Section
   ===================================== */
.cta-section {
    position: relative;
    width: 100%;
    max-width: 1500px;
    min-height: 343px;
    margin: 100px auto 100px auto;
    padding-bottom: 50px;
    overflow: hidden;
}

/* Background */
.cta-background {
    position: absolute;
    left: 0;
    top: 42px;
    width: 100%;
    bottom: 0;
}

.cta-bg-white {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background-color: transparent;
}

.cta-bg-pattern {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    opacity: 0.06;
}

.cta-bg-pattern img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    display: block;
}

/* Content */
.cta-content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    max-width: 740px;
}

/* Top Text */
.cta-top {
    position: relative;
    width: 100%;
    margin-bottom: 42px;
}

.cta-top-text {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 900;
    font-size: 26px;
    font-style: normal;
    color: #000000;
    letter-spacing: 0.78px;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
}

.cta-top-text p {
    margin: 0;
}

.cta-top-decoration {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 22px;
    width: 100%;
    max-width: 560px;
    height: 60px;
}

/* Left diagonal line */
.cta-top-decoration::before {
    content: '';
    position: absolute;
    left: 0.5%;
    top: 3%;
    width: 72px;
    height: 4px;
    background-color: #000000;
    transform: rotate(56deg);
    transform-origin: top left;
}

/* Right diagonal line */
.cta-top-decoration::after {
    content: '';
    position: absolute;
    right: 0.5%;
    top: 3%;
    width: 72px;
    height: 4px;
    background-color: #000000;
    transform: rotate(-56deg);
    transform-origin: top right;
}

/* Button Container */
.cta-button-container {
    position: relative;
    width: 100%;
    max-width: 740px;
    height: 160px;
}

.cta-button-border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 740px;
    height: 160px;
    background-color: #ffffff;
    border: 10px solid #00b1b2;
    border-radius: 30px;
}

.cta-button {
    position: absolute;
    left: 20px;
    top: 20px;
    width: calc(100% - 40px);
    max-width: 700px;
    height: 120px;
    background-color: #ea5414;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.cta-button:hover {
    background-color: #d14912;
}

.cta-button-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Icon */
.cta-icon {
    position: relative;
    width: 80px;
    height: 80px;
}

.cta-icon-circle {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
}

.cta-icon-circle img {
    width: 100%;
    height: 100%;
    display: block;
}

.cta-icon-arrow {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
}

.cta-icon-arrow-svg {
    position: absolute;
    left: 4px;
    top: 0;
    width: 32px;
    height: 28px;
}

.cta-icon-arrow-svg img {
    width: 100%;
    height: 100%;
    display: block;
}

.cta-icon-arrow-bar {
    position: absolute;
    left: 0;
    top: 34px;
    width: 40px;
    height: 6px;
    background-color: #ea5414;
}

/* Button Text */
.cta-button-text {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 900;
    font-size: 40px;
    font-style: normal;
    color: #ffffff;
    letter-spacing: 1.2px;
    line-height: 1.2;
    white-space: nowrap;
}

/* =====================================
   Shop List Section
   ===================================== */
.shop-section {
    position: relative;
    width: 100%;
    max-width: 1500px;
    margin: 160px auto 0;
    padding: 0 30px;
}

/* Section Header */
.shop-header {
    position: relative;
    max-width: 1500px;
    margin: 0 auto 40px auto;
    padding-left: 130px;
    z-index: 100;
}

.shop-subtitle {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 900;
    font-size: 24px;
    font-style: normal;
    color: #ea5414;
    letter-spacing: 2.4px;
    line-height: 1.2;
    margin: 0;
    text-align: left;
}

.shop-title {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 900;
    font-size: 46px;
    font-style: normal;
    color: #000000;
    letter-spacing: 2.3px;
    line-height: 1.2;
    margin: 0 0 0 0;
    text-align: left;
}

/* Header Decorations */
.shop-header-deco {
    position: absolute;
}

.shop-deco-pot {
    right: 60px;
    top: -205px;
    width: 200px;
    height: 230px;
}

.shop-deco-pot img {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 176px;
}

.shop-deco-pot-bottom {
    top: 187px !important;
    left: 46.5px !important;
    width: 109.831px !important;
    height: 42.78px !important;
}

.shop-deco-star {
    left: 780px;
    top: 0px;
    width: 70px;
    height: 70px;
}

.shop-deco-star img {
    width: 100%;
    height: 100%;
    display: block;
}

.shop-header-badge {
    position: absolute;
    right: 170px;
    top: 727px;
    width: 100px;
    height: 100px;
}

.shop-badge-circle {
    position: absolute;
    width: 100px;
    height: 100px;
}

.shop-badge-circle img {
    width: 100%;
    height: 100%;
    display: block;
}

.shop-badge-icon {
    position: absolute;
    left: 15px;
    top: 27px;
    width: 70px;
    height: 46px;
}

.shop-badge-icon img {
    width: 100%;
    height: 100%;
    display: block;
}

/* Description Text */
.shop-description {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    font-size: 18px;
    font-style: normal;
    color: #000000;
    letter-spacing: 0.54px;
    line-height: 2;
    max-width: 1500px;
    margin: 40px auto 20px auto;
}

.shop-description p {
    margin: 0;
    white-space: nowrap;
}

/* Shop Cards */
.shop-cards {
    position: relative;
    width: 100%;
    margin-bottom: 80px;
}

.shop-card {
    position: relative;
    width: 1230px;
    min-height: 438px;
    margin: 0 auto 40px auto;
}

.shop-card-border {
    position: absolute;
    left: 30px;
    top: 20px;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    border: 8px solid #ea5414;
    border-radius: 30px;
}

.shop-border-green {
    border-color: #00b1b2;
}

.shop-card-image {
    position: absolute;
    left: 622px;
    top: 28px;
    right: 8px;
    bottom: 8px;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
    overflow: hidden;
}

.shop-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    display: block;
}

/* Day Badge */
.shop-day-badge {
    position: absolute;
    left: 0;
    top: 0;
    width: 6.5%;
    aspect-ratio: 1 / 1;
    z-index: 10;
}

.shop-day-circle {
    position: absolute;
    width: 100%;
    height: 100%;
}

.shop-day-circle img {
    width: 100%;
    height: 100%;
    display: block;
}

.shop-day-badge span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 900;
    font-size: 30px;
    font-style: normal;
    color: #ffffff;
    letter-spacing: 1.5px;
    line-height: 1;
    text-align: center;
}

/* Card Content */
.shop-card-content {
    position: absolute;
    left: 80px;
    top: 60px;
    width: calc(50% - 120px);
    bottom: 20px;
}

.shop-card-logo {
    position: absolute;
    left: 10%;
    top: 0;
    width: 20%;
    height: 55%;
}

.shop-card-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.shop-logo-hatsukoi {
    position: absolute;
    left: 75px;
    top: 25px;
    width: 365px;
    height: 60px;
}

.shop-logo-kisuke {
    position: absolute;
    left: 30px;
    top: -25px;
    width: 140px;
    height: 243px;
}

.shop-logo-gavial {
    position: absolute;
    left: 50%;
    top: 4%;
    transform: translateX(-50%);
    width: 38%;
    height: 27%;
}

.shop-logo-yamyam {
    position: absolute;
    left: 10px;
    top: 50px;
    width: 29%;
    height: 27%;
}

.shop-card-divider {
    position: absolute;
    left: 39%;
    top: 0;
    width: 3px;
    height: 55%;
    background-color: #EA5414;
}

.shop-divider-horizontal {
    position: absolute;
    left: 0;
    top: 36%;
    width: 100%;
    height: 2px;
    background-color: #EA5414;
}


/* Green cards divider */
.shop-card-green .shop-card-divider,
.shop-card-green .shop-divider-horizontal {
    background-color: #00B1B2;
}

.shop-card-info {
    position: absolute;
    width: 280px;
    left: 235px;
    top: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.shop-info-center {
    left: 100px;
    top: 40%;
    width: 400px;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.shop-card-badge-icon {
    width: 80px;
    height: 52px;
}

.shop-card-orange .shop-card-badge-icon {
    width: 30%;
}

.shop-card-badge-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shop-card-name {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 900;
    font-size: 24px;
    font-style: normal;
    color: #000000;
    letter-spacing: 1.2px;
    line-height: 1.6;
    margin: 0;
}

.shop-name-inline {
    display: inline;
    white-space: nowrap;
}

.shop-name-inline .shop-name-main,
.shop-name-inline .shop-name-location {
    display: inline;
}

.shop-name-prefix {
    font-size: 18px;
    font-weight: 900;
    display: inline;
}

.shop-name-main {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.6;
    letter-spacing: 1.2px;
}

.shop-name-location {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.9px;
}

.shop-card-text {
    position: absolute;
    left: 0;
    top: 220px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    font-size: 16px;
    font-style: normal;
    color: #000000;
    letter-spacing: 0.48px;
    line-height: 1.8;
    margin: 0;
    width: 100%;
}

/* Bottom Logos */
.shop-logos {
    position: relative;
    width: 1200px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
    margin: 0 auto 60px auto;
    padding: 0 0 0 0px;
}

.shop-logo-circle {
    position: relative;
    width: 220px;
    aspect-ratio: 1 / 1;
}

.shop-logo-bg {
    position: absolute;
    width: 103%;
    height: 105%;
    top: 0;
    left: -1.5%;
}

.shop-logo-bg img {
    width: 100%;
    height: 100%;
    display: block;
}


.shop-logo-badge {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    z-index: 100;
}

.shop-logo-badge .badge-circle {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.shop-logo-badge .badge-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 49.417px;
    height: 32.2px;
    object-fit: contain;
}

.shop-logo-main {
    position: absolute;
}

.shop-logo-main img {
    display: block;
}

.shop-logo-main-1 img {
    transform: translate(40px, 58px);
    width: 140px;
    height: 104px;
}

.shop-logo-main-2 img {
    transform: translate(35px, 35px);
    width: 150px;
    height: 150px;
}

.shop-logo-main-3 img {
    transform: translate(30px, 96px);
    width: 160px;
    height: 29px;

}

.shop-logo-main-4 img {
    transform: translate(50px, 50px);
    width: 120px;
    height: 120px;

}

.shop-logo-main-5 img {
    transform: translate(40px, 89px);
    width: 140px;
    height: 45px;

}

/* Footer Note */
.shop-note {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    font-size: 16px;
    font-style: normal;
    color: #000000;
    letter-spacing: 0.48px;
    line-height: 1.8;
    text-align: center;
    margin: 0 auto 150px;
}

/* =====================================
   About Us Section
   ===================================== */
.about-section {
    position: relative;
    width: 100%;
    max-width: 1500px;
    margin: 100px auto 200px auto;
}

/* Section Header */
.about-header {
    position: relative;
    width: 100%;
    max-width: 1500px;
    height: 100px;
    margin: 0 auto 50px auto;
}

.about-title-wrapper {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    text-align: center;
}

.about-subtitle {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 900;
    font-size: 24px;
    font-style: normal;
    color: #ea5414;
    letter-spacing: 2.4px;
    line-height: 1.2;
}

.about-title {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 900;
    font-size: 46px;
    font-style: normal;
    color: #000000;
    letter-spacing: 2.3px;
    line-height: 1.2;
    margin: 0;
    white-space: nowrap;
}

.about-deco-left {
    position: absolute;
    left: calc((100% / 2) - 330px);
    top: 12px;
    width: 60px;
    height: 70px;
}

.about-deco-left img {
    width: 100%;
    height: 100%;
    display: block;
}

.about-deco-right {
    position: absolute;
    right: calc((100% / 2) - 330px);
    top: 12px;
    width: 60px;
    height: 70px;
    transform: rotate(180deg) scaleY(-1);
}

.about-deco-right img {
    width: 100%;
    height: 100%;
    display: block;
}

/* Content Cards */
.about-content {
    position: relative;
    width: 100%;
}

.about-card {
    position: relative;
    width: 100%;
    height: 440px;
    margin-bottom: 60px;
}

.about-card-left {
    margin-left: 60px;
}

.about-card-right {
    padding-left: 150px;
}

.about-card-image {
    position: absolute;
    left: 10px;
    top: 0;
    width: calc(50% + 100px);
    max-width: 740px;
    height: 440px;
    border-radius: 40px;
    overflow: hidden;
}

.about-image-right {
    left: auto;
    right: 10px;
}

.about-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    display: block;
}

.about-card-border {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 710px;
    height: 410px;
    border: 6px solid #ffffff;
    border-radius: 30px;
}

.about-card-text {
    position: absolute;
    left: calc(50% + 40px);
    top: 72px;
    width: calc(50% - 180px);
    max-width: 500px;
    z-index: 100;
}

.about-text-left {
    left: 180px;
    right: auto;
    top: 90px;
}

.about-card-heading {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 900;
    font-size: 32px;
    font-style: normal;
    color: #000000;
    letter-spacing: 1.6px;
    line-height: 1.5;
    margin: 0 0 20px 0;
}

.about-card-heading p {
    margin: 0;
}

.about-card-description {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    font-size: 18px;
    font-style: normal;
    color: #000000;
    letter-spacing: 0.9px;
    line-height: 2;
}

.about-card-description p {
    margin: 0;
}

.about-card-icon {
    position: absolute;
    left: 1110px;
    top: 68px;
    width: 150px;
    height: 90px;
    z-index: 10;
}

.about-icon-left {
    left: 450px;
    right: auto;
    top: 68px;
    width: 160px;
    height: 100px;
}

.about-icon-multi {
    right: 8.3%;
    top: 48px;
    width: 70px;
    height: 110px;
}

.about-card-icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.about-icon-multi .icon-1 {
    position: absolute;
    left: 2.35px;
    top: 75.93px;
    width: 67.652px;
    height: 34.074px;
}

.about-icon-multi .icon-2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 65.782px;
    height: 38.319px;
}

.about-icon-multi .icon-3 {
    position: absolute;
    left: 2.91px;
    top: 47.56px;
    width: 66.535px;
    height: 36.452px;
}

/* =====================================
   Clients Section
   ===================================== */
.clients-section {
    position: relative;
    width: 100%;
    padding: 20px 0;
    margin: 160px 0 0 0;
}

/* Section Header */
.clients-header {
    position: relative;
    margin-bottom: 20px;
}

.clients-subtitle {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 900;
    font-size: 24px;
    font-style: normal;
    color: #ea5414;
    letter-spacing: 2.4px;
    line-height: 1.2;
    text-align: center;
}

.clients-title {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 900;
    font-size: 46px;
    font-style: normal;
    color: #000000;
    letter-spacing: 2.3px;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

/* Company Logos */
.clients-logos {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 100px;
}

.clients-logos-track {
    display: flex;
    padding: 40px 100px;
    gap: 30px;
    animation: slide 20s linear infinite;
}

.clients-logos-track:hover {
    animation-play-state: paused;
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-233px * 5 - 30px * 5));
    }
}

.client-logo-card {
    width: 233px;
    height: 233px;
    flex-shrink: 0;
    background-color: #ffffff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.client-logo-card img {
    width: auto;
    height: auto;
    max-width: 71%;
    max-height: 36%;
    object-fit: contain;
}

/* Interview Section */
.interview-section {
    position: relative;
    width: 100%;
    max-width: 1500px;
    margin: 145px auto 100px;
    padding: 0 170px;
}

.interview-header {
    position: relative;
    text-align: left;
    z-index: 10;
    display: inline-block;
    left: -5px;
    top: -65px;
}



.interview-label {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 900;
    font-size: 24px;
    font-style: normal;
    color: #00b1b2;
    letter-spacing: 1.2px;
    line-height: 1;
    margin: 0 0 8px 0;
    background-color: #F7F7F7;
}

.interview-title {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 900;
    font-size: 40px;
    font-style: normal;
    color: #000000;
    letter-spacing: 2px;
    line-height: 1.4;
    margin: 0;
    padding: 0 10px 10px 0;
}

/* Interview Card */
.interview-card {
    position: relative;
    width: 1200px;
    height: 680px;
    margin: -35px auto 0;
    background-color: #ffffff;
    border: 8px solid #000000;
    border-radius: 30px;
}

.interview-card::before {
    content: '';
    position: absolute;
    left: -8px;         /* border幅分外側に */
    top: -8px;          /* border幅分外側に */
    width: 280px;       /* 200px + 30px（角丸） + 8px（border） */
    height: 50px;      /* 200px + 30px（角丸） + 8px（border） */
    background-color: #FFFFFF;  /* 背景と同じ色でボーダーを隠す */
    border-radius: 30px 0 0 0;  /* 左上だけ角丸（30px + 8px） */
    z-index: 1;         /* カードの上に重ねる */
}

.interview-image {
    position: absolute;
    left: -50px;
    top: 168px;
    width: 100%;
    max-width: 550px;
    height: 330px;
    border-radius: 20px;
    overflow: hidden;
}

.interview-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    display: block;
}

.interview-heading {
    position: absolute;
    left: 60px;
    top: 70px;
    width: calc(100% - 120px);
    max-width: 1500px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 900;
    font-size: 30px;
    font-style: normal;
    color: #000000;
    letter-spacing: 1.5px;
    line-height: 1.6;
    margin: 0;
}

.interview-text {
    position: absolute;
    left: 540px;
    top: 168px;
    width: calc(100% - 600px);
    max-width: 610px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    font-size: 18px;
    font-style: normal;
    color: #000000;
    letter-spacing: 0.9px;
    line-height: 2;
}

.interview-text p {
    margin: 0;
}

.interview-divider {
    position: absolute;
    left: 60px;
    bottom: 120px;
    width: calc(100% - 120px);
    max-width: 1500px;
    height: 1px;
    background-color: #C8C8C8;
}

.interview-company {
    position: absolute;
    left: 60px;
    bottom: 40px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-size: 16px;
    font-style: normal;
    color: #000000;
    letter-spacing: 0.48px;
    line-height: 1.6;
}

.interview-company p {
    margin: 0;
}

.interview-company p:first-child {
    font-weight: 900;
    margin-bottom: 5px;
}

.interview-company p:last-child {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.42px;
}

/* Decorative Cup Icons */
.interview-deco-top {
    position: absolute;
    right: 90px;
    top: -80px;
    width: 109px;
    height: 38px;
}

.interview-deco-top img {
    width: 100%;
    height: 100%;
    display: block;
}

.interview-deco-bottom-left {
    position: absolute;
    right: 160px;
    top: -30px;
    width: 89.05px;
    height: 90px;
}

.interview-deco-bottom-left img {
    width: 100%;
    height: 100%;
    display: block;
}

.interview-deco-bottom-right {
    position: absolute;
    right: 40px;
    top: -30px;
    width: 89.039px;
    height: 89.993px;
}

.interview-deco-bottom-right img {
    width: 100%;
    height: 100%;
    display: block;
}

/* =====================================
   Innovation Section
   ===================================== */
.innovation-section {
    position: relative;
    width: 100%;
    max-width: 1500px;
    margin: 40px auto 0;
}

/* Section Header */
.innovation-header {
    position: relative;
    text-align: center;
}

.innovation-subtitle {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 900;
    font-size: 24px;
    font-style: normal;
    color: #ea5414;
    letter-spacing: 2.4px;
    line-height: 1.2;
}

.innovation-title {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 900;
    font-size: 46px;
    font-style: normal;
    color: #000000;
    letter-spacing: 2.3px;
    line-height: 1.2;
    margin: 0;
}

/* Background Image */
.innovation-background {
    position: absolute;
    left: 0;
    top: 150px;
    width: 100%;
    max-width: 1500px;
    height: 600px;
    z-index: 1;
}

.innovation-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    display: block;
}

/* Innovation Cards */
.innovation-card {
    position: relative;
    margin: 0 auto 30px;
    background-color: #ffffff;
    border: 8px solid;
    border-radius: 30px;
    z-index: 10;
}

.innovation-card-green {
    border-color: #00b1b2;
    margin-top: 534px;
    height: 336px;
    width: 1200px;
}

.innovation-card-orange {
    border-color: #ea5414;
    height: 291px;
    width: 1200px;
}

.innovation-card-content {
    display: flex;
}

.innovation-card-content-green {
    padding: 50px 100px;
}

.innovation-card-content-orange {
    padding: 70px 100px;
}

.innovation-card-left {
    width: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.innovation-icon {
    margin-bottom: 20px;
}

.innovation-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.innovation-card-green .innovation-icon {
    width: 130px;
    height: 60px;
}

.innovation-card-orange .innovation-icon {
    width: 120px;
    height: 45px;
}

.innovation-card-heading {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 900;
    font-size: 32px;
    font-style: normal;
    color: #000000;
    letter-spacing: 1.6px;
    line-height: 1.5;
    text-align: center;
    margin: 0;
}

.innovation-card-heading p {
    margin: 0;
}

.innovation-card-text {
    flex: 1;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    font-size: 18px;
    font-style: normal;
    color: #000000;
    letter-spacing: 0.9px;
    line-height: 2;
    padding-left: 40px;
}

.innovation-card-text p{
    margin: 0;
}

/* =====================================
   Showroom Section
   ===================================== */
.showroom-section {
    position: relative;
    width: 100%;
    max-width: 1500px;
    margin: 160px auto 0;
    height: 600px;
    display: flex;
}

.showroom-image {
    width: 770px;
    height: 600px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    overflow: hidden;
}

.showroom-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.showroom-content {
    position: relative;
    flex: 1;
    padding-left: 60px;
}

/* Decorative Icons */
.showroom-icon {
    position: absolute;
}

.showroom-icon-pot {
    width: 150px;
    height: 200px;
    right: 150px;
    top: 10px;
}

.showroom-icon-pot img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.showroom-icon-spoon {
    width: 30px;
    height: 90px;
    right: 330px;
    top: 27px;
    transform: rotate(-30deg);
}

.showroom-icon-spoon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.showroom-icon-heart {
    width: 30.11px;
    height: 27.37px;
    right: 300px;
    top: 12px;
}

.showroom-icon-heart img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Header */
.showroom-header {
    margin-top: 106px;
    position: relative;
    z-index: 10;
}

.showroom-subtitle {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 900;
    font-size: 24px;
    font-style: normal;
    color: #ea5414;
    letter-spacing: 2.4px;
    line-height: 1.2;
    margin: 0 0 0 0;
}

.showroom-title {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 900;
    font-size: 46px;
    font-style: normal;
    color: #000000;
    letter-spacing: 2.3px;
    line-height: 1.2;
    margin: 0;
}

/* Heading */
.showroom-heading {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 900;
    font-size: 32px;
    font-style: normal;
    color: #000000;
    letter-spacing: 1.6px;
    line-height: 1.5;
    margin: 40px 0 0 0;
    white-space: nowrap;
}

.showroom-heading p {
    margin: 0;
}

/* Description */
.showroom-description {
    width: 520px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    font-size: 18px;
    font-style: normal;
    color: #000000;
    letter-spacing: 0.9px;
    line-height: 2;
    margin: 20px 0 0 0;
}

.showroom-description p {
    margin: 0;
}

/* =====================================
   FAQ Section
   ===================================== */
.faq-section {
    width: 100%;
    position: relative;
    margin-top: 80px;
    padding: 110px 0 150px 0;
}

.faq-header {
    width: 1500px;
    text-align: center;
    margin: 0 auto 50px auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.faq-subtitle {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.1em;
    color: #EA5414;
    text-transform: uppercase;
}

.faq-title {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 46px;
    font-weight: 900;
    line-height: 1.2;
    color: #000000;
    margin: 0;
    position: relative;
}

.faq-deco-left {
    position: absolute;
    top: 20px;
    left: 500px;
    width: 60px;
    height: 70px;
    opacity: 1;
}

.faq-deco-left img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    --fill-0: #C8C8C8;
}

.faq-deco-right {
    position: absolute;
    top: 20px;
    right: 500px;
    transform: rotate(180deg) scaleY(-1);
    width: 60px;
    height: 70px;
    opacity: 1;
}

.faq-deco-right img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    --fill-0: #C8C8C8;
}

.faq-items {
    width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.faq-item {
    width: 100%;
}

.faq-item-card {
    background: white;
    border: 3px solid #00B1B2;
    border-radius: 8px;
    padding: 30px 40px;
    transition: all 0.3s ease;
}

.faq-item-open .faq-item-card {
    border-color: #EA5414;
}

.faq-question {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    cursor: pointer;
    position: relative;
}

.faq-q-label {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.4;
    color: #000000;
    flex-shrink: 0;
}

.faq-q-text {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.5;
    color: #000000;
    margin: 0;
    flex: 1;
}

.faq-toggle {
    width: 40px;
    height: 40px;
    position: relative;
    flex-shrink: 0;
    margin-left: auto;
}

.faq-toggle::before,
.faq-toggle::after {
    content: '';
    position: absolute;
    background: #00B1B2;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.faq-toggle::before {
    width: 24px;
    height: 3px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.faq-toggle::after {
    width: 3px;
    height: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.faq-item-open .faq-toggle::before,
.faq-item-open .faq-toggle::after {
    background: #EA5414;
}

.faq-item-open .faq-toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, margin-top 0.3s ease;
    margin-top: 0;
}

.faq-item-open .faq-answer {
    max-height: 500px;
    margin-top: 30px;
    padding-left: 0px;
}

.faq-answer p {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 2;
    color: #EA5414;
    margin: 0 0 15px 0;
}

.faq-answer p:last-child {
    margin-bottom: 0;
}

/* =====================================
   Company Section
   ===================================== */
.company-section {
    width: 100%;
    padding: 60px 0 50px 0;
}

.company-container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 150px;
    display: flex;
    gap: 80px;
}

.company-left {
    flex-shrink: 0;
    width: 320px;
}

.company-header {
    margin:20px 0 80px 0;
}

.company-subtitle {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 2.4px;
    color: #EA5414;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.company-title {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 46px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 2.3px;
    color: #000000;
    margin: 0;
}

.company-illustration {
    width: 320px;
    height: 240px;
}

.company-illustration img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.company-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.company-info-item {
    display: flex;
    flex-direction: column;
}

.company-info-row {
    display: flex;
    gap: 0px;
    padding: 35px 0;
}

.company-info-label {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.8;
    letter-spacing: 1.1px;
    color: #000000;
    margin: 0;
    flex-shrink: 0;
    width: 140px;
}

.company-info-value {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 1.1px;
    color: #000000;
    margin: 0;
    flex: 1;
}

.company-info-value p {
    margin: 0;
}

.company-info-value p:first-child {
    display: block;
}

.company-info-divider {
    position: relative;
    width: 800px;
    height: 1px;
    background: rgba(0, 0, 0, 0.2);
}

.company-info-divider::before {
    content: '';
    position: absolute;
    left: 0;
    top: -0.5px;
    width: 140px;
    height: 2px;
    background: #000;
}

.company-info-divider img {
    display: none;
}

/* =====================================
   Hamburger Menu
   ===================================== */
.hamburger-menu {
    position: fixed;
    top: 0;
    right: -500px;
    width: 500px;
    height: 100vh;
    background: white;
    box-shadow: -6px 0px 6px 0px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: right 0.3s ease;
    overflow-y: auto;
}

.hamburger-menu.active {
    right: 0;
}

.hamburger-menu-content {
    padding: 30px;
}

.hamburger-menu-top {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.hamburger-close {
    width: 60px;
    height: 60px;
    background: #00B1B2;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
}

.hamburger-close-icon {
    position: relative;
    width: 30px;
    height: 30px;
    margin-bottom: 8px;
}

.hamburger-close-icon span {
    position: absolute;
    width: 30px;
    height: 3px;
    background: white;
    top: 50%;
    left: 50%;
}

.hamburger-close-icon span:first-child {
    transform: translate(-50%, -50%) rotate(20deg);
}

.hamburger-close-icon span:last-child {
    transform: translate(-50%, -50%) rotate(-20deg);
}

.hamburger-close-text {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 14px;
    font-weight: 900;
    color: white;
    letter-spacing: 0.42px;
}

.hamburger-cta {
    flex: 1;
}

.hamburger-cta-btn {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #EA5414;
    padding: 10px 25px;
    border-radius: 8px;
    text-decoration: none;
    color: white;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.54px;
}

.hamburger-cta-icon {
    position: relative;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.hamburger-cta-icon img {
    width: 100%;
    height: 100%;
}

.hamburger-cta-arrow {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 14px;
}

.hamburger-cta-arrow img {
    width: 100%;
    height: 100%;
    display: block;
}

.hamburger-cta-arrow::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 3px;
    background: #EA5414;
}

.hamburger-nav {
    margin-top:110px;
    display: flex;
    flex-direction: column;
}

.hamburger-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 17px 0;
    text-decoration: none;
    border-top: 1px dotted #C8C8C8;
    transition: background 0.2s ease;
}

.hamburger-nav-item:hover {
    background: #f7f7f7;
}

.nav-item-label {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 10px;
    font-weight: 900;
    color: #EA5414;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.nav-item-title {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 15px;
    font-weight: 900;
    color: #000000;
    letter-spacing: 0.75px;
}

/* =====================================
   Footer Styles
   ===================================== */
.footer {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    color: #ffffff;
}

.footer-container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 100px 150px;
    display: flex;
    justify-content: space-between;
    gap: 150px;
    position: relative;
}

.footer-left {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.footer-logo {
    width: 360px;
    height: 90px;
}

.footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.footer-company-box {
    width: 440px;
    background-color: #000000;
    border-radius: 10px;
    padding: 30px;
}

.company-box-inner {
    width: 100%;
}

.company-label {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 900;
    font-size: 15px;
    font-style: normal;
    color: #00b1b2;
    letter-spacing: 0.75px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.company-name {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-size: 20px;
    font-style: normal;
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.company-address {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    font-size: 15px;
    font-style: normal;
    color: #ffffff;
    letter-spacing: 0.75px;
    line-height: 1.6;
}

.company-address p {
    margin: 0;
    white-space: nowrap;
}

.footer-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.footer-nav {
    display: flex;
    gap: 80px;
}

.footer-nav-column {
    display: flex;
}

.footer-nav-column ul {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.footer-nav-column li {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    padding-left: 22px;
}

.footer-nav-column li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 2px;
    background-color: #00B1B2;
}

.nav-divider {
    display: none;
}

.footer-nav-column li a {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    font-size: 15px;
    font-style: normal;
    letter-spacing: 0.75px;
    line-height: 1.2;
    color: #ffffff;
    transition: color 0.3s ease;
    white-space: nowrap;
}

.footer-nav-column li a:hover {
    color: #00b1b2;
}

.footer-copyright {
    font-weight: 900;
    font-size: 15px;
    color: #ea5414;
    letter-spacing: 0.75px;
    line-height: 1.2;
    text-align: right;
    margin-top: 30px;
}

/* =====================================
   Responsive Design (準備)
   ===================================== */
    .header-container {
        padding: 0 20px;
        gap: 15px;
    }

    .header-logo {
        width: 300px;
        max-width: 300px;
    }

    .header-tagline {
        font-size: 14px;
    }

    .btn-download {
        width: 320px;
        font-size: 16px;
    }

    /* FV Section - scale down */
    .fv-background {
        left: 200px;
        max-width: calc(100% - 200px);
    }

    .fv-left-content {
        left: -40px;
    }

    .fv-text {
        left: 100px;
    }

    .fv-logo-container {
        right: 50px;
    }


    /* Interview Section */
    .interview-section {
        padding: 0 100px;
    }

}

    .fv-background {
        left: 150px;
        max-width: calc(100% - 150px);
    }

    .fv-text {
        left: 50px;
    }

    .fv-logos {
        left: 75%;
    }

    .fv-logo-container {
        right: 20px;
    }


    .shop-card-border {
        max-width: calc(100% - 30px);
    }

    /* Interview Section */
    .interview-section {
        padding: 0 50px;
    }
}
