Help
RSS
API
Feed
Maltego
Contact
Domain > alinemarket.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2020-03-04
104.18.32.250
(
ClassC
)
2026-03-06
64.187.97.203
(
ClassC
)
Port 80
HTTP/1.1 200 OKConnection: Keep-AliveKeep-Alive: timeout5, max100Cache-Control: public, max-age0Expires: Fri, 06 Mar 2026 22:47:42 GMTContent-Type: text/html; charsetutf-8Last-Modified: Wed, 04 Feb 2026 09:55:28 GMTAccept-Ranges: bytesContent-Length: 55273Date: Fri, 06 Mar 2026 22:47:42 GMTServer: LiteSpeedX-Content-Type-Options: nosniff !DOCTYPE html>html langja>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Aline Market株式会社 | 高級衣料品の企画・製造・販売/title> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css> link hrefhttps://fonts.googleapis.com/css2?familyMontserrat:wght@300;400;500;600;700;800&familyNoto+Sans+JP:wght@300;400;500;700;900&familyPlayfair+Display:wght@400;500;600;700&displayswap relstylesheet> style> :root { --primary: #f8f5f2; /* 柔らかいオフホワイト - エレガントで洗練された印象 */ --secondary: #ffffff; /* 純白 */ --accent: #8b7355; /* エレガントなベージュブラウン - 高級感 */ --gold: #c0a080; /* ソフトゴールド - 上品なアクセント */ --light: #5d534a; /* ダークブラウン - 読みやすいテキスト */ --dark: #3c352d; /* ダークブラウン */ --dark-light: #e8e2db; /* ライトベージュ */ --gray: #9c9187; /* 中間グレーブラウン */ --transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Montserrat, Noto Sans JP, sans-serif; background-color: var(--primary); color: var(--light); overflow-x: hidden; line-height: 1.8; font-weight: 400; transition: var(--transition); } .container { width: 90%; max-width: 1200px; margin: 0 auto; padding: 0 20px; } /* Header & Navigation */ header { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; padding: 25px 0; transition: var(--transition); background-color: rgba(248, 245, 242, 0.95); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(192, 160, 128, 0.1); } header.scrolled { padding: 18px 0; box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05); } .nav-container { display: flex; justify-content: space-between; align-items: center; } .logo { font-family: Playfair Display, serif; font-size: 28px; font-weight: 700; color: var(--accent); text-decoration: none; letter-spacing: 1px; display: flex; align-items: center; } .logo-sub { font-family: Montserrat, sans-serif; font-size: 12px; font-weight: 300; color: var(--gray); margin-left: 10px; letter-spacing: 2px; text-transform: uppercase; } .nav-links { display: flex; list-style: none; align-items: center; } .nav-links li { margin-left: 40px; } .nav-links a { color: var(--light); text-decoration: none; font-weight: 500; font-size: 15px; transition: var(--transition); position: relative; } .nav-links a::after { content: ; position: absolute; bottom: -5px; left: 0; width: 0; height: 2px; background: linear-gradient(45deg, var(--gold), var(--accent)); transition: var(--transition); } .nav-links a:hover::after { width: 100%; } .nav-links a:hover { color: var(--accent); } .mobile-menu-btn { display: none; font-size: 24px; cursor: pointer; color: var(--light); } /* Hero Section */ .hero { height: 100vh; display: flex; align-items: center; position: relative; overflow: hidden; padding-top: 80px; background: linear-gradient(rgba(40, 35, 30, 0.8), rgba(60, 53, 45, 0.7)); } .hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(https://images.unsplash.com/photo-1490481651871-ab68de25d43d?ixlibrb-4.0.3&ixidM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&autoformat&fitcrop&w2070&q80) no-repeat center center/cover; z-index: -1; animation: zoomEffect 30s infinite alternate; object-fit: cover; opacity: 0.9; } @keyframes zoomEffect { 0% { transform: scale(1); } 100% { transform: scale(1.05); } } .hero-content { max-width: 800px; position: relative; z-index: 1; color: white; } .hero h1 { font-family: Playfair Display, serif; font-size: 56px; font-weight: 700; margin-bottom: 20px; line-height: 1.2; color: white; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); } .hero-en-title { font-family: Montserrat, sans-serif; font-size: 18px; font-weight: 300; margin-bottom: 30px; color: var(--gold); letter-spacing: 4px; text-transform: uppercase; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); } .hero p { font-size: 20px; margin-bottom: 40px; color: rgba(255, 255, 255, 0.9); max-width: 700px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); } .cta-button { display: inline-block; background: linear-gradient(45deg, var(--accent), #a0896d); color: white; padding: 18px 40px; font-size: 16px; font-weight: 600; border-radius: 4px; text-decoration: none; transition: var(--transition); letter-spacing: 1px; border: none; cursor: pointer; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); } .cta-button:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4); } /* About Section */ .about { padding: 100px 0; background-color: var(--secondary); position: relative; overflow: hidden; } .about-bg { display: none; } .about-content { position: relative; z-index: 1; } .section-title { text-align: center; margin-bottom: 70px; } .section-title h2 { font-family: Playfair Display, serif; font-size: 36px; font-weight: 700; margin-bottom: 15px; position: relative; display: inline-block; color: var(--dark); } .section-title h2::after { content: ; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 80px; height: 3px; background: linear-gradient(45deg, var(--gold), var(--accent)); } .section-title p { max-width: 700px; margin: 0 auto; color: var(--gray); font-size: 18px; } .about-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; margin-top: 50px; } .about-card { background-color: var(--secondary); border-radius: 8px; padding: 40px 30px; text-align: center; transition: var(--transition); position: relative; overflow: hidden; z-index: 1; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); border: 1px solid rgba(192, 160, 128, 0.1); backdrop-filter: blur(5px); } .about-card::before { content: ; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(192, 160, 128, 0.05), rgba(139, 115, 85, 0.05)); z-index: -1; opacity: 0; transition: var(--transition); } .about-card:hover::before { opacity: 1; } .about-card:hover { transform: translateY(-15px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08); border-color: rgba(192, 160, 128, 0.3); } .about-icon { font-size: 48px; margin-bottom: 25px; color: var(--accent); transition: var(--transition); } .about-card h3 { font-size: 22px; margin-bottom: 15px; font-weight: 600; color: var(--dark); } .about-card p { color: var(--gray); line-height: 1.7; } /* Products Section */ .products { padding: 100px 0; background-color: var(--primary); position: relative; overflow: hidden; } .products-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(https://images.unsplash.com/photo-1445205170230-053b83016050?ixlibrb-4.0.3&ixidM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&autoformat&fitcrop&w1770&q80) no-repeat center center/cover; z-index: 0; opacity: 0.05; object-fit: cover; } .products-content { position: relative; z-index: 1; } .products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 50px; } @media (max-width: 992px) { .products-grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 576px) { .products-grid { grid-template-columns: 1fr; } } .product-card { background-color: var(--secondary); border-radius: 8px; overflow: hidden; transition: var(--transition); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); position: relative; } .product-card:hover { transform: translateY(-15px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); } .product-img { width: 100%; height: 300px; object-fit: cover; transition: var(--transition); } .product-card:hover .product-img { transform: scale(1.05); } .product-info { padding: 25px; } .product-info h3 { font-size: 20px; margin-bottom: 10px; font-weight: 600; color: var(--dark); } .product-info p { color: var(--gray); font-size: 15px; line-height: 1.6; } .product-category { display: inline-block; background-color: rgba(139, 115, 85, 0.1); color: var(--accent); padding: 5px 15px; border-radius: 20px; font-size: 13px; margin-top: 15px; font-weight: 500; } /* Business Lines Section */ .business { padding: 100px 0; background-color: var(--secondary); position: relative; overflow: hidden; } .business-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(https://images.unsplash.com/photo-1523380744952-b7e00e6e2ffa?ixlibrb-4.0.3&ixidM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&autoformat&fitcrop&w1770&q80) no-repeat center center/cover; z-index: 0; opacity: 0.05; object-fit: cover; } .business-content { position: relative; z-index: 1; } .business-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; margin-top: 50px; } @media (max-width: 992px) { .business-grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 768px) { .business-grid { grid-template-columns: 1fr; } } .business-card { background-color: var(--secondary); border-radius: 8px; padding: 35px 30px; transition: var(--transition); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); border-left: 4px solid var(--accent); } .business-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08); border-left-color: var(--gold); } .business-card h3 { font-size: 20px; margin-bottom: 20px; font-weight: 600; color: var(--dark); display: flex; align-items: center; } .business-card h3 i { margin-right: 15px; color: var(--gold); } .business-card ul { list-style: none; padding-left: 0; } .business-card li { margin-bottom: 10px; color: var(--gray); position: relative; padding-left: 20px; } .business-card li::before { content: ›; color: var(--accent); font-weight: bold; position: absolute; left: 0; font-size: 18px; } /* Quality Section */ .quality { padding: 100px 0; background-color: var(--primary); position: relative; overflow: hidden; } .quality-bg { display: none; } .quality-content { position: relative; z-index: 1; } /* Stats Section */ .stats { padding: 100px 0; background: linear-gradient(135deg, rgba(60, 53, 45, 0.95), rgba(139, 115, 85, 0.95)); color: white; position: relative; overflow: hidden; } .stats-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(https://images.unsplash.com/photo-1520006403909-838d6b92c22e?ixlibrb-4.0.3&ixidM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&autoformat&fitcrop&w1770&q80) no-repeat center center/cover; z-index: 0; opacity: 0.2; object-fit: cover; } .stats-content { position: relative; z-index: 1; } .stats .section-title h2 { color: white; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); } .stats .section-title p { color: rgba(255, 255, 255, 0.95); text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); } .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px; margin-top: 50px; } .stat-card { text-align: center; padding: 30px; background: rgba(255, 255, 255, 0.08); border-radius: 8px; backdrop-filter: blur(5px); transition: var(--transition); border: 1px solid rgba(192, 160, 128, 0.2); } .stat-card:hover { background: rgba(255, 255, 255, 0.12); transform: translateY(-5px); border-color: rgba(192, 160, 128, 0.4); } .stat-number { font-size: 48px; font-weight: 800; margin-bottom: 10px; color: var(--gold); transition: var(--transition); text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); } .stat-label { font-size: 18px; color: rgba(255, 255, 255, 0.95); text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); } /* Global Network */ .network { padding: 100px 0; background-color: var(--secondary); position: relative; overflow: hidden; } .network-bg { display: none; } .network-content { position: relative; z-index: 1; text-align: center; max-width: 800px; margin: 0 auto; } .network-content h3 { font-size: 32px; margin-bottom: 20px; font-weight: 700; color: var(--dark); } .network-content p { font-size: 18px; color: var(--gray); margin-bottom: 40px; } /* Contact Section */ .contact { padding: 100px 0; background: linear-gradient(135deg, rgba(248, 245, 242, 0.95), rgba(255, 255, 255, 0.95)); position: relative; overflow: hidden; } .contact-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(https://images.unsplash.com/photo-1441986300917-64674bd600d8?ixlibrb-4.0.3&ixidM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&autoformat&fitcrop&w1770&q80) no-repeat center center/cover; z-index: 0; opacity: 0.05; object-fit: cover; } .contact-content { position: relative; z-index: 1; } .contact .section-title h2 { color: var(--dark); } .contact .section-title p { color: var(--gray); } .contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 50px; margin-top: 50px; } .contact-info { background-color: var(--secondary); border-radius: 8px; padding: 40px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); transition: var(--transition); backdrop-filter: blur(5px); border: 1px solid rgba(192, 160, 128, 0.1); } .contact-info:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08); border-color: rgba(192, 160, 128, 0.3); } .contact-info h3 { font-size: 22px; margin-bottom: 30px; color: var(--dark); font-weight: 600; } .contact-item { display: flex; align-items: flex-start; margin-bottom: 25px; } .contact-item i { color: var(--gold); font-size: 20px; margin-right: 15px; margin-top: 5px; } .contact-item h4 { font-size: 16px; margin-bottom: 5px; color: var(--dark); } .contact-item p { color: var(--light); } /* Footer - 4 columns */ footer { background-color: var(--dark); padding: 80px 0 40px; color: white; border-top: 1px solid rgba(192, 160, 128, 0.1); position: relative; overflow: hidden; } .footer-bg { display: none; } .footer-content { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; margin-bottom: 50px; position: relative; z-index: 1; } @media (max-width: 992px) { .footer-content { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 576px) { .footer-content { grid-template-columns: 1fr; } } .footer-col h3 { font-size: 18px; font-weight: 600; margin-bottom: 25px; color: var(--gold); position: relative; padding-bottom: 10px; } .footer-col h3::after { content: ; position: absolute; bottom: 0; left: 0; width: 40px; height: 2px; background: linear-gradient(45deg, var(--gold), var(--accent)); } .footer-logo { font-family: Playfair Display, serif; font-size: 28px; font-weight: 700; margin-bottom: 15px; color: var(--gold); text-decoration: none; } .footer-about p { color: rgba(255, 255, 255, 0.7); margin-bottom: 20px; line-height: 1.7; } .footer-links ul { list-style: none; padding-left: 0; } .footer-links li { margin-bottom: 12px; } .footer-links a { color: rgba(255, 255, 255, 0.7); text-decoration: none; transition: var(--transition); display: block; } .footer-links a:hover { color: var(--gold); padding-left: 5px; } .footer-services ul { list-style: none; padding-left: 0; } .footer-services li { margin-bottom: 12px; color: rgba(255, 255, 255, 0.7); position: relative; padding-left: 15px; } .footer-services li::before { content: •; color: var(--accent); position: absolute; left: 0; } .footer-contact p { color: rgba(255, 255, 255, 0.7); margin-bottom: 15px; display: flex; align-items: flex-start; } .footer-contact i { color: var(--gold); margin-right: 10px; margin-top: 5px; } .social-links { display: flex; gap: 15px; margin-top: 20px; } .social-links a { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; background-color: rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.7); border-radius: 50%; transition: var(--transition); text-decoration: none; } .social-links a:hover { background-color: var(--accent); color: white; transform: translateY(-3px); } .footer-bottom { text-align: center; padding-top: 40px; border-top: 1px solid rgba(255, 255, 255, 0.05); color: rgba(255, 255, 255, 0.5); font-size: 14px; position: relative; z-index: 1; } /* Animation Classes */ .fade-in { opacity: 0; transform: translateY(30px); transition: opacity 0.8s ease, transform 0.8s ease; } .fade-in.visible { opacity: 1; transform: translateY(0); } /* Mobile Responsive */ @media (max-width: 992px) { .hero h1 { font-size: 42px; } .section-title h2 { font-size: 32px; } } @media (max-width: 768px) { .mobile-menu-btn { display: block; } .nav-links { position: fixed; top: 80px; left: 0; width: 100%; background-color: var(--primary); flex-direction: column; align-items: center; padding: 30px 0; transform: translateY(-100%); opacity: 0; visibility: hidden; transition: var(--transition); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); z-index: 999; } .nav-links.active { transform: translateY(0); opacity: 1; visibility: visible; } .nav-links li { margin: 15px 0; } .hero { height: 85vh; } .hero h1 { font-size: 36px; } .hero p { font-size: 18px; } .section-title h2 { font-size: 28px; } } @media (max-width: 576px) { .hero h1 { font-size: 32px; } .cta-button { padding: 15px 30px; font-size: 15px; } .about-card, .business-card, .contact-info { padding: 30px 20px; } .stat-number { font-size: 36px; } } /style>/head>body> !-- Header & Navigation --> header idheader> div classcontainer nav-container> a href# classlogo> Aline Market span classlogo-sub>株式会社/span> /a> div classmobile-menu-btn idmobile-menu-btn> i classfas fa-bars>/i> /div> ul classnav-links idnav-links> li>a href#home>ホーム/a>/li> li>a href#about>会社概要/a>/li> li>a href#products>商品コレクション/a>/li> li>a href#business>事業内容/a>/li> li>a href#quality>品質へのこだわり/a>/li> li>a href#contact>お問い合わせ/a>/li> /ul> /div> /header> !-- Hero Section --> section classhero idhome> div classhero-bg>/div> div classcontainer> div classhero-content fade-in> div classhero-en-title>ELEGANT FASHION DESIGN & MANUFACTURING/div> h1>洗練されたデザインとbr>卓越した品質の衣料品/h1> p>Aline Market株式会社は、高級衣料品・繊維製品の企画・製造・販売を中心に、総合的な事業を展開する企業です。欧米の洗練されたデザインと日本の職人技術を融合させ、世界中のお客様に上質なファッションを提供します。/p> a href#products classcta-button>コレクションを見る/a> /div> /div> /section> !-- About Section --> section classabout idabout> div classabout-bg>/div> div classcontainer about-content> div classsection-title fade-in> h2>Aline Marketについて/h2> p>洗練されたデザイン、卓越した品質、グローバルな視点/p> /div> div classabout-grid> div classabout-card fade-in> div classabout-icon> i classfas fa-palette>/i> /div> h3>洗練されたデザイン/h3> p>欧米の洗練されたデザイン感覚と日本の細やかな技術を融合させ、独自の美意識を表現します。季節ごとに新しいコレクションを発表し、常に最先端のファッションを提案します。/p> /div> div classabout-card fade-in> div classabout-icon> i classfas fa-award>/i> /div> h3>卓越した品質/h3> p>最高級の素材と職人技による丁寧な製造工程。各工程で厳格な品質チェックを実施し、お客様に長く愛用していただける高品質な製品をお届けします。/p> /div> div classabout-card fade-in> div classabout-icon> i classfas fa-globe>/i> /div> h3>グローバルな視点/h3> p>日本を起点に世界に広がるネットワークで、国際的な市場動向を踏まえた最適な戦略を提案します。越境ECサイトを通じて世界中のお客様に直接商品をお届けします。/p> /div> /div> /div> /section> !-- Products Section --> section classproducts idproducts> div classproducts-bg>/div> div classcontainer products-content> div classsection-title fade-in> h2>商品コレクション/h2> p>洗練されたデザインと上質な素材の調和/p> /div> div classproducts-grid> div classproduct-card fade-in> img srchttps://images.unsplash.com/photo-1539008835657-9e8e9680c956?ixlibrb-4.0.3&ixidM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&autoformat&fitcrop&w774&q80 altエレガントなドレス classproduct-img> div classproduct-info> h3>エレガントイブニングドレス/h3> p>特別な夜にふさわしい、洗練されたシルエットと上質なシルク素材を使用したイブニングドレス。細やかな刺繍と優雅なデザインが特徴です。/p> span classproduct-category>ドレス/span> /div> /div> div classproduct-card fade-in> img srchttps://images.unsplash.com/photo-1595777457583-95e059d581b8?ixlibrb-4.0.3&ixidM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&autoformat&fitcrop&w774&q80 altカスタムスーツ classproduct-img> div classproduct-info> h3>カスタムメイドスーツ/h3> p>最高級ウールを使用した、完全オーダーメイドのビジネススーツ。一人一人の体型に合わせたパターン製作により、完璧なフィット感を実現します。/p> span classproduct-category>スーツ/span> /div> /div> div classproduct-card fade-in> img srchttps://images.unsplash.com/photo-1584917865442-de89df76afd3?ixlibrb-4.0.3&ixidM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&autoformat&fitcrop&w870&q80 altカシミアコート classproduct-img> div classproduct-info> h3>ラグジュアリーカシミアコート/h3> p>厳選された最高品質のカシミアを使用した、軽くて暖かい冬のコート。クラシックなデザインながら現代的なシルエットが特徴です。/p> span classproduct-category>アウター/span> /div> /div> div classproduct-card fade-in> img srchttps://images.unsplash.com/photo-1591047139829-d91aecb6caea?ixlibrb-4.0.3&ixidM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&autoformat&fitcrop&w1036&q80 altシルクブラウス classproduct-img> div classproduct-info> h3>プレミアムシルクブラウス/h3> p>最高級シルクを使用した、肌触りの良いエレガントなブラウス。職人による細やかな仕立てと洗練されたデザインが特徴です。/p> span classproduct-category>トップス/span> /div> /div> div classproduct-card fade-in> img srchttps://images.unsplash.com/photo-1582418702059-97ebafb35d09?ixlibrb-4.0.3&ixidM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&autoformat&fitcrop&w870&q80 altレザージャケット classproduct-img> div classproduct-info> h3>プレミアムレザージャケット/h3> p>イタリア産最高級レザーを使用した、耐久性とスタイルを兼ね備えたジャケット。経年変化が美しい本革の風合いが特徴です。/p> span classproduct-category>アウター/span> /div> /div> div classproduct-card fade-in> img srchttps://images.unsplash.com/photo-1572804013309-59a88b7e92f1?ixlibrb-4.0.3&ixidM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&autoformat&fitcrop&w892&q80 altカジュアルパンツ classproduct-img> div classproduct-info> h3>エレガントカジュアルパンツ/h3> p>高級コットンを使用した、フォーマルにもカジュアルにも合わせやすい万能パンツ。独自の縫製技術による快適な履き心地が特徴です。/p> span classproduct-category>ボトムス/span> /div> /div> /div> /div> /section> !-- Business Lines Section --> section classbusiness idbusiness> div classbusiness-bg>/div> div classcontainer business-content> div classsection-title fade-in> h2>事業内容/h2> p>ファッションを中心とした多角的な事業展開/p> /div> div classbusiness-grid> div classbusiness-card fade-in> h3>i classfas fa-tshirt>/i> 衣料品の企画・製造・販売/h3> ul> li>衣料品、繊維製品及び装飾雑貨の企画、製造、販売及び輸出入/li> li>総合貿易業/li> li>インターネットを利用した通信販売業/li> li>越境電子商取引サイトの企画、制作、運営及び管理/li> /ul> /div> div classbusiness-card fade-in> h3>i classfas fa-building>/i> 不動産・サービス事業/h3> ul> li>不動産の売買、賃貸、管理、仲介、斡旋及び鑑定/li> li>健康診断受診事務の取次ぎ、斡旋事業/li> li>旅行業法に基づく旅行業、旅行業者代理業及び旅行サービス手配業/li> /ul> /div> div classbusiness-card fade-in> h3>i classfas fa-utensils>/i> 飲食・宿泊事業/h3> ul> li>喫茶店及び飲食店、フランチャイズチェーン店の経営/li> li>ホテル、旅館、民泊等の運営及び代理運営/li> li>古物営業法による古物商/li> /ul> /div> div classbusiness-card fade-in> h3>i classfas fa-handshake>/i> コンサルティング事業/h3> ul> li>各種コンサルティング業務/li> li>前各号に付帯又は関連する一切の事業/li> /ul> /div> /div> /div> /section> !-- Quality Section --> section classquality idquality> div classquality-bg>/div> div classcontainer quality-content> div classsection-title fade-in> h2>品質へのこだわり/h2> p>最高級素材と職人の技による卓越した品質/p> /div> div classabout-grid> div classabout-card fade-in> div classabout-icon> i classfas fa-feather-alt>/i> /div> h3>厳選された素材/h3> p>イタリア産最高級シルク、スコットランド産カシミア、日本産最高品質コットンなど、世界中から厳選した素材のみを使用しています。各素材の特性を活かしたデザインと加工技術で、最高の着心地を実現します。/p> /div> div classabout-card fade-in> div classabout-icon> i classfas fa-user-tie>/i> /div> h3>職人の技/h3> p>長年の経験を積んだ職人による丁寧な仕立て。各工程で細心の注意を払い、一つひとつ手作業で丁寧に仕上げます。伝統的な技術と現代のデザインを融合させた独自の製造方法が特徴です。/p> /div> div classabout-card fade-in> div classabout-icon> i classfas fa-clipboard-check>/i> /div> h3>厳格な品質管理/h3> p>素材の入荷から最終製品の出荷まで、すべての工程で厳格な品質チェックを実施しています。お客様にお届けするすべての製品が最高の状態であることを保証します。/p> /div> /div> /div> /section> !-- Stats Section --> section classstats> div classstats-bg>/div> div classcontainer stats-content> div classsection-title fade-in> h2>数字で見るAline Market/h2> p>確かな実績と信頼/p> /div> div classstats-grid> div classstat-card fade-in> div classstat-number data-count12>0/div> div classstat-label>事業分野/div> /div> div classstat-card fade-in> div classstat-number data-count25>0+/div> div classstat-label>年間コレクション/div> /div> div classstat-card fade-in> div classstat-number data-count50>0+/div> div classstat-label>取引国/div> /div> div classstat-card fade-in> div classstat-number data-count99>0.5/div> div classstat-label>顧客満足度/div> /div> /div> /div> /section> !-- Global Network Section --> section classnetwork idnetwork> div classnetwork-bg>/div> div classcontainer> div classnetwork-content fade-in> h3>グローバルな事業展開/h3> p>Aline Market株式会社は、衣料品の企画・製造・販売を中心に、多角的な事業をグローバルに展開しています。日本国内はもちろん、欧米、アジアを中心とした50か国以上で事業を展開し、世界各国のパートナー企業と連携しながら、高品質な商品とサービスを提供しています。/p> a href#contact classcta-button>パートナーシップについて/a> /div> /div> /section> !-- Contact Section --> section classcontact idcontact> div classcontact-bg>/div> div classcontainer contact-content> div classsection-title fade-in> h2>お問い合わせ/h2> p>高級衣料品や事業提携に関するご相談/p> /div> div classcontact-grid> div classcontact-info fade-in> h3>会社情報/h3> div classcontact-item> i classfas fa-building>/i> div> h4>商号/h4> p>Aline Market株式会社/p> /div> /div> div classcontact-item> i classfas fa-clock>/i> div> h4>営業時間/h4> p>月曜日〜金曜日 9:00〜18:00br>土曜日・日曜日・祝日は休業/p> /div> /div> /div> div classcontact-info fade-in> h3>連絡先情報/h3> div classcontact-item> i classfas fa-envelope>/i> div> h4>メールアドレス/h4> p>a hrefmailto:aline@alinemarket.com stylecolor: var(--accent); text-decoration: none;>aline@alinemarket.com/a>/p> /div> /div> div classcontact-item> i classfas fa-globe>/i> div> h4>ウェブサイト/h4> p>a hrefhttps://www.alinemarket.com target_blank stylecolor: var(--accent); text-decoration: none;>www.alinemarket.com/a>/p> /div> /div> /div> /div> /div> /section> !-- Footer --> footer> div classfooter-bg>/div> div classcontainer> div classfooter-content> div classfooter-col> a href# classfooter-logo>Aline Market/a> div classfooter-about> p>高級衣料品・繊維製品の企画・製造・販売を中心に、多角的な事業を展開する総合企業です。洗練されたデザインと卓越した品質で世界中のお客様に価値を提供します。/p> /div> div classsocial-links> a href#>i classfab fa-linkedin-in>/i>/a> a href#>i classfab fa-twitter>/i>/a> a href#>i classfab fa-instagram>/i>/a> a href#>i classfab fa-pinterest>/i>/a> /div> /div> div classfooter-col> h3>クイックリンク/h3> div classfooter-links> ul> li>a href#home>ホーム/a>/li> li>a href#about>会社概要/a>/li> li>a href#products>商品コレクション/a>/li> li>a href#business>事業内容/a>/li> li>a href#quality>品質へのこだわり/a>/li> li>a href#contact>お問い合わせ/a>/li> /ul> /div> /div> div classfooter-col> h3>主要事業/h3> div classfooter-services> ul> li>衣料品の企画・製造・販売/li> li>総合貿易業/li> li>越境電子商取引/li> li>不動産事業/li> li>飲食・宿泊事業/li> li>コンサルティング業務/li> /ul> /div> /div> div classfooter-col> h3>連絡先/h3> div classfooter-contact> p>i classfas fa-envelope>/i> a hrefmailto:aline@alinemarket.com stylecolor: rgba(255, 255, 255, 0.7); text-decoration: none;>aline@alinemarket.com/a>/p> p>i classfas fa-globe>/i> a hrefhttps://www.alinemarket.com target_blank stylecolor: rgba(255, 255, 255, 0.7); text-decoration: none;>www.alinemarket.com/a>/p> /div> /div> /div> div classfooter-bottom> p>© 2026 Aline Market株式会社. All rights reserved./p> /div> /div> /footer> script> // DOM elements const mobileMenuBtn document.getElementById(mobile-menu-btn); const navLinks document.getElementById(nav-links); // Mobile Menu Toggle mobileMenuBtn.addEventListener(click, () > { navLinks.classList.toggle(active); mobileMenuBtn.innerHTML navLinks.classList.contains(active) ? i classfas fa-times>/i> : i classfas fa-bars>/i>; }); // Close mobile menu when clicking on a link document.querySelectorAll(.nav-links a).forEach(link > { link.addEventListener(click, () > { navLinks.classList.remove(active); mobileMenuBtn.innerHTML i classfas fa-bars>/i>; }); }); // Header scroll effect window.addEventListener(scroll, () > { const header document.getElementById(header); if (window.scrollY > 50) { header.classList.add(scrolled); } else { header.classList.remove(scrolled); } }); // Fade-in animation on scroll const fadeElements document.querySelectorAll(.fade-in); const fadeInOnScroll () > { fadeElements.forEach(element > { const elementTop element.getBoundingClientRect().top; const windowHeight window.innerHeight; if (elementTop windowHeight - 100) { element.classList.add(visible); } }); }; // Initial check fadeInOnScroll(); // Check on scroll window.addEventListener(scroll, fadeInOnScroll); // Smooth scrolling for anchor links document.querySelectorAll(ahref^#).forEach(anchor > { anchor.addEventListener(click, function(e) { e.preventDefault(); const targetId this.getAttribute(href); if (targetId #) return; const targetElement document.querySelector(targetId); if (targetElement) { window.scrollTo({ top: targetElement.offsetTop - 80, behavior: smooth }); } }); }); // Animate stats numbers with count-up effect const animateStats () > { const statNumbers document.querySelectorAll(.stat-numberdata-count); statNumbers.forEach(stat > { const target parseFloat(stat.getAttribute(data-count)); const suffix stat.textContent.replace(/0-9./g, ); // If already animated, skip if (stat.getAttribute(data-animated) true) return; stat.setAttribute(data-animated, true); let current 0; const increment target / 50; const timer setInterval(() > { current + increment; if (current > target) { current target; clearInterval(timer); } if (target 99.5) { stat.textContent current.toFixed(1) + suffix; } else { stat.textContent Math.floor(current) + suffix; } }, 40); }); }; // Trigger stats animation when they come into view const statsObserver new IntersectionObserver((entries) > { entries.forEach(entry > { if (entry.isIntersecting) { animateStats(); statsObserver.unobserve(entry.target); } }); }, { threshold: 0.5 }); document.querySelector(.stats).querySelectorAll(.stat-card).forEach(card > { statsObserver.observe(card); }); // Handle window resize for mobile menu window.addEventListener(resize, function() { if (window.innerWidth > 768) { navLinks.classList.remove(active); mobileMenuBtn.innerHTML i classfas fa-bars>/i>; } }); // Add hover effect to business cards const businessCards document.querySelectorAll(.business-card); businessCards.forEach(card > { card.addEventListener(mouseenter, function() { this.style.borderLeftColor var(--gold); }); card.addEventListener(mouseleave, function() { this.style.borderLeftColor var(--accent); }); }); // Add subtle parallax effect to hero background const heroBg document.querySelector(.hero-bg); window.addEventListener(scroll, () > { const scrolled window.pageYOffset; const rate scrolled * -0.5; heroBg.style.transform `translateY(${rate}px) scale(1.05)`; }); // Add interactive effect to about cards const aboutCards document.querySelectorAll(.about-card); aboutCards.forEach(card > { card.addEventListener(mouseenter, function() { const icon this.querySelector(.about-icon); icon.style.transform scale(1.1) rotate(5deg); }); card.addEventListener(mouseleave, function() { const icon this.querySelector(.about-icon); icon.style.transform scale(1) rotate(0deg); }); }); // Add interactive effect to product cards const productCards document.querySelectorAll(.product-card); productCards.forEach(card > { card.addEventListener(mouseenter, function() { const img this.querySelector(.product-img); img.style.transform scale(1.05); }); card.addEventListener(mouseleave, function() { const img this.querySelector(.product-img); img.style.transform scale(1); }); }); // Add dynamic background to hero on mousemove window.addEventListener(mousemove, (e) > { const x (window.innerWidth - e.pageX * 2) / 100; const y (window.innerHeight - e.pageY * 2) / 100; heroBg.style.transform `translateX(${x}px) translateY(${y}px) scale(1.05)`; }); // Ensure all background images are fully displayed const backgroundImages document.querySelectorAll(class*-bg); backgroundImages.forEach(bg > { bg.style.backgroundSize cover; bg.style.backgroundPosition center; bg.style.backgroundRepeat no-repeat; }); /script>/body>/html>
Port 443
HTTP/1.1 200 OKConnection: Keep-AliveKeep-Alive: timeout5, max100Cache-Control: public, max-age0Expires: Fri, 06 Mar 2026 22:47:43 GMTContent-Type: text/html; charsetutf-8Last-Modified: Wed, 04 Feb 2026 09:55:28 GMTAccept-Ranges: bytesContent-Length: 55273Date: Fri, 06 Mar 2026 22:47:43 GMTServer: LiteSpeedX-Content-Type-Options: nosniff !DOCTYPE html>html langja>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Aline Market株式会社 | 高級衣料品の企画・製造・販売/title> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css> link hrefhttps://fonts.googleapis.com/css2?familyMontserrat:wght@300;400;500;600;700;800&familyNoto+Sans+JP:wght@300;400;500;700;900&familyPlayfair+Display:wght@400;500;600;700&displayswap relstylesheet> style> :root { --primary: #f8f5f2; /* 柔らかいオフホワイト - エレガントで洗練された印象 */ --secondary: #ffffff; /* 純白 */ --accent: #8b7355; /* エレガントなベージュブラウン - 高級感 */ --gold: #c0a080; /* ソフトゴールド - 上品なアクセント */ --light: #5d534a; /* ダークブラウン - 読みやすいテキスト */ --dark: #3c352d; /* ダークブラウン */ --dark-light: #e8e2db; /* ライトベージュ */ --gray: #9c9187; /* 中間グレーブラウン */ --transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Montserrat, Noto Sans JP, sans-serif; background-color: var(--primary); color: var(--light); overflow-x: hidden; line-height: 1.8; font-weight: 400; transition: var(--transition); } .container { width: 90%; max-width: 1200px; margin: 0 auto; padding: 0 20px; } /* Header & Navigation */ header { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; padding: 25px 0; transition: var(--transition); background-color: rgba(248, 245, 242, 0.95); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(192, 160, 128, 0.1); } header.scrolled { padding: 18px 0; box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05); } .nav-container { display: flex; justify-content: space-between; align-items: center; } .logo { font-family: Playfair Display, serif; font-size: 28px; font-weight: 700; color: var(--accent); text-decoration: none; letter-spacing: 1px; display: flex; align-items: center; } .logo-sub { font-family: Montserrat, sans-serif; font-size: 12px; font-weight: 300; color: var(--gray); margin-left: 10px; letter-spacing: 2px; text-transform: uppercase; } .nav-links { display: flex; list-style: none; align-items: center; } .nav-links li { margin-left: 40px; } .nav-links a { color: var(--light); text-decoration: none; font-weight: 500; font-size: 15px; transition: var(--transition); position: relative; } .nav-links a::after { content: ; position: absolute; bottom: -5px; left: 0; width: 0; height: 2px; background: linear-gradient(45deg, var(--gold), var(--accent)); transition: var(--transition); } .nav-links a:hover::after { width: 100%; } .nav-links a:hover { color: var(--accent); } .mobile-menu-btn { display: none; font-size: 24px; cursor: pointer; color: var(--light); } /* Hero Section */ .hero { height: 100vh; display: flex; align-items: center; position: relative; overflow: hidden; padding-top: 80px; background: linear-gradient(rgba(40, 35, 30, 0.8), rgba(60, 53, 45, 0.7)); } .hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(https://images.unsplash.com/photo-1490481651871-ab68de25d43d?ixlibrb-4.0.3&ixidM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&autoformat&fitcrop&w2070&q80) no-repeat center center/cover; z-index: -1; animation: zoomEffect 30s infinite alternate; object-fit: cover; opacity: 0.9; } @keyframes zoomEffect { 0% { transform: scale(1); } 100% { transform: scale(1.05); } } .hero-content { max-width: 800px; position: relative; z-index: 1; color: white; } .hero h1 { font-family: Playfair Display, serif; font-size: 56px; font-weight: 700; margin-bottom: 20px; line-height: 1.2; color: white; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); } .hero-en-title { font-family: Montserrat, sans-serif; font-size: 18px; font-weight: 300; margin-bottom: 30px; color: var(--gold); letter-spacing: 4px; text-transform: uppercase; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); } .hero p { font-size: 20px; margin-bottom: 40px; color: rgba(255, 255, 255, 0.9); max-width: 700px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); } .cta-button { display: inline-block; background: linear-gradient(45deg, var(--accent), #a0896d); color: white; padding: 18px 40px; font-size: 16px; font-weight: 600; border-radius: 4px; text-decoration: none; transition: var(--transition); letter-spacing: 1px; border: none; cursor: pointer; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); } .cta-button:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4); } /* About Section */ .about { padding: 100px 0; background-color: var(--secondary); position: relative; overflow: hidden; } .about-bg { display: none; } .about-content { position: relative; z-index: 1; } .section-title { text-align: center; margin-bottom: 70px; } .section-title h2 { font-family: Playfair Display, serif; font-size: 36px; font-weight: 700; margin-bottom: 15px; position: relative; display: inline-block; color: var(--dark); } .section-title h2::after { content: ; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 80px; height: 3px; background: linear-gradient(45deg, var(--gold), var(--accent)); } .section-title p { max-width: 700px; margin: 0 auto; color: var(--gray); font-size: 18px; } .about-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; margin-top: 50px; } .about-card { background-color: var(--secondary); border-radius: 8px; padding: 40px 30px; text-align: center; transition: var(--transition); position: relative; overflow: hidden; z-index: 1; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); border: 1px solid rgba(192, 160, 128, 0.1); backdrop-filter: blur(5px); } .about-card::before { content: ; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(192, 160, 128, 0.05), rgba(139, 115, 85, 0.05)); z-index: -1; opacity: 0; transition: var(--transition); } .about-card:hover::before { opacity: 1; } .about-card:hover { transform: translateY(-15px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08); border-color: rgba(192, 160, 128, 0.3); } .about-icon { font-size: 48px; margin-bottom: 25px; color: var(--accent); transition: var(--transition); } .about-card h3 { font-size: 22px; margin-bottom: 15px; font-weight: 600; color: var(--dark); } .about-card p { color: var(--gray); line-height: 1.7; } /* Products Section */ .products { padding: 100px 0; background-color: var(--primary); position: relative; overflow: hidden; } .products-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(https://images.unsplash.com/photo-1445205170230-053b83016050?ixlibrb-4.0.3&ixidM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&autoformat&fitcrop&w1770&q80) no-repeat center center/cover; z-index: 0; opacity: 0.05; object-fit: cover; } .products-content { position: relative; z-index: 1; } .products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 50px; } @media (max-width: 992px) { .products-grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 576px) { .products-grid { grid-template-columns: 1fr; } } .product-card { background-color: var(--secondary); border-radius: 8px; overflow: hidden; transition: var(--transition); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); position: relative; } .product-card:hover { transform: translateY(-15px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); } .product-img { width: 100%; height: 300px; object-fit: cover; transition: var(--transition); } .product-card:hover .product-img { transform: scale(1.05); } .product-info { padding: 25px; } .product-info h3 { font-size: 20px; margin-bottom: 10px; font-weight: 600; color: var(--dark); } .product-info p { color: var(--gray); font-size: 15px; line-height: 1.6; } .product-category { display: inline-block; background-color: rgba(139, 115, 85, 0.1); color: var(--accent); padding: 5px 15px; border-radius: 20px; font-size: 13px; margin-top: 15px; font-weight: 500; } /* Business Lines Section */ .business { padding: 100px 0; background-color: var(--secondary); position: relative; overflow: hidden; } .business-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(https://images.unsplash.com/photo-1523380744952-b7e00e6e2ffa?ixlibrb-4.0.3&ixidM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&autoformat&fitcrop&w1770&q80) no-repeat center center/cover; z-index: 0; opacity: 0.05; object-fit: cover; } .business-content { position: relative; z-index: 1; } .business-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; margin-top: 50px; } @media (max-width: 992px) { .business-grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 768px) { .business-grid { grid-template-columns: 1fr; } } .business-card { background-color: var(--secondary); border-radius: 8px; padding: 35px 30px; transition: var(--transition); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); border-left: 4px solid var(--accent); } .business-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08); border-left-color: var(--gold); } .business-card h3 { font-size: 20px; margin-bottom: 20px; font-weight: 600; color: var(--dark); display: flex; align-items: center; } .business-card h3 i { margin-right: 15px; color: var(--gold); } .business-card ul { list-style: none; padding-left: 0; } .business-card li { margin-bottom: 10px; color: var(--gray); position: relative; padding-left: 20px; } .business-card li::before { content: ›; color: var(--accent); font-weight: bold; position: absolute; left: 0; font-size: 18px; } /* Quality Section */ .quality { padding: 100px 0; background-color: var(--primary); position: relative; overflow: hidden; } .quality-bg { display: none; } .quality-content { position: relative; z-index: 1; } /* Stats Section */ .stats { padding: 100px 0; background: linear-gradient(135deg, rgba(60, 53, 45, 0.95), rgba(139, 115, 85, 0.95)); color: white; position: relative; overflow: hidden; } .stats-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(https://images.unsplash.com/photo-1520006403909-838d6b92c22e?ixlibrb-4.0.3&ixidM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&autoformat&fitcrop&w1770&q80) no-repeat center center/cover; z-index: 0; opacity: 0.2; object-fit: cover; } .stats-content { position: relative; z-index: 1; } .stats .section-title h2 { color: white; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); } .stats .section-title p { color: rgba(255, 255, 255, 0.95); text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); } .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px; margin-top: 50px; } .stat-card { text-align: center; padding: 30px; background: rgba(255, 255, 255, 0.08); border-radius: 8px; backdrop-filter: blur(5px); transition: var(--transition); border: 1px solid rgba(192, 160, 128, 0.2); } .stat-card:hover { background: rgba(255, 255, 255, 0.12); transform: translateY(-5px); border-color: rgba(192, 160, 128, 0.4); } .stat-number { font-size: 48px; font-weight: 800; margin-bottom: 10px; color: var(--gold); transition: var(--transition); text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); } .stat-label { font-size: 18px; color: rgba(255, 255, 255, 0.95); text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); } /* Global Network */ .network { padding: 100px 0; background-color: var(--secondary); position: relative; overflow: hidden; } .network-bg { display: none; } .network-content { position: relative; z-index: 1; text-align: center; max-width: 800px; margin: 0 auto; } .network-content h3 { font-size: 32px; margin-bottom: 20px; font-weight: 700; color: var(--dark); } .network-content p { font-size: 18px; color: var(--gray); margin-bottom: 40px; } /* Contact Section */ .contact { padding: 100px 0; background: linear-gradient(135deg, rgba(248, 245, 242, 0.95), rgba(255, 255, 255, 0.95)); position: relative; overflow: hidden; } .contact-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(https://images.unsplash.com/photo-1441986300917-64674bd600d8?ixlibrb-4.0.3&ixidM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&autoformat&fitcrop&w1770&q80) no-repeat center center/cover; z-index: 0; opacity: 0.05; object-fit: cover; } .contact-content { position: relative; z-index: 1; } .contact .section-title h2 { color: var(--dark); } .contact .section-title p { color: var(--gray); } .contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 50px; margin-top: 50px; } .contact-info { background-color: var(--secondary); border-radius: 8px; padding: 40px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); transition: var(--transition); backdrop-filter: blur(5px); border: 1px solid rgba(192, 160, 128, 0.1); } .contact-info:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08); border-color: rgba(192, 160, 128, 0.3); } .contact-info h3 { font-size: 22px; margin-bottom: 30px; color: var(--dark); font-weight: 600; } .contact-item { display: flex; align-items: flex-start; margin-bottom: 25px; } .contact-item i { color: var(--gold); font-size: 20px; margin-right: 15px; margin-top: 5px; } .contact-item h4 { font-size: 16px; margin-bottom: 5px; color: var(--dark); } .contact-item p { color: var(--light); } /* Footer - 4 columns */ footer { background-color: var(--dark); padding: 80px 0 40px; color: white; border-top: 1px solid rgba(192, 160, 128, 0.1); position: relative; overflow: hidden; } .footer-bg { display: none; } .footer-content { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; margin-bottom: 50px; position: relative; z-index: 1; } @media (max-width: 992px) { .footer-content { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 576px) { .footer-content { grid-template-columns: 1fr; } } .footer-col h3 { font-size: 18px; font-weight: 600; margin-bottom: 25px; color: var(--gold); position: relative; padding-bottom: 10px; } .footer-col h3::after { content: ; position: absolute; bottom: 0; left: 0; width: 40px; height: 2px; background: linear-gradient(45deg, var(--gold), var(--accent)); } .footer-logo { font-family: Playfair Display, serif; font-size: 28px; font-weight: 700; margin-bottom: 15px; color: var(--gold); text-decoration: none; } .footer-about p { color: rgba(255, 255, 255, 0.7); margin-bottom: 20px; line-height: 1.7; } .footer-links ul { list-style: none; padding-left: 0; } .footer-links li { margin-bottom: 12px; } .footer-links a { color: rgba(255, 255, 255, 0.7); text-decoration: none; transition: var(--transition); display: block; } .footer-links a:hover { color: var(--gold); padding-left: 5px; } .footer-services ul { list-style: none; padding-left: 0; } .footer-services li { margin-bottom: 12px; color: rgba(255, 255, 255, 0.7); position: relative; padding-left: 15px; } .footer-services li::before { content: •; color: var(--accent); position: absolute; left: 0; } .footer-contact p { color: rgba(255, 255, 255, 0.7); margin-bottom: 15px; display: flex; align-items: flex-start; } .footer-contact i { color: var(--gold); margin-right: 10px; margin-top: 5px; } .social-links { display: flex; gap: 15px; margin-top: 20px; } .social-links a { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; background-color: rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.7); border-radius: 50%; transition: var(--transition); text-decoration: none; } .social-links a:hover { background-color: var(--accent); color: white; transform: translateY(-3px); } .footer-bottom { text-align: center; padding-top: 40px; border-top: 1px solid rgba(255, 255, 255, 0.05); color: rgba(255, 255, 255, 0.5); font-size: 14px; position: relative; z-index: 1; } /* Animation Classes */ .fade-in { opacity: 0; transform: translateY(30px); transition: opacity 0.8s ease, transform 0.8s ease; } .fade-in.visible { opacity: 1; transform: translateY(0); } /* Mobile Responsive */ @media (max-width: 992px) { .hero h1 { font-size: 42px; } .section-title h2 { font-size: 32px; } } @media (max-width: 768px) { .mobile-menu-btn { display: block; } .nav-links { position: fixed; top: 80px; left: 0; width: 100%; background-color: var(--primary); flex-direction: column; align-items: center; padding: 30px 0; transform: translateY(-100%); opacity: 0; visibility: hidden; transition: var(--transition); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); z-index: 999; } .nav-links.active { transform: translateY(0); opacity: 1; visibility: visible; } .nav-links li { margin: 15px 0; } .hero { height: 85vh; } .hero h1 { font-size: 36px; } .hero p { font-size: 18px; } .section-title h2 { font-size: 28px; } } @media (max-width: 576px) { .hero h1 { font-size: 32px; } .cta-button { padding: 15px 30px; font-size: 15px; } .about-card, .business-card, .contact-info { padding: 30px 20px; } .stat-number { font-size: 36px; } } /style>/head>body> !-- Header & Navigation --> header idheader> div classcontainer nav-container> a href# classlogo> Aline Market span classlogo-sub>株式会社/span> /a> div classmobile-menu-btn idmobile-menu-btn> i classfas fa-bars>/i> /div> ul classnav-links idnav-links> li>a href#home>ホーム/a>/li> li>a href#about>会社概要/a>/li> li>a href#products>商品コレクション/a>/li> li>a href#business>事業内容/a>/li> li>a href#quality>品質へのこだわり/a>/li> li>a href#contact>お問い合わせ/a>/li> /ul> /div> /header> !-- Hero Section --> section classhero idhome> div classhero-bg>/div> div classcontainer> div classhero-content fade-in> div classhero-en-title>ELEGANT FASHION DESIGN & MANUFACTURING/div> h1>洗練されたデザインとbr>卓越した品質の衣料品/h1> p>Aline Market株式会社は、高級衣料品・繊維製品の企画・製造・販売を中心に、総合的な事業を展開する企業です。欧米の洗練されたデザインと日本の職人技術を融合させ、世界中のお客様に上質なファッションを提供します。/p> a href#products classcta-button>コレクションを見る/a> /div> /div> /section> !-- About Section --> section classabout idabout> div classabout-bg>/div> div classcontainer about-content> div classsection-title fade-in> h2>Aline Marketについて/h2> p>洗練されたデザイン、卓越した品質、グローバルな視点/p> /div> div classabout-grid> div classabout-card fade-in> div classabout-icon> i classfas fa-palette>/i> /div> h3>洗練されたデザイン/h3> p>欧米の洗練されたデザイン感覚と日本の細やかな技術を融合させ、独自の美意識を表現します。季節ごとに新しいコレクションを発表し、常に最先端のファッションを提案します。/p> /div> div classabout-card fade-in> div classabout-icon> i classfas fa-award>/i> /div> h3>卓越した品質/h3> p>最高級の素材と職人技による丁寧な製造工程。各工程で厳格な品質チェックを実施し、お客様に長く愛用していただける高品質な製品をお届けします。/p> /div> div classabout-card fade-in> div classabout-icon> i classfas fa-globe>/i> /div> h3>グローバルな視点/h3> p>日本を起点に世界に広がるネットワークで、国際的な市場動向を踏まえた最適な戦略を提案します。越境ECサイトを通じて世界中のお客様に直接商品をお届けします。/p> /div> /div> /div> /section> !-- Products Section --> section classproducts idproducts> div classproducts-bg>/div> div classcontainer products-content> div classsection-title fade-in> h2>商品コレクション/h2> p>洗練されたデザインと上質な素材の調和/p> /div> div classproducts-grid> div classproduct-card fade-in> img srchttps://images.unsplash.com/photo-1539008835657-9e8e9680c956?ixlibrb-4.0.3&ixidM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&autoformat&fitcrop&w774&q80 altエレガントなドレス classproduct-img> div classproduct-info> h3>エレガントイブニングドレス/h3> p>特別な夜にふさわしい、洗練されたシルエットと上質なシルク素材を使用したイブニングドレス。細やかな刺繍と優雅なデザインが特徴です。/p> span classproduct-category>ドレス/span> /div> /div> div classproduct-card fade-in> img srchttps://images.unsplash.com/photo-1595777457583-95e059d581b8?ixlibrb-4.0.3&ixidM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&autoformat&fitcrop&w774&q80 altカスタムスーツ classproduct-img> div classproduct-info> h3>カスタムメイドスーツ/h3> p>最高級ウールを使用した、完全オーダーメイドのビジネススーツ。一人一人の体型に合わせたパターン製作により、完璧なフィット感を実現します。/p> span classproduct-category>スーツ/span> /div> /div> div classproduct-card fade-in> img srchttps://images.unsplash.com/photo-1584917865442-de89df76afd3?ixlibrb-4.0.3&ixidM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&autoformat&fitcrop&w870&q80 altカシミアコート classproduct-img> div classproduct-info> h3>ラグジュアリーカシミアコート/h3> p>厳選された最高品質のカシミアを使用した、軽くて暖かい冬のコート。クラシックなデザインながら現代的なシルエットが特徴です。/p> span classproduct-category>アウター/span> /div> /div> div classproduct-card fade-in> img srchttps://images.unsplash.com/photo-1591047139829-d91aecb6caea?ixlibrb-4.0.3&ixidM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&autoformat&fitcrop&w1036&q80 altシルクブラウス classproduct-img> div classproduct-info> h3>プレミアムシルクブラウス/h3> p>最高級シルクを使用した、肌触りの良いエレガントなブラウス。職人による細やかな仕立てと洗練されたデザインが特徴です。/p> span classproduct-category>トップス/span> /div> /div> div classproduct-card fade-in> img srchttps://images.unsplash.com/photo-1582418702059-97ebafb35d09?ixlibrb-4.0.3&ixidM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&autoformat&fitcrop&w870&q80 altレザージャケット classproduct-img> div classproduct-info> h3>プレミアムレザージャケット/h3> p>イタリア産最高級レザーを使用した、耐久性とスタイルを兼ね備えたジャケット。経年変化が美しい本革の風合いが特徴です。/p> span classproduct-category>アウター/span> /div> /div> div classproduct-card fade-in> img srchttps://images.unsplash.com/photo-1572804013309-59a88b7e92f1?ixlibrb-4.0.3&ixidM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&autoformat&fitcrop&w892&q80 altカジュアルパンツ classproduct-img> div classproduct-info> h3>エレガントカジュアルパンツ/h3> p>高級コットンを使用した、フォーマルにもカジュアルにも合わせやすい万能パンツ。独自の縫製技術による快適な履き心地が特徴です。/p> span classproduct-category>ボトムス/span> /div> /div> /div> /div> /section> !-- Business Lines Section --> section classbusiness idbusiness> div classbusiness-bg>/div> div classcontainer business-content> div classsection-title fade-in> h2>事業内容/h2> p>ファッションを中心とした多角的な事業展開/p> /div> div classbusiness-grid> div classbusiness-card fade-in> h3>i classfas fa-tshirt>/i> 衣料品の企画・製造・販売/h3> ul> li>衣料品、繊維製品及び装飾雑貨の企画、製造、販売及び輸出入/li> li>総合貿易業/li> li>インターネットを利用した通信販売業/li> li>越境電子商取引サイトの企画、制作、運営及び管理/li> /ul> /div> div classbusiness-card fade-in> h3>i classfas fa-building>/i> 不動産・サービス事業/h3> ul> li>不動産の売買、賃貸、管理、仲介、斡旋及び鑑定/li> li>健康診断受診事務の取次ぎ、斡旋事業/li> li>旅行業法に基づく旅行業、旅行業者代理業及び旅行サービス手配業/li> /ul> /div> div classbusiness-card fade-in> h3>i classfas fa-utensils>/i> 飲食・宿泊事業/h3> ul> li>喫茶店及び飲食店、フランチャイズチェーン店の経営/li> li>ホテル、旅館、民泊等の運営及び代理運営/li> li>古物営業法による古物商/li> /ul> /div> div classbusiness-card fade-in> h3>i classfas fa-handshake>/i> コンサルティング事業/h3> ul> li>各種コンサルティング業務/li> li>前各号に付帯又は関連する一切の事業/li> /ul> /div> /div> /div> /section> !-- Quality Section --> section classquality idquality> div classquality-bg>/div> div classcontainer quality-content> div classsection-title fade-in> h2>品質へのこだわり/h2> p>最高級素材と職人の技による卓越した品質/p> /div> div classabout-grid> div classabout-card fade-in> div classabout-icon> i classfas fa-feather-alt>/i> /div> h3>厳選された素材/h3> p>イタリア産最高級シルク、スコットランド産カシミア、日本産最高品質コットンなど、世界中から厳選した素材のみを使用しています。各素材の特性を活かしたデザインと加工技術で、最高の着心地を実現します。/p> /div> div classabout-card fade-in> div classabout-icon> i classfas fa-user-tie>/i> /div> h3>職人の技/h3> p>長年の経験を積んだ職人による丁寧な仕立て。各工程で細心の注意を払い、一つひとつ手作業で丁寧に仕上げます。伝統的な技術と現代のデザインを融合させた独自の製造方法が特徴です。/p> /div> div classabout-card fade-in> div classabout-icon> i classfas fa-clipboard-check>/i> /div> h3>厳格な品質管理/h3> p>素材の入荷から最終製品の出荷まで、すべての工程で厳格な品質チェックを実施しています。お客様にお届けするすべての製品が最高の状態であることを保証します。/p> /div> /div> /div> /section> !-- Stats Section --> section classstats> div classstats-bg>/div> div classcontainer stats-content> div classsection-title fade-in> h2>数字で見るAline Market/h2> p>確かな実績と信頼/p> /div> div classstats-grid> div classstat-card fade-in> div classstat-number data-count12>0/div> div classstat-label>事業分野/div> /div> div classstat-card fade-in> div classstat-number data-count25>0+/div> div classstat-label>年間コレクション/div> /div> div classstat-card fade-in> div classstat-number data-count50>0+/div> div classstat-label>取引国/div> /div> div classstat-card fade-in> div classstat-number data-count99>0.5/div> div classstat-label>顧客満足度/div> /div> /div> /div> /section> !-- Global Network Section --> section classnetwork idnetwork> div classnetwork-bg>/div> div classcontainer> div classnetwork-content fade-in> h3>グローバルな事業展開/h3> p>Aline Market株式会社は、衣料品の企画・製造・販売を中心に、多角的な事業をグローバルに展開しています。日本国内はもちろん、欧米、アジアを中心とした50か国以上で事業を展開し、世界各国のパートナー企業と連携しながら、高品質な商品とサービスを提供しています。/p> a href#contact classcta-button>パートナーシップについて/a> /div> /div> /section> !-- Contact Section --> section classcontact idcontact> div classcontact-bg>/div> div classcontainer contact-content> div classsection-title fade-in> h2>お問い合わせ/h2> p>高級衣料品や事業提携に関するご相談/p> /div> div classcontact-grid> div classcontact-info fade-in> h3>会社情報/h3> div classcontact-item> i classfas fa-building>/i> div> h4>商号/h4> p>Aline Market株式会社/p> /div> /div> div classcontact-item> i classfas fa-clock>/i> div> h4>営業時間/h4> p>月曜日〜金曜日 9:00〜18:00br>土曜日・日曜日・祝日は休業/p> /div> /div> /div> div classcontact-info fade-in> h3>連絡先情報/h3> div classcontact-item> i classfas fa-envelope>/i> div> h4>メールアドレス/h4> p>a hrefmailto:aline@alinemarket.com stylecolor: var(--accent); text-decoration: none;>aline@alinemarket.com/a>/p> /div> /div> div classcontact-item> i classfas fa-globe>/i> div> h4>ウェブサイト/h4> p>a hrefhttps://www.alinemarket.com target_blank stylecolor: var(--accent); text-decoration: none;>www.alinemarket.com/a>/p> /div> /div> /div> /div> /div> /section> !-- Footer --> footer> div classfooter-bg>/div> div classcontainer> div classfooter-content> div classfooter-col> a href# classfooter-logo>Aline Market/a> div classfooter-about> p>高級衣料品・繊維製品の企画・製造・販売を中心に、多角的な事業を展開する総合企業です。洗練されたデザインと卓越した品質で世界中のお客様に価値を提供します。/p> /div> div classsocial-links> a href#>i classfab fa-linkedin-in>/i>/a> a href#>i classfab fa-twitter>/i>/a> a href#>i classfab fa-instagram>/i>/a> a href#>i classfab fa-pinterest>/i>/a> /div> /div> div classfooter-col> h3>クイックリンク/h3> div classfooter-links> ul> li>a href#home>ホーム/a>/li> li>a href#about>会社概要/a>/li> li>a href#products>商品コレクション/a>/li> li>a href#business>事業内容/a>/li> li>a href#quality>品質へのこだわり/a>/li> li>a href#contact>お問い合わせ/a>/li> /ul> /div> /div> div classfooter-col> h3>主要事業/h3> div classfooter-services> ul> li>衣料品の企画・製造・販売/li> li>総合貿易業/li> li>越境電子商取引/li> li>不動産事業/li> li>飲食・宿泊事業/li> li>コンサルティング業務/li> /ul> /div> /div> div classfooter-col> h3>連絡先/h3> div classfooter-contact> p>i classfas fa-envelope>/i> a hrefmailto:aline@alinemarket.com stylecolor: rgba(255, 255, 255, 0.7); text-decoration: none;>aline@alinemarket.com/a>/p> p>i classfas fa-globe>/i> a hrefhttps://www.alinemarket.com target_blank stylecolor: rgba(255, 255, 255, 0.7); text-decoration: none;>www.alinemarket.com/a>/p> /div> /div> /div> div classfooter-bottom> p>© 2026 Aline Market株式会社. All rights reserved./p> /div> /div> /footer> script> // DOM elements const mobileMenuBtn document.getElementById(mobile-menu-btn); const navLinks document.getElementById(nav-links); // Mobile Menu Toggle mobileMenuBtn.addEventListener(click, () > { navLinks.classList.toggle(active); mobileMenuBtn.innerHTML navLinks.classList.contains(active) ? i classfas fa-times>/i> : i classfas fa-bars>/i>; }); // Close mobile menu when clicking on a link document.querySelectorAll(.nav-links a).forEach(link > { link.addEventListener(click, () > { navLinks.classList.remove(active); mobileMenuBtn.innerHTML i classfas fa-bars>/i>; }); }); // Header scroll effect window.addEventListener(scroll, () > { const header document.getElementById(header); if (window.scrollY > 50) { header.classList.add(scrolled); } else { header.classList.remove(scrolled); } }); // Fade-in animation on scroll const fadeElements document.querySelectorAll(.fade-in); const fadeInOnScroll () > { fadeElements.forEach(element > { const elementTop element.getBoundingClientRect().top; const windowHeight window.innerHeight; if (elementTop windowHeight - 100) { element.classList.add(visible); } }); }; // Initial check fadeInOnScroll(); // Check on scroll window.addEventListener(scroll, fadeInOnScroll); // Smooth scrolling for anchor links document.querySelectorAll(ahref^#).forEach(anchor > { anchor.addEventListener(click, function(e) { e.preventDefault(); const targetId this.getAttribute(href); if (targetId #) return; const targetElement document.querySelector(targetId); if (targetElement) { window.scrollTo({ top: targetElement.offsetTop - 80, behavior: smooth }); } }); }); // Animate stats numbers with count-up effect const animateStats () > { const statNumbers document.querySelectorAll(.stat-numberdata-count); statNumbers.forEach(stat > { const target parseFloat(stat.getAttribute(data-count)); const suffix stat.textContent.replace(/0-9./g, ); // If already animated, skip if (stat.getAttribute(data-animated) true) return; stat.setAttribute(data-animated, true); let current 0; const increment target / 50; const timer setInterval(() > { current + increment; if (current > target) { current target; clearInterval(timer); } if (target 99.5) { stat.textContent current.toFixed(1) + suffix; } else { stat.textContent Math.floor(current) + suffix; } }, 40); }); }; // Trigger stats animation when they come into view const statsObserver new IntersectionObserver((entries) > { entries.forEach(entry > { if (entry.isIntersecting) { animateStats(); statsObserver.unobserve(entry.target); } }); }, { threshold: 0.5 }); document.querySelector(.stats).querySelectorAll(.stat-card).forEach(card > { statsObserver.observe(card); }); // Handle window resize for mobile menu window.addEventListener(resize, function() { if (window.innerWidth > 768) { navLinks.classList.remove(active); mobileMenuBtn.innerHTML i classfas fa-bars>/i>; } }); // Add hover effect to business cards const businessCards document.querySelectorAll(.business-card); businessCards.forEach(card > { card.addEventListener(mouseenter, function() { this.style.borderLeftColor var(--gold); }); card.addEventListener(mouseleave, function() { this.style.borderLeftColor var(--accent); }); }); // Add subtle parallax effect to hero background const heroBg document.querySelector(.hero-bg); window.addEventListener(scroll, () > { const scrolled window.pageYOffset; const rate scrolled * -0.5; heroBg.style.transform `translateY(${rate}px) scale(1.05)`; }); // Add interactive effect to about cards const aboutCards document.querySelectorAll(.about-card); aboutCards.forEach(card > { card.addEventListener(mouseenter, function() { const icon this.querySelector(.about-icon); icon.style.transform scale(1.1) rotate(5deg); }); card.addEventListener(mouseleave, function() { const icon this.querySelector(.about-icon); icon.style.transform scale(1) rotate(0deg); }); }); // Add interactive effect to product cards const productCards document.querySelectorAll(.product-card); productCards.forEach(card > { card.addEventListener(mouseenter, function() { const img this.querySelector(.product-img); img.style.transform scale(1.05); }); card.addEventListener(mouseleave, function() { const img this.querySelector(.product-img); img.style.transform scale(1); }); }); // Add dynamic background to hero on mousemove window.addEventListener(mousemove, (e) > { const x (window.innerWidth - e.pageX * 2) / 100; const y (window.innerHeight - e.pageY * 2) / 100; heroBg.style.transform `translateX(${x}px) translateY(${y}px) scale(1.05)`; }); // Ensure all background images are fully displayed const backgroundImages document.querySelectorAll(class*-bg); backgroundImages.forEach(bg > { bg.style.backgroundSize cover; bg.style.backgroundPosition center; bg.style.backgroundRepeat no-repeat; }); /script>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]