/* --- Animation effect for Muji --- */
/* --- Animation effect for Muji --- */

.scroll-fade {
    opacity: 0;
    transform: translateY(40px); 
    transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform; 
}


/* 2. The Active State (Visible & In Place) */
.scroll-fade.is-visible {
    opacity: 1;
    transform: translateY(0);
}


/* Optional: Staggered delay for grids (like Product Slider items) */
/* Appearene one by one with some interval of time*/

.scroll-fade.delay-1 
{ transition-delay: 0.1s; }
.scroll-fade.delay-2 
{ transition-delay: 0.2s; }
.scroll-fade.delay-3 
{ transition-delay: 0.3s; }



/* --- End Animation effect for Muji --- */
/* --- End Animation effect for Muji --- */

html {
  scroll-behavior: smooth;
}

.LC_Page_Index #container {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    background: transparent !important;
}
#main_column.colnum1 {
    width: 100% !important;
    margin: 0 !important;
    padding:0 !important;
}

#main_column .BrandApp :is(h1,h2,h3,h4,h5,h6) {
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;

  /* Kill system font sizing */
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

#main_column .BrandApp p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}

.static-nav{
 font-size: 13px;
 font-family: "fot-tsukuaoldmin-pr6n", serif;
}

/* --- RESET & BASE STYLES --- */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }


h2{
     border-bottom: unset;
}
a:link, a:visited {
   
    text-decoration: unset;
}

/* ----conformation needed to apply this --- */
.env_message_blank {
    height: 75px;
    display: none;
}

body div.env_message {
display: none !important;
}

/* ---- removing the id container default css ---- */



#main_column h2 {
    border-bottom: unset;
}




        img{
          max-width: 100%;
        }
        body {
          font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
          font-weight: 300;
          font-style: normal;
            color: #000000;
            background-color: #FFFFFF;

        }

       @media(min-width:1000px){
         body{
             padding-top: 1px;
          }
        }

        a {
            text-decoration: none;
            color: inherit;
            transition: opacity 0.3s ease;
        }

        a:hover {
            opacity: 0.7;
        }

        ul {
            list-style: none;
        }
        @media(max-width: 550px){
                .break-550{
                display: block !important;
            }
        }
        /* --- START HEADER CONTAINER --- */


        .site-header {
            width: 100%;
            background-color: #fff;
            padding-top: 20px;
            padding-bottom: 25px;
            /* --- THE CHANGE --- */
            
            z-index: 10000;
            position: fixed; 
            top: 0; 
            left: 0;
       }





        .header-inner {
            max-width: 1828px;
            margin: 0 auto;
            padding-left: 0;
            padding-right: 0px;
        }

        /* --- TOP ROW --- */
        .header-top {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 28px;
        }

        /* Logo */
        .logo h1 {
            margin: 0;
            line-height: 1;
        }

        .logo img {
        width: 351px;
        height: auto;
        display: block;
        width: min(300px, 100%);
    }


        /* Right Side Elements */
        .header-actions {
          display: flex;
    align-items: center;
    gap: 37px;
        }

        /* --- UPDATED SEARCH BAR --- */
        .header-actions .search-form {
            position: relative; 
            margin-right: 15px; 
            
        }

form#search_form {
   overflow: unset;
}


      .header-actions .search-form .search-input {
        height: 45px;

        border: 1px solid #888 !important;
        padding: 0 40px 0 10px;
        font-size: 22px;

        outline: none;
        color: #666;
        border-radius: 0;
        appearance: none;
        letter-spacing: 0.88px;
    }
        
        .search-input::placeholder {
            color: #ccc;
        }

        /* The Search Icon Button inside the input */
        .search-submit-btn {
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            background: none;
            border: none;
            cursor: pointer;
            padding: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            max-width: 25px;
        }

        .search-submit-btn svg {
            width: 18px;
            height: 18px;
            stroke: #333;
            stroke-width: 1.5;
            fill: none;
        }

        /* --- ICONS (User, Cart) --- */
        .icon-nav {
            display: flex;
            gap: 45px;
            align-items: center;
            margin-right: 15px;
        }

        .icon-btn {
            background: none;
            border: none;
            cursor: pointer;
            padding: 0;
            display: flex;
            align-items: center;
          width: 25px;
        }

        .icon-btn svg {
            width: 22px;
            height: 22px;
            stroke: #333;
            stroke-width: 1.5;
            fill: none;
        }

        /* --- ACTION BUTTONS (Auth, Contact) --- */
        .auth-nav {
            display: flex;
            gap: 18px;
            align-items: center;
        }

        .btn {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 45px;
            padding: 0 28px;
            font-size: 22px;
            letter-spacing: 0.88px;
            box-sizing: border-box;
            white-space: nowrap;
            text-decoration: none;
        }

        .btn-outline {
            background: #fff;
            border: 1px solid #000000;
            color: #333;
        }

     .header-actions  .auth-nav .btn-fill {
            background: #666;
            border: 1px solid #666;
            color: #fff;
        }

        .btn-contact {
            background: #fff;
            border: 1px solid #000000;
            letter-spacing: 1px;
            display: flex;
            gap: 8px;
            width: 206px;
            font-family: "trajan-pro-3", serif;
            font-weight: 400;
            font-style: normal;
            
            font-size: 20px;
            margin-left: 0px;
        }
        
        .btn-contact svg {
          width: 25px;
          height: 20px;
            stroke: #333;
            stroke-width: 1.2;
            fill: none;
        }

        /* --- BOTTOM NAVIGATION --- */
        .main-nav {
            display: flex;
            justify-content: center;
        }

        .nav-list {
            display: flex;
            gap: 43px;
        }

        .nav-item a {
            font-size: 20px;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #000000;
            position: relative;
            display: flex;
            align-items: center;
            font-family: "trajan-pro-3", serif;
            font-weight: 400;
            font-style: normal;
        }
        .nav-item-brand a {
            display: inline-flex; 
            position: relative;
            padding-bottom: 5px; 
        }

        .nav-item-brand a::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0%; 
            height: 2px;
            background-color: #000;
            transition: width 0.3s ease-out; 
        }

        .nav-item-brand a:hover::after {
            width: 100%; 
        }

        .nav-item-category a {
            display: inline-flex;
            position: relative;
            padding-bottom: 5px; 
           gap: 3px;
        }

        .nav-item-category a::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0%; 
            height: 2px;
            background-color: #000;
            transition: width 0.3s ease-out; 
        }

        .nav-item-category a:hover::after {
            width: 100%; 
        }
        .mm-dropdown-wrapper .mm-col a:hover::after {
            width: 0%;
            transition: none;
        }
        .nav-item a span {
            margin-left: 5px;
        }

        .chevron {
            width: 12px;
            height: 12px;
            border-right:  1px solid #000000;
            border-bottom: 1px solid #000000;
            transform: rotate(45deg);
            margin-top: -9px;
        }

        /* --- BRAND NAVIGATION HOVER EFFECT --- */
        /* --- BRAND NAVIGATION HOVER EFFECT --- */
        /* --- BRAND NAVIGATION HOVER EFFECT --- */


