/*
Theme Name: Panolabo
Theme URI: https://panolabollc.com
Author: panolabo
Author URI: https://panolabollc.com
Description: AI×VR×アプリ×Web×OEM総合制作代理店テーマ - 高速・軽量・SEO最適化
Version: 2.0.0
License: Don't use.
*/




html {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body {
    border: 0;
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 15px;
    background: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.uk-heading-divider {
    padding-bottom: calc(5px + 0.1em);
    border-bottom: calc(0.2px + 0.05em) solid #316B3F;
}

/* 画像の高さを100%表示 */
.uk-slideshow-items img {
    width: 100%;
    height: ;
    object-fit: contain;
}
.uk-slideshow-items {
    /* 
    height: 100vh;
    ビューポートの高さに合わせる場合 */
}

/* Background video */
.embed-container {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
}

.embed-container iframe {
    box-sizing: border-box;
    height: 56.25vw;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 177.77777778vh;
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #316B3F;
    cursor: pointer;
    transition: color 0.3s ease;
}

section {
    position: relative;
}

.no-padding {
    padding: 0;
}

.gap-80 {
    clear: both;
    height: 80px;
}

.gap-40 {
    clear: both;
    height: 40px;
}

.gap-30 {
    clear: both;
    height: 30px;
}

.gap-20 {
    clear: both;
    height: 20px;
}

a:focus {
    outline: 0;
}

a {
    color: #316B3F;
    transition: color 0.3s ease;
}

a.read-more:hover {
    color: #2E86AB;
}

ul {
    list-style-type: none;
}

/* Breadcrumb
================================================== */

.breadcrumb {
    background-color: #fff;
    font-size: 0.7rem;
}

.breadcrumb li {
    display: inline;
    list-style: none;
    font-weight: bold;
}

.breadcrumb li:last-child:after {
    content: '';
}

.breadcrumb li a {
    text-decoration: none;
    color: inherit;
}

.breadcrumb li:first-child a:before {
    font-weight: normal;
    font-size: 1.1em;
    color: #FF6B35;
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

.breadcrumb>li+li:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f0da';
    padding: 0 8px;
    color: #6c757d;
}

/* Typography
================================================== */

body,
p {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.uk-card-frontpage {
    background: #fff;
    color: #333;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.uk-overlay-panolabo {
    background: rgba(34, 34, 34, 0.5);
}


.heading-inner {
    width: 85%;
    margin: 6rem auto;
    position: relative;
}


.sec-title {
    text-transform: uppercase;
    font-weight: 700;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    color: inherit;
}

.sec-title span {
    color: #316B3F;
}

.heading-inner p {
    margin-top: 20px;
}

/*
.heading-inner:after {
    position: absolute;
    content: "";
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
    width: 115px;
    left: 0px;
    top: 25px;
    padding: 5px 10px;
    overflow: hidden;
}

.heading-inner:before {
    position: absolute;
    content: "";
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
    width: 100px;
    right: 0px;
    top: 25px;
    padding: 5px 10px;
    overflow: hidden;
}
*/

/* Splash Display
================================================== */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

#loadbox {
    position: fixed;
    z-index: 2001;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    transition: opacity 0.6s ease, visibility 0.6s ease;
    backdrop-filter: blur(2px);
}

#loadbox.loadbox-active {
    display: block !important;
    opacity: 1;
    visibility: visible;
}

#loadbox.loadbox-hidden {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    display: none !important;
}

/* 初期状態で表示 */
#loadbox {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 9999 !important;
}

/* JavaScript無効時の非表示制御 */
.no-js #loadbox {
    display: none;
}

.wrapper {
    display: table;
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.wrapper .inner {
    display: table-cell;
    vertical-align: middle;
}

#loadbox .inner img {
    width: 25%;
    animation: loadBoxPulse 1.5s ease-in-out infinite !important;
    transform-origin: center;
    will-change: transform, opacity;
}

/* ぴこぴこアニメーション */
@-webkit-keyframes loadBoxPulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.7;
    }
    50% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.7;
    }
}

@keyframes loadBoxPulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.7;
    }
    50% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.7;
    }
}

/* 強制的にアニメーション適用 */
#loadbox img {
    animation: loadBoxPulse 1.5s ease-in-out infinite !important;
    transform-origin: center !important;
}

/* テキストのフェードインアニメーション */
#loadbox .inner .uk-text-bold {
    animation: loadBoxFadeIn 2s ease-in-out infinite alternate !important;
    will-change: opacity;
}

@-webkit-keyframes loadBoxFadeIn {
    0% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}

@keyframes loadBoxFadeIn {
    0% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}

.wrapper .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.loading .animated {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    -webkit-animation-delay: 60s;
    animation-delay: 60s;
}

span a {
    text-decoration: none;
}

.margin-top-100 {
    padding-top: 100px;
}

.site-title img {
    text-align: center;
    max-width: 12%;
    height: auto;
    width: auto;
    margin: 2rem 5rem;
}

.clearfix {
    clear: both;
}

#wrapper {
    max-width: 95%;
    margin: 0 auto;
    padding: 0;
}

#header,
#main,
#footer {
    width: 100%;
}

#content {
    width: 65%;
    float: left;
    font-size: 16px;
    margin-top: 20px;
}

#sidebar {
    width: 30%;
    float: right;
    margin-left: 5%;
}

#footer {
    text-align: center;
    clear: both;
    padding: 3% 0 0 0;
}

/* Legacy Button styles - 統一スタイルに移行 */

/* Navbar
================================================== */

nav ul {
    list-style: none;
    text-align: center;
    padding-left: 0;
}

nav ul li {
    float: left;
    display: inline-block;
    width: 16%;
    background: #F6F6F6;
    padding: 10px 0;
    border: 1px solid #d5d5d5;
}

nav ul li:hover {
    background: #ECECEC;
}

nav ul li a {
    padding: 2% 0%;
    text-decoration: none;
    color: #00142B;
    display: block;
    transition: all 0.3s ease;
}

/* Portfolio
================================== */

#overview {
    padding: 80px 0px;
}

#app-carousel .item {
    float: left;
}

#app-carousel .carousel-indicators {
    bottom: -35px;
}

.thumbnail {
    position: relative;
}

.caption {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(49, 107, 63, 0.9), rgba(6, 175, 170, 0.9));
    top: 800px;
    left: 0px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}

.caption-content {
    position: relative;
    top: 40%;
}

.caption-content a i {
    text-align: center;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    border-radius: 100%;
    padding-top: 18px;
}

#app-carousel .item img {
    -webkit-transition: opacity .3s ease 0s;
    -o-transition: opacity .3s ease 0s;
    transition: all .3s ease 0s;
    opacity: 1;
    width: 200px;
}

#app-carousel .item:hover img {
    opacity: .4;
}

.thumbnail:hover .caption {
    opacity: 1;
    top: 0px;
    z-index: 999;
}

/* Feature section
=========================================================== */

#benefit {
    position: relative;
    background-image: url("images/bg/features-bg.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: repeat;
    color: #FFF;
    padding: 80px 0px;
}

#benefit .sec-title {
    color: #fff;
}

.item-list-left {}

.item-list-left li {
    padding-bottom: 20px;
}

.item-list-left li i {
    font-size: 50px;
    float: left;
    line-height: 50px;
    color: #FFC857;
}

.item-list-left li .item-content {
    margin: 0px 0px 0px 90px;
}

.item-list-left li .item-content h3 {
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.item-content ul li i {
    color: #fff;
}

/* Slider header
============================================================ */

.slider {
    background: url("images/frontpage/showcase-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 580px;
    height: 500px;
    overflow: hidden;
}

.slider-wrap {
    padding: 10rem 0;
}

.slider-img {}

.slider-img img {
    width: 300px;
    height: 700px;
}

.slider {}

.slider-content {
    padding-top: 80px;
}

.slider-content img {
    width: 100%;
}

.slider h1 {
    margin: 0 0 20px 0;
    font-size: 4rem;
    color: #fff;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.slider p {
    color: #fff;
    line-height: 28px;
    font-size: 18px;
    font-weight: 400;
}

/* 古いボタンスタイルは削除済み - uk-button系に統一 */

.uk-grid-margin * {
    padding-left: 15px;
    padding-right: 15px;
}

.text-uppercase {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: #444;
}

.text-lowercase {
    text-transform: lowercase;
}

.feature-title {
    margin-bottom: 20px;
}

.slogan-title h1 {
    color: #fff;
    font-weight: 700;
    font-size: 50px;
    padding-bottom: 15px;
    padding-top: 35px;
    line-height: 1.1;
}

.slogan-title span {
    color: #FFC857;
}

.slogan-title .slogan {
    color: #fff;
    line-height: 30px;
    font-size: 20px;
    margin-top: 30px;
}

.section-title h2 {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    margin-bottom: 5px;
    color: #333;
}

.section-title h2 span {
    color: #316B3F;
}

/* Footer styles
============================================================ */

.uk-icon {
    margin: 0px 5px;
}

.uk-width-expand h2 {
    font-size: 20px;
    color: #545454;
}

/* 既存のボタンスタイルは統一スタイルで上書き */


.list-inline {
    padding: 0;
    margin: 0;
}

.list-inline li {
    display: inline-block;
    padding-right: 10px;
}

.footer-content ul li a {
    color: #fff;
}

.footer-content ul li a:hover {
    color: #2E86AB;
}

.copyright li {
    display: inline;
}

.copyright li a {
    color: #ccc;
    padding-right: 3px;
}

.copyright li a:hover {
    color: #2E86AB;
}

/* Header Logo Styles
============================================================ */

/* デスクトップ用のロゴスタイル */
.uk-navbar-container .uk-navbar-item img {
    height: 60px;
    width: auto;
    max-width: none;
}

/* Mobile Fixed Header Styles
============================================================ */

/* モバイル専用：ヘッダーを固定 */
@media (max-width: 959px) {
    .uk-navbar-container {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
        transition: all 0.3s ease;
        border-bottom: 1px solid rgba(49, 107, 63, 0.1);
    }
    
    /* モバイル用のbody上部余白調整（サブタイトル非表示によりコンパクト化） */
    body {
        padding-top: 70px;
    }
    
    /* ロゴサイズをモバイル用に調整 */
    .uk-navbar-container .uk-navbar-item img {
        height: 50px;
        width: auto;
        max-width: none;
    }
    
    /* サブタイトルをモバイルで非表示 */
    .uk-navbar-container .uk-text-small {
        display: none;
    }
    
    /* メニューボタンのスタイル調整 */
    .uk-navbar-container .uk-navbar-toggle {
        color: #333;
        padding: 10px;
    }
    
    .uk-navbar-container .uk-navbar-toggle:hover {
        color: #316B3F;
    }
}

/* ナビゲーションメニュー改善 */
.uk-navbar-container {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.uk-navbar-container .uk-navbar-toggle {
    color: #316B3F;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}

.uk-navbar-container .uk-navbar-toggle:hover {
    color: #2E86AB;
    transform: scale(1.05);
    text-decoration: none;
}

/* オフキャンバスメニューのスタイル改善 */
.uk-offcanvas-bar {
    background: linear-gradient(135deg, #316B3F 0%, #2E86AB 100%);
    color: white;
    padding: 40px 30px;
    width: 320px;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.3);
}

/* メニューリンクのスタイル */
.uk-offcanvas-bar .uk-list a {
    color: white;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.uk-offcanvas-bar .uk-list a:hover {
    color: #FFC857;
    text-decoration: none;
    transform: translateX(10px);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding-left: 15px;
    padding-right: 15px;
}

/* アイコンのスタイル */
.uk-offcanvas-bar .uk-list a span[uk-icon] {
    margin-right: 12px;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.uk-offcanvas-bar .uk-list a:hover span[uk-icon] {
    opacity: 1;
    transform: scale(1.1);
}

/* 閉じるボタンのスタイル */
.uk-offcanvas-close {
    color: white;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    transition: all 0.3s ease;
}

.uk-offcanvas-close:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}

/* カテゴリ区切りのスタイル */
.uk-offcanvas-bar .uk-divider-small {
    border-color: rgba(255, 255, 255, 0.3);
    margin: 20px 0;
}

.uk-offcanvas-bar .uk-text-muted {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 10px 0;
}

/* ロゴ下のサブタイトル */
.uk-navbar-container .uk-text-small {
    color: #6c757d;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.3;
    opacity: 0.8;
}
}

/* タブレット以下でのさらなる調整 */
@media (max-width: 640px) {
    body {
        padding-top: 65px;
    }
    
    .uk-navbar-container .uk-navbar-item img {
        height: 45px;
        width: auto;
        max-width: none;
    }
}

/* Unified Button Styles
============================================================ */

/* ボタンの基本スタイル統一 */
.uk-button {
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 24px;
    transition: all 0.3s ease;
    text-transform: none;
    letter-spacing: 0.5px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* プライマリーボタン（メイン） */
.uk-button-primary {
    background: linear-gradient(135deg, #316B3F 0%, #2E86AB 100%);
    border: none;
    color: white;
}

.uk-button-primary:hover {
    background: linear-gradient(135deg, #2E86AB 0%, #06AFAA 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(49, 107, 63, 0.3);
    color: white;
}

/* セカンダリーボタン */
.uk-button-secondary {
    background: white;
    border: 2px solid #316B3F;
    color: #316B3F;
}

.uk-button-secondary:hover {
    background: #316B3F;
    border-color: #316B3F;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(49, 107, 63, 0.2);
}

/* デフォルトボタン */
.uk-button-default {
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    color: #495057;
}

.uk-button-default:hover {
    background: #e9ecef;
    border-color: #dee2e6;
    color: #495057;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

/* 警告ボタン（アクション系） */
.uk-button-warning {
    background: linear-gradient(135deg, #FFC857 0%, #FF6B35 100%);
    border: none;
    color: #00142B;
}

.uk-button-warning:hover {
    background: linear-gradient(135deg, #FF6B35 0%, #FFC857 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(255, 200, 87, 0.3);
    color: #00142B;
}

/* 危険ボタン */
.uk-button-danger {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    border: none;
    color: white;
}

.uk-button-danger:hover {
    background: linear-gradient(135deg, #c82333 0%, #bd2130 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(220, 53, 69, 0.3);
    color: white;
}

/* ボタンサイズバリエーション */
.uk-button-small {
    font-size: 14px;
    padding: 8px 16px;
    min-height: 36px;
}

.uk-button-large {
    font-size: 18px;
    padding: 16px 32px;
    min-height: 56px;
}

/* アイコン付きボタンの調整 */
.uk-button [uk-icon] {
    margin-right: 8px;
}

.uk-button:last-child [uk-icon] {
    margin-right: 0;
    margin-left: 8px;
}

/* グループボタンの間隔調整 */
.uk-button-group .uk-button {
    margin-right: 8px;
}

.uk-button-group .uk-button:last-child {
    margin-right: 0;
}

/* レスポンシブボタン */
@media (max-width: 640px) {
    .uk-button {
        font-size: 14px;
        padding: 10px 20px;
        min-height: 44px;
    }
    
    .uk-button-large {
        font-size: 16px;
        padding: 12px 24px;
        min-height: 48px;
    }
    
    .uk-button-small {
        font-size: 12px;
        padding: 6px 12px;
        min-height: 32px;
    }
}

/* テキストボタン（リンクスタイル） */
.uk-button-text {
    background: transparent;
    border: none;
    color: #316B3F;
    text-decoration: underline;
    padding: 8px 16px;
    min-height: auto;
    box-shadow: none;
}

.uk-button-text:hover {
    background: rgba(49, 107, 63, 0.05);
    color: #2E86AB;
    text-decoration: none;
    transform: none;
    box-shadow: none;
}

/* フォーカス時のアクセシビリティ */
.uk-button:focus {
    outline: 3px solid rgba(49, 107, 63, 0.3);
    outline-offset: 2px;
}

/* サイドボーダー */
.side-border {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 1.8rem;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #e5e5e5;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #666;
    backdrop-filter: blur(5px);
}

#side-border-left {
    left: 0;
    border-right: 1px solid #e5e5e5;
    border-left: none;
}

#side-border-right {
    right: 0;
    border-left: 1px solid #e5e5e5;
    border-right: none;
}

/* UIKit Label Styles */
.uk-label {
    background: #316B3F;
    color: white;
    border-radius: 15px;
    font-weight: 600;
    padding: 6px 12px;
    font-size: 0.8rem;
    transition: all 0.3s ease;
}

.uk-label-success {
    background: #06AFAA;
}

.uk-label-warning {
    background: #FFC857;
    color: #00142B;
}

.uk-label-danger {
    background: #FF6B35;
}

.uk-label:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(49, 107, 63, 0.3);
}

/* UIKit Card Styles */
.uk-card {
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: none;
}

.uk-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.uk-card-primary {
    background: linear-gradient(135deg, #316B3F 0%, #2E86AB 100%);
    color: white;
}

.uk-card-secondary {
    background: linear-gradient(135deg, #06AFAA 0%, #2E86AB 100%);
    color: white;
}

/* UIKit Text Colors */
.uk-text-primary {
    color: #316B3F;
}

.uk-text-secondary {
    color: #2E86AB;
}

.uk-text-success {
    color: #06AFAA;
}

.uk-text-warning {
    color: #FFC857;
}

.uk-text-danger {
    color: #FF6B35;
}

.uk-text-emphasis {
    color: #00142B;
    font-weight: 700;
}


/* フッターはパララックス効果を無効化 */
footer, footer * {
    transform: none !important;
    will-change: auto !important;
}

/* フッターの表示を確実にする */
footer {
    position: relative !important;
    z-index: 1000 !important;
    background: white !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin-top: 0 !important;
    clear: both !important;
}


/* UIKit Background Colors */
.uk-background-primary {
    background: linear-gradient(135deg, #316B3F 0%, #2E86AB 100%);
    color: white;
}

.uk-background-secondary {
    background: #f8f9fa;
    color: #333;
}

.uk-background-muted {
    background: #e9ecef;
    color: #6c757d;
}

.side-border > div {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    padding: 20px 0;
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
}

.side-border div div {
    display: block;
    margin: 10px 0;
    line-height: 1.2;
}

.side-border img {
    transform: rotate(90deg);
    display: block;
    width: 60px;
    height: auto;
    margin: 10px auto;
}

.right-side {
    writing-mode: vertical-lr;
    text-orientation: mixed;
}

/* ヘッダー固定 */
.uk-navbar-container {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1000 !important;
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

/* ヘッダー固定時のコンテンツ上部マージン */
body {
    padding-top: 80px !important;
}

/* パララックス効果を無効化 */
.parallax {
    position: relative !important;
    z-index: 1 !important;
    transform: none !important;
    will-change: auto !important;
}

/* ロゴサイズを50%縮小 */
.uk-navbar-item img,
.uk-logo img {
    max-height: 25px !important;
    width: auto !important;
}

/* スマホではサイドボーダーを非表示 */
@media (max-width: 1024px) {
    .side-border {
        display: none;
    }
}

/* 黄金比デザインシステム
============================================================ */

:root {
    /* 黄金比 φ = 1.618 */
    --phi: 1.618;
    --phi-inverse: 0.618; /* 1/φ */
    
    /* 黄金比ベースのスペーシング */
    --space-xs: 0.618rem;     /* φ⁻¹ */
    --space-sm: 1rem;         /* base */
    --space-md: 1.618rem;     /* φ */
    --space-lg: 2.618rem;     /* φ + 1 */
    --space-xl: 4.236rem;     /* φ² */
    --space-xxl: 6.854rem;    /* φ³ */
    
    /* 黄金比ベースのフォントサイズ */
    --font-xs: 0.618rem;      /* 約10px */
    --font-sm: 0.882rem;      /* 約14px */
    --font-md: 1rem;          /* 16px base */
    --font-lg: 1.618rem;      /* 約26px */
    --font-xl: 2.618rem;      /* 約42px */
    --font-xxl: 4.236rem;     /* 約68px */
    
    /* 黄金比ベースの幅 */
    --width-narrow: 38.2%;    /* φ⁻¹ × 100 */
    --width-wide: 61.8%;      /* φ⁻¹ × 100 */
}

/* コンテナの黄金比適用 */
.uk-container {
    max-width: calc(100vw * var(--phi-inverse)) !important;
}

/* セクション間の黄金比スペーシング */
.uk-section {
    padding-top: var(--space-lg) !important;
    padding-bottom: var(--space-lg) !important;
}

.uk-section-large {
    padding-top: var(--space-xl) !important;
    padding-bottom: var(--space-xl) !important;
}

/* ヘッダー要素の黄金比 */
h1, .uk-heading-medium {
    font-size: var(--font-xxl) !important;
    line-height: 1.2 !important;
    margin-bottom: var(--space-lg) !important;
}

h2, .uk-heading-small {
    font-size: var(--font-xl) !important;
    line-height: 1.3 !important;
    margin-bottom: var(--space-md) !important;
}

h3, .uk-card-title {
    font-size: var(--font-lg) !important;
    line-height: 1.4 !important;
    margin-bottom: var(--space-sm) !important;
}

/* テキストのスペーシング */
p, .uk-text-lead {
    margin-bottom: var(--space-md) !important;
    line-height: 1.618 !important;
}

.uk-text-lead {
    font-size: calc(var(--font-md) * var(--phi)) !important;
}

/* カードレイアウトの黄金比 */
.uk-card {
    padding: var(--space-lg) !important;
    margin-bottom: var(--space-md) !important;
}

/* グリッドの黄金比適用 */
.golden-grid-2-3 {
    display: grid !important;
    grid-template-columns: var(--width-wide) var(--width-narrow) !important;
    gap: var(--space-md) !important;
}

.golden-grid-3-2 {
    display: grid !important;
    grid-template-columns: var(--width-narrow) var(--width-wide) !important;
    gap: var(--space-md) !important;
}

/* ボタンの黄金比 */
.uk-button {
    padding: var(--space-xs) var(--space-md) !important;
    font-size: var(--font-md) !important;
    border-radius: calc(var(--space-xs) * 0.5) !important;
}

.uk-button-large {
    padding: var(--space-sm) var(--space-lg) !important;
    font-size: var(--font-lg) !important;
}

/* Hero セクションの黄金比 */
.hero-golden {
    min-height: calc(100vh * var(--phi-inverse)) !important;
    display: flex !important;
    align-items: center !important;
}

/* マージンとパディングの黄金比 */
.uk-margin {
    margin-bottom: var(--space-md) !important;
}

.uk-margin-large {
    margin-bottom: var(--space-lg) !important;
}

.uk-margin-small {
    margin-bottom: var(--space-sm) !important;
}

.uk-padding {
    padding: var(--space-md) !important;
}

.uk-padding-large {
    padding: var(--space-lg) !important;
}

/* フッターの黄金比調整 */
footer {
    padding-top: var(--space-xl) !important;
    padding-bottom: var(--space-lg) !important;
}

/* レスポンシブ調整 */
@media (max-width: 960px) {
    :root {
        --space-xs: 0.5rem;
        --space-sm: 0.8rem;
        --space-md: 1.3rem;
        --space-lg: 2.1rem;
        --space-xl: 3.4rem;
        --space-xxl: 5.5rem;
        
        --font-xs: 0.6rem;
        --font-sm: 0.8rem;
        --font-md: 1rem;
        --font-lg: 1.3rem;
        --font-xl: 2.1rem;
        --font-xxl: 3.4rem;
    }
    
    .uk-container {
        max-width: 95% !important;
    }
    
    .golden-grid-2-3,
    .golden-grid-3-2 {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 640px) {
    :root {
        --font-xxl: 2.5rem;
        --font-xl: 1.8rem;
        --font-lg: 1.2rem;
    }
}

/* End of Style.css
============================================================ */




























