
:root {
 --ivory: #FAF7F2;
 --champagne: #E8D9B5;
 --champagne-light: #F3ECD8;
 --champagne-dark: #C9A84C;
 --gold: #B8973A;
 --gold-light: #D4AF5A;
 --beige: #EDE0CC;
 --navy: #1C2B3A;
 --navy-light: #2C3E50;
 --greige: #9B9183;
 --greige-light: #B5ADA3;
 --white: #FFFFFF;
 --text-dark: #1A1A1A;
 --text-mid: #4A4A4A;
 --text-light: #7A7A7A;
 --border: #DDD5C5;
 --shadow: rgba(28,43,58,0.10);
 --shadow-gold: rgba(184,151,58,0.18);
 --radius: 8px;
 --radius-lg: 16px;
 --transition: 0.3s ease;
 --font-heading: 'Cormorant Garamond', 'Noto Serif JP', serif;
 --font-body: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
 --font-accent: 'Cormorant Garamond', Georgia, serif;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); background: var(--ivory); color: var(--text-dark); line-height: 1.8; -webkit-font-smoothing: antialiased; font-size: 16px; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
h1,h2,h3,h4,h5 { font-family: var(--font-heading); line-height: 1.3; }
h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); }
h3 { font-size: clamp(1.2rem, 2.5vw, 1.6rem); }
p { font-size: 1rem; color: var(--text-mid); }
.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.section { padding: 80px 0; }
.section-sm { padding: 48px 0; }
.text-center { text-align: center; }
.divider { width: 60px; height: 2px; background: linear-gradient(90deg, var(--champagne-dark), var(--gold)); margin: 16px auto 24px; border: none; }
.section-heading { text-align: center; margin-bottom: 48px; }
.section-heading .en { font-family: var(--font-accent); font-size: 0.85rem; letter-spacing: 0.2em; color: var(--gold); text-transform: uppercase; display: block; margin-bottom: 8px; }
.section-heading h2 { color: var(--navy); }
.section-heading p { margin-top: 12px; font-size: 0.95rem; color: var(--text-light); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 28px; border-radius: 50px; font-family: var(--font-body); font-size: 1rem; font-weight: 700; cursor: pointer; border: none; transition: all var(--transition); min-height: 52px; white-space: nowrap; }
.btn-primary { background: linear-gradient(135deg, var(--gold), var(--champagne-dark)); color: var(--white); box-shadow: 0 4px 16px var(--shadow-gold); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 24px var(--shadow-gold); }
.btn-outline { background: transparent; color: var(--navy); border: 2px solid var(--navy); }
.btn-outline:hover { background: var(--navy); color: var(--white); }
.btn-line { background: #06C755; color: var(--white); }
.btn-line:hover { background: #05a849; transform: translateY(-2px); }
.btn-line::before { content: "💬 "; }
.btn-lg { padding: 18px 40px; font-size: 1.1rem; }
.btn-sm { padding: 10px 20px; font-size: 0.9rem; }
#site-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; background: rgba(250,247,242,0.96); backdrop-filter: blur(8px); border-bottom: 1px solid var(--border); transition: box-shadow var(--transition); }
#site-header.scrolled { box-shadow: 0 2px 20px var(--shadow); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 64px; padding: 0 20px; max-width: 1100px; margin: 0 auto; }
.logo a { font-family: var(--font-heading); font-size: 1.15rem; color: var(--navy); letter-spacing: 0.05em; }
.logo span { color: var(--gold); }
.nav-links { display: flex; gap: 24px; align-items: center; }
.nav-links a { font-size: 0.88rem; color: var(--text-mid); font-weight: 500; transition: color var(--transition); }
.nav-links a:hover { color: var(--gold); }
.nav-line-btn { background: #06C755 !important; color: white !important; padding: 8px 16px !important; border-radius: 50px !important; font-size: 0.82rem !important; font-weight:700!important; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; background: none; border: none; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--navy); transition: all var(--transition); }
.mobile-nav { display: none; position: fixed; top: 64px; left: 0; width: 100%; background: var(--ivory); border-bottom: 1px solid var(--border); z-index: 999; padding: 20px; }
.mobile-nav.open { display: block; }
.mobile-nav a { display: block; padding: 12px 0; border-bottom: 1px solid var(--border); color: var(--text-mid); font-size: 1rem; }
#hero { min-height: 100vh; background: var(--navy); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; padding-top: 64px; }
.hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse at 20% 50%, rgba(184,151,58,0.15) 0%, transparent 60%), radial-gradient(ellipse at 80% 20%, rgba(232,217,181,0.08) 0%, transparent 50%), linear-gradient(135deg, #0D1A26 0%, #1C2B3A 50%, #0D1A26 100%); }
.hero-dots { position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(184,151,58,0.15) 1px, transparent 1px); background-size: 40px 40px; opacity: 0.5; }
.hero-content { position: relative; z-index: 2; text-align: center; padding: 40px 20px; max-width: 800px; }
.hero-badge { display: inline-block; font-family: var(--font-accent); font-size: 0.8rem; letter-spacing: 0.25em; color: var(--gold); text-transform: uppercase; border: 1px solid rgba(184,151,58,0.4); padding: 6px 20px; border-radius: 50px; margin-bottom: 24px; }
.hero-title { font-family: var(--font-heading); color: var(--white); font-size: clamp(2rem, 6vw, 3.8rem); line-height: 1.2; margin-bottom: 8px; }
.hero-title .gold { color: var(--gold-light); }
.hero-subtitle { font-size: clamp(0.9rem, 2vw, 1.1rem); color: var(--champagne); margin-bottom: 40px; line-height: 1.7; }
.hero-btns { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-bottom: 48px; }
.hero-scroll { display: flex; flex-direction: column; align-items: center; gap: 8px; color: rgba(255,255,255,0.5); font-size: 0.78rem; letter-spacing: 0.1em; animation: bounce 2s infinite; }
.hero-scroll::after { content: ''; display: block; width: 1px; height: 40px; background: linear-gradient(to bottom, rgba(184,151,58,0.6), transparent); }
@keyframes bounce { 0%,100% { transform: translateY(0); } 50% { transform: translateY(6px); } }
#counter-section { background: var(--navy); color: var(--white); padding: 28px 0; border-top: 1px solid rgba(184,151,58,0.2); border-bottom: 1px solid rgba(184,151,58,0.2); }
.counter-inner { display: flex; flex-wrap: wrap; gap: 28px; align-items: center; justify-content: center; text-align: center; }
.counter-item { min-width: 150px; }
.counter-label { font-size: 0.72rem; letter-spacing: 0.15em; color: var(--gold); text-transform: uppercase; font-family: var(--font-accent); margin-bottom: 4px; }
.counter-value { font-family: var(--font-heading); font-size: 1.7rem; color: var(--white); font-weight: 700; }
.counter-value span { color: var(--gold-light); }
.counter-sep { width: 1px; height: 48px; background: rgba(184,151,58,0.3); }
#how-to { background: var(--white); }
.howto-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.howto-card { background: var(--ivory); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 24px; transition: all var(--transition); }
.howto-card:hover { border-color: var(--champagne-dark); box-shadow: 0 8px 32px var(--shadow-gold); transform: translateY(-4px); }
.howto-icon { font-size: 2rem; margin-bottom: 14px; }
.howto-card h3 { font-size: 1rem; color: var(--navy); margin-bottom: 8px; }
.howto-card p { font-size: 0.88rem; }
#filter-section { background: var(--champagne-light); padding: 36px 0; }
.filter-label { text-align: center; font-size: 0.82rem; letter-spacing: 0.15em; color: var(--gold); margin-bottom: 14px; text-transform: uppercase; font-family: var(--font-accent); }
.filter-tags { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.filter-btn { padding: 8px 20px; border-radius: 50px; border: 1.5px solid var(--champagne-dark); background: var(--white); color: var(--navy); font-size: 0.88rem; cursor: pointer; transition: all var(--transition); font-family: var(--font-body); }
.filter-btn:hover, .filter-btn.active { background: var(--navy); color: var(--white); border-color: var(--navy); }
#comparison { background: var(--white); }
.table-wrap { overflow-x: auto; border-radius: var(--radius-lg); box-shadow: 0 4px 24px var(--shadow); }
table { width: 100%; border-collapse: collapse; min-width: 750px; }
thead tr { background: var(--navy); color: var(--white); }
thead th { padding: 13px 10px; font-size: 0.82rem; font-family: var(--font-heading); letter-spacing: 0.04em; text-align: center; white-space: nowrap; }
tbody tr { border-bottom: 1px solid var(--border); }
tbody tr:nth-child(even) { background: var(--ivory); }
tbody tr:hover { background: var(--champagne-light); }
tbody td { padding: 11px 10px; font-size: 0.86rem; text-align: center; color: var(--text-mid); }
tbody td:first-child { text-align: left; font-weight: 700; color: var(--navy); white-space: nowrap; font-size: 0.9rem; }
.star { color: var(--gold); }
.check { color: #27ae60; font-weight: 700; }
.cross { color: #ccc; }
.confirm { color: var(--greige); font-size: 0.8rem; }
#shops { background: var(--ivory); }
.shops-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 28px; }
.shop-card { background: var(--white); border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border); transition: all var(--transition); display: flex; flex-direction: column; }
.shop-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px var(--shadow); }
.shop-card-header { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%); padding: 24px; position: relative; overflow: hidden; }
.shop-card-header::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--champagne-dark), var(--gold-light)); }
.shop-number { font-family: var(--font-accent); font-size: 0.72rem; color: var(--gold); letter-spacing: 0.2em; margin-bottom: 4px; }
.shop-name { font-family: var(--font-heading); font-size: 1.35rem; color: var(--white); margin-bottom: 2px; }
.shop-read { font-size: 0.82rem; color: var(--champagne); }
.shop-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.shop-tag { font-size: 0.72rem; padding: 3px 10px; border-radius: 50px; background: rgba(184,151,58,0.15); color: var(--gold-light); border: 1px solid rgba(184,151,58,0.3); }
.shop-card-body { padding: 22px; flex: 1; display: flex; flex-direction: column; gap: 14px; }
.shop-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.shop-info-item { font-size: 0.83rem; }
.shop-info-item .label { font-size: 0.72rem; color: var(--greige); display: block; margin-bottom: 2px; }
.shop-info-item .value { color: var(--text-dark); font-weight: 500; }
.shop-section-title { font-size: 0.75rem; letter-spacing: 0.15em; color: var(--gold); text-transform: uppercase; font-family: var(--font-accent); border-bottom: 1px solid var(--border); padding-bottom: 6px; margin-bottom: 8px; }
.shop-desc { font-size: 0.88rem; color: var(--text-mid); line-height: 1.7; }
.shop-points { display: flex; flex-direction: column; gap: 5px; }
.shop-point { font-size: 0.86rem; padding-left: 16px; position: relative; color: var(--text-mid); }
.shop-point::before { content: '◆'; position: absolute; left: 0; color: var(--gold); font-size: 0.58rem; top: 6px; }
.shop-source { font-size: 0.75rem; color: var(--greige-light); border-top: 1px solid var(--border); padding-top: 10px; margin-top: auto; }
.shop-updated { font-size: 0.75rem; color: var(--greige); }
.shop-disclaimer { font-size: 0.75rem; color: var(--greige-light); font-style: italic; margin-top: 6px; }
.shop-card-footer { padding: 14px 22px 22px; border-top: 1px solid var(--border); }
#faq { background: var(--white); }
.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.faq-item { border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.faq-question { width: 100%; background: var(--ivory); border: none; padding: 16px 22px; text-align: left; font-size: 0.95rem; font-weight: 700; color: var(--navy); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 14px; font-family: var(--font-body); line-height: 1.5; }
.faq-question::after { content: '+'; font-size: 1.3rem; color: var(--gold); flex-shrink: 0; transition: transform var(--transition); }
.faq-item.open .faq-question::after { transform: rotate(45deg); }
.faq-answer { display: none; padding: 0 22px 16px; font-size: 0.9rem; color: var(--text-mid); line-height: 1.8; background: var(--white); }
.faq-item.open .faq-answer { display: block; }
#blog-section { background: var(--champagne-light); }
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 22px; }
.blog-card { background: var(--white); border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border); transition: all var(--transition); }
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px var(--shadow); }
.blog-card-img { height: 150px; background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.blog-card-img .bg-text { font-family: var(--font-accent); font-size: 3.5rem; color: rgba(184,151,58,0.15); position: absolute; }
.blog-cat { position: absolute; bottom: 10px; left: 10px; font-size: 0.7rem; padding: 3px 10px; border-radius: 50px; background: rgba(184,151,58,0.9); color: var(--white); font-weight: 700; }
.blog-card-body { padding: 18px; }
.blog-card-title { font-size: 0.92rem; font-weight: 700; color: var(--navy); line-height: 1.5; margin-bottom: 6px; }
.blog-card-title a:hover { color: var(--gold); }
.blog-card-meta { font-size: 0.76rem; color: var(--greige); }
#line-cta { background: linear-gradient(135deg, var(--navy) 0%, #0D1A26 100%); padding: 72px 0; text-align: center; }
.line-cta-inner { max-width: 600px; margin: 0 auto; padding: 0 20px; }
.line-cta-inner .en { font-family: var(--font-accent); font-size: 0.78rem; letter-spacing: 0.2em; color: var(--gold); display: block; margin-bottom: 10px; }
.line-cta-inner h2 { color: var(--white); margin-bottom: 14px; font-size: 1.8rem; }
.line-cta-inner p { color: var(--champagne); margin-bottom: 28px; }
.line-cta-btns { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-bottom: 28px; }
.line-qr-wrap { background: var(--white); display: inline-block; border-radius: var(--radius); padding: 12px; }
.line-qr-wrap img { width: 130px; height: 130px; object-fit: contain; }
.line-qr-label { font-size: 0.75rem; color: var(--greige); margin-top: 5px; }
#footer { background: var(--navy); color: var(--champagne); padding: 44px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 36px; margin-bottom: 36px; }
.footer-brand .logo-text { font-family: var(--font-heading); font-size: 1.25rem; color: var(--white); margin-bottom: 10px; }
.footer-brand .logo-text span { color: var(--gold); }
.footer-brand p { font-size: 0.83rem; color: rgba(232,217,181,0.7); line-height: 1.7; }
.footer-nav h4 { font-size: 0.78rem; letter-spacing: 0.15em; color: var(--gold); margin-bottom: 14px; text-transform: uppercase; }
.footer-nav a { display: block; font-size: 0.86rem; color: rgba(232,217,181,0.7); padding: 4px 0; transition: color var(--transition); }
.footer-nav a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(184,151,58,0.2); padding-top: 18px; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; justify-content: space-between; font-size: 0.8rem; color: rgba(232,217,181,0.5); }
.footer-bottom a { color: rgba(232,217,181,0.7); }
.footer-bottom a:hover { color: var(--gold); }
#fixed-line { position: fixed; bottom: 24px; right: 24px; z-index: 900; }
.fixed-line-btn { display: flex; align-items: center; gap: 8px; background: #06C755; color: var(--white); font-size: 0.88rem; font-weight: 700; padding: 12px 20px; border-radius: 50px; box-shadow: 0 4px 20px rgba(6,199,85,0.35); border: none; cursor: pointer; transition: all var(--transition); font-family: var(--font-body); text-decoration: none; }
.fixed-line-btn:hover { transform: translateY(-3px); box-shadow: 0 8px 32px rgba(6,199,85,0.45); }
.breadcrumb { padding: 12px 0; font-size: 0.8rem; color: var(--greige); display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.breadcrumb a { color: var(--greige); }
.breadcrumb a:hover { color: var(--gold); }
.blog-hero { background: var(--navy); padding: 80px 0 56px; text-align: center; }
.blog-hero h1 { color: var(--white); margin-bottom: 12px; }
.blog-hero p { color: var(--champagne); }
.blog-list-section { padding: 56px 0; }
.blog-list-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.blog-list-card { background: var(--white); border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border); display: flex; transition: all var(--transition); }
.blog-list-card:hover { transform: translateY(-3px); box-shadow: 0 10px 32px var(--shadow); }
.blog-list-num { background: var(--navy); color: var(--gold); font-family: var(--font-accent); font-size: 1.2rem; width: 52px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.blog-list-body { padding: 18px; flex: 1; }
.blog-list-cat { font-size: 0.7rem; color: var(--gold); letter-spacing: 0.1em; margin-bottom: 5px; text-transform: uppercase; font-family: var(--font-accent); }
.blog-list-title { font-size: 0.92rem; font-weight: 700; color: var(--navy); margin-bottom: 5px; line-height: 1.5; }
.blog-list-title a { color: inherit; }
.blog-list-title a:hover { color: var(--gold); }
.blog-list-desc { font-size: 0.83rem; color: var(--text-light); line-height: 1.6; }
.article-hero { background: var(--navy); padding: 80px 0 44px; }
.article-cat-badge { display: inline-block; font-size: 0.75rem; padding: 4px 14px; border-radius: 50px; background: rgba(184,151,58,0.2); color: var(--gold); border: 1px solid rgba(184,151,58,0.4); margin-bottom: 14px; font-family: var(--font-accent); }
.article-title { color: var(--white); margin-bottom: 14px; line-height: 1.3; }
.article-meta { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; font-size: 0.83rem; color: var(--champagne); }
.article-body { max-width: 760px; margin: 0 auto; padding: 44px 20px 72px; }
.article-body h2 { font-size: 1.45rem; color: var(--navy); margin: 36px 0 14px; padding-left: 14px; border-left: 3px solid var(--gold); }
.article-body h3 { font-size: 1.12rem; color: var(--navy); margin: 24px 0 10px; }
.article-body p { margin-bottom: 14px; line-height: 1.9; }
.article-body ul { margin: 14px 0 18px 20px; list-style: disc; }
.article-body ul li { margin-bottom: 7px; color: var(--text-mid); font-size: 0.95rem; line-height: 1.7; }
.article-body ol { margin: 14px 0 18px 20px; }
.article-body ol li { margin-bottom: 7px; color: var(--text-mid); font-size: 0.95rem; }
.article-box { background: var(--champagne-light); border: 1px solid var(--champagne); border-radius: var(--radius); padding: 18px 22px; margin: 20px 0; }
.article-box .title { font-weight: 700; color: var(--navy); margin-bottom: 10px; font-size: 0.92rem; }
.article-cta { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%); border-radius: var(--radius-lg); padding: 28px; text-align: center; margin: 36px 0; }
.article-cta h3 { color: var(--white); margin-bottom: 7px; }
.article-cta p { color: var(--champagne); margin-bottom: 18px; }
.article-cta .btns { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.related-articles { background: var(--champagne-light); padding: 36px 0; }
.related-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 18px; }
.page-hero { background: var(--navy); padding: 56px 0 36px; text-align: center; }
.page-hero h1 { color: var(--white); }
.page-content { max-width: 760px; margin: 0 auto; padding: 44px 20px 72px; }
.page-content h2 { font-size: 1.25rem; color: var(--navy); margin: 28px 0 10px; padding-bottom: 7px; border-bottom: 1px solid var(--border); }
.page-content p, .page-content li { font-size: 0.93rem; color: var(--text-mid); line-height: 1.9; margin-bottom: 10px; }
.page-content ul { margin-left: 20px; list-style: disc; margin-bottom: 14px; }
.fade-in { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
.stagger-1 { transition-delay: 0.1s; } .stagger-2 { transition-delay: 0.2s; } .stagger-3 { transition-delay: 0.3s; }
@media (max-width: 768px) {
 .nav-links { display: none; }
 .hamburger { display: flex; }
 .counter-sep { display: none; }
 .footer-grid { grid-template-columns: 1fr; gap: 24px; }
 .blog-list-grid { grid-template-columns: 1fr; }
 .shops-grid { grid-template-columns: 1fr; }
 .shop-info-grid { grid-template-columns: 1fr; }
 table { min-width: 600px; }
 .hero-btns { flex-direction: column; align-items: center; }
 #fixed-line { bottom: 14px; right: 14px; }
 .fixed-line-btn { font-size: 0.83rem; padding: 10px 15px; }
}
@media (max-width: 480px) {
 .container { padding: 0 14px; }
 .section { padding: 52px 0; }
}

/* スマホ最適化 */
*{-webkit-tap-highlight-color:transparent}
img{max-width:100%;height:auto;display:block}
.shop-card,.blog-card{will-change:auto}
@media(max-width:768px){
  .shops-grid{grid-template-columns:1fr!important}
  .table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}
  .comparison table{min-width:700px}
  .hero-title{font-size:clamp(1.6rem,6vw,2.5rem)}
  .section{padding:40px 0}
  .shop-card-body{padding:16px}
  #ai-chat-window{bottom:80px;right:10px;width:calc(100vw - 20px)}
  .filter-tags{gap:6px}
  .filter-btn{font-size:0.75rem;padding:6px 12px}
}
@media(prefers-reduced-motion:reduce){
  *{animation-duration:.01ms!important;transition-duration:.01ms!important}
}