/* 1. Nav Item Setup */
.nav-item-brand {
    position: static !important; 
    height: 100%;
    display: flex;
    align-items: center;
}


/* --- DROPDOWN CONTAINER --- */
.bm-dropdown-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    padding: 30px 0;
    
    /* Animation States */
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
    
    box-shadow: 0 10px 20px rgba(0,0,0,0.05); 
    z-index: 999;
}

/* Show on Hover */
.nav-item-brand:hover .bm-dropdown-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    padding-top: 20px;
}

/* --- INNER CONTENT ALIGNMENT --- */
.bm-inner
 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: center;
    position: relative;
    left: -66px;
}
/* --- BRAND LIST STYLE --- */
.bm-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left; 
}

.bm-list li {
    margin-bottom: 15px; /* Spacing between items */
}

.bm-list li:last-child {
    margin-bottom: 0;
}

.bm-list a {
    font-size: 13px;
    font-weight: 600; /* Bold text */
    color: #333;
    text-decoration: none;
    letter-spacing: 0.05em;
    display: block;
    transition: opacity 0.2s;
    font-family: "Noto Sans JP", sans-serif; 
}

.bm-list a:hover {
    opacity: 0.6;
}



/* --- BRAND NAVIGATION HOVER EFFECT --- */
/* --- BRAND NAVIGATION HOVER EFFECT --- */
/* --- BRAND NAVIGATION HOVER EFFECT --- */


/* START MEGAMENU CSS(ON HOVER) */
/* START MEGAMENU CSS(ON HOVER) */

.site-header {
   
}

/* Specific styling for the Category Navigation Item */
.nav-item-category {
    position: static !important; 
    height: 100%;
    display: flex;
    align-items: center;
}


/* --- 2. MEGA MENU CONTAINER --- */
.mm-dropdown-wrapper {
    position: absolute;
    top: 100%; /* Starts exactly at bottom of header */
    left: 0;
    width: 100%;
    background-color: #fff;
    
    /* Hiding it by default */
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
    
    /* Shadow for depth */
    box-shadow: 0 27px 44px rgba(0, 0, 0, 0.1);
    
   
    max-height: calc(100vh - 80px);
    overflow-y: auto;
}

/* Show Menu on Hover */
.nav-item-category:hover .mm-dropdown-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* --- 3. PART 1: CATEGORY LINKS GRID --- */
.mm-links-section {
    padding: 23px 0 50px;
    background-color: #fff;
}

.mm-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.mm-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 5 Columns */
    gap: 30px;
}

.mm-col {
    display: flex;
    flex-direction: column;
}

/* Main Category Title */
.mm-cat-title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 600;
    /* color: #000; */
    margin-bottom: 1px;
    letter-spacing: 0.05em;
    letter-spacing: 0.6px;
    color: #000000;
    
}

/* Sub Links List */
.mm-link-list {
    list-style: none;
    padding: 0;
    margin: 0;

    text-align: left;
}

.mm-link-list li {
    margin-bottom: -8px;
}

.mm-link-list a{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    color: #333;
    text-decoration: none;
    transition: color 0.2s;
    letter-spacing: 0.52px;
    color: #000000;
    line-height: 30px;
}

.mm-link-list a:hover {
    color: #999;
}

/* --- 4. PART 2: IMAGE BANNER --- */
.mm-hero-banner {
    width: 100%;
    height: auto;
    display: block;
    line-height: 0; /* Removes gap below image */
}

.mm-hero-img {
    width: 100%;
    height: 400px; /* Or auto, depending on your image aspect ratio */
    object-fit: cover;
}


/* END MEGAMENU CSS */
/* END MEGAMENU CSS */
/* END MEGAMENU CSS */



@media(max-width: 1855px){
    .header-inner {
    padding-left: 33px;
    padding-right: 40px;
}
}

@media(min-width: 1601px){
 .header-actions .search-form .search-input {

    letter-spacing: 0.88px;
    min-width: 330px;
    max-width: 330px;
    width: 100%;
}
}

@media(max-width: 1600px){
    .logo img
 {
    width: 330px;

}
.search-input {
    width: 305px;
    font-size: 20px;
}

.nav-item > a {
    font-size: 18px;
}
.btn-contact{
    width: 190px;
    font-size: 18px;
    padding: 0 20px;
}
.btn {
    font-size: 20px;
}
.icon-btn {
    width: 25px;
}
.search-submit-btn {
    width: 25px;
}

}
@media(max-width: 1450px){
    .header-inner {
        padding-left: 23px;
        padding-right: 30px;
    }
    .header-actions {

    gap: 21px;
}

.logo img {
        width: 300px;
    }

    .btn {
 
    padding: 0 17px;

}
.btn {
        font-size: 18px;
    }

    .btn {
        font-size: 16px;
    }
    .nav-item > a {
        font-size: 17px;
    }

    .icon-nav

 {

    gap: 26px;
  
}

.btn-contact {
        width: 158px;
        font-size: 18px;
        gap: 3px;
    }
    .search-input {
        font-size: 18px;
    }
    
}


@media(max-width: 1200px){

    .header-inner {
        padding-left: 13px;
        padding-right: 20px;
    }
    .search-input {
        width: 246px;
    }
    .logo img {
        width: 250px;
    }

.nav-list {
    gap: 30px;
}
}
@media(max-width: 1100px){
    .search-input

 {
        width: 210px;
    }
    .header-actions {
        gap: 15px;
    }
    .btn {
        padding: 0 10px;
    }
    .btn-contact {
        width: 141px;
        
    }
    .icon-nav {
        gap: 20px;
    }
}
@media(max-width: 1088px){
.header-actions .search-form .search-input {
    width: 236px;
    height: 45px;

}
}


@media(max-width: 1000px){
    .header-top {
    margin-bottom: 0px;
}
}


/* 1. MOBILE HEMBURGER MENU HIDE Desktop Elements on Mobile (< 1000px) */
/* 1. MOBILE HEMBURGER MENU HIDE Desktop Elements on Mobile (< 1000px) */
/* 1. MOBILE HEMBURGER MENU HIDE Desktop Elements on Mobile (< 1000px) */



/* 2. HAMBURGER BUTTON (Three Lines) */
.hamburger-btn {
    display: none; /* Hidden on desktop */
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 22px;
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 20px; 
    top: 35px; 
    z-index: 1001;
padding: unset;
}

#main_column .BrandApp .hamburger-btn {
    padding: 0;
}


.hamburger-btn span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333;
}

@media (max-width: 1000px) {
    .hamburger-btn {
        display: flex; /* Show on mobile */
    }
}

/* 3. MOBILE MENU OVERLAY (The White Box) */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 100vh; */
    height: 100%;
    background-color: rgba(0,0,0,0.5); /* Dimmed background outside */
    z-index: 2000;
    /* Hidden State */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s;
}

