It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://www.meigan.co.jp/cgi-bin/diarypro/diary.cgi?mode=rss

  1. <!DOCTYPE html>
  2. <html lang="ja">
  3.  
  4. <head>
  5. <!-- Google tag (gtag.js) -->
  6. <script async src="https://www.googletagmanager.com/gtag/js?id=G-RECG99M33P"></script>
  7. <script>
  8.  window.dataLayer = window.dataLayer || [];
  9.  function gtag(){dataLayer.push(arguments);}
  10.  gtag('js', new Date());
  11.  
  12.  gtag('config', 'G-RECG99M33P');
  13. </script>
  14.  
  15.    <meta charset="utf-8">
  16.    <script type="text/javascript">
  17.        if (screen.width < 767) {
  18.            document.write(
  19.                '<meta name="viewport" content="width=device-width, initial-scale=1">'
  20.            );
  21.        } else {
  22.            document.write('<meta name="viewport" content="width=1200">');
  23.        }
  24.    </script>
  25.  
  26.    <!-- Keyword Description -->
  27.    <meta name="Keywords" content="名古屋眼鏡,眼鏡,メガネ卸,OEM,メガネ,サングラス,メオガード,スカッシー,メオアイス">
  28.    <meta name="Description" content="名古屋眼鏡 (株)は、メガネとメガネ関連商品の卸・企画・製作・システム開発・販売などを行なっているメガネ総合卸 兼 メーカー企業。創業以来60年間、メガネ関連企業やエンドユーザーに貢献。">
  29.  
  30.    <!-- title -->
  31. <title>名古屋眼鏡 株式会社 | メガネ関連商品の卸・企画・製作および企画・販売
  32. </title>
  33.  
  34.    <!-- favicon -->
  35.    <link rel="shortcut icon" href="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/favicon.ico" type="image/x-icon">
  36.  
  37.    <!-- font -->
  38.    <link rel="preconnect" href="https://fonts.googleapis.com">
  39.    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  40.    <link href="https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,500;1,300&family=Noto+Sans+JP:wght@400;500;600;700&display=swap" rel="stylesheet">
  41.    
  42.    <!-- icon -->
  43.    <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
  44.    <link href="https://fonts.googleapis.com/icon?family=Material+Icons+Outlined" rel="stylesheet">
  45.    <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
  46.  
  47.    <!-- css -->
  48.    <link rel="stylesheet" href="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/css/destyle.css">
  49.    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet"
  50.        integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
  51.    <link rel="stylesheet" href="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/css/main.css">
  52.    <link rel="stylesheet" href="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/css/sub.css">
  53.    <link rel="stylesheet" href="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/css/sub02.css">
  54.    <link rel="stylesheet" href="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/css/mediaquery.css">
  55.    <link rel="stylesheet" href="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/css/animate.css">
  56.    <link rel="stylesheet" href="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/css/slick.css">
  57.    <link rel="stylesheet" href="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/css/mail.css">
  58.    <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/swiper@4.5.1/dist/css/swiper.min.css" />
  59.  
  60.    <!-- script -->
  61.  
  62.    <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
  63.            <script type="text/javascript" src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/js/main.js"></script>
  64.    
  65.    <script>
  66.            //ページ内スクロール
  67.            $(document).on('click', 'a[href*="#"]', function() {
  68. let time = 600;
  69. var headerHeight = $('.site-header').outerHeight();
  70. let target = $(this.hash);
  71. if (!target.length) return;
  72.  
  73. let targety = target.offset().top;
  74. let targetY = targety - headerHeight;
  75. $('html,body').animate({scrollTop: targetY}, time, 'swing');
  76. return false;
  77. });
  78.  
  79.        //ページ外スクロール
  80. var urlHash = location.hash;
  81. if(urlHash) {
  82.   $('body,html').stop().scrollTop(0);
  83. setTimeout(function(){
  84. var target = $(urlHash);
  85. var position = target.offset().top - headerHeight;
  86. $('body,html').stop().animate({scrollTop:position}, 500);
  87.     }, 100);
  88. }
  89.              
  90.  
  91.                $(function(){
  92.                $(".re-parent").hover(
  93.                    //マウスオーバー時の処理
  94.                    function() {
  95.                    $(this).children(".sub-menu-wrap").fadeIn(300);
  96.                    },
  97.                    //マウスアウト時の処理
  98.                    function() {
  99.                        $(this).children(".sub-menu-wrap").fadeOut(300);
  100.                    }
  101.                );
  102.                });
  103.  
  104.  
  105.  
  106.    </script>
  107.  
  108.    <script src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/js/wow.min.js"></script>
  109.    <script>
  110.        new WOW().init();
  111.    </script>
  112.  
  113.    <meta name='robots' content='max-image-preview:large' />
  114. <script type="text/javascript">
  115. /* <![CDATA[ */
  116. window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.meigan.co.jp\/_wp\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.4.4"}};
  117. /*! This file is auto-generated */
  118. !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
  119. /* ]]> */
  120. </script>
  121. <style id='wp-emoji-styles-inline-css' type='text/css'>
  122.  
  123. img.wp-smiley, img.emoji {
  124. display: inline !important;
  125. border: none !important;
  126. box-shadow: none !important;
  127. height: 1em !important;
  128. width: 1em !important;
  129. margin: 0 0.07em !important;
  130. vertical-align: -0.1em !important;
  131. background: none !important;
  132. padding: 0 !important;
  133. }
  134. </style>
  135. <link rel='stylesheet' id='wp-block-library-css' href='https://www.meigan.co.jp/_wp/wp-includes/css/dist/block-library/style.min.css?ver=6.4.4' type='text/css' media='all' />
  136. <style id='classic-theme-styles-inline-css' type='text/css'>
  137. /*! This file is auto-generated */
  138. .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
  139. </style>
  140. <style id='global-styles-inline-css' type='text/css'>
  141. body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
  142. .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
  143. :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
  144. :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
  145. .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
  146. </style>
  147. <script type="text/javascript" src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/js/jquery-1.11.1.min.js?ver=1.11.1" id="jquery-js"></script>
  148. <link rel="https://api.w.org/" href="https://www.meigan.co.jp/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.meigan.co.jp/_wp/xmlrpc.php?rsd" />
  149. <meta name="generator" content="WordPress 6.4.4" />
  150.  
  151. </head>
  152.  
  153. <body>
  154.    <header class="pc">
  155.        <section class="header-inner d-flex align-items-center px60 w_change25">
  156.            <div class="w-100 d-flex justify-content-between align-items-center">
  157.                <h1 class="mr30">
  158.                    <a href="https://www.meigan.co.jp" class="opacity">
  159.                        <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/common/logo.png" class="max-100" alt="名古屋眼鏡 株式会社 | メガネ関連商品の卸・企画・製作および企画・販売">
  160.                    </a>
  161.                </h1>
  162.                <nav class="d-flex justify-content-end align-items-center">
  163.                    <a href="https://www.meigan.co.jp/about/" class="f_16 ls_100 fw-medium nav-parent re-parent ">
  164.                        名古屋眼鏡の想い
  165.                    </a>
  166.                    <div class="nav-parent re-parent">
  167.                        <a href="https://www.meigan.co.jp/business/" class="f_16 ls_100 fw-medium ">
  168.                            わたしたちの事業
  169.                        </a>
  170.                        <div class="sub-menu-wrap bg_gray04 py40 px40 position-absolute">
  171.                            <div class="sub-menu-row d-flex justify-content-center">
  172.                                <a href="https://www.meigan.co.jp/business/" class="f_16 ls_100 fw-medium white py20 px20 radius10 text-center">
  173.                                    わたしたちの事業 TOP
  174.                                </a>
  175.                                <a href="https://www.meigan.co.jp/business/marketing/" class="f_16 ls_100 fw-medium white py20 px20 radius10 text-center">
  176.                                    卸売業・販売支援
  177.                                </a>
  178.                                <a href="https://www.meigan.co.jp/business/meigan/" class="f_16 ls_100 fw-medium white py20 px20 radius10 text-center">
  179.                                    Meiganブランド<br>
  180.                                    企画開発・製造
  181.                                </a>
  182.                                <a href="https://www.meigan.co.jp/business/oem/" class="f_16 ls_100 fw-medium white py20 px20 radius10 text-center">
  183.                                    OEM<br>
  184.                                    企画提案・製造
  185.                                </a>
  186.                                <a href="https://www.meigan.co.jp/business/marketing/meiganshop/" class="f_16 ls_100 fw-medium white py20 px20 radius10 text-center">
  187.                                    WEB発注システム<br>
  188.                                    【 MeiganSHOP 】
  189.                                </a>
  190.                            </div>
  191.                        </div>
  192.                    </div>
  193.  
  194.                    <div class="nav-parent re-parent">
  195.                        <a href="https://www.meigan.co.jp/products/" class="f_16 ls_100 fw-medium ">
  196.                            プロダクト
  197.                        </a>
  198.                        <div class="sub-menu-wrap bg_gray04 py40 px40 position-absolute">
  199.                            <div class="sub-menu-row d-flex justify-content-center">
  200.                                <a href="https://www.meigan.co.jp/products/" class="f_16 ls_100 fw-medium white py20 px20 radius10 text-center">
  201.                                    プロダクト TOP
  202.                                </a>
  203.                                <a href="https://www.meigan.co.jp/products/agency/" class="f_16 ls_100 fw-medium white py20 px20 radius10 text-center">
  204.                                    代理店ブランド
  205.                                </a>
  206.                                <a href="https://www.meigan.co.jp/products/item/" class="f_16 ls_100 fw-medium white py20 px20 radius10 text-center">
  207.                                    Meiganブランド一覧
  208.                                </a>
  209.                                <a href="https://www.meigan.co.jp/products/oemproduction/" class="f_16 ls_100 fw-medium white py20 px20 radius10 text-center">
  210.                                    OEM
  211.                                </a>
  212.                            </div>
  213.                        </div>
  214.                    </div>
  215.                    <div class="nav-parent re-parent">
  216.                        <a href="https://www.meigan.co.jp/company/" class="f_16 ls_100 fw-medium ">
  217.                            企業情報
  218.                        </a>
  219.                        <div class="sub-menu-wrap bg_gray04 py40 px40 position-absolute">
  220.                            <div class="sub-menu-row d-flex justify-content-center">
  221.                                <a href="https://www.meigan.co.jp/company/" class="f_16 ls_100 fw-medium white py20 px20 radius10 text-center">
  222.                                    企業情報 TOP
  223.                                </a>
  224.                                <a href="https://www.meigan.co.jp/company/outline/" class="f_16 ls_100 fw-medium white py20 px20 radius10 text-center">
  225.                                    会社概要・沿革<br>
  226.                                    アクセス
  227.                                </a>
  228.                                <a href="https://www.meigan.co.jp/company/philosophy/" class="f_16 ls_100 fw-medium white py20 px20 radius10 text-center">
  229.                                    企業理念
  230.                                </a>
  231.                                <a href="https://www.meigan.co.jp/company/sdgs/" class="f_16 ls_100 fw-medium white py20 px20 radius10 text-center">
  232.                                    取り組み一覧<br>
  233.                                    SDGs
  234.                                </a>
  235.                            </div>
  236.                        </div>
  237.                    </div>
  238.  
  239.                    <div class="nav-parent re-parent">
  240.                        <a href="https://www.meigan.co.jp/customer/" class="f_16 ls_100 fw-medium ">
  241.                            お取引先様へ
  242.                        </a>
  243.                        <div class="sub-menu-wrap bg_gray04 py40 px40 position-absolute">
  244.                            <div class="sub-menu-row d-flex justify-content-center">
  245.                                <a href="https://www.meigan.co.jp/customer/" class="f_16 ls_100 fw-medium white py20 px20 radius10 text-center">
  246.                                    お取引先様へ TOP
  247.                                </a>
  248.                                <a href="https://www.meigan.co.jp/customer/help/" class="f_16 ls_100 fw-medium white py20 px20 radius10 text-center">
  249.                                    ログインできない場合
  250.                                </a>
  251.                                <a href="https://www.meigan.co.jp/customer/download/" class="f_16 ls_100 fw-medium white py20 px20 radius10 text-center">
  252.                                    商品画像<br>
  253.                                    動画のダウンロード
  254.                                </a>
  255.                                <a href="https://www.meigan.co.jp/customer/link/" class="f_16 ls_100 fw-medium white py20 px20 radius10 text-center">
  256.                                    取引メーカーリンク集
  257.                                </a>
  258.                            </div>
  259.                        </div>
  260.                    </div>
  261.  
  262.                    <div class="nav-parent re-parent">
  263.                        <a class="f_16 ls_100 fw-medium ">
  264.                            NEWS
  265.                        </a>
  266.                        <div class="sub-menu-wrap bg_gray04 py40 px40 position-absolute">
  267.                            <div class="sub-menu-row d-flex justify-content-center">
  268.                                <a href="https://www.meigan.co.jp/news/" class="f_16 ls_100 fw-medium white py20 px20 radius10 text-center">
  269.                                    新着情報
  270.                                </a>
  271.                                <a href="https://www.meigan.co.jp/blog/" class="f_16 ls_100 fw-medium white py20 px20 radius10 text-center">
  272.                                    メイガン ブログ
  273.                                </a>
  274.                            </div>
  275.                        </div>
  276.                    </div>
  277.                    <a href="https://www.instagram.com/meigan_nagoya_gankyo/" target="_blank" class="opacity">
  278.                    <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/common/instagram.svg" class="max-100" alt="Instagram">
  279.                    </a>
  280.                    <a href="https://twitter.com/Meigan_Megane" target="_blank" class="opacity">
  281.                    <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/common/x_logo.png" class="max-100" alt="x_logo">
  282.                    </a>
  283.                </nav>
  284.            </div>
  285.  
  286.        </section>
  287.  
  288.        <div class="fixed-wrap position-fixed d-flex align-items-stretch">
  289.            <div class="fixed-wrap-item">
  290.                <a href="https://www.meigan.co.jp/contact/" class="f_16 ls_100 fw-medium lh_12 d-flex align-items-center">
  291.                    <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/common/fixed_contact.svg" class="max-100 mr20">
  292.                    お客様<br>
  293.                    お問合せ
  294.                </a>
  295.            </div>
  296.            <div class="fixed-wrap-item">
  297.                <a href="https://www.secure-cloud.jp/sf/business/1687240564IVnicapG" target="_blank" class="f_16 ls_100 fw-medium lh_12 d-flex align-items-center">
  298.                    <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/common/fixed_contact.svg" class="max-100 mr20">
  299.                    お取引先様<br>
  300.                    お問合せ
  301.                </a>
  302.            </div>
  303.            <div class="fixed-wrap-item">
  304.                <a href="https://www.meigan.co.jp/recruit/" target="_blank" class="f_16 ls_100 fw-medium d-flex align-items-center">
  305.                    <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/common/fixed_recruit.svg" class="max-100 mr20">
  306.                    採用情報
  307.                </a>
  308.            </div>
  309.  
  310.        </div>
  311.  
  312.        <small class="f_14 ls_200 white">
  313.            © Nagoya Gankyo Co.,Inc.
  314.        </small>
  315.  
  316.            <a href="https://order.meigan.co.jp:10443/MEIGANshop/" target="_blank" class="position-fixed login d-inline-block opacity">
  317.                <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/common/login.png" class="max-100" alt="メガネ業界向け WEB発注システム Meigan SHOP ログイン →">
  318.            </a>
  319.  
  320.    </header>
  321.        <!-- hamburger-menu -->
  322.        <header class="hamburger sp">
  323.            <div class="hamburger-contents">
  324.                <div class="sp-logo">
  325.                    <a href="https://www.meigan.co.jp/"><img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/common/logo.png" class="max-100" alt="名古屋眼鏡 株式会社 | メガネ関連商品の卸・企画・製作および企画・販売"></a>
  326.                </div>
  327.                <div class="menu-trigger" id="menu-trigger">
  328.                    <span></span>
  329.                    <span></span>
  330.                    <span></span>
  331.                </div>
  332.                <nav class="">
  333.                    <div class="nav-inner">
  334.                        <div class="sp-menu-list">
  335.                            <a href="https://www.meigan.co.jp" class="sp-menu-list-item f_28 fw-medium ls_120 d-flex align-items-center justify-content-between pb30">
  336.                                トップ
  337.                                <span class="material-symbols-outlined f_28 bg_orange d-flex white align-items-center justify-content-center">east</span>
  338.                            </a>
  339.                            <a href="https://www.meigan.co.jp/about/" class="sp-menu-list-item f_28 fw-medium ls_120 d-flex align-items-center justify-content-between pb30 mt30">
  340.                                名古屋眼鏡の想い
  341.                                <span class="material-symbols-outlined f_28 bg_orange d-flex white align-items-center justify-content-center">east</span>
  342.                            </a>
  343.                            <a class="sp-menu-list-item f_28 fw-medium ls_120 d-flex align-items-center justify-content-between pb30 mt30 parent">
  344.                                わたしたちの事業
  345.                                <span class="material-symbols-outlined f_28 bg_orange d-flex white align-items-center justify-content-center">east</span>
  346.                            </a>
  347.                            <div class="sp-sub-wrap">
  348.                                <a href="https://www.meigan.co.jp/business/" class="sp-menu-list-item f_28 fw-medium ls_120 d-flex align-items-center justify-content-between pb30 mt30">
  349.                                    わたしたちの事業 TOP
  350.                                    <span class="material-symbols-outlined f_28 bg_orange d-flex white align-items-center justify-content-center">east</span>
  351.                                </a>
  352.                                <a href="https://www.meigan.co.jp/business/marketing/" class="sp-menu-list-item f_28 fw-medium ls_120 d-flex align-items-center justify-content-between pb30 mt30">
  353.                                    卸売業・販売支援
  354.                                    <span class="material-symbols-outlined f_28 bg_orange d-flex white align-items-center justify-content-center">east</span>
  355.                                </a>
  356.                                <a href="https://www.meigan.co.jp/business/meigan/" class="sp-menu-list-item f_28 fw-medium ls_120 d-flex align-items-center justify-content-between pb30 mt30">
  357.                                    Meiganブランド<br>
  358.                                    企画開発・製造
  359.                                    <span class="material-symbols-outlined f_28 bg_orange d-flex white align-items-center justify-content-center">east</span>
  360.                                </a>
  361.                                <a href="https://www.meigan.co.jp/business/oem/" class="sp-menu-list-item f_28 fw-medium ls_120 d-flex align-items-center justify-content-between pb30 mt30">
  362.                                    OEM 企画提案・製造
  363.                                    <span class="material-symbols-outlined f_28 bg_orange d-flex white align-items-center justify-content-center">east</span>
  364.                                </a>
  365.                                <a href="https://www.meigan.co.jp/business/marketing/meiganshop/" class="sp-menu-list-item f_28 fw-medium ls_120 d-flex align-items-center justify-content-between pb30 mt30">
  366.                                    WEB発注システム<br>
  367.                                    【 MeiganSHOP 】
  368.                                    <span class="material-symbols-outlined f_28 bg_orange d-flex white align-items-center justify-content-center">east</span>
  369.                                </a>
  370.                            </div>
  371.                            <a class="sp-menu-list-item f_28 fw-medium ls_120 d-flex align-items-center justify-content-between pb30 mt30 parent">
  372.                                プロダクト
  373.                                <span class="material-symbols-outlined f_28 bg_orange d-flex white align-items-center justify-content-center">east</span>
  374.                            </a>
  375.                            <div class="sp-sub-wrap">
  376.                                <a href="https://www.meigan.co.jp/products/" class="sp-menu-list-item f_28 fw-medium ls_120 d-flex align-items-center justify-content-between pb30 mt30">
  377.                                    プロダクト TOP
  378.                                    <span class="material-symbols-outlined f_28 bg_orange d-flex white align-items-center justify-content-center">east</span>
  379.                                </a>
  380.                                <a href="https://www.meigan.co.jp/products/agency/" class="sp-menu-list-item f_28 fw-medium ls_120 d-flex align-items-center justify-content-between pb30 mt30">
  381.                                    代理店ブランド
  382.                                    <span class="material-symbols-outlined f_28 bg_orange d-flex white align-items-center justify-content-center">east</span>
  383.                                </a>
  384.                                <a href="https://www.meigan.co.jp/products/item/" class="sp-menu-list-item f_28 fw-medium ls_120 d-flex align-items-center justify-content-between pb30 mt30">
  385.                                    Meiganブランド一覧
  386.                                    <span class="material-symbols-outlined f_28 bg_orange d-flex white align-items-center justify-content-center">east</span>
  387.                                </a>
  388.                                <a href="https://www.meigan.co.jp/products/oemproduction/" class="sp-menu-list-item f_28 fw-medium ls_120 d-flex align-items-center justify-content-between pb30 mt30">
  389.                                    OEM
  390.                                    <span class="material-symbols-outlined f_28 bg_orange d-flex white align-items-center justify-content-center">east</span>
  391.                                </a>
  392.                            </div>
  393.                            <a class="sp-menu-list-item f_28 fw-medium ls_120 d-flex align-items-center justify-content-between pb30 mt30 parent">
  394.                                企業情報
  395.                                <span class="material-symbols-outlined f_28 bg_orange d-flex white align-items-center justify-content-center">east</span>
  396.                            </a>
  397.                            <div class="sp-sub-wrap">
  398.                                <a href="https://www.meigan.co.jp/company/" class="sp-menu-list-item f_28 fw-medium ls_120 d-flex align-items-center justify-content-between pb30 mt30">
  399.                                    企業情報 TOP
  400.                                    <span class="material-symbols-outlined f_28 bg_orange d-flex white align-items-center justify-content-center">east</span>
  401.                                </a>
  402.                                <a href="https://www.meigan.co.jp/company/outline/" class="sp-menu-list-item f_28 fw-medium ls_120 d-flex align-items-center justify-content-between pb30 mt30">
  403.                                    会社概要・沿革<br>
  404.                                    アクセス
  405.                                    <span class="material-symbols-outlined f_28 bg_orange d-flex white align-items-center justify-content-center">east</span>
  406.                                </a>
  407.                                <a href="https://www.meigan.co.jp/company/philosophy/" class="sp-menu-list-item f_28 fw-medium ls_120 d-flex align-items-center justify-content-between pb30 mt30">
  408.                                    企業理念
  409.                                    <span class="material-symbols-outlined f_28 bg_orange d-flex white align-items-center justify-content-center">east</span>
  410.                                </a>
  411.                                <a href="https://www.meigan.co.jp/company/sdgs/" class="sp-menu-list-item f_28 fw-medium ls_120 d-flex align-items-center justify-content-between pb30 mt30">
  412.                                    取り組み一覧<br>
  413.                                    SDGs
  414.                                    <span class="material-symbols-outlined f_28 bg_orange d-flex white align-items-center justify-content-center">east</span>
  415.                                </a>
  416.                            </div>
  417.                            <a class="sp-menu-list-item f_28 fw-medium ls_120 d-flex align-items-center justify-content-between pb30 mt30 parent">
  418.                                お取引先様へ
  419.                                <span class="material-symbols-outlined f_28 bg_orange d-flex white align-items-center justify-content-center">east</span>
  420.                            </a>
  421.                            <div class="sp-sub-wrap">
  422.                                <a href="https://www.meigan.co.jp/customer/" class="sp-menu-list-item f_28 fw-medium ls_120 d-flex align-items-center justify-content-between pb30 mt30">
  423.                                    お取引先様へ TOP
  424.                                    <span class="material-symbols-outlined f_28 bg_orange d-flex white align-items-center justify-content-center">east</span>
  425.                                </a>
  426.                                <a href="https://www.meigan.co.jp/customer/help/" class="sp-menu-list-item f_28 fw-medium ls_120 d-flex align-items-center justify-content-between pb30 mt30">
  427.                                    ログインできない場合
  428.                                    <span class="material-symbols-outlined f_28 bg_orange d-flex white align-items-center justify-content-center">east</span>
  429.                                </a>
  430.                                <a href="https://www.meigan.co.jp/customer/help/" class="sp-menu-list-item f_28 fw-medium ls_120 d-flex align-items-center justify-content-between pb30 mt30">
  431.                                    商品画像<br>
  432.                                    動画のダウンロード
  433.                                    <span class="material-symbols-outlined f_28 bg_orange d-flex white align-items-center justify-content-center">east</span>
  434.                                </a>
  435.                                <a href="https://www.meigan.co.jp/customer/link/" class="sp-menu-list-item f_28 fw-medium ls_120 d-flex align-items-center justify-content-between pb30 mt30">
  436.                                    取引メーカーリンク集
  437.                                    <span class="material-symbols-outlined f_28 bg_orange d-flex white align-items-center justify-content-center">east</span>
  438.                                </a>
  439.                            </div>
  440.                            <a class="sp-menu-list-item f_28 fw-medium ls_120 d-flex align-items-center justify-content-between pb30 mt30 parent">
  441.                                NEWS
  442.                                <span class="material-symbols-outlined f_28 bg_orange d-flex white align-items-center justify-content-center">east</span>
  443.                            </a>
  444.                            <div class="sp-sub-wrap">
  445.                                <a href="https://www.meigan.co.jp/news/" class="sp-menu-list-item f_28 fw-medium ls_120 d-flex align-items-center justify-content-between pb30 mt30">
  446.                                    新着情報
  447.                                    <span class="material-symbols-outlined f_28 bg_orange d-flex white align-items-center justify-content-center">east</span>
  448.                                </a>
  449.                                <a href="https://www.meigan.co.jp/blog/" class="sp-menu-list-item f_28 fw-medium ls_120 d-flex align-items-center justify-content-between pb30 mt30">
  450.                                    メイガン ブログ
  451.                                    <span class="material-symbols-outlined f_28 bg_orange d-flex white align-items-center justify-content-center">east</span>
  452.                                </a>
  453.                            </div>
  454.                        </div>
  455.                        <div class="fixed-wrap">
  456.                            <div class="fixed-wrap-item">
  457.                                <a href="https://www.meigan.co.jp/contact/" class="f_28 ls_100 fw-medium d-flex align-items-center">
  458.                                    <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/common/fixed_contact.svg" class="max-100 mr20">
  459.                                    お客様<br>
  460.                                    お問合せ
  461.                                </a>
  462.                            </div>
  463.                            <div class="fixed-wrap-item mt30">
  464.                                <a href="https://www.secure-cloud.jp/sf/business/1687240564IVnicapG" target="_blank" class="f_28 ls_100 fw-medium d-flex align-items-center">
  465.                                    <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/common/fixed_contact.svg" class="max-100 mr20">
  466.                                    お取引先様<br>
  467.                                    お問合せ
  468.                                </a>
  469.                            </div>
  470.                            <div class="fixed-wrap-item mt30">
  471.                               <a href="https://www.meigan.co.jp/recruit/" target="_blank" class="f_28 ls_100 fw-medium d-flex align-items-center">
  472.                                    <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/common/fixed_recruit.svg" class="max-100 mr20">
  473.                                    採用情報
  474.                                </a>
  475.                            </div>
  476.                
  477.                        </div>
  478.                    </div>
  479.                </nav>
  480.            </div>
  481.                <a href="https://order.meigan.co.jp:10443/MEIGANshop/" target="_blank" class="position-fixed login d-inline-block">
  482.                    <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/common/login_sp.png" class="max-100" alt="メガネ業界向け WEB発注システム Meigan SHOP ログイン →">
  483.                </a>
  484.        </header>
  485. <main id="wrap">
  486.        <section class="mv">
  487.            <div class="mv-inner">
  488.                <div class="mv-slider-wrap position-relative">
  489.                    <div class="mv-slider">
  490.                        <div class="mv-slider-item position-relative">
  491.                            <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/top/mv_slide01.png" class="max-100 pc">
  492.                            <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/top/mv_slide01_sp.png" class="max-100 sp">
  493.                            <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/top/mv_slide01-2.svg" class="max-100 position-absolute" alt="01">
  494.                        </div>
  495.                        <div class="mv-slider-item position-relative">
  496.                            <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/top/mv_slide02.png" class="max-100 pc">
  497.                            <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/top/mv_slide02_sp.png" class="max-100 sp">
  498.                            <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/top/mv_slide02-2.svg" class="max-100 position-absolute" alt="01">
  499.                        </div>
  500.                        <div class="mv-slider-item position-relative">
  501.                            <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/top/mv_slide03.png" class="max-100 pc">
  502.                            <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/top/mv_slide03_sp.png" class="max-100 sp">
  503.                            <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/top/mv_slide03-2.svg" class="max-100 position-absolute" alt="01">
  504.                        </div>
  505.                    </div>
  506.                  
  507.                    <div class="mv-img-wrap line-wrap position-absolute">
  508.                        <div class="mv-img-wrap-image line-wrap-image">
  509.                            <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/top/top_line01.svg" class="max-100 line">
  510.                        </div>
  511.                        <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/top/top_line01_text.png" class="max-100 text" alt="卸・企画・製作・システム開発 総合ソリューション">
  512.                    </div>
  513.  
  514.                    <p class="f_52 fw-semi ls_100 lh_16 position-absolute text-to-left">
  515.                        「創る」から<br>
  516.                        「視える」までを<span class="f_52 fw-semi ls_100 lh_16 d-inline-block">支える。</span>
  517.                    </p>
  518.  
  519.  
  520.  
  521.                </div>
  522.            </div>
  523.        </section>
  524.  
  525.        <section class="cnt01 position-relative pt100">
  526.  
  527.            <div class="line-wrap position-absolute">
  528.                <div class="line-wrap-image">
  529.                    <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/top/top_line02.svg" class="max-100 line">
  530.                </div>
  531.                <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/top/top_line02_text.png" class="max-100 text" alt="What can we do?">
  532.            </div>
  533.  
  534.            <div class="cnt01-inner container1280">
  535.                <div class="cnt01-item01 container800">
  536.                    <p class="f_28 ls_100 fw-medium fit d-flex align-items-center text-to-top">
  537.                        1963年創業
  538.                    </p>
  539.                    <p class="f_28 ls_100 fw-medium lh_18 mt30 text-to-top">
  540.                        名古屋眼鏡は<br class="sp">メガネ総合卸兼メーカーとしての<br class="sp">可能性を<br class="pc">
  541.                        追求してきました。
  542.                    </p>
  543.                </div>
  544.                <div class="cnt01-item02-row d-flex justify-content-between mt100 para col-10 mx-auto">
  545.                    <div class="cnt01-item02-row-item">
  546.                        <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/top/top01.png" class="max-100 " alt="売りやすい環境づくり / 店頭の販売促進サポート">
  547.                    </div>
  548.                    <div class="cnt01-item02-row-item">
  549.                        <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/top/top02.png" class="max-100" alt="お客様の声から / 商品開発">
  550.                    </div>
  551.                    <div class="cnt01-item02-row-item">
  552.                        <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/top/top03.png" class="max-100" alt="メガネを快適にする / メガネ周辺の商材">
  553.                    </div>
  554.                    <div class="cnt01-item02-row-item">
  555.                        <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/top/top04.png" class="max-100" alt="業界では珍しい / メガネ業界向けDX支援">
  556.                    </div>
  557.                    <div class="cnt01-item02-row-item">
  558.                        <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/top/top05.png" class="max-100" alt="相手先 ブランド製造 / OEM商材">
  559.                    </div>
  560.                    <div class="cnt01-item02-row-item">
  561.                        <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/top/top06.png" class="max-100" alt="メガネ店様のための / BtoB向けWEB発注システム">
  562.                    </div>
  563.                </div>
  564.  
  565.            </div>
  566.  
  567.            <div class="cnt01-item03-row02 mt270">
  568.                <div class="line-wrap position-absolute">
  569.                    <div class="line-wrap-image">
  570.                        <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/top/top_line03.svg" class="max-100 line">
  571.                    </div>
  572.                    <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/top/top_line03_text.png" class="max-100 text" alt="our mission">
  573.                </div>
  574.                <div class="d-flex justify-content-between mt100 col-11 col-xl-10">
  575.                    <div class="cnt01-item03-row02-item cnt01-item03-row02-left">
  576.                        <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/top/top07.png" class="max-100">
  577.                    </div>
  578.                    <div class="cnt01-item03-row02-item cnt01-item03-row02-right">
  579.                        <h2 class="f_28 ls_100 fw-medium lh_20 text-to-top">
  580.                            メガネを通じ、<br class="sp">あらゆる業界のビジネス・<br>
  581.                            人々の生活に貢献するために。
  582.                        </h2>
  583.                        <p class="f_16 fw-medium ls_100 lh_20 mt40">
  584.                            わたしたちは「視る」という重要な情報伝達を支えることで、世の中の利便性向上を担い、豊かさを生み出します。
  585.                        </p>
  586.                        <a href="https://www.meigan.co.jp/about/" class="cmn-btn orange fw-medium f_18 ls_100 mt40 ml-auto fit">
  587.                            名古屋眼鏡の想い
  588.                            <span class="material-symbols-outlined f_22 ml30">east</span>
  589.                        </a>
  590.                    </div>
  591.                </div>
  592.            </div>
  593.  
  594.        </section>
  595.  
  596.        <section class="cnt02 pt150 pb100 bg_gray">
  597.            <div class="cnt02-inner container1280">
  598.                <div class="cnt02-row01 d-flex align-items-center justify-content-between col-11 mx-auto position-relative">
  599.                    <div class="cnt02-row01-item cnt02-row01-left">
  600.                        <h2 class="f_24 fw-semi white ls_100 mr30">
  601.                            わたしたちの事業
  602.                            <span class="f_20 fw-en white ls_100 d-block mt10">
  603.                                Businesses
  604.                            </span>
  605.                        </h2>
  606.                    </div>
  607.                    <div class="cnt02-row01-item cnt02-row01-right">
  608.                        <h3 class="f_38 ls_100 fw-medium white">
  609.                            メガネを軸に<span class="f_38 ls_100 fw-medium white d-inline-block">可能性を</span><span class="f_38 ls_100 fw-medium white d-inline-block">広げる。</span>
  610.                        </h3>
  611.                    </div>
  612.                    <p class="f_80 fw-en300 stroke position-absolute lh_10 text-center">
  613.                        Supporting <br class="sp">The Businesses <br>
  614.                        And Lives Of All
  615.                    </p>
  616.                </div>
  617.  
  618.                <div class="cnt02-item02 mt60 position-relative">
  619.                    <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/top/top08.png" class="max-100 mx-auto  wow animate__animated animate__fadeInUp pc" data-wow-delay=".4s" alt="流通・卸販売 企画・開発メーカー OEMメーカー 相手先ブランド製造">
  620.                    <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/top/top08_sp01.png" class="max-100 mx-auto sp wow animate__animated animate__fadeInUp mt160" data-wow-delay=".4s" alt="流通・卸販売 販促・店舗支援">
  621.                    <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/top/top08_sp02.png" class="max-100 mx-auto sp wow animate__animated animate__fadeInUp" data-wow-delay=".4s" alt="Meiganブランド企画開発・製造">
  622.                    <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/top/top08_sp03.png" class="max-100 mx-auto sp wow animate__animated animate__fadeInUp" data-wow-delay=".4s" alt="流OEM 企画提案・製造">
  623.                    <a href="https://www.meigan.co.jp/business/" class="cmn-btn white fw-medium f_18 ls_100 ml-auto fit mt60">
  624.                        わたしたちの事業
  625.                        <span class="material-symbols-outlined f_22 ml30">east</span>
  626.                    </a>
  627.                </div>
  628.  
  629.            </div>
  630.        </section>
  631.  
  632.        <section class="cnt03 pt110 pb160">
  633.            <div class="cnt03-inner container1280">
  634.                <div class="cnt03-row d-flex justify-content-between">
  635.                    <div class="cnt03-row-item cnt03-row-left w-25 mr40">
  636.                        <h2 class="f_28 fw-medium ls_100 d-flex align-items-center">
  637.                            <span class="fw-en f_20 orange ls_100 text-center d-block mr20">
  638.                                News
  639.                                <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/top/title_news.svg" class="max-100 mx-auto mt10">
  640.                            </span>
  641.                            新着情報
  642.                        </h2>
  643.                    </div>
  644.                    <div class="cnt03-row-item cnt03-row-right news-wrap w-75 wow animate__animated animate__fadeInUp">
  645.                    
  646.                    
  647.                        <a href="https://www.meigan.co.jp/news/808/" class="news-wrap-box pb10 d-flex justify-content-between opacity">
  648.                            <p class="gray f_14 ls_100 d-inline-block mr30">
  649.                                2024.4.9                            </p>
  650.                            <p class="f_16 ls_100 lh_18 w-75">
  651.                                2024年EGF(アイグラスフェア)出展                            </p>
  652.                        </a>
  653.  
  654.                        
  655.                        <a href="https://www.meigan.co.jp/news/755/" class="news-wrap-box pb10 d-flex justify-content-between opacity">
  656.                            <p class="gray f_14 ls_100 d-inline-block mr30">
  657.                                2024.4.4                            </p>
  658.                            <p class="f_16 ls_100 lh_18 w-75">
  659.                                4・5月大型連休中の弊社営業体制について                            </p>
  660.                        </a>
  661.  
  662.                        
  663.                        <a href="https://www.meigan.co.jp/news/733/" class="news-wrap-box pb10 d-flex justify-content-between opacity">
  664.                            <p class="gray f_14 ls_100 d-inline-block mr30">
  665.                                2024.3.19                            </p>
  666.                            <p class="f_16 ls_100 lh_18 w-75">
  667.                                2024年EOF(エクセレントオプチカルフェア)出展&名古屋仕入会開催                            </p>
  668.                        </a>
  669.  
  670.                                                
  671.                    </div>
  672.                </div>
  673.  
  674.                <a href="https://www.meigan.co.jp/news/" class="cmn-btn orange fw-medium f_18 ls_100 ml-auto fit mt40">
  675.                    新着情報一覧
  676.                    <span class="material-symbols-outlined f_22 ml30">east</span>
  677.                </a>
  678.            </div>
  679.        </section>
  680.  
  681.        <section class="cnt04 banner bg_gray02 py130">
  682.            <div class="cnt04-inner banner-inner container1280">
  683.                <div class="cnt04-item01 banner-item01">
  684.                    <a href="https://www.meigan.co.jp/products/" class="banner-row d-flex align-items-stretch wow animate__animated animate__fadeInUp">
  685.                        <div class="banner-row-item banner-row-left w-50">
  686.                            <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/top/top9.jpg" class="max-100 object">
  687.                        </div>
  688.                        <div class="banner-row-item banner-row-right py40 px40 bg_white w-50 d-flex flex-column justify-content-center align-items-center">
  689.                           <h2 cl ass="f_24 ls_100 fw-medium text-center">
  690.                            <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/common/megane_icon.svg" class="max-100 mx-auto mb10">
  691.                            プロダクト
  692.                            </h2>
  693.                            <div class="banner-row02 d-flex justify-content-center mt40">
  694.                                <div class="banner-row02-item bg_black justify-content-center">
  695.                                    <p class="f_16 ls_100 text-center white fw-medium">
  696.                                        代理店<br>
  697.                                        ブランド
  698.                                    </p>
  699.                                </div>
  700.                                <div class="banner-row02-item bg_orange justify-content-center">
  701.                                    <p class="f_16 ls_100 text-center white fw-medium">
  702.                                        Meigan<br>
  703.                                        ブランド
  704.                                    </p>
  705.                                </div>
  706.                                <div class="banner-row02-item bg_black justify-content-center">
  707.                                    <p class="f_16 ls_100 text-center white fw-medium">
  708.                                        OEM
  709.                                    </p>
  710.                                </div>
  711.                            </div>
  712.                        </div>
  713.                    </a>
  714.                    <a href="https://www.meigan.co.jp/products/item/" class="banner-row d-flex align-items-stretch mt20 wow animate__animated animate__fadeInUp" tada-wow-delay=".3s">
  715.                        <div class="banner-row-item banner-row-left w-50">
  716.                            <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/top/top10.jpg" class="max-100 object">
  717.                        </div>
  718.                        <div class="banner-row-item banner-row-right pt40 pb20 px80 bg_white w-50 d-flex flex-column justify-content-center align-items-center">
  719.                            <h2 cl ass="f_24 ls_100 fw-medium text-center">
  720.                                <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/business/marketing/shop/shop07.png" width="50px" class="max-100 mx-auto mb10">
  721.                                Meiganブランド一覧
  722.                            </h2>
  723.                            <div class="banner-row03 d-flex flex-wrap justify-content-between mt40">
  724.                                <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/top/meo_logo.png" class="max-100" alt="術後専用の保護メガネ メオガードシリーズ">
  725.                                <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/top/ice_logo.png" class="max-100" alt="メオアイス">
  726.                                <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/top/cacalu_logo.png" class="max-100" alt="首掛けタイプのお手元メガネ CACALU">
  727.                                <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/top/colorfulook_logo.png" class="max-100" alt="COLORFULOOK">
  728.                                <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/top/squacy_logo.png" class="max-100" alt="SQUACY">
  729.                                <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/top/fieldgate_logo.png" class="max-100" alt="FIELD GATE">
  730.                            </div>
  731.                        </div>
  732.                    </a>
  733.                </div>
  734.            </div>
  735.            <div class="cnt04-item02 mt140 container1280">
  736.                <div class="cnt04-item02-row d-flex justify-content-between wow animate__animated animate__fadeInUp">
  737.                    <a href="https://www.meigan.co.jp/company/" class="cnt04-item02-row-item d-block">
  738.                        <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/top/top11.jpg" class="thum">
  739.                        <div class="d-flex justify-content-center align-items-center bg_white py10 px60">
  740.                            <p class="f_20 fw-en orange ls_100">
  741.                                Company
  742.                            </p>
  743.                            <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/common/company_icon.svg" class="max-100 mx40">
  744.                            <p class="f_24 ls_100 fw-medium">
  745.                                企業情報
  746.                            </p>
  747.                        </div>
  748.                    </a>
  749.                </div>
  750.            </div>
  751.        </section>
  752.  
  753.        <section class="cnt05 pt80 pb100">
  754.            <div class="cnt05-inner container1280">
  755.                <h2 class="f_28 fw-medium ls_100 d-flex align-items-center">
  756.                    <span class="fw-en f_20 orange ls_100 text-center d-block mr20">
  757.                        Blog
  758.                        <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/top/title_blog.svg" class="max-100 mx-auto mt10">
  759.                    </span>
  760.                    メイガン ブログ
  761.                </h2>
  762.  
  763.                <div class="cnt05-row blog-row mt40 d-flex justify-content-between flex-wrap wow animate__animated animate__fadeInUp">
  764.  
  765.                    
  766.                    
  767.                    <a href="https://www.meigan.co.jp/blog/830/" class="blog-row-item d-flex pb20 justify-content-between opacity">
  768.                        <div class="blog-row-item-image">
  769.                                                            <img width="970" height="642" src="https://www.meigan.co.jp/_wp/wp-content/uploads/2024/05/歓迎会.png" class="attachment-full size-full wp-post-image" alt="" decoding="async" fetchpriority="high" srcset="https://www.meigan.co.jp/_wp/wp-content/uploads/2024/05/歓迎会.png 970w, https://www.meigan.co.jp/_wp/wp-content/uploads/2024/05/歓迎会-300x199.png 300w, https://www.meigan.co.jp/_wp/wp-content/uploads/2024/05/歓迎会-768x508.png 768w" sizes="(max-width: 970px) 100vw, 970px" />                                                    </div>
  770.                        <div class="blog-text-wrap">
  771.                            <div class="d-flex align-items-center justify-content-between flex-wrap">
  772.                                <p class="f_14 ls_100 gray mr20">
  773.                                    2024.4.30                                </p>
  774.                                <p class="f_14 ls_100 text-center px30 fit cat">
  775.                                    社員ブログ                                </p>
  776.                            </div>
  777.                            <p class="f_16 ls_100 lh_18 mt30">
  778.                                新入社員歓迎会を実施しました!                            </p>
  779.                        </div>
  780.                    </a>
  781.  
  782.                    
  783.                    <a href="https://www.meigan.co.jp/blog/819/" class="blog-row-item d-flex pb20 justify-content-between opacity">
  784.                        <div class="blog-row-item-image">
  785.                                                            <img width="1000" height="667" src="https://www.meigan.co.jp/_wp/wp-content/uploads/2024/04/campaign-creators-e6n7uoEnYbA-unsplash.jpg" class="attachment-full size-full wp-post-image" alt="" decoding="async" srcset="https://www.meigan.co.jp/_wp/wp-content/uploads/2024/04/campaign-creators-e6n7uoEnYbA-unsplash.jpg 1000w, https://www.meigan.co.jp/_wp/wp-content/uploads/2024/04/campaign-creators-e6n7uoEnYbA-unsplash-300x200.jpg 300w, https://www.meigan.co.jp/_wp/wp-content/uploads/2024/04/campaign-creators-e6n7uoEnYbA-unsplash-768x512.jpg 768w" sizes="(max-width: 1000px) 100vw, 1000px" />                                                    </div>
  786.                        <div class="blog-text-wrap">
  787.                            <div class="d-flex align-items-center justify-content-between flex-wrap">
  788.                                <p class="f_14 ls_100 gray mr20">
  789.                                    2024.4.23                                </p>
  790.                                <p class="f_14 ls_100 text-center px30 fit cat">
  791.                                    社員ブログ                                </p>
  792.                            </div>
  793.                            <p class="f_16 ls_100 lh_18 mt30">
  794.                                健康経営優良法人認定からの改善検討                            </p>
  795.                        </div>
  796.                    </a>
  797.  
  798.                    
  799.                    <a href="https://www.meigan.co.jp/blog/768/" class="blog-row-item d-flex pb20 justify-content-between opacity">
  800.                        <div class="blog-row-item-image">
  801.                                                            <img width="970" height="642" src="https://www.meigan.co.jp/_wp/wp-content/uploads/2024/04/入社式写真.png" class="attachment-full size-full wp-post-image" alt="" decoding="async" srcset="https://www.meigan.co.jp/_wp/wp-content/uploads/2024/04/入社式写真.png 970w, https://www.meigan.co.jp/_wp/wp-content/uploads/2024/04/入社式写真-300x199.png 300w, https://www.meigan.co.jp/_wp/wp-content/uploads/2024/04/入社式写真-768x508.png 768w" sizes="(max-width: 970px) 100vw, 970px" />                                                    </div>
  802.                        <div class="blog-text-wrap">
  803.                            <div class="d-flex align-items-center justify-content-between flex-wrap">
  804.                                <p class="f_14 ls_100 gray mr20">
  805.                                    2024.4.1                                </p>
  806.                                <p class="f_14 ls_100 text-center px30 fit cat">
  807.                                    社員ブログ                                </p>
  808.                            </div>
  809.                            <p class="f_16 ls_100 lh_18 mt30">
  810.                                入社式¦新たに3名の仲間が増えました!                            </p>
  811.                        </div>
  812.                    </a>
  813.  
  814.                    
  815.                    <a href="https://www.meigan.co.jp/blog/759/" class="blog-row-item d-flex pb20 justify-content-between opacity">
  816.                        <div class="blog-row-item-image">
  817.                                                            <img width="970" height="642" src="https://www.meigan.co.jp/_wp/wp-content/uploads/2024/04/実行計画勉強会サムネイル.png" class="attachment-full size-full wp-post-image" alt="" decoding="async" srcset="https://www.meigan.co.jp/_wp/wp-content/uploads/2024/04/実行計画勉強会サムネイル.png 970w, https://www.meigan.co.jp/_wp/wp-content/uploads/2024/04/実行計画勉強会サムネイル-300x199.png 300w, https://www.meigan.co.jp/_wp/wp-content/uploads/2024/04/実行計画勉強会サムネイル-768x508.png 768w" sizes="(max-width: 970px) 100vw, 970px" />                                                    </div>
  818.                        <div class="blog-text-wrap">
  819.                            <div class="d-flex align-items-center justify-content-between flex-wrap">
  820.                                <p class="f_14 ls_100 gray mr20">
  821.                                    2024.3.31                                </p>
  822.                                <p class="f_14 ls_100 text-center px30 fit cat">
  823.                                    取り組み紹介                                </p>
  824.                            </div>
  825.                            <p class="f_16 ls_100 lh_18 mt30">
  826.                                半期の行動計画¦実行計画作成勉強会                            </p>
  827.                        </div>
  828.                    </a>
  829.  
  830.                                        
  831.                </div>
  832.                <a href="https://www.meigan.co.jp/blog/" class="cmn-btn orange fw-medium f_18 ls_100 ml-auto fit mt40">
  833.                    メイガン ブログ一覧
  834.                    <span class="material-symbols-outlined f_22 ml30">east</span>
  835.                </a>
  836.  
  837.            </div>
  838.        </section>
  839.  
  840.        <section class="cnt06">
  841.            <div class="cnt06-inner container1280">
  842.                <div class="cnt06-item wow animate__animated animate__fadeInUp">
  843.                    <a href="https://www.meigan.co.jp/technician/" class="opacity">
  844.                        <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/top/top13.jpg" class="max-100 mx-auto pc" alt="国家検定資格 眼鏡作製技能検定 / 眼鏡作製技能士とは / 眼鏡において最適な提案・販売・ケアを行う総合エキスパート。 / くわしく見る">
  845.                        <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/top/top13_sp.jpg" class="max-100 mx-auto sp" alt="国家検定資格 眼鏡作製技能検定 / 眼鏡作製技能士とは / 眼鏡において最適な提案・販売・ケアを行う総合エキスパート。 / くわしく見る">
  846.                    </a>
  847.                </div>
  848.            </div>
  849.        </section>
  850.  
  851.        <section class="cnt07 mt200 mb60">
  852.            <div class="cnt07-inner col-11 mx-auto">
  853.                <div class="cnt07-row pt300">
  854.                    <div class="d-flex col-11 mx-auto pb50 justify-content-between">
  855.                        <div class="cnt07-row-item cnt07-row-left mt30 mr20 wow animate__animated animate__fadeInUp">
  856.                            <h2 class="f_42 fw-semi ls_100 white position-relative">
  857.                                お問合せ
  858.                                <span class="f_100 fw-en ls_40 position-absolute gray04">
  859.                                    Contact Form
  860.                                </span>
  861.                            </h2>
  862.                            <p class="f_24 mt30 ls_100 white lh_16">
  863.                                製品に関することなど、<span class="f_24 mt30 ls_100 white lh_16 d-inline-block">お気軽に</span><br class="sp"><span class="f_24 mt30 ls_100 white lh_16 d-inline-block">ご相談</span><span class="f_24 mt30 ls_100 white lh_16 d-inline-block">下さい。</span>
  864.                            </p>
  865.                        </div>
  866.                        <div class="cnt07-row-item cnt07-row-right wow animate__animated animate__fadeInUp" data-wow-delay=".3s">
  867.                            <div class="cnt07-row02 d-flex justify-content-between">
  868.                                <div class="cnt07-row02-item mr40">
  869.                                    <h3 class="f_20 fw-bold ls_100 text-center bg_white py10 px40">
  870.                                        お客様専用
  871.                                    </h3>
  872.                                    <a href="https://www.meigan.co.jp/contact/" class="cmn-btn fw-bold f_18 ls_100 pb10 mt30">
  873.                                        <span class="material-icons-outlined f_32 d-block mr10">email</span>
  874.                                        <span class="fw-bold f_18 ls_100 d-inline-block">お問合せ<span class="fw-bold f_18 ls_100 d-inline-block">フォーム</span></span>
  875.                                        <span class="material-symbols-outlined f_18 ml20 bg_white">east</span>
  876.                                    </a>
  877.                                    <a href="tel:050-3786-2112" class="cmn-btn fw-en f_34 ls_100 pb10 mt10">
  878.                                        <span class="material-icons-outlined f_32 d-block mr10">phonelink_ring</span>
  879.                                        050-3786-2112
  880.                                    </a>
  881.                                </div>
  882.                                <div class="cnt07-row02-item">
  883.                                    <h3 class="f_20 fw-bold ls_100 text-center bg_black white py10 px40">
  884.                                        お取引先様専用
  885.                                    </h3>
  886.                                    <a href="https://www.secure-cloud.jp/sf/business/1687240564IVnicapG" target="_blank" class="cmn-btn fw-bold f_18 ls_100 pb10 mt30">
  887.                                        <span class="material-icons-outlined f_32 d-block mr10">email</span>
  888.                                        <span class="fw-bold f_18 ls_100 d-inline-block">
  889.                                            お問合せ<span class="fw-bold f_18 ls_100 d-inline-block">フォーム</span>
  890.                                        </span>
  891.                                        <span class="material-symbols-outlined f_18 ml20 bg_black">east</span>
  892.                                    </a>
  893.                                    <a href="tel:052-261-6561" class="cmn-btn fw-en f_34 ls_100 pb10 mt10">
  894.                                        <span class="material-icons-outlined f_32 d-block mr10">phonelink_ring</span>
  895.                                        052-261-6561
  896.                                    </a>
  897.                                </div>
  898.                            </div>
  899.                            <p class="f_18 ls_100 fw-medium text-center mt30">
  900.                                電話受付時間 月~土 9:30~17:00 祝日 10:00~16:00
  901.                            </p>
  902.                        </div>
  903.                    </div>
  904.  
  905.                </div>
  906.            </div>
  907.        </section>
  908.  
  909.    </main>
  910.  
  911.    <footer>
  912.        <section class="footer-inner">
  913.            <div class="footer-item01 bg_gray04 pt80 pb110">
  914.                <div class="container1280">
  915.                    <div class="footer-item01-row d-flex justify-content-between flex-wrap">
  916.                        <div class="footer-item01-row-item mr30 mb60">
  917.                            <a href="https://www.meigan.co.jp" class="f_20 fw-medium white ls_100 d-block fit">
  918.                                トップページ
  919.                            </a>
  920.                            <a href="https://www.meigan.co.jp/about/" class="f_20 fw-medium white ls_100 d-block fit">
  921.                                名古屋眼鏡の想い
  922.                            </a>
  923.                            <div class="footer-item01-row-item-box mt60">
  924.                                <a href="https://www.meigan.co.jp/business/" class="f_20 fw-medium white ls_100 d-block fit">
  925.                                    わたしたちの事業
  926.                                </a>
  927.                                <a href="https://www.meigan.co.jp/business/marketing/" class="f_16 fw-medium white ls_100 d-block fit">
  928.                                    ー 卸売業・販売支援
  929.                                </a>
  930.                                <a href="https://www.meigan.co.jp/business/marketing/meiganshop/" class="f_16 fw-medium white ls_100 d-block fit">
  931.                                     ー WEB発注システム【MeiganSHOP 】
  932.                                </a>
  933.                                <a href="https://www.meigan.co.jp/business/meigan/" class="f_16 fw-medium white ls_100 d-block fit">
  934.                                    ー Meiganブランド 企画開発・製造
  935.                                </a>
  936.                                <a href="https://www.meigan.co.jp/business/oem/" class="f_16 fw-medium white ls_100 d-block fit">
  937.                                    ー OEM 企画提案・製造
  938.                                </a>
  939.                            </div>
  940.                        </div>
  941.                        <div class="footer-item01-row-item mr30 mb60">
  942.                            <div class="footer-item01-row-item-box">
  943.                                <a href="https://www.meigan.co.jp/company/" class="f_20 fw-medium white ls_100 d-block fit">
  944.                                    企業情報
  945.                                </a>
  946.                                <a href="https://www.meigan.co.jp/company/outline/" class="f_16 fw-medium white ls_100 d-block fit">
  947.                                    ー 会社概要・沿革・アクセス
  948.                                </a>
  949.                                <a href="https://www.meigan.co.jp/company/philosophy/" class="f_16 fw-medium white ls_100 d-block fit">
  950.                                    ー 企業理念
  951.                                </a>
  952.                                <a href="https://www.meigan.co.jp/company/sdgs/" class="f_16 fw-medium white ls_100 d-block fit">
  953.                                    ー 取り組み一覧 SDGs
  954.                                </a>
  955.                            </div>
  956.                            <div class="footer-item01-row-item-box mt60">
  957.                                <a href="https://www.meigan.co.jp/products/" class="f_20 fw-medium white ls_100 d-block fit">
  958.                                    プロダクト
  959.                                </a>
  960.                                <a href="https://www.meigan.co.jp/products/agency/" class="f_16 fw-medium white ls_100 d-block fit">
  961.                                    ー 代理店ブランド
  962.                                </a>
  963.                                <a href="https://www.meigan.co.jp/products/item/" class="f_16 fw-medium white ls_100 d-block fit">
  964.                                    ー Meiganブランド一覧
  965.                                </a>
  966.                                <a href="https://www.meigan.co.jp/products/item/doc/" class="f_16 fw-medium white ls_100 d-block fit">
  967.                                     ー 商品添付文書のダウンロード
  968.                                </a>
  969.                                <a href="https://www.meigan.co.jp/products/oemproduction/" class="f_16 fw-medium white ls_100 d-block fit">
  970.                                    ー OEM
  971.                                </a>
  972.                            </div>
  973.                        </div>
  974.                        <div class="footer-item01-row-item">
  975.                            <div class="footer-item01-row-item-box">
  976.                                <a href="https://www.meigan.co.jp/customer/" class="f_20 fw-medium white ls_100 d-block fit">
  977.                                    お取引先様へ
  978.                                </a>
  979.                                <a href="https://www.meigan.co.jp/customer/help/" class="f_16 fw-medium white ls_100 d-block fit">
  980.                                    ー ログインできない場合
  981.                                </a>
  982.                                <a href="https://www.meigan.co.jp/customer/download/" class="f_16 fw-medium white ls_100 d-block fit">
  983.                                    ー  商品画像・動画のダウンロード
  984.                                </a>
  985.                                <a href="https://www.meigan.co.jp/customer/link/" class="f_16 fw-medium white ls_100 d-block fit">
  986.                                    ー 取引メーカーリンク集
  987.                                </a>
  988.                            </div>
  989.                            <div class="footer-item01-row-item-box mt60">
  990.                                <a href="https://www.meigan.co.jp/news/" class="f_16 fw-medium white ls_100 d-block fit">
  991.                                    新着情報
  992.                                </a>
  993.                                <a href="https://www.meigan.co.jp/blog/" class="f_16 fw-medium white ls_100 d-block fit">
  994.                                    メイガン ブログ
  995.                                </a>
  996.                                <a href="https://www.meigan.co.jp/technician/" class="f_16 fw-medium white ls_100 d-block fit">
  997.                                    国家検定【 眼鏡作製技能士 】
  998.                                </a>
  999.                            </div>
  1000.                        </div>
  1001.                    </div>
  1002.                </div>
  1003.            </div>
  1004.            <div class="footer-item02 pt60 pb110">
  1005.                <div class="container1280">
  1006.                    <div class="footer-item02-row d-flex justify-content-between align-items-center">
  1007.                        <div class="footer-item02-row-item footer-item02-row-left">
  1008.                            <a href="https://www.meigan.co.jp" class="opacity">
  1009.                                <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/common/logo.png" class="max-100" alt="Meigan 名古屋眼鏡株式会社">
  1010.                            </a>
  1011.                        </div>
  1012.                        <div class="footer-item02-row-item footer-item02-row-right d-flex justify-content-between align-items-center w-50">
  1013.                            <div class="sns" style="display: flex; gap:20px">
  1014.                                <a href="https://www.instagram.com/meigan_nagoya_gankyo/" target="_blank" class="opacity">
  1015.                                    <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/common/instagram.svg" class="max-100" alt="Instagram">
  1016.                                </a>
  1017.                                <a href="https://twitter.com/Meigan_Megane" target="_blank" class="opacity">
  1018.                                    <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/common/x_logo.png" class="max-100" alt="x_logo">
  1019.                                </a>
  1020.                            </div>
  1021.                            <a href="https://www.meigan.co.jp/privacy/" class="f_16 ls_100">
  1022.                                    プライバシーポリシー
  1023.                            </a>
  1024.                            <small class="f_16 ls_100 d-block fit">
  1025.                                © Nagoya Gankyo Co.,Inc.
  1026.                            </small>
  1027.                        </div>
  1028.                    </div>
  1029.                </div>
  1030.            </div>
  1031.        </section>
  1032.    </footer>
  1033.  
  1034.    <a id="pagetop" class="wrap_btn" href="#">
  1035.        <div class="wrap_btn_img">
  1036.            <img src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/img/common/pagetop.png" class="max-100" alt="Page top">
  1037.        </div>
  1038.    </a>
  1039.  
  1040.    
  1041.  
  1042.    <script type="text/javascript" src="//code.jquery.com/jquery-1.11.0.min.js"></script>
  1043.    <script type="text/javascript" src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
  1044.    <script type="text/javascript" src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/js/sp_menu.js"></script>
  1045.    <script src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/js/simpleParallax.js"></script>
  1046.  
  1047.    <script type="text/javascript" src="https://www.meigan.co.jp/_wp/wp-content/themes/meigan/js/slick.min.js"></script>
  1048.    <script>
  1049.        $('.mv-slider').slick({
  1050.            arrows: false,
  1051.            autoplay: true,
  1052.            fade: true,
  1053.            autoplaySpeed: 2000,
  1054.            infinite: true,
  1055.            slidesToShow: 1,
  1056.            slidesToScroll: 1,
  1057.            speed: 1500,
  1058.            pauseOnFocus: false,
  1059.            pauseOnHover: false,
  1060.            swipe: false,
  1061.        });
  1062.  
  1063.              
  1064.        // メイン画像
  1065.        $(".item-slider").slick({
  1066.            autoplay: false, // 自動再生OFF
  1067.            arrows: false, // 矢印非表示
  1068.            fade:true,
  1069.            arrows: false,
  1070.            asNavFor: ".item-thum", // サムネイルと同期
  1071.            pauseOnFocus: false,
  1072.            pauseOnHover: false,
  1073.            swipe: false,
  1074.        });
  1075.  
  1076.        // サムネイルのオプション
  1077.        var slideCount = $('.item-thum-item').length;
  1078.        $(".item-thum").slick({
  1079.            slidesToShow: Math.max(1, slideCount), // サムネイルの表示数
  1080.            asNavFor: ".item-slider", // メイン画像と同期
  1081.            arrows: false, // 矢印非表示
  1082.            focusOnSelect: true, // サムネイルクリックを有効化
  1083.            pauseOnFocus: false,
  1084.            pauseOnHover: false,
  1085.            swipe: false,
  1086.            infinite: false
  1087.        });
  1088.    </script>
  1089. </body>
  1090.  
  1091. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda