@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;700&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Shippori Mincho', serif; color: #320A28; font-size: 0.95rem; line-height: 1.7; background: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url('../img/bg_01.jpg') no-repeat center center fixed; background-size: cover; } a { color: #5DC2D0; text-decoration: none; transition: color 0.3s ease; } a:hover { color: #3faab7; } .container { width: 100%; max-width: 900px; margin: 0 auto; display: flex; justify-content: center; align-items: flex-start; } .sidebar-area { width: 340px; position: sticky; top: 0; z-index: 100; } .sidebar-fixed-bg { display: none !important; } .title-img-wrap { position: relative; z-index: 2; } .title-img-wrap a { display: block; padding-top: 60px; } .title-img-wrap img { width: 340px; height: 476px; object-fit: cover; object-position: center; display: block; border: none; cursor: pointer; box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1); border-radius: 20px 0 0 20px; animation: fadeInUpLanding 0.8s ease-out forwards; } @keyframes fadeInUpLanding { 0% { opacity: 0; transform: translateY(-30px); } 100% { opacity: 1; transform: translateY(0); } } .main-column { width: 560px; padding: 40px; background-color: rgba(255, 255, 255, 0.96); border-left: 1px solid rgba(0, 0, 0, 0.05); min-height: 100vh; box-sizing: border-box; position: relative; } .content-card { background: #ffffff; padding: 35px 30px; margin-bottom: 35px; border-radius: 12px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03); } #about.content-card { background: linear-gradient(135deg, rgba(93, 194, 208, 0.28) 0%, rgba(255, 255, 255, 0.1) 65%, #ffffff 100%) !important; } #gaiyou img, .schedule-img { max-width: 100% !important; height: auto !important; display: block; margin: 20px auto; } /* 💡 ガジェットとの重なりを100%防止するセーフティ右余白 */ .independent-news { margin-bottom: 35px; padding: 10px 125px 0 10px; } .news-list { list-style: none !important; } .news-list li { padding: 10px 0; border-bottom: 1px solid #e0e0e0; font-size: 0.95rem; display: flex; align-items: center; } .news-list .date { color: #5DC2D0; font-weight: bold; margin-right: 20px; } .independent-news a { color: #320A28 !important; display: inline-block; background-image: linear-gradient(rgba(0,0,0,0) 92%, #FDF462 92%); transition: opacity 0.2s ease; } .independent-news a:hover { opacity: 0.75; } .about-hero { text-align: center; padding: 10px 0; background: transparent; } .about-hero p { text-align: left !important; display: block; margin-top: 15px; } .hero-catch { font-size: 1.6rem; font-weight: 700; color: #222222; margin-bottom: 25px; line-height: 1.5; border-left: none !important; padding-left: 0 !important; } h2.section-title { font-size: 1.5rem; font-weight: 700; color: #260821; padding-left: 15px; border-left: 5px solid #5DC2D0; margin-bottom: 25px; line-height: 1.4; text-align: left !important; } .sub-section-title, .gaiyou-sub-title { font-size: 1.2rem; font-weight: bold; color: #5DC2D0; padding-left: 10px; border-left: 4px solid #5DC2D0; margin: 35px 0 20px 0; text-align: left; } .gaiyou-center-title { font-size: 1.25rem; font-weight: bold; color: #320A28; text-align: center !important; margin: 25px 0 20px 0; } .heading01 { display: inline; background-image: linear-gradient(rgba(0,0,0,0) 85%, #FDF462 85%); } .info-table { width: 100%; border-collapse: collapse; margin: 20px 0; } #schedule .info-table { margin-bottom: 0px !important; } .info-table th, .info-table td { padding: 15px 12px; border-bottom: 1px solid #eef2f4; text-align: left; vertical-align: top; } .info-table th { width: 25%; font-weight: 700; color: #320A28 !important; background-color: rgba(0,0,0,0.01); font-size: 0.9rem; border-left: 3px solid #A2E0EB; } .info-table td { width: 75%; font-size: 0.95rem; color: #260821; } .alert-text { color: #cc0000; font-size: 0.8rem; display: block; margin-top: 5px; } #schedule img[src*='sche_basic'] { margin-top: 0px !important; padding-top: 0px !important; } .gaiyou-points-list { padding-left: 24px; margin: 20px 0; } .gaiyou-points-list li { font-size: 0.95rem; color: #260821; margin-bottom: 12px; list-style-type: disc; } .awards-container { background-color: #fff; padding: 10px 0; margin-bottom: 25px; } .award-box-grand { border: 2px solid #5DC2D0; background-color: rgba(93, 194, 208, 0.03); padding: 15px; border-radius: 6px; margin-bottom: 15px; } .award-title-grand, .award-title-short, .award-section-sub { color: #320A28 !important; font-weight: bold; display: flex; align-items: center; gap: 8px; } .award-title-grand { font-size: 1.25rem; } .award-title-short { font-size: 1.1rem; margin-bottom: 5px; } .award-section-sub { font-size: 1.05rem; margin-bottom: 12px; } .award-title-grand img { height: 1.6rem; width: auto; vertical-align: middle; } .award-prize-grand { font-size: 1.15rem; font-weight: bold; color: #260821; margin: 0; } .award-box-short { border-bottom: 1px solid #e0e0e0; padding-bottom: 15px; margin-bottom: 15px; } .badge-new { background-color: #5DC2D0; color: #fff; font-size: 0.65rem; font-weight: bold; padding: 2px 6px; border-radius: 4px; margin-left: 4px; display: inline-flex; align-items: center; height: 14px; } .award-indent-wrap { padding-left: 28px; } .award-prize-short { font-size: 1rem; font-weight: bold; color: #260821; margin: 0; } .award-note-short { font-size: 0.8rem; color: #666; margin-top: 5px; } .award-other-list { list-style: none; padding: 0; margin: 0; font-size: 0.95rem; color: #260821; } .award-other-list li { margin-bottom: 8px; padding-left: 15px; position: relative; } .award-other-list .bullet { position: absolute; left: 0; color: #5DC2D0; } .card-divider { margin: 25px 0; border: none; border-top: 1px solid #eef2f4; } .paydon-link { display: inline-block; margin-bottom: 10px; } .paydon-img { height: 30px; vertical-align: middle; } /* 💡 Payどん注意事項エリア：スルーさせたいエリア感（グレー枠・極小行間）にデザイン置換 */ .special-privilege-embedded { background: #f2f2f2; padding: 15px; border-radius: 10px; margin: 1rem 0; border: none; } .privilege-title { font-size: 0.82rem; font-weight: bold; margin-bottom: 4px; color: #555; } .privilege-list { padding-left: 18px; font-size: 0.8rem; color: #666; list-style-type: decimal; line-height: 1.35 !important; } .privilege-list li { margin-bottom: 3px; } .theme-condense-zone h5 { margin-top: 8px !important; font-size: 1.05rem; color: #5DC2D0; font-weight: bold; } .theme-condense-zone p.theme-desc { margin-bottom: 4px !important; color: #333; font-size: 0.95rem; } .partner-logo-wrap img { width: 60% !important; max-width: 100% !important; height: auto !important; display: block; margin: 0 auto; } .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 20px; } .item { width: 48%; background: #ffffff; padding: 15px; margin-bottom: 20px; border-radius: 10px; border: 1px solid #eef2f4; } .item img { width: 100%; height: auto; display: block; margin: 10px 0; border-radius: 5% !important; } .item h4 { font-size: 1.1rem; padding: 10px 0; font-weight: bold; } .item h4 span { font-size: 0.8rem; font-weight: normal; color: #666; display: block; } .item .txt_small_08 { font-size: 0.72rem !important; color: #555; line-height: 1.4; margin-top: 4px; } .step-container-parent { position: relative; } .step-timeline-container { position: relative; display: flex; flex-direction: column; gap: 30px; margin-left: -10px; margin-right: -10px; } .step-timeline-container::before { content: ""; position: absolute; top: 30px; bottom: 30px; right: 43px; width: 3px; background-color: #5DC2D0; z-index: 1; } .step-card { background-color: #fff; border: 1px solid rgba(93, 194, 208, 0.45); padding: 30px; border-radius: 12px; position: relative; z-index: 2; box-shadow: 0 4px 20px rgba(0,0,0,0.03); width: 100%; } .step-card h3 { font-size: 1.2rem; color: #222222; margin-bottom: 15px; padding-left: 0; border-left: none; } .step-card p.step-simple-p { font-size: 0.95rem; color: #320A28; } .step-num { font-size: 2rem; font-weight: bold; color: rgba(93, 194, 208, 0.65); position: absolute; top: 15px; right: 25px; font-family: Arial, sans-serif; z-index: 3; background: #ffffff; padding: 0 5px; } .entry-methods-list { list-style-type: none !important; padding-left: 0 !important; margin: 15px 0 !important; } .entry-methods-list li { position: relative; padding: 10px 12px 10px 32px !important; margin-bottom: 8px !important; background-color: #f8fafb; border-radius: 6px; font-size: 0.95rem; line-height: 1.6; color: #320A28; border-left: 3px solid #5DC2D0; } .entry-methods-list li::before { position: absolute; left: 8px; top: 12px; width: 16px; height: 16px; background-color: #5DC2D0; color: #fff; font-size: 0.7rem; font-weight: bold; border-radius: 50%; display: flex; align-items: center; justify-content: center; } .entry-methods-list li:nth-child(1)::before { content: "1"; } .entry-methods-list li:nth-child(2)::before { content: "2"; } .deadline-icon-badge { display: inline-block; padding: 5px 15px; background-color: rgba(93, 194, 208, 0.1); color: #3faab7; font-weight: bold; font-size: 0.9rem; border-radius: 20px; margin: 5px auto; text-align: center; } .step-qa-box { background-color: #f7f9fa; border-radius: 8px; padding: 15px; margin-top: 15px; } .step-qa-box p.qa-q { font-size: 0.95rem; color: #222222; margin-bottom: 2px !important; line-height: 1.4 !important; } .step-qa-box p.qa-a { font-size: 0.95rem; color: #555555; margin-bottom: 10px !important; line-height: 1.45 !important; } .step-qa-box p.qa-a:last-child { margin-bottom: 0 !important; } .accordion-static { background-color: #f9f9f9; padding: 15px 20px; width: 100%; text-align: left; border: 1px solid #ccc; margin-bottom: 4px; } .accordion { width: 100%; text-align: left; border: 1px solid #ccc; margin-bottom: 4px; padding: 15px 20px; outline: none; background-color: rgba(190, 5, 5, 0.04); animation: bgPulseLanding 3.0s infinite ease-in-out; transition: background-color 0.3s ease; } .accordion.active { animation: none !important; background-color: rgba(190, 5, 5, 0.12) !important; } @keyframes bgPulseLanding { 0% { background-color: rgba(190, 5, 5, 0.04); } 50% { background-color: rgba(190, 5, 5, 0.14); } 100% { background-color: rgba(190, 5, 5, 0.04); } } .accordion::after { content: '\002B'; float: right; color: #BE0505; font-weight: bold; font-size: 1.3rem; line-height: 1.2; animation: smoothPulseIcon 2.5s infinite ease-in-out; } .accordion.active::after { content: "\2212"; color: #BE0505; font-weight: bold; animation: smoothPulseIcon 2.5s infinite ease-in-out; } @keyframes smoothPulseIcon { 0% { opacity: 1.0; } 50% { opacity: 0.25; } 100% { opacity: 1.0; } } .accordion h3.heading01, .accordion-static h3.heading01 { font-family: 'Shippori Mincho', serif !important; font-size: 1.05rem !important; font-weight: bold; display: inline-block; border-left: none !important; padding-left: 0 !important; margin-bottom: 0 !important; } .panel, .panel-static { background-color: white; border: 1px solid #ccc; border-top: none; margin-bottom: 1rem; } .panel { max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out; } .panel-static { padding: 20px; } .panel-inner-padding { padding: 20px; } .standard-youkou-list { padding-left: 20px; margin: 10px 0; list-style-type: disc !important; } .standard-youkou-list li { font-family: 'Shippori Mincho', serif !important; font-size: 0.9rem; line-height: 1.6; margin-bottom: 8px; color: #320A28; list-style-type: disc !important; } .info-table-canva { width: 100%; border-collapse: collapse; margin-bottom: 15px; } .info-table-canva td.table-header { border: 1px solid #ccc; padding: 10px; text-align: center; background-color: #f2f2f2; font-weight: bold; font-size: 0.9rem; color: #222222; } .info-table-canva th { background: #fafafa; border: 1px solid #ccc; padding: 10px; text-align: left; font-size: 0.85rem; width: 35%; color: #444444; font-weight: bold; font-family: 'Shippori Mincho', serif !important; } .info-table-canva td { border: 1px solid #ccc; padding: 10px; font-size: 0.85rem; color: #222222; font-family: 'Shippori Mincho', serif !important; } .txt_box { background: #f2f2f2; padding: 15px; border-radius: 10px; margin: 1rem 0; border: none; } .txt_box h4 { font-size: 1.1rem; padding: 10px 0; font-weight: bold; color: #222222; } .txt_box p { font-size: 0.85rem; } .txt_red { color: #cc0000; font-weight: bold; } .custom-button { display: block; width: 240px; max-width: 100%; margin: 1.5rem auto; padding: 12px 30px; background-color: #BE0505 !important; color: #ffffff !important; border: none; border-radius: 30px; font-family: inherit; font-size: 0.95rem; font-weight: bold; text-align: center; cursor: pointer; box-shadow: 0 4px 12px rgba(190, 5, 5, 0.3); transition: all 0.3s ease; outline: none; -webkit-appearance: none; } .custom-button:hover { background-color: #900303 !important; transform: translateY(-2px); box-shadow: 0 6px 16px rgba(190, 5, 5, 0.4); } .syousai-button { display: block; width: 100%; margin-top: 10px; padding: 10px; background-color: #5DC2D0; color: #ffffff; border: none; border-radius: 8px; font-family: inherit; font-size: 0.9rem; font-weight: bold; cursor: pointer; transition: background-color 0.2s ease; outline: none; -webkit-appearance: none; } .syousai-button:hover { background-color: #3faab7; } .drawer-toggle { display: block; position: absolute; top: 20px; right: 0; background-color: #BE0505; color: white; border: none; padding: 10px 12px; border-radius: 8px 0 0 8px; cursor: pointer; font-weight: bold; font-size: 0.75rem; z-index: 200000; outline: none; transition: transform 0.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.2s ease; } .drawer-toggle:hover { opacity: 0.9 !important; transform: translateX(3px) !important; } .sidebar-area #g-nav { display: block; position: absolute; top: 80px; right: 0; z-index: 105; width: 200px; pointer-events: none; } .sidebar-area #g-nav ul, .sidebar-area #g-nav li { list-style: none !important; list-style-type: none !important; padding: 0; margin: 0; } .sidebar-area #g-nav li a { display: block; color: #fff; background-color: rgba(190, 5, 5, 0.95); padding: 6px 15px; margin-bottom: 4px; border-radius: 10px 0 0 10px; font-weight: bold; font-size: 0.85rem; transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1), opacity 0.3s ease; transform: translateX(100%); opacity: 0; border: none; } .sidebar-area #g-nav.open-drawer { pointer-events: auto; } .sidebar-area #g-nav.open-drawer li a { transform: translateX(0); opacity: 1; } .sidebar-area #g-nav li a:hover { opacity: 0.9 !important; transform: translateX(3px) !important; } .modal { display: none; position: fixed; z-index: 100000 !important; top: 0; left: 0; right: 0; bottom: 0; width: 100vw !important; height: 100vh !important; background-color: rgba(0, 0, 0, 0.6); overflow-y: auto; } body.modal-open { overflow: hidden; } .modal-content { background-color: #fff; margin: 5vh auto !important; padding: 30px; width: 90%; max-width: 480px; border-radius: 15px; position: relative; box-shadow: 0 10px 30px rgba(0,0,0,0.3); text-align: left !important; } .modal-content ul { padding-left: 20px !important; margin: 10px 0 20px 0 !important; list-style-type: disc !important; } .modal-content li { font-size: 0.9rem; margin-bottom: 6px; color: #320A28; list-style-type: disc !important; } .modal-content img[src*='kaikouzu_01'] { width: 150px !important; height: auto !important; display: block; margin: 15px auto !important; } .modal-content img[src*='kaikouzu_02'] { width: 220px !important; height: auto !important; display: block; margin: 15px auto !important; } .modal-content img { max-width: 280px !important; height: auto !important; display: block; margin: 15px auto !important; border-radius: 5% !important; } .past-banners img { max-width: 100% !important; height: auto !important; display: block; margin: 10px auto; } .insta-footer-banner img { width: 100px !important; height: auto !important; display: block; margin: 0 auto; } .share-section { margin-top: auto; padding-top: 40px; text-align: center; border-top: 1px solid rgba(0, 0, 0, 0.1); } .share-label { font-weight: bold; font-size: 0.9rem; color: #283c4b; margin-bottom: 10px; display: block; } .share-buttons-unit { display: flex; justify-content: center; gap: 15px; } .share-btn { width: 44px; height: 44px; border-radius: 50%; border: 1px solid #283c4b; background: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; } .share-btn:hover { background: #f0f0f0; transform: translateY(-2px); } .share-btn svg { width: 20px; height: 20px; } .share-btn.line-btn { font-weight: bold; font-size: 10px; background: #fff; border: 1px solid #283c4b; } footer { background-color: #5DC2D0; color: #fff; text-align: center; padding: 20px 0; margin-top: 40px; } /* 💡 高密度合体ツイン・ガジェットシステム */ .gadget-panel-group { position: absolute; top: 15px; right: 15px; display: flex; align-items: stretch; gap: 0px; z-index: 1000; height: 135px; } /* 💡 左側：タイムラインカウンター（斜めのリアル光彩グラデーションをブレンド） */ .deadline-counter-container { display: flex; flex-direction: column; align-items: center; width: 80px !important; padding: 12px 6px; background: linear-gradient(135deg, rgba(255,255,255,0.4) 0%, rgba(93,194,208,0.22) 50%, rgba(60,160,175,0.35) 100%) !important; border: 1px solid rgba(93, 194, 208, 0.45); border-right: none; border-radius: 12px 0 0 12px; box-shadow: inset 1px 1px 2px rgba(255,255,255,0.7), 0 4px 15px rgba(0,0,0,0.04); backdrop-filter: blur(4px); } .counter-days { font-family: Arial, sans-serif; font-size: 1.8rem; font-weight: bold; color: #BE0505; line-height: 1; text-shadow: 0 1px 1px rgba(255,255,255,0.9); } .counter-unit { font-size: 0.52rem; font-weight: 700; color: #263840; margin-top: 4px; margin-bottom: 6px; letter-spacing: 0.5px; white-space: nowrap; } .vertical-bar-wrap { position: relative; width: 2px; height: 50px; background-color: rgba(38, 56, 64, 0.25); border-radius: 1px; } .vertical-bar-fill { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #BE0505; transition: height 0.5s ease; border-radius: 1px; } .vertical-bar-dot { position: absolute; bottom: -4px; left: -3px; width: 8px; height: 8px; background-color: #BE0505; border-radius: 50%; box-shadow: 0 0 6px rgba(190, 5, 5, 0.6); animation: smoothPulseIcon 2.5s infinite ease-in-out !important; } /* 💡 右側：CM15sボタン（同じく135度リアル光彩斜めグラデーションで完全シンクロ） */ .cm-trigger-gadget { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 30px; padding: 12px 0; background: linear-gradient(135deg, rgba(255,255,255,0.4) 0%, rgba(93,194,208,0.22) 50%, rgba(60,160,175,0.35) 100%) !important; border: 1px solid rgba(93, 194, 208, 0.45); border-radius: 0 12px 12px 0; box-shadow: inset -1px 1px 2px rgba(255,255,255,0.7), 0 4px 15px rgba(0,0,0,0.04); backdrop-filter: blur(4px); cursor: pointer; outline: none; transition: all 0.2s ease; } .cm-trigger-gadget:hover { background: linear-gradient(135deg, rgba(255,255,255,0.5) 0%, rgba(93,194,208,0.35) 50%, rgba(60,160,175,0.48) 100%) !important; border-color: rgba(93, 194, 208, 0.6); } .cm-play-ico { font-size: 0.65rem; color: #BE0505; margin-bottom: 4px; animation: smoothPulseIcon 2.5s infinite ease-in-out; } .cm-txt-vertical { font-family: Arial, sans-serif; font-size: 0.55rem; font-weight: bold; color: #263840; line-height: 1.1; text-align: center; letter-spacing: 0px; } .modal_cm_theater { display: flex; visibility: hidden; opacity: 0; position: fixed; z-index: 210000 !important; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(15, 15, 20, 0.94); backdrop-filter: blur(8px); transition: opacity 0.3s ease, visibility 0.3s ease; align-items: center; justify-content: center; } .modal_cm_theater.is-visible { visibility: visible; opacity: 1; } .cm-theater-container { width: 90%; max-width: 800px; position: relative; animation: zoomInCm 0.35s cubic-bezier(0.34, 1.56, 0.64, 1) forwards; } @keyframes zoomInCm { 0% { transform: scale(0.92); opacity: 0; } 100% { transform: scale(1); opacity: 1; } } .cm-theater-close { position: absolute; top: -45px; right: 0; background: none; border: 1px solid rgba(255,255,255,0.4); color: rgba(255,255,255,0.85); font-size: 0.85rem; font-weight: bold; padding: 6px 14px; border-radius: 20px; cursor: pointer; transition: all 0.2s ease; outline: none; } .cm-theater-close:hover { background-color: #fff; color: #111; border-color: #fff; } .cm-iframe-wrapper { width: 100%; padding-top: 56.25%; position: relative; background: #000; border-radius: 8px; overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,0.6); } .cm-iframe-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; } @media (max-width: 900px) { .container { flex-direction: column; align-items: center; padding-top: 20px; } .sidebar-area { width: 100%; position: static; margin-bottom: 20px; } .sidebar-fixed-bg { width: 100%; height: 476px; position: absolute; top: 20px; left: 0; } .sidebar-fixed-bg::after { display: none; } .title-img-wrap a { padding-top: 0; } .title-img-wrap img { width: 340px; height: 476px; margin: 0 auto; border-radius: 20px; } .main-column { width: 95%; max-width: 560px; margin: 0 auto 2rem; padding: 30px 20px; border-left: none; } .content-card { padding: 25px 20px; } .info-table th, .info-table td { display: block; width: 100%; } .info-table th { border-bottom: none; background-color: transparent; padding-bottom: 5px; } .info-table-canva th, .info-table-canva td { display: block !important; width: 100% !important; box-sizing: border-box; } .info-table-canva th { background: #f7f9fa !important; border-bottom: none !important; padding: 10px !important; font-weight: bold; } .info-table-canva td { padding: 10px 10px 15px 10px !important; } .item { width: 100%; } .item img { max-width: 280px !important; margin: 10px auto !important; border-radius: 5% !important; } .step-timeline-container { margin-left: -10px; margin-right: -10px; } .step-timeline-container::before { display: block !important; left: auto !important; right: 43px !important; } .step-card { padding-left: 30px !important; padding-right: 30px !important; } .step-num { left: auto !important; right: 25px !important; top: 15px !important; } .drawer-toggle { display: none !important; } .openbtn1 { display: block !important; position: fixed; z-index: 100000; top: 20px; right: 20px; width: 50px; height: 50px; background-color: #BE0505; border: 2px solid #fff; border-radius: 5px; cursor: pointer; } .openbtn1 span { display: block; position: absolute; left: 12px; width: 26px; height: 3px; background-color: #fff; transition: all 0.4s; } .openbtn1 span:nth-child(1) { top: 15px; } .openbtn1 span:nth-child(2) { top: 23px; } .openbtn1 span:nth-child(3) { top: 31px; } .openbtn1.active span:nth-child(1) { transform: translateY(8px) rotate(-45deg); } .openbtn1.active span:nth-child(2) { opacity: 0; } .openbtn1.active span:nth-child(3) { transform: translateY(-8px) rotate(45deg); } .sidebar-area #g-nav { position: fixed !important; top: 0; right: -100% !important; width: 100%; height: 100vh; background: rgba(255, 255, 255, 0.98) !important; z-index: 99999; transition: right 0.4s ease; padding: 80px 30px 20px 30px; display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: flex-start !important; pointer-events: none; } .sidebar-area #g-nav.panelactive { right: 0 !important; pointer-events: auto; } .sidebar-area #g-nav ul { width: 100%; max-width: 200px; display: block !important; } .sidebar-area #g-nav li { width: 100%; text-align: center; margin-bottom: 8px; border: none !important; } .sidebar-area #g-nav li a { transform: none !important; opacity: 1 !important; color: #fff !important; background-color: rgba(190, 5, 5, 0.95) !important; padding: 6px 15px !important; font-size: 0.85rem !important; border-radius: 10px !important; width: 100% !important; box-sizing: border-box; text-align: center !important; box-shadow: 0 2px 8px rgba(0,0,0,0.1); } .independent-news { padding-right: 10px !important; } .gadget-panel-group { top: 10px; right: 10px; height: 110px; } .deadline-counter-container { width: 55px; padding: 6px 4px; border-radius: 8px 0 0 8px; background: linear-gradient(135deg, rgba(255,255,255,0.4) 0%, rgba(60,160,175,0.25) 100%) !important; } .counter-days { font-size: 1.4rem; } .counter-unit { font-size: 0.48rem; margin-top: 1px; margin-bottom: 4px; } .vertical-bar-wrap { height: 35px; } .cm-trigger-gadget { width: 24px; padding: 6px 0; border-radius: 0 8px 8px 0; background: linear-gradient(135deg, rgba(255,255,255,0.4) 0%, rgba(60,160,175,0.25) 100%) !important; } .cm-play-ico { font-size: 0.55rem; margin-bottom: 2px; } .cm-txt-vertical { font-size: 0.5rem; } }