/* The actual white menu container */
.mobile-menu-inner {
    width: 100%;
    max-width: 400px; 
    height: 100%;
    background-color: #fff;
    padding: 30px;
    box-sizing: border-box;
    overflow-y: auto;
    
    /* Slide Effect */
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

/* ACTIVE STATE (Added via JS) */
.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-overlay.active .mobile-menu-inner {
    transform: translateX(0);
}

/* --- MENU CONTENT STYLING --- */

/* Header: Logo & Close */
.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.mobile-logo img {
    width: 180px; 
    height: auto;
}

.close-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.close-btn svg {
    width: 45px;
    height: 45px;
    stroke: #333;
    stroke-width: 1;
    fill: none;
}

/* Auth Buttons */
.mobile-auth-buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
}

.m-btn {
    flex: 1;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-decoration: none;
    box-sizing: border-box;
   
}

.m-btn-outline {
    border: 1px solid #333;
    color: #333;
    background: #fff;
}

.m-btn-fill {
    background: #666;
    color: #fff !important;
    border: 1px solid #666;
}

/* Nav Links */
.mobile-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav-list li {
    margin-bottom: 25px;
}

.mobile-nav-list a {
    font-size: 20px;
    color: #000000;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 15px 20px;
    font-family: "trajan-pro-3", serif;
    font-weight: 400;
    font-style: normal;
}

/* Chevron Arrow */
.chevron-mobile {
    width: 8px;
    height: 8px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: rotate(45deg);
    margin-top: -4px;
}

/* Contact Button */
.mobile-contact-wrapper {
    margin-top: 50px;
}

.m-btn-contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 220px;
    height: 50px;
    border: 1px solid #000000;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    letter-spacing: 1px;
    gap: 10px;
    font-family: "trajan-pro-3", serif;
    font-weight: 400;
    font-style: normal;
}

.m-btn-contact svg {
    width: 20px;
    height: 20px;
    stroke: #333;
    stroke-width: 1.2;
    fill: none;
}





@media(max-width:550px){
    .mobile-menu-inner {
    width: 100%;
    max-width: 100%;
   
} 
.mobile-nav-list a {
    
    padding: 15px 20px;
}
}


/* 1. END MOBILE HEMBURGER MENU HIDE Desktop Elements on Mobile (< 1000px) */
/* 1. END MOBILE HEMBURGER MENU HIDE Desktop Elements on Mobile (< 1000px) */


/* --- BRAND LAYER SPECIFIC STYLES --- */
/* --- BRAND LAYER SPECIFIC STYLES --- */


 /* ---(Drill) MOBILE DRILL-DOWN MENU STYLES --- */

 .mobile-nav-container {
    position: relative;
    width: 100%;
    overflow: hidden; 
    min-height: 275px;
}

.mobile-nav-layer {
    width: 100%;
    transition: transform 0.4s ease, opacity 0.4s ease;
    position: absolute; 
    top: 0;
    left: 0;
    background-color: #F8F8F8;
    padding-bottom: 28px;
}

/* Default State: Visible */
.mobile-nav-layer.active {
    transform: translateX(0);
    opacity: 1;
    z-index: 10;
    position: relative; 
}

/* Hidden State: Pushed to the right or left */
.layer-hidden {
    transform: translateX(100%); 
    opacity: 0;
    z-index: 0;
    display: none; 
}

.layer-pushed-left {
    transform: translateX(-30%); 
    opacity: 0;
    display: none;
}

/* --- LIST STYLING (Matching your image) --- */
.mobile-nav-list li {
    margin-bottom: 0;
}



/* Style specifically for the drill-down items (Level 2 & 3) */
.drilldown-list a {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 600; 
}

#layer-sub-aroma a{
    font-size: 13px;
}
/* --- CHEVRON ICONS --- */
/* Right Arrow (>) */
.chevron-right {
    width: 11px;
    height: 11px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    transform: rotate(135deg); 
    margin-right: 5px;
    margin-top: -5px; 
}
/* Left Arrow (<) for Back Button */
.chevron-left {
    width: 8px;
    height: 8px;
    border-bottom: 1px solid  #000000;
    border-left: 1px solid  #000000;
    transform: rotate(45deg);
    margin-right: 10px;
}

/* --- BACK BUTTON STYLING --- */
.mobile-nav-back {
    display: flex;
    align-items: center;
    padding: 15px 0;
    margin-bottom: 10px;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    background-color: #f5f5f5; /* Slight background diff for back button */
    padding-left: 10px;
    margin-left: -10px; 
    margin-right: -10px;
    font-family: "Noto Sans JP", sans-serif;
}

.mobile-nav-back:hover {
    background-color: #f0f0f0;
}

#layer-brand .mobile-nav-back {
    margin-left: 5px;
    color: #000000;
    font-size: 14px;
}

/* Match the List Item style */
#layer-brand .drilldown-list a {
    padding: 20px 35px;
    letter-spacing: 0.6px;
    justify-content: space-between;
    padding-right: 21px;
}

/* Match the Chevron style (Rotate to point RIGHT for sub-pages) */
#layer-brand .drilldown-list a .chevron-right {
    transform: rotate(45deg);
    width: 14px;
    height: 14px;
}


#layer-category .mobile-nav-back {
    margin-left: 5px;
}
 #layer-category .mobile-nav-back {
    color: #000000;
    font-size: 14px;
}
 #layer-category  .drilldown-list a {
        padding: 20px 35px;
    
}
 #layer-category  .drilldown-list a .chevron-right  {
    transform: rotate(45deg);  
    width: 14px;
    height: 14px;
}
#layer-category  .drilldown-list  a {
    letter-spacing: 0.6px;
    justify-content: space-between;
    padding-right: 21px;
}



.third-layer .mobile-nav-back {
    margin-left: 5px;
}
 .third-layer .mobile-nav-back {
    color: #000000;
    font-size: 14px;
}
 .third-layer  .drilldown-list a {
        padding: 20px 35px;
    
}
 .third-layer  .drilldown-list a .chevron-right  {
    transform: rotate(45deg);  
    width: 14px;
    height: 14px;
}
.third-layer  .drilldown-list  a {
    letter-spacing: 0.6px;
    justify-content: space-between;
    padding-right: 21px;
}
 

@media (min-width: 1001px) {
.search-icon-below-1000{
    display: none;

}

}
@media (max-width: 1000px) {
    .header-actions {
        gap: 18px;
    }

    .search-icon-below-1000{
    max-width: 27px;
    
}
.search-icon-below-1000 img{
        position: relative;
        top: 0px;
    }

/* Hide ONLY the cart icon */
.header-actions .icon-nav a[href="/cart"] {
    display: none;
}


.header-actions .icon-nav a:last-child {

}

    .main-nav {
        display: none !important; 
    }
    .header-actions .search-form{
        display: none;
    }
    .auth-nav {

    display: none;
}
.icon-nav {
        margin-right: 55px;
    }

.hamburger-btn {
 
    right: 20px;
    top: 41px;

}

}

nav.mobile-nav {
    background: #F8F8F8;
    padding-left: 20px;
    padding-top: 37px;
    padding-bottom: 50px;
}

@media (max-width: 550px) {
    .logo img {
        width: 176px;
    }



    .site-header {

    padding-top: 14px;
    padding-bottom: 14px;
margin-bottom: unset;
        min-height: unset;
}
.header-top {

    margin-bottom: 0px;
}
.hamburger-btn

 {
        right: 11px;
        top: 20px;
    }

    .mobile-menu-inner {
        padding: 13px;
        padding-bottom: 150px;
    }
.header-inner {
        padding-left: 12px;
        padding-right: 12px;
    }


    .mobile-menu-header {
    margin-bottom: 37px;
}
.mobile-auth-buttons {

    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.m-btn {
font-size: 22px;
    height: 53px;
}
.mobile-contact-wrapper {
    margin-top: 36px;
}
.mobile-contact-wrapper {
        margin-top: 36px;
        padding-left: 25px;
    }
    .m-btn-contact {
        font-size: 20px;
    max-width: 206px;
    font-family: "trajan-pro-3", serif;
    letter-spacing: 1px;
}

.header-actions .icon-nav > a img {
        top: -5px;
position: relative;
}
    .search-icon-below-1000 img {
        position: relative;
        top: -6px;
    }

}


@media (max-width: 390px) {
.icon-nav{
        gap: 15px;
    }

    .header-actions {
        gap: 15px;
    }
    .icon-nav {
        margin-right: 44px;
    }
}

 /* --- MOBILE SEARCH OVERLAY STYLES when search icon is clicked  --- */
 /* --- MOBILE SEARCH OVERLAY STYLES when search icon is clicked  --- */


.mobile-search-bar {
 display: none; 
    position: fixed; /* CHANGED: Fixed ensures it covers the whole screen */
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;   /* CHANGED: 100vh means 100% of Viewport Height */
   background-color: rgba(102, 102, 102, 0.96);
    z-index: 3000;
    align-items: flex-start;
    justify-content: center;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

/* Flex container to align Form and Close Button */
.mobile-search-inner {
    width: 100%;
    max-width: 600px; /* Limit width on tablets */
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Form Styles */
.m-search-form {
    flex-grow: 1;
    position: relative;
    display: flex;
    align-items: center;
}

.m-search-input {
    width: 100%;
    height: 44px;
    background-color: #fff;
    border: 1px solid #ccc; /* Clean border */
    padding: 0 45px 0 15px; /* Right padding for icon */
    font-size: 16px;
    border-radius: 0; /* Flat design */
    outline: none;
    font-family: "Noto Sans JP", sans-serif;
}

.m-search-submit {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 44px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.m-search-submit img {
    width: 22px;
    height: 22px;
}

/* Close Button (X) */
.mobile-search-close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-search-close svg {
 width: 40px;
    height: 40px;
    stroke: #080808;
    stroke-width: 1.3;
    fill: none;
}

/* Logic to Show the bar */
.mobile-search-bar.active {
    display: flex; /* Show when active */
}

/* Only apply layout tweaks for small screens if needed */
@media (max-width: 550px) {
    .m-search-input {
        font-size: 14px; /* Prevent zoom on iOS */
    }
}

 /* ---End MOBILE SEARCH OVERLAY STYLES when search icon is clicked  --- */
 /* ---End  MOBILE SEARCH OVERLAY STYLES when search icon is clicked  --- */

        /* --- END OF HEADER CONTAINER --- */


        /* Main main-slidercss*/
        /* Main main-slidercss*/
        /* Main main-slidercss*/


        /* --- main-sliderCONTAINER --- */
#main_column .BrandApp .main-slider {
    width: 100%;
    height: 600px; 
    position: relative;
    overflow: hidden;
    background-color: #f0f0f0; 
}

#main_column .BrandApp .slider-inner {
    width: 100%;
    height: 100%;
    position: relative;
}


/* --- SLIDER OVERLAY TEXT --- */
#main_column .BrandApp .slider-caption-overlay {
    position: absolute;
    z-index: 10; 
    top: 50%;
    transform: translateY(-50%);
    /* Dynamic Horizontal Positioning */
    /* 16vw means 16% of screen width. */
    /* On 1920px screen = approx 307px (Matches  req) */
    /* On 1200px screen = approx 192px (Keeps it proportional) */
    left: 10vw; 
    /* Typography */
    font-family: "fot-tsukuaoldmin-pr6n", serif; 
    font-size: 45px;
    color: #000000;
    letter-spacing: 1.8px;
    font-weight: 500;
    white-space: nowrap; 

}


/* --- main-sliderITEMS --- */
#main_column .BrandApp .slider-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Fade Transition Setup */
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: opacity 2.0s ease-in-out, visibility 2.0s; /* Slow, smooth fade (2 seconds) */
}



/* --- THE IMAGE --- */
#main_column .BrandApp .slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: center;
    
    /* Prepare for Zoom Animation */
    /* transform: scale(1.0); */
    /* transition: transform 6.0s linear; */ 
}

/* --- ACTIVE STATE (The Magic) --- */
#main_column .BrandApp .slider-item.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

/* --- SCROLL INDICATOR (Bottom Left) --- */
.scroll-indicator {
    position: absolute;
    z-index: 20; 
    bottom: 5%;
    left: 5%;
    /* Layout */
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FFFFFF; 
}


.scroll-text {
    font-size: 13px;
color:#4D5C41;
 text-transform: uppercase;
    margin-bottom: 10px; 
    font-weight: 400;
    writing-mode: vertical-rl; 
}


.scroll-line-track {
    width: 2px;      
    height: 70px;     
    background-color: rgba(255, 255, 255, 0.4); 
    position: relative;
    overflow: hidden; 
background-color: #4D5C41;
}


.scroll-dot {
    position: absolute;
    left: 50%;
    transform: translateX(-50%); 
    width: 6px;
    height: 6px;
    background-color: #FFFFFF; 
    border-radius: 50%;
    animation: scroll-drop 2.2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}


@keyframes scroll-drop {
    0% {
        top: 0;      
        opacity: 1;  
    }
    50% {
        opacity: 1;   
    }
    100% {
        top: 100%;   
        opacity: 0;  
    }
}

/* Responsive adjustment for Mobile (Optional) */
@media (max-width: 550px) {
    .scroll-indicator {
        left: 20px; 
        bottom: 20px;
    }
}

/*End Scroll indicator */



/* Only show on screens wider than 1000px */
@media (min-width: 1001px) {
  #main_column .BrandApp  .slider-caption-overlay {
        display: block;
    }
}



@media (max-width: 550px) {
    #main_column .BrandApp .main-slider {
        height: 450px;
    }
    #main_column .BrandApp .botanical-stamp {
        top: -204px;
        right: 17px;
        width: 166px;
    }
}

/* End Main main-slidercss */
 /* End Main main-slidercss*/
        /* End Main main-slidercss*/
        /* End Main main-slidercss*/


        /* SECTION C */
        /* SECTION C */
        /* SECTION C */

        /* --- SECTION C: INTRODUCTION --- */
#main_column .BrandApp .intro-section {
    background-color: #fff;
    padding-top: 57px;
    padding-bottom: 57px;
    position: relative;
    z-index: 2;
    overflow-x: clip;
}

#main_column .BrandApp .container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative; 
}

/* 1. THE STAMP GRAPHIC (Overlapping) */
#main_column .BrandApp .botanical-stamp {
    position: absolute;
    top: -243px;
    right: -179px;
    width: 420px;
    height: auto;
    z-index: 10;
    pointer-events: none;
    animation: rotateClockwise 125s linear infinite; 
}

/* Keyframe animation for clockwise rotation */
@keyframes rotateClockwise {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* 2. CONCEPT TEXT */
#main_column .BrandApp .concept-block {
    max-width: 758px;
    margin-bottom: 50px; 
}

#main_column .BrandApp .concept-label {
    font-size: 16px;
    letter-spacing: 0.75px;
    color: #000000;
    margin-bottom: 9px;
    text-transform: uppercase;
    display: block;
    font-family: "trajan-pro-3", serif;
    font-weight: 400;
    font-style: normal;
}

#main_column .BrandApp .concept-heading {
    font-size: 27px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

#main_column .BrandApp .concept-body {
    font-size: 15px;
    /* line-height: 2.2; */
    color: #000000;
    margin-bottom: 0;
    text-align: justify;
    max-width: 705px;
    letter-spacing: 0.6px;
    line-height: 30px;
}

/* 3. MEMBERSHIP BANNER */
#main_column .BrandApp .membership-banner {
    background-color: #F8F8F8; 
    padding: 30px 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Banner Text Left */
#main_column .BrandApp .banner-text-group {
    flex: 1;
}

#main_column .BrandApp .banner-brand {
    font-size: 27px;
    color: #333;
    margin-bottom: -2px;
    display: block;
    letter-spacing: 1.08px;
}

#main_column .BrandApp .banner-title {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 9px;
    letter-spacing: 1.08px;
}

#main_column .BrandApp .banner-note {
    font-size: 15px;
    margin: 0;
    letter-spacing: 0.6px;
}

/* Banner Circle Button Right */
#main_column .BrandApp .banner-cta {
    flex-shrink: 0;
    margin-left: 20px;
}

#main_column .BrandApp .circle-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 187px;
    height: 187px;
    background-color: #666; /* Dark Gray */
    border-radius: 50%;
    text-decoration: none;
    color: #fff !important;
    transition: background-color 0.3s ease, transform 0.3s ease;
    padding-top: 10px;
}

#main_column .BrandApp .circle-btn:hover {
    background-color: #444;
    transform: scale(1.02);
}

#main_column .BrandApp .btn-text {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 4px;
    text-align: center;
}

@media (max-width: 1360px) {
    #main_column .BrandApp .botanical-stamp {
        top: -209px;
        right: -77px;
        width: 298px;
    }
}

@media (max-width: 1174px) {
    #main_column .BrandApp .botanical-stamp {
        top: -190px;
        right: -15px;
        width: 269px;
    }
}

@media (max-width: 1000px) {
    #main_column .BrandApp  .container {
        width: auto;
        float: none;
    }  
    #main_column .BrandApp .concept-heading {
        text-align: left;
    }
}

@media (max-width: 800px) {
    #main_column .BrandApp .concept-heading {
        font-size: 23px;
    }

    #main_column .BrandApp .botanical-stamp {
        top: -137px;
        right: 35px;
        width: 153px;
    }
    
    #main_column .BrandApp .membership-banner {
        padding: 30px 40px;
    }
}

@media (min-width: 551px) {
    #main_column .BrandApp .concept-block p:nth-child(1) {
        display: none;
    }
}

@media (max-width: 550px) {
    #main_column .BrandApp .concept-block p:nth-child(1) {
        font-size: 28px;
        letter-spacing: 1.12px;
    }
    #main_column .BrandApp .botanical-stamp {
        top: -189px;
        right: 18px;
        width: 166px;
    }
    #main_column .BrandApp .intro-section {
        padding-top: 37px;
        padding-bottom: 47px;
    }
    #main_column .BrandApp .concept-label {
        margin-top: 20px;
        margin-bottom: 2px;
    }
    #main_column .BrandApp  .concept-heading {
        font-size: 20px;
        line-height: 39px;
        margin-bottom: 17px;
        text-align: left;
    }
    #main_column .BrandApp .container {
        padding-left: 30px;
    }
    #main_column .BrandApp .concept-body {
        line-height: 27px;
    }
    #main_column .BrandApp .membership-banner {
        padding: 46px 20px;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 27px;
    }
    #main_column .BrandApp .concept-block {
        margin-bottom: 40px;
    }
    #main_column .BrandApp .banner-brand {
        font-size: 22px;
    }
    #main_column .BrandApp .banner-title {
        font-size: 22px;
        margin-bottom: 17px;
        letter-spacing: 0.88px;
        line-height: 35px;
    }
    #main_column .BrandApp .banner-note {
        font-size: 14px;
        letter-spacing: 0.56px;
        line-height: 30px;
    }
    #main_column .BrandApp .banner-cta {
        margin-left: 0;
    }
}

        /* End SECTION C CSS*/
        
        /* End SECTION C CSS*/
        /* End SECTION C CSS*/

   


/* SECTION D */
/* SECTION D */
/* --- SECTION D: BRAND LIST --- */
#main_column .BrandApp .brand-section {
    background-color: #FAF6F2;
    padding: 61px 0 92px;
}

#main_column .BrandApp .container-narrow {
    max-width: 1100px;
    margin: 0 auto;
}

/* Section Title */
#main_column .BrandApp .section-header {
    text-align: center;
    margin-bottom: 80px;
}

#main_column .BrandApp .section-subtitle {
    font-size: 15px;
    letter-spacing: 0.75px;
    color: #000000;
    text-transform: uppercase;
    display: block;
    margin-bottom: -5px;
font-family: "trajan-pro-3", serif;
    font-weight: 400;
    font-style: normal;
}

#main_column .BrandApp .brand-row:nth-child(even) {
    padding-left: 65px;
    padding-right: 20px;
}

#main_column .BrandApp h2.section-title {
    font-size: 35px;
    font-weight: 500;
    margin: 0;
    letter-spacing: 0.05em;
    position: relative;
    padding-bottom: 17px; 
}

#main_column .BrandApp .section-title::after {
    content: '';
    display: block;
    width: 62px;
    height: 1px;
    background-color: #707070;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* --- BRAND ROW (The Zig-Zag Layout) --- */
#main_column .BrandApp .brand-row {
    display: flex;
    align-items: center; 
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 77px; 
}

#main_column .BrandApp .brand-row:last-child {
    margin-bottom: 0;
}

/* FLIP LAYOUT: Every 2nd row (Even) reverses direction */
#main_column .BrandApp .brand-row:nth-child(odd) {
    flex-direction: row-reverse;
}

/* TEXT COLUMN */
#main_column .BrandApp .brand-content {
    width: 39%; 
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#main_column .BrandApp .brand-logo-container {
    margin-bottom: 30px;
}

/* BRAND 1 – Aromatherapy */
#main_column .BrandApp .brand-row:nth-of-type(2) .brand-logo-container img {
    max-width: 183px;
}

/* BRAND 2 – Kurashi */
#main_column .BrandApp .brand-row:nth-of-type(3) .brand-logo-container img {
    max-width: 174px;
}

/* BRAND 3 – Hena */
#main_column .BrandApp .brand-row:nth-of-type(4) .brand-logo-container img {
    max-width: 71px;
}

#main_column .BrandApp .brand-description {
    font-size: 15px;
    line-height: 30px; 
    margin-bottom: 40px;
    text-align: justify;
    letter-spacing: 0.6px;
}

/* CATEGORY LINK + ARROW IMAGE */
#main_column .BrandApp .category-link-wrapper {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    margin-left: auto; 
    margin-right: 20px;
}

#main_column .BrandApp .category-link-text {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    display: block;
    margin-bottom: -6px;
    transition: color 0.3s;
    margin-right: 28px;
    font-family: "trajan-pro-3", serif;
    font-weight: 400;
    font-style: normal;
}

#main_column .BrandApp .brand-row:nth-child(odd) .category-link-wrapper {
    margin-right: 66px;
}

#main_column .BrandApp .category-arrow-img {
    width: 180px; 
    transition: transform 0.3s;
}

#main_column .BrandApp .category-link-wrapper:hover .category-link-text {
    color: #000;
}

#main_column .BrandApp .category-link-wrapper:hover .category-arrow-img {
    transform: translateX(10px);
}

/* IMAGE COLUMN */
#main_column .BrandApp .brand-image-col {
    width: 55%; 
    position: relative;
}

#main_column .BrandApp .brand-image-col img {
    width: 100%;
}

/* --- ORGANIC SHAPES (Crucial Detail) --- */
#main_column .BrandApp .shape-type-1 {
    border-radius: 120px 10px 10px 10px;
}

#main_column .BrandApp .shape-type-2 {
}

#main_column .BrandApp .shape-type-3 {
    border-radius: 10px 120px 10px 10px;
}

@media (max-width: 900px) {
    #main_column .BrandApp .brand-section .brand-row {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 800px) {
    #main_column .BrandApp .brand-row {
        gap: 60px;
        flex-direction: column;
    }
    #main_column .BrandApp .brand-content {
        /* width: 38%; */
        padding-left: 30px;
        padding-right: 30px;
        order: 2;
        width: 100%;
    }
    #main_column .BrandApp .brand-row {
        gap: 50px;
        flex-direction: column;
    }
    #main_column .BrandApp .brand-image-col {
        position: relative;
        width: 100%;
    }
    #main_column .BrandApp .brand-row:nth-child(odd) {
        flex-direction: column;
    }
}

@media (max-width: 550px) {
    #main_column .BrandApp h2.section-title {
        font-size: 35px;
    }

    #main_column .BrandApp  h2.section-title {
        font-weight: 500;
        margin: 0;
        letter-spacing: 1.4px;
        position: relative;
        padding-bottom: 17px;
        font-size: 35px;
    }

    #main_column .BrandApp .section-header {
        margin-bottom: 64px;
    }

    #main_column .BrandApp .brand-section .brand-row {
        padding-left: 0px;
        padding-right: 0px;
        gap: 27px;
    }

    #main_column .BrandApp .brand-logo-container {
        margin-bottom: 26px;
    }

    #main_column .BrandApp .brand-description {
        font-size: 14px;
        margin-bottom: 26px;
    }

    #main_column .BrandApp .category-link-wrapper {
        margin-right: unset;
    }
}

/* END SECTION D */
 
/* END SECTION D */
/* END SECTION D */



/*<!-- START OF SECTION E -->
  <!-- START OF SECTION E -->
  <!-- START OF SECTION E -->*/

/* --- UTILS FOR THIS SECTION ONLY --- */
#main_column .BrandApp .sec-e-category * {
    box-sizing: border-box;
}

/* --- SECTION E CONTAINER --- */
#main_column .BrandApp .sec-e-category {
    background-color: #ffffff;
    width: 100%;
}

#main_column .BrandApp .sec-e-inner {
    max-width: 1200px; 
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 94px;
    padding-left: 50px;
    padding-right: 50px;
}

/* --- HEADER AREA --- */
#main_column .BrandApp .sec-e-head {
    text-align: center;
    margin-bottom: 60px;
}

#main_column .BrandApp .sec-e-eng-title {
    display: block;
    font-size: 15px;
    letter-spacing: 0.15em;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: -11px;
    font-family: "trajan-pro-3", serif;
    font-weight: 400;
    font-style: normal;
}

#main_column .BrandApp  .sec-e-jp-title {
    font-size: 35px;
    font-weight: 500;
    margin: 0 0 14px 0;
   letter-spacing: 1.4px;
    color: #333;
    /* add padding-bottom etc. if needed */
}

/* The small divider line */
#main_column .BrandApp .sec-e-divider {
    width: 62px;
    height: 1px;
    background-color: #707070;
    margin: 0 auto;
}

/* --- GRID LAYOUT (5 Items) --- */
#main_column .BrandApp .sec-e-list {
    display: flex;
    justify-content: space-between; 
    gap: 20px; 
}

/* --- INDIVIDUAL ITEM --- */
#main_column .BrandApp .sec-e-item {
    display: block;
    width: 18%; 
    text-decoration: none;
    group: hover; 
}

/* IMAGE WRAPPER */
#main_column .BrandApp .sec-e-fig {
    margin: 0 0 20px 0;
    width: 100%;
    overflow: hidden;
}

/* Aspect Ratio Trick for perfect Squares */
/* (comment left empty as in original) */

#main_column .BrandApp .sec-e-img {
    object-fit: cover;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

/* Hover Effect */
#main_column .BrandApp .sec-e-item:hover .sec-e-img {
    opacity: 0.9;
    transform: scale(1.03); 
}

/* TEXT LABEL */
#main_column .BrandApp .sec-e-name {
    font-size: 14px;
    color: #333;
    text-align: center;
    margin: 0;
    letter-spacing: 0.84px;
}

@media (max-width: 900px) {
    #main_column .BrandApp .sec-e-inner {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 500px) {
    #main_column .BrandApp .sec-e-inner {
        padding-top: 58px;
        padding-bottom: 64px;
    }
    #main_column .BrandApp  .sec-e-jp-title {
        font-size: 35px;
    }
    #main_column .BrandApp .sec-e-head {
        margin-bottom: 42px;
    }
    #main_column .BrandApp .sec-e-list {
        display: flex;
        justify-content: center;
        gap: 14px;
        flex-wrap: wrap;
    }
    #main_column .BrandApp .sec-e-item {
        width: 47%;
    }
    #main_column .BrandApp .sec-e-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* <!-- END  OF SECTION E -->
  <!-- END  OF SECTION E -->
  <!-- END  OF SECTION E --> */



/* <!-- START OF SECTION F -->
  <!-- START OF SECTION F --> */
/* --- UTILS FOR SECTION F --- */
#main_column .BrandApp .sec-f-products * {
    box-sizing: border-box;
}

#main_column .BrandApp .sec-f-products {
    background-color: #ffffff;
    padding: 0px 0 72px;
    width: 100%;
}

#main_column .BrandApp .sec-f-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px;
}

#main_column .BrandApp .sec-f-head {
    text-align: center;
    margin-bottom: 60px;
}

#main_column .BrandApp .sec-f-eng-title {
    display: block;
    font-size: 15px;
    letter-spacing: 0.75px;
    color: #000000;
    margin-bottom: 1px;
    text-transform: uppercase;
    font-family: "trajan-pro-3", serif;
    font-weight: 400;
    font-style: normal;
}

#main_column .BrandApp .sec-f-jp-title {
    font-size: 35px;
    font-weight: 500;
    margin: 0 0 25px 0;
    letter-spacing: 1.4px;

}

#main_column .BrandApp .sec-f-divider {
    width: 62px;
    height: 1px;
    background-color: #999;
    margin: 0 auto;
}

/* --- PRODUCT GRID --- */
#main_column .BrandApp .sec-f-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 50px 20px; 
    margin-bottom: 80px;
}

/* --- PRODUCT CARD --- */
#main_column .BrandApp .sec-f-card {
    text-decoration: none;
    color: inherit;
    display: block;
}

/* Image Wrapper (Square) */
#main_column .BrandApp .sec-f-img-box {
    position: relative;
    width: 100%;
    padding-top: 100%; 
    background-color: #f9f9f9; 
    margin-bottom: 15px;
    overflow: hidden;
}

#main_column .BrandApp .sec-f-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* Hover Zoom Effect */
#main_column .BrandApp .sec-f-card:hover .sec-f-img {
    transform: scale(1.05);
}

/* Text Styling */
#main_column .BrandApp .sec-f-text {
  
    font-size: 14px;
    color: #000000;
    letter-spacing: 0.84px;
    line-height: 1.8; 
    text-align: left;
    margin: 0;
}

/* --- VIEW MORE LINK --- */
#main_column .BrandApp .sec-f-footer {
    margin-top: 60px;
    text-align: end;
    margin-right: 25px;
}

#main_column .BrandApp .sec-f-viewmore-link {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    group: hover;
}

#main_column .BrandApp .sec-f-viewmore-text {
    margin-right: 15px;
    font-size: 15px;
    color: #000000;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    margin-bottom: -4px;
    transition: color 0.3s;
font-family: "trajan-pro-3", serif;
    font-weight: 400;
    font-style: normal;
}

/* The Arrow Image Class */
#main_column .BrandApp .category-arrow-img {
    width: 184px; 
    transition: transform 0.3s;
    display: block;
    color: #707070;
}

/* Hover Animations */
#main_column .BrandApp .sec-f-viewmore-link:hover .sec-f-viewmore-text {
    color: #000;
}

#main_column .BrandApp .sec-f-viewmore-link:hover .category-arrow-img {
    transform: translateX(10px);
}

@media (max-width: 900px) {
    #main_column .BrandApp .sec-f-inner {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 30px;
    }
}

@media (max-width: 550px) {
    #main_column .BrandApp .sec-f-jp-title {
        font-size: 35px;
    }
    #main_column .BrandApp .sec-f-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 13px;
        margin-bottom: 58px;
    }
    #main_column .BrandApp .sec-f-inner {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0px 15px;
    }
    #main_column .BrandApp .sec-f-products {
        padding: 0px 0 45px;
    }
}



/* <!-- End OF SECTION F -->
  <!-- End OF SECTION F -->
  <!-- End OF SECTION F --> */


/* <!-- START OF SECTION G -->
  <!-- START OF SECTION G -->
  <!-- START OF SECTION G --> */

/* --- UTILS FOR SECTION G --- */
.sec-g-news * {
            box-sizing: border-box;
        }

        .sec-g-news {
            background-color: #FAF6F2; 
            padding: 80px 0 100px;
            width: 100%;
        }

        .sec-g-inner {
            max-width: 1200px; 
            margin: 0 auto;
            padding: 0 50px;

        }

        /* --- HEADER AREA --- */
        .sec-g-header {
            margin-bottom: 20px;
            text-align: left; 
            padding-left: 115px;
          }

        .sec-g-eng-label {
            display: block;

            font-size: 15px;
            letter-spacing: 0.75px;
            color: #000000;
            margin-bottom: -15px;
            text-transform: uppercase;
            font-family: "trajan-pro-3", serif;
    font-weight: 400;
    font-style: normal;
margin-bottom: -4px;
        }

   #main_column     .sec-g-jp-title {
            font-size: 35px;
            font-weight: 400; 
            margin: 0;
            color: #333;
            letter-spacing: 1.4px;
padding:0;
        }

        /* --- DIVIDER LINE --- */
        .sec-g-divider {
            width: 100%;
            height: 1px;
            background-color: #ccc; 
            margin-bottom: 0;
        }

        /* --- NEWS LIST --- */
        .sec-g-list {
            list-style: none;
            padding: 0;
            margin: 0;
            padding-left: 115px;
        }

        .sec-g-item {
            border-bottom: 1px solid transparent; 
            padding-bottom: 20px;
            display: flex;
            align-items: center;
            flex-wrap: nowrap;
        }

        .sec-g-item:first-child {
            padding-top: 30px;
        }

        /* Date Styling */
        .sec-g-date {
            font-size: 15px;
            color: #000000;
            width: 120px;
            flex-shrink: 0;
            letter-spacing: 0.6px;
        }

        /* Category Styling */
        .sec-g-cat {
            font-size: 15px;
            font-weight: 500;
            color: #000000;
            margin-right: 40px; 
            flex-shrink: 0;
        }

        /* Title / Link Styling */
        .sec-g-link {
            font-size: 15px;
            color: #000000;
            text-decoration: none;
            letter-spacing: 0.05em;
            transition: opacity 0.3s;
        }

        .sec-g-link:hover {
            opacity: 0.7;
            text-decoration: underline;
        }

@media(max-width: 900px){
    .sec-g-inner
 {

    padding: 0 30px;
}
}
@media(max-width: 800px){
    .sec-g-header {
    padding-left: 50px;
}
.sec-g-list {

    padding-left: 50px;
}
}
@media(max-width: 550px){
    .sec-g-news {
    padding: 62px 0 60px;
}
.sec-g-header {
        padding-left: 12px;
        margin-bottom: 14px;
    }
    .sec-g-list
 {
        padding-left: 12px;
    }
    .sec-g-item {
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .sec-g-link {
        display: block;
        width: 100%;
        margin-top: 3px;
    }
}

/* <!-- END OF SECTION G -->
  <!-- END OF SECTION G -->
  <!-- END OF SECTION G --> */
/* <!-- START OF SECTION H(footer) -->
  <!-- START OF SECTION H(footer) -->
  <!-- START OF SECTION H(footer) --> */


/* --- UTILS FOR FOOTER --- */
.sec-footer * {
            box-sizing: border-box;
        }

        .sec-footer {
          background-color: #4D5C41;
          color: #ffffff;
          width: 100%;
          padding: 56px 0 84px;
        }

        /* The specific container width requested */
        .sec-footer-inner {
            max-width: 1100px;
            margin: 0 auto;
            padding: 0 30px; 
            display: flex;
            justify-content: space-between; 
            align-items: flex-start;
            flex-wrap: wrap;
            margin-bottom: 60px; 
        }

        /* --- LEFT COLUMN (Logo & Address) --- */
        .sec-footer-col-left {
            width: 35%; 
        }

        .sec-footer-logo-img {
            height: auto;
            display: block;
            margin-bottom: 30px;
        }

        .sec-footer-address {
            font-size: 17px;
            line-height: 31px;
            margin: 0;
            font-weight: 300;
            letter-spacing: 0.68px;
            text-align: left;
            padding-left: 10px;
        }

        /* --- MIDDLE COLUMN (Main Navigation) --- */
        .sec-footer-col-mid {
            width: 20%;
            padding-top: 10px;
        }

        .sec-footer-nav-main {
          list-style: none;
            padding: 0;
            margin: 0;
            line-height: 52px;
            text-align: left;
        }

        .sec-footer-nav-main a {
            font-size: 20px;
            color: #ffffff;
            text-decoration: none;
            letter-spacing: 1px;
            text-transform: uppercase;
            transition: opacity 0.3s;
            font-family: "trajan-pro-3", serif;
font-weight: 400;
font-style: normal;
        }

        .sec-footer-nav-main a:hover {
            opacity: 0.7;
        }

        /* --- RIGHT COLUMN (Contact & Sub Nav) --- */
        .sec-footer-col-right {
            width: 30%;
            padding-top: 17px;
        }

        /* Contact Button */
    .sec-footer .sec-footer-col-right   .sec-footer-contact-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            max-width: 270px; 
            height: 50px;
            border: 1px solid #ffffff;
            color: #ffffff;
            text-decoration: none;
            font-size: 20px;
            letter-spacing: 1px;
            margin-bottom: 34px;
            transition: background-color 0.3s, color 0.3s;

            font-family: "trajan-pro-3",serif;
            font-weight:400;
font-style:normal;
            padding-top: 6px;
        }

        .sec-footer-contact-btn svg {
          width: 26px;
          height: 22px;
          margin-left: 12px;
          stroke: #ffffff;
          stroke-width: 1.2;
          fill: none;
          transition: stroke 0.3s;
          /* padding-top: 7px; */
          position: relative;
          top: 1px;
          border-radius: 3px;
    position: relative;
    top: -3px;
      }

        .sec-footer-contact-btn:hover {
            background-color: #ffffff;
            color: #4D5C41;
        }
        
        .sec-footer-contact-btn:hover svg,.sec-footer .sec-footer-col-right .sec-footer-contact-btn:hover  {
            stroke: #4D5C41;
             color:#4D5C41;
        }

        /* Sub Navigation (Privacy, etc.) */
        .sec-footer-nav-sub {
            list-style: none;
            padding: 0;
            margin: 0;
            text-align: left;
        }

        .sec-footer-nav-sub li {
            margin-bottom: 18px;
        }

        .sec-footer-nav-sub a {
            font-size: 17px;
            color: #ffffff;
            text-decoration: none;
            letter-spacing: 0.68px;
            opacity: 0.9;
            transition: opacity 0.3s;
        }

        .sec-footer-nav-sub a:hover {
            opacity: 0.6;
        }

        /* --- COPYRIGHT --- */
        .sec-footer-copyright {
            text-align: center;
            font-size: 17px;
            letter-spacing: 0.68px;
            opacity: 0.8;
            border-top: 1px solid rgba(255,255,255,0.0); 
            padding-top: 0;
            font-weight: 300;
            font-style: normal;
        }

        @media(max-width: 550px){
            .sec-footer {
        padding: 56px 0 77px;
    }

    .sec-footer-inner {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 45px;
        margin-bottom: 13px;
        gap: 43px;
    }

            .sec-footer-col-left,
            .sec-footer-col-mid,
            .sec-footer-col-right {
                width: 100%;
            }

            .sec-footer-logo-img {
        max-width: 254px;
        margin-bottom: 24px;
    }

            .sec-footer-address {
                font-size: 15px;
                line-height: 28px;
                letter-spacing: 0.6px;
            }
            .sec-footer-address > p {
                font-size: 17px;
                line-height: 31px;
                letter-spacing: 0.75px;
            }

            .sec-footer-col-mid {
        padding-top: 14px;
    }

            .sec-footer-nav-main {
                line-height: 42px;
            }

            .sec-footer-nav-main a {
                font-size: 18px;
                letter-spacing: 0.8px;
            }

            .sec-footer-col-right {
                padding-top: 0;
            }

            .sec-footer-contact-btn {
        max-width: none;
        height: 53px;
        font-size: 18px;
        max-width: 270px;
        margin-bottom: 32px;
    }

    .sec-footer-nav-sub a {
        font-size: 17px;
        letter-spacing: 0.6px;
    }

    .sec-footer-copyright {
        text-align: left;
        font-size: 12px;
        letter-spacing: 0.4px;
        padding-left: 44px;
        padding-right: 0;
    }
        }


/* <!-- END OF SECTION H(footer) -->
<!-- END OF SECTION H(footer) -->
<!-- END OF SECTION H(footer) --> */

/* Custom rules to remove line on sub-menu hover */
.bm-list a:hover {
    text-decoration: none !important;
}

.bm-list a::after {
    content: none !important;
}

.mm-link-list a:hover {
    text-decoration: none !important;
}

.mm-link-list a::after {
    content: none !important;
}

/* for hiding the part in entry page */

.LC_Page_Entry .raku2_theme01{
display:none !important;
}


div#undercolumn_aboutus {
    max-width: 700px;
    margin: 0 auto;
}

div#undercolumn_order {
    max-width: 700px;
    margin: 0 auto;
}


.LC_Page_User  #guide_area{

padding-top:150px;
}