{"product_id":"gl-mt6000","title":"Flint 2 (GL-MT6000) Wi-Fi 6 高性能ホームルーター","description":"\n\u003cstyle\u003e\n  html,\n  body {\n    overflow-x: hidden\n  }\n  .mt6000-scene-3 h1 {\n    margin: 0;\n    margin-bottom: 0.75rem;\n    font-size: 2.5rem;\n    @media (max-width: 768px){\n      font-size: 1.75rem;\n    }\n  }\n  #youtube-playlist-container {\n    display: flex;\n    flex-direction: column;\n    \/* Stack items vertically *\/\n    align-items: center;\n    \/* Center items horizontally *\/\n  }\n\n  \/* Style for the video player container *\/\n  #playlistVideo {\n    width: 100%;\n    \/* Set width to 100% for responsiveness *\/\n    width: 660px;\n    \/* Set a maximum width for larger screens *\/\n    margin: 0 auto;\n    \/* Center the player horizontally *\/\n    height: 520px;\n  }\n\n  @media only screen and (max-width: 767px) {\n    #playlistVideo {\n      width: 450px;\n      \/* Set width to 100% for screens up to 767px (typical tablets and mobile devices) *\/\n      max-width: none;\n      \/* Remove max-width for mobile responsiveness *\/\n      margin: 0;\n      \/* Remove any margin for mobile responsiveness *\/\n      height: 320px;\n    }\n  }\n\n  #ytplaylist {\n    overflow-y: auto;\n    \/* Enable vertical scrolling *\/\n    white-space: nowrap;\n    \/* Prevent items from wrapping to the next line *\/\n    display: flex;\n    flex-direction: column;\n    \/* Align items vertically *\/\n    background-color: black;\n    \/* Set background color to black *\/\n    padding: 20px;\n    \/* Add padding for better appearance *\/\n    max-height: 520px;\n    \/* Set max-height to the same value as the video player's height *\/\n  }\n\n  \/* Style for each playlist item *\/\n  #ytplaylist li {\n    list-style: none;\n    \/* Remove list-style points *\/\n    text-align: left;\n    margin-bottom: 10px;\n    display: flex;\n    align-items: center;\n    \/* Align items vertically *\/\n    transition: background-color 0.3s ease-in-out;\n    \/* Add a smooth transition effect for background color *\/\n  }\n\n  \/* Style for the playlist item on hover *\/\n  #ytplaylist li:hover {\n    background-color: #333;\n    \/* Change background color on hover *\/\n    border-radius: 15px;\n  }\n\n  \/* Style for the thumbnail images *\/\n  #ytplaylist img {\n    cursor: pointer;\n    border: 2px solid #ddd;\n    \/* Add a border to make it visually distinct *\/\n    border-radius: 8px;\n    transition: border-color 0.3s ease-in-out;\n    \/* Add a smooth transition effect *\/\n    margin-right: 10px;\n    \/* Add margin to separate image and title *\/\n    width: 150px;\n    \/* Set the image width *\/\n  }\n\n  \/* Style for the thumbnail images on hover *\/\n  #ytplaylist img:hover {\n    border-color: #555;\n    \/* Change border color on hover *\/\n  }\n\n  \/* Style for the video title container *\/\n  #ytplaylist .title-container {\n    max-width: 250px;\n    \/* Set the maximum width for the title container *\/\n    width: 100%;\n    \/* Ensure it takes up the available width *\/\n    white-space: normal;\n    \/* Allow text to break into multiple lines *\/\n  }\n\n  \/* Style for the video title *\/\n  #ytplaylist .video-title {\n    font-size: 14px;\n    color: white;\n    \/* Set text color to white *\/\n    transition: color 0.3s ease-in-out;\n    \/* Add a smooth transition effect for text color *\/\n    text-align: left;\n    \/* Align text to the left *\/\n  }\n\n  \/* Style for the video title on hover *\/\n  #ytplaylist li:hover .video-title {\n    color: #fff;\n    \/* Change text color on hover *\/\n  }\n\n  @media (max-width: 767px) {\n\n    .tab-panel,\n    .pxu-tabs.pxu-tabs--bottom-true {\n      padding: 0\n    }\n\n    .mt3000-d .nav-link {\n      padding: 6px 0;\n      font-size: 14px;\n    }\n\n    .mt3000-d .nav-item\u003ei {\n      display: none;\n    }\n\n    .mt3000-d .carousel-item {\n      padding: 10px !important;\n      font-size: 16px !important;\n    }\n\n    .mt3000-d .carousel-item h5 {\n      font-size: 16px !important;\n    }\n\n  }\n\n  .text-mt6000 {\n    font-size: 1.5rem;\n    color: #3f20c4;\n  }\n\n  .mt6000-bg-primary {\n    background-color: #3f20c4 !important;\n  }\n\n  .mt6000-bg-secondary {\n    background-color: #3f20c4 !important;\n  }\n\n  .btn-round-mt6000 {\n    background-color: #3f20c4;\n    color: #FFF !important;\n    border-radius: 50px;\n    padding: 1rem 2rem;\n    text-transform: uppercase;\n    font-weight: bold;\n  }\n\n  .btn-round-normal {\n    border-radius: 50px;\n    padding: 1rem 2rem;\n    text-transform: uppercase;\n    font-weight: 700;\n  }\n\n  .btn-round-mt6000:hover {\n    background-color: #FFF;\n    color: #3f20c4 !important;\n    border-color: #3f20c4;\n  }\n\n\n  #mailchimp-mt6000 input {\n    border: medium none;\n    color: gray;\n    font-size: 16px;\n    padding: 8px 25px;\n    width: auto;\n    height: 50px;\n    border-radius: 25px 0px 0px 25px;\n\n    @include media-breakpoint-down(xs) {\n      width: 235px;\n      height: 40px;\n      font-size: 13px;\n      padding: 8px 16px;\n    }\n\n  }\n\n  #mailchimp-mt6000 input.email {\n    background: #fff;\n  }\n\n  #mailchimp-mt6000 input[type=\"submit\"] {\n    background: #3f20c4;\n    color: #fff;\n    cursor: pointer;\n    font-size: 15px;\n    width: 135px;\n    height: 50px;\n    padding: 8px 3px;\n    border-radius: 0px 25px 25px 0px;\n    text-transform: uppercase;\n    font-weight: bold;\n\n    @include media-breakpoint-down(xs) {\n      width: 100%;\n      height: 40px;\n      font-size: 13px;\n      padding: 8px 13px;\n    }\n  }\n\n  #mailchimp-mt6000 input[type=\"submit\"]:hover {\n    background-color: #2f1ca0;\n    color: #FFF;\n  }\n\n\n  .mt6000-scene-1 {\n    background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_scene_1.jpg');\n    background-size: cover;\n    height: 32rem;\n    background-position: right center;\n    background-repeat: no-repeat;\n\n    @include media-breakpoint-down(xs) {\n      background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_scene_1_mobile.jpg');\n    }\n  }\n\n  .mt6000-scene-2 {\n    background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_scene_2.jpg');\n    background-size: cover;\n    height: 32rem;\n    background-position: right center;\n    background-repeat: no-repeat;\n\n    @include media-breakpoint-down(xs) {\n      background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_scene_2_mobile.jpg');\n    }\n  }\n\n  .mt6000-scene-3 {\n    background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_scene_3.jpg');\n    background-size: cover;\n    height: 42rem;\n    background-position: center;\n    background-repeat: no-repeat;\n\n    @include media-breakpoint-down(xs) {\n      background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_scene_3_mobile.jpg');\n    }\n  }\n\n  .mt6000-scene-3-text {\n    margin-top: 80px;\n    font-size: 45px;\n\n    @include media-breakpoint-down(xs) {\n      margin-top: 5px;\n    }\n  }\n\n  .gradient-text {\n    background-color: #f3ec78;\n    background-image: linear-gradient(to right, #a201f6, #9200f7, #8100f7, #6d00f8, #5500f8, #4323fb, #2d34fd, #0040ff, #0057ff, #006bff, #007cff, #328cfe);\n    background-size: 100%;\n    -webkit-background-clip: text;\n    -moz-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    -moz-text-fill-color: transparent;\n  }\n\n\n  .gradient-icon {\n    background: -webkit-gradient(linear, left top, left bottom, from(#a201f6), to(#328cfe));\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    margin-bottom: 1.5rem;\n  }\n\n  .mt6000-scene-gaming {\n    background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_scene_gaming.jpg');\n    background-size: cover;\n    height: 48rem;\n    background-position: center;\n    background-repeat: no-repeat;\n\n    @media (max-width: 575.98px) {\n      background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_scene_gaming_mobile.jpg');\n    }\n  }\n\n  .mt6000-gaming-block {\n    margin-top: 165px;\n\n    @media (max-width: 575.98px) {\n        margin-top: 35px;\n    }\n  }\n\n  .video-header-mt6000 {\n    position: relative;\n    background-color: black;\n    opacity: 0.95;\n    height: 45rem;\n    min-height: 25rem;\n    width: 100%;\n    overflow: hidden;\n  }\n\n  .video-header-mt6000 video {\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    min-width: 100%;\n    min-height: 100%;\n    width: auto;\n    height: auto;\n    z-index: 0;\n    -ms-transform: translateX(-50%) translateY(-50%);\n    -moz-transform: translateX(-50%) translateY(-50%);\n    -webkit-transform: translateX(-50%) translateY(-50%);\n    transform: translateX(-50%) translateY(-50%);\n  }\n\n  .video-header-mt6000 .container {\n    position: relative;\n    z-index: 2;\n  }\n\n  .video-header-mt6000 .overlay {\n    position: absolute;\n    top: 0;\n    left: 0;\n    height: 100%;\n    width: 100%;\n    background-color: black;\n    opacity: 0.45;\n    z-index: 1;\n  }\n\n  @media (pointer: coarse) and (hover: none) {\n    .video-header-mt6000 {\n      background: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_bg_teaser.mp4') black no-repeat center center scroll;\n    }\n\n    .video-header-mt6000 video {\n      display: none;\n    }\n  }\n  .gl-section-banner {\n  background-position: center;\n  -webkit-background-size: cover;\n  -moz-background-size: cover;\n  -o-background-size: cover;\n  background-size: cover;\n}\n\n.gl-banner-top {\n  height: 28rem;\n}\n\n.btn-round {\n  border-radius: 50px;\n  padding: 1rem 2rem;\n  text-transform: uppercase;\n  font-weight: bold;\n}\n@media (max-width: 1500px) {\n  \n.btn-round {\n  padding:1rem 1.25rem;\n}\n}\n\n@media (max-width: 768px) {\n  .btn-round {\n    font-size: 13px;\n    min-height: 50px;\n    border-radius: 50px;\n    padding: 14px 1.5rem;\n    text-transform: uppercase;\n    font-weight: bold;\n  }\n}\n\n.vpn-places {\n  background-image: url(\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-ar750s\/vpn_places.jpg\");\n  background-repeat: repeat-x;\n  background-position: bottom;\n  background-color: #f5f5f5;\n  height: 22rem;\n}\n\n.txt-lg {\n  font-size: 1.5rem;\n  color: #f5f5f5;\n}\n\n.hide {\n  display: none;\n}\n\n\/* vpn speed bar *\/\n.vpn-speed-bar {\n  background: transparent;\n  border-radius: 0%;\n  height: 30px;\n}\n\n.vpn-speed-bar \u003e .progress-bar {\n  text-align: right;\n  padding-right: 15px;\n}\n\/* vpn speed bar end *\/\n\n@media (max-width: 767.98px) {\n  .gl-banner-top {\n    height: auto !important;\n  }\n}\n\n@media (max-width: 575.98px) {\n  .header-text {\n    padding-left: 2rem;\n    padding-bottom: 3rem;\n  }\n}\n\n.icon-check {\n  color: #44b4b1;\n}\n\n.icon-asterisk {\n  color: #44b4b1;\n}\n\n.icon-minus {\n  color: #a1a1a1;\n}\n\n.carousel-indicators,\n.carousel-control-next,\n.carousel-control-prev {\n  filter: invert(20%);\n}\n\n\/* for video play button *\/\n.fa-play-circle {\n  transition-duration: 0.4s;\n}\n\n.fa-play-circle:hover {\n  opacity: 0.7;\n}\n\n\/* new style play button *\/\n.fa-circle-play {\n  transition-duration: 0.4s;\n}\n\n.fa-circle-play:hover {\n  opacity: 0.7;\n}\n\n\/* cloudflare section in product page *\/\n.product-cloudflare-section {\n  background: #f3f8fd;\n}\n\n\/* specs section in product page *\/\n.product-specs-section {\n  background-color: #f4f5f7;\n}\n.text-axt1800 {\n  font-size: 1.5rem;\n  color: #6539f4;\n}\n\n.axt1800-bg-primary {\n  background-color: #6539f4 !important;\n}\n\n.axt1800-bg-secondary {\n  background-color: #3f20c4 !important;\n}\n\n.btn-round-axt1800 {\n  background-color: #6539f4;\n  color: #FFF;\n  border-radius: 50px;\n  padding: 1rem 2rem;\n  text-transform: uppercase;\n  font-weight: bold;\n}\n\n@media (max-width: 768px) {\n  .btn-round-axt1800 {\n    min-height: 50px;\n    border-radius: 50px;\n    padding: 14px 1.5rem;\n    text-transform: uppercase;\n    font-weight: bold;\n  }\n}\n\n.btn-round-axt1800:hover { \n  background-color: #FFF;\n  color: #6539f4;\n  border-color: #6539f4;\n}\n\n.half_background-axt1800 {\n  background: linear-gradient(to top, rgb(232,227,255) 50%, transparent 50%);\n}\n\n#mailchimp-axt1800 input {\n  border: medium none;\n  color: gray;\n  font-size: 16px;\n  padding: 8px 25px;\n  width: auto;\n  height: 50px;\n  border-radius: 25px 0px 0px 25px;\n}\n\n@media (max-width: 575.98px) {\n  #mailchimp-axt1800 input {\n    width: 100%;\n    height: 40px;\n    font-size: 13px;\n  }\n}\n\n#mailchimp-axt1800 input.email {\n  background: #fff;\n}\n\n#mailchimp-axt1800 input[type=\"submit\"] {\n  background: #6539f4;\n  color: #fff;\n  cursor: pointer;\n  font-size: 15px;\n  width: 135px;\n  height: 50px;\n  padding: 8px 3px;\n  border-radius: 0px 25px 25px 0px;\n  text-transform: uppercase;\n  font-weight: bold;\n}\n\n@media (max-width: 575.98px) {\n  #mailchimp-axt1800 input[type=\"submit\"] {\n    width: 100%;\n    height: 40px;\n    font-size: 13px;\n    padding: 8px 13px;\n  }\n}\n\n#mailchimp-axt1800 input[type=\"submit\"]:hover { \n  background-color: #522ec9; \n  color: #FFF; \n}\n\n.axt1800-banner-scene1 {\n  background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-axt1800\/axt1800_scene_1.jpg');\n  height: 33rem;\n  background-size: cover;\n  background-position: center;\n  background-repeat: no-repeat;\n}\n\n@media (max-width: 575.98px) {\n  .axt1800-banner-scene1 {\n    background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-axt1800\/axt1800_scene_1_mobile.jpg');\n    height: 43rem;\n    background-position: top;\n  }\n}\n\n.video-header-axt1800 {\n  position: relative;\n  background-color: black;\n  height: 75vh;\n  min-height: 25rem;\n  width: 100%;\n  overflow: hidden;\n}\n\n.video-header-axt1800 video {\n  position: absolute;\n  top: 50%;\n  left: 50%;\n  min-width: 100%;\n  min-height: 100%;\n  width: auto;\n  height: auto;\n  z-index: 0;\n  -ms-transform: translateX(-50%) translateY(-50%);\n  -moz-transform: translateX(-50%) translateY(-50%);\n  -webkit-transform: translateX(-50%) translateY(-50%);\n  transform: translateX(-50%) translateY(-50%);\n}\n\n.video-header-axt1800 .container {\n  position: relative;\n  z-index: 2;\n}\n\n.video-header-axt1800 .overlay {\n  position: absolute;\n  top: 0;\n  left: 0;\n  height: 100%;\n  width: 100%;\n  background-color: black;\n  opacity: 0.5;\n  z-index: 1;\n}\n\n\/* Product Timeline *\/\n.timeline-steps {\n  display: flex;\n  justify-content: center;\n}\n\n@media (max-width: 1024px) {\n  .timeline-steps {\n    display: flex;\n    justify-content: center;\n    flex-wrap: wrap;\n  }\n}\n\n.timeline-steps .timeline-step {\n  align-items: center;\n  display: flex;\n  flex-direction: column;\n  position: relative;\n  margin: 1rem;\n}\n\n@media (min-width: 768px) {\n  .timeline-steps .timeline-step:not(:last-child):after {\n    content: \"\";\n    display: block;\n    border-top: .25rem dotted #6539f4;\n    width: 3.46rem;\n    position: absolute;\n    left: 7.4rem;\n    top: 1.3rem;\n  }\n  \n  .timeline-steps .timeline-step:not(:first-child):before {\n    content: \"\";\n    display: block;\n    border-top: .25rem dotted #6539f4;\n    width: 3.8125rem;\n    position: absolute;\n    right: 7.4rem;\n    top: 1.3rem;\n  }\n}\n\n.timeline-steps .timeline-content {\n  width: 10rem;\n  text-align: center;\n  padding: 15px;\n  border-radius: 15px;\n}\n\n@media (max-width: 575.98px) {\n  .timeline-steps .timeline-content {\n    width: 8rem;\n    padding: 5px;\n  }\n}\n\n.timeline-steps .timeline-content .inner-circle {\n  border-radius: 1.5rem;\n  height: 1rem;\n  width: 1rem;\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  background-color: #6539f4;\n}\n\n@media (max-width: 575.98px) {\n  .timeline-steps .timeline-content .inner-circle {\n    height: 0.5rem;\n    width: 0.5rem;\n  }\n}\n\n.timeline-steps .timeline-content .inner-circle:before {\n  content: \"\";\n  background-color: #6539f4;\n  display: inline-block;\n  height: 3rem;\n  width: 3rem;\n  min-width: 3rem;\n  border-radius: 6.25rem;\n  opacity: .5;\n}\n\n@media (max-width: 575.98px) {\n  .timeline-steps .timeline-content .inner-circle:before {\n    height: 1.5rem;\n    width: 1.5rem;\n    min-width: 1.5rem;\n  }\n}\n\n.timeline-border {\n  border: 2px solid #6539f4;\n  border-radius: 15px;\n}\n\n\/* https:\/\/codepen.io\/aron-tw\/pen\/pLJqgE *\/\n\/* base *\/\n.flip {\n  position: relative;\n}\n\n.flip \u003e .front,\n.flip \u003e .back {\n  display: block;\n  transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);\n  transition-duration: .5s;\n  transition-property: transform, opacity;\n}\n\n.flip \u003e .front {\n  transform: rotateY(0deg);\n}\n\n.flip \u003e .back {\n  position: absolute;\n  opacity: 0;\n  top: 0px;\n  left: 0px;\n  width: 100%;\n  height: 100%;\n  transform: rotateY(-180deg);\n}\n\n.flip:hover \u003e .front {\n  transform: rotateY(180deg);\n}\n\n.flip:hover \u003e .back {\n  opacity: 1;\n  transform: rotateY(0deg);\n}\n\n.flip.flip-vertical \u003e .back {\n  transform: rotateX(-180deg);\n}\n\n.flip.flip-vertical:hover \u003e .front {\n  transform: rotateX(180deg);\n}\n\n.flip.flip-vertical:hover \u003e .back {\n  transform: rotateX(0deg);\n}\n\n\/* custom *\/\n.flip {\n  position: relative;\n  display: inline-block;\n  margin-right: 2px;\n  width: 400px;\n}\n\n.flip \u003e .front {\n  background: #fff;\n}\n\n.flip \u003e .back {\n  display: block;\n  color: rgb(44, 44, 44);\n  width: inherit;\n  background-size: cover !important;\n  background-position: center !important;\n  height: 220px;\n  padding: 15px 13px;\n  top: 60px;\n  background: #fff;\n  box-shadow: \n    0 2.8px 2.2px rgba(0, 0, 0, 0.034),\n    0 6.7px 5.3px rgba(0, 0, 0, 0.048),\n    0 12.5px 10px rgba(0, 0, 0, 0.06);\n  border-radius: 10px;\n}\n\n@media (max-width: 575.98px) {\n  .flip \u003e .back {\n    top: -15px;\n    height: 250px;\n  }\n}\n\n.flip \u003e .back p {\n  font-size: 13px;\n  line-height: 160%;\n}\n\n.axt1800-speed-text {\n  margin-top: -50px;\n}\n\n@media (max-width: 575.98px) {\n  .axt1800-speed-text {\n    margin-top: 0px;\n  }\n}\n\n#axt1800-tabs {\n  margin: 15px 0 15px 0;\n}\n\n#axt1800-tabs .nav-pills .nav-link {\n  background: #ded6ff;\n  color: #3f20c4;\n  font-weight: bold;\n  border-radius: 50px;\n  padding: 15px 45px;\n  margin: 15px 0px 15px 0px;\n  height: 55px;\n  transition: all 0.4s;\n}\n\n#axt1800-tabs .nav-pills .nav-link.active, \n#axt1800-tabs .nav-pills .show \u003e .nav-link {\n  background: #3f20c4;\n  color: #fff;\n  font-weight: bold;\n  border-radius: 50px;\n  padding: 15px 45px;\n  margin: 15px 0px 15px 0px;\n  height: 55px;\n}\n\n\/* Press Section *\/\n.axt1800-press-forbes {\n  border-radius: 15px 15px 0 0;\n  object-fit: cover;\n}\n\n@media (min-width: 992px) {\n  .axt1800-press-forbes {\n    border-radius: 15px 0 0 15px; \/* only left side on desktop *\/\n  }\n}\n  .text-mt6000.txt-lg {\n  font-size: 1.5rem;\n  color: #3f20c4;\n}\n#ytvideoPlayer .card {\n  background-color: black;\n}\n\n#ytvideoPlayer .card iframe {\n  aspect-ratio: 16\/9;\n  width: 100%;\n}\n\n@media screen and (max-width: 991px) {\n  #ytplaylist {\n    width: 100%;\n    padding: 0 20px !important;\n  }\n}\n\n#ytplaylist .card {\n  background-color: black;\n}\n\n#ytplaylist .card #ytListBtn {\n  display: none;\n}\n\n@media screen and (max-width: 991px) {\n  #ytplaylist .card #ytListBtn {\n    display: inline-block;\n  }\n}\n\n#ytplaylist .card #ytPlayListUl {\n  flex: 1;\n  overflow: auto;\n  padding: 0.5rem 1.5rem;\n}\n\n@media screen and (max-width: 991px) {\n  #ytplaylist .card #ytPlayListUl {\n    display: none;\n    padding: 20px;\n  }\n}\n\n@media screen and (max-width: 991px) {\n  #ytplaylist .card h5 {\n    margin: 0;\n  }\n}\n\n\/* Container for video player and playlist *\/\n#youtube-playlist-container {\n  display: flex;\n  flex-direction: column; \/* Stack items vertically *\/\n  align-items: center; \/* Center items horizontally *\/\n}\n\n\/* Style for the video player container *\/\n#playlistVideo {\n  width: 100%; \/* Set width to 100% for responsiveness *\/\n  width: 960px; \/* Set a maximum width for larger screens *\/\n  margin: 0 auto; \/* Center the player horizontally *\/\n  height: 520px;\n  max-width: 100% !important;\n}\n\n@media only screen and (max-width: 767px) {\n  #playlistVideo {\n    width: 450px; \/* Set width to 100% for screens up to 767px (typical tablets and mobile devices) *\/\n    max-width: none; \/* Remove max-width for mobile responsiveness *\/\n    margin: 0; \/* Remove any margin for mobile responsiveness *\/\n    height: 320px;\n  }\n}\n\n#ytplaylist {\n  overflow-y: auto; \/* Enable vertical scrolling *\/\n  white-space: nowrap; \/* Prevent items from wrapping to the next line *\/\n  display: flex;\n  flex-direction: column; \/* Align items vertically *\/\n  background-color: black; \/* Set background color to black *\/\n  padding: 20px; \/* Add padding for better appearance *\/\n  max-height: 520px; \/* Set max-height to the same value as the video player's height *\/\n}\n\n#ytplaylist li {\n  list-style: none; \/* Remove list-style points *\/\n  text-align: left;\n  margin-bottom: 10px;\n  display: flex;\n  align-items: center; \/* Align items vertically *\/\n  transition: background-color 0.3s ease-in-out; \/* Add a smooth transition effect for background color *\/\n}\n\n#ytplaylist li:hover {\n  background-color: #333; \/* Change background color on hover *\/\n  border-radius: 15px;\n}\n\n#ytplaylist li:hover .video-title {\n  color: #fff; \/* Change text color on hover *\/\n}\n\n#ytplaylist img {\n  cursor: pointer;\n  border: 2px solid #ddd; \/* Add a border to make it visually distinct *\/\n  border-radius: 8px;\n  transition: border-color 0.3s ease-in-out; \/* Add a smooth transition effect *\/\n  margin-right: 10px; \/* Add margin to separate image and title *\/\n  width: 150px; \/* Set the image width *\/\n}\n\n#ytplaylist img:hover {\n  border-color: #555; \/* Change border color on hover *\/\n}\n\n#ytplaylist .title-container {\n  max-width: 250px; \/* Set the maximum width for the title container *\/\n  width: 100%; \/* Ensure it takes up the available width *\/\n  white-space: normal; \/* Allow text to break into multiple lines *\/\n}\n\n@media screen and (max-width: 991px) {\n  #ytplaylist .title-container {\n    max-width: inherit;\n  }\n}\n\n#ytplaylist .video-title {\n  font-size: 14px;\n  color: white; \/* Set text color to white *\/\n  transition: color 0.3s ease-in-out; \/* Add a smooth transition effect for text color *\/\n  text-align: left; \/* Align text to the left *\/\n}\n\u003c\/style\u003e\n\u003cmain\u003e\n  \n\n  \u003csection class=\"container-fluid gl-banner-top p-4 py-xl-5\" style=\"background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_bg.png');background-size: cover;\"\u003e\n    \u003cdiv class=\"row justify-content-center\"\u003e\n      \u003cdiv class=\"col-lg-4\"\u003e\n        \u003cimg class=\"img-fluid float-right pt-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_main.png\" width=\"500\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"col-lg-6 px-3 mt-4 pt-lg-5\"\u003e\n        \u003cdiv class=\"text-dark\"\u003e\n          \u003csub\u003eGL-MT6000 Wi-Fi 6 AX6000 ホームルーター\u003c\/sub\u003e\n          \u003ch1 class=\"font-weight-bold\"\u003eFlint 2、登場\u003c\/h1\u003e\n          \u003ch3\u003e高性能 Wi-Fi 6 ルーター\u003c\/h3\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"container-xl p-4 py-lg-5 product-header\"\u003e\n    \u003cdiv class=\"row align-items-center justify-content-center\"\u003e\n      \u003cdiv class=\"col-md-10 col-lg-7\"\u003e\n        \u003cdiv class=\"text-dark\"\u003e\n            \u003ch2 class=\"font-weight-bold text-left\"\u003eWi-Fi 6 AX6000 ホームルーター\u003c\/h2\u003e\n            \u003cp\u003e\n              Flint 2 (GL-MT6000) は、大容量データ転送や多数のデバイス接続、超低遅延のゲーミング環境に最適な Wi-Fi 6 ホーム・オフィスルーターです。WireGuard\n              VPN で最大 900Mbps の高速通信を実現します。さらに、Multi-WAN、フェイルオーバー、ロードバランシングなどの高度なネットワーク冗長化機能に対応し、\n              中断のない安定したネットワークを提供します。\n            \u003c\/p\u003e\n            \u003chr\u003e\n            \u003cdiv style=\"font-size: 15px;\"\u003e\n              \u003cspan\u003eOpenVPN は最大\u003c\/span\u003e\u003cspan class=\"txt-lg text-mt6000\"\u003e 880\u003c\/span\u003e\u003cspan\u003e Mbps（DCO 対応）；WireGuard® は最大\u003c\/span\u003e\u003cspan class=\"txt-lg text-mt6000\"\u003e 900\u003c\/span\u003e\u003cspan\u003e Mbps\u003c\/span\u003e\u003cbr\u003e\n              \u003cspan\u003e\u003cspan class=\"txt-lg text-mt6000\"\u003eMulti-WAN フェイルオーバー\u003c\/span\u003eと\u003cspan class=\"txt-lg text-mt6000\"\u003eロードバランシング\u003c\/span\u003eに対応\u003c\/span\u003e\u003cbr\u003e\n              \u003cspan\u003e\u003cspan class=\"txt-lg text-mt6000\"\u003eペアレンタルコントロール\u003c\/span\u003eと\u003cspan class=\"txt-lg text-mt6000\"\u003eAdGuard Home\u003c\/span\u003eを搭載\u003c\/span\u003e\u003cbr\u003e\n            \u003c\/div\u003e\n\n            \u003ca class=\"btn btn-round btn-round-mt6000 mt-3 mr-3\" href=\"#specs\"\u003e詳しく見る\u003c\/a\u003e\n            \u003ca class=\"btn btn-round btn-outline-secondary mt-3\" href=\"\/ja\/blogs\/support\/gl-mt6000\" target=\"_blank\"\u003eオンラインガイド\u003c\/a\u003e\n        \n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"col-md-7 col-lg-5\"\u003e\n           \u003cdiv class=\"row align-items-center justify-content-end\"\u003e\n            \u003cdiv class=\"col-6 m-2\"\u003e\n              \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/logo\/logo_climate-partner-certified.png\" alt=\"Amazon Climate Pledge Friendly Certification\"\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv id=\"carouselExampleIndicators\" class=\"carousel slide\" data-ride=\"carousel\"\u003e\n            \u003col class=\"carousel-indicators \"\u003e\n              \u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"0\" class=\"active\"\u003e\n              \u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"1\" class=\"\"\u003e\n              \u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"2\" class=\"\"\u003e\n              \u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"3\" class=\"\"\u003e\n              \u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"4\" class=\"\"\u003e\n            \u003c\/li\u003e\n\u003c\/ol\u003e\n\n            \u003cdiv class=\"carousel-inner\"\u003e\n              \u003cdiv class=\"carousel-item active\"\u003e\n                \u003cpicture\u003e\n                  \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_1.webp\" type=\"image\/webp\"\u003e\n                  \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_1.jpg\" type=\"image\/jpg\"\u003e\n                  \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_1.jpg\" alt=\"GL-MT6000\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n              \u003c\/div\u003e\n\n              \u003cdiv class=\"carousel-item\"\u003e\n                \u003cpicture\u003e\n                  \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_2.webp\" type=\"image\/webp\"\u003e\n                  \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_2.jpg\" type=\"image\/jpg\"\u003e\n                  \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_2.jpg\" alt=\"GL-MT6000\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n              \u003c\/div\u003e\n\n              \u003cdiv class=\"carousel-item\"\u003e\n                \u003cpicture\u003e\n                  \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_3.webp\" type=\"image\/webp\"\u003e\n                  \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_3.jpg\" type=\"image\/jpg\"\u003e\n                  \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_3.jpg\" alt=\"GL-MT6000\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n              \u003c\/div\u003e\n\n              \u003cdiv class=\"carousel-item\"\u003e\n                \u003cpicture\u003e\n                  \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_4.webp\" type=\"image\/webp\"\u003e\n                  \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_4.jpg\" type=\"image\/jpg\"\u003e\n                  \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_4.jpg\" alt=\"GL-MT6000\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n              \u003c\/div\u003e\n\n              \u003cdiv class=\"carousel-item\"\u003e\n                \u003cpicture\u003e\n                  \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_5.webp\" type=\"image\/webp\"\u003e\n                  \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_5.jpg\" type=\"image\/jpg\"\u003e\n                  \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_5.jpg\" alt=\"GL-MT6000\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n              \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n            \u003ca class=\"carousel-control-prev\" href=\"#carouselExampleIndicators\" role=\"button\" data-slide=\"prev\"\u003e\n              \u003cspan class=\"carousel-control-prev-icon text-dark\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n                \u003cspan class=\"sr-only\"\u003e前へ\u003c\/span\u003e\n            \u003c\/a\u003e\n\n            \u003ca class=\"carousel-control-next \" href=\"#carouselExampleIndicators\" role=\"button\" data-slide=\"next\"\u003e\n              \u003cspan class=\"carousel-control-next-icon text-dark\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n              \u003cspan class=\"sr-only\"\u003e次へ\u003c\/span\u003e\n            \u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"container-fluid py-4 py-lg-5 mt6000-scene-3\"\u003e\n    \u003cdiv class=\"row m-lg-5 p-lg-5\"\u003e\n      \u003cdiv class=\"col-lg-8 text-light p-5 mt6000-scene-3-text\"\u003e\n        \u003ch1 class=\"font-weight-bold\"\u003e高速。安全。信頼性。\u003c\/h1\u003e\n        \u003ch3 class=\"font-weight-light\"\u003eMulti-WAN VPN ルーター\u003c\/h3\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"container-fluid p-4 py-lg-5\" id=\"vpn\"\u003e\n    \u003cdiv class=\"row align-items-center justify-content-center\"\u003e\n      \u003cdiv class=\"col-md-9 col-lg-6 col-xl-5 pr-lg-5\"\u003e\n        \u003cdiv class=\"text-dark\"\u003e\n        \u003ch2 class=\"font-weight-bold text-left\"\u003e超高速VPN接続\u003c\/h2\u003e\n          \u003cp\u003e\n            前モデルから進化した Flint 2 は、より高速な VPN 通信を実現します。WireGuard で最大 900 Mbps、OpenVPN（DCO 対応）で最大 880 Mbps を提供します。\n            管理パネルから VPN クライアントを簡単に設定すれば、\n            接続されたすべてのデバイスをすぐに保護できます。また、VPN サーバーを構築することも可能です。\n          \u003c\/p\u003e\n            \n          \u003cp\u003eリモートワークやエンターテインメントを楽しむときも、プライバシーとセキュリティをさらに高めたいときも、VPN の速度が妨げになることはありません。\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            \u003ca href=\"https:\/\/www.wireguard.com\/\" target=\"_blank\" class=\"text-info\"\u003eWireGuard®\u003c\/a\u003e は Jason A.Donenfeld の登録商標です。\n          \u003c\/p\u003e\n\n        \u003cspan\u003eWireGuard\u003c\/span\u003e\n        \u003cdiv class=\"progress vpn-speed-bar\"\u003e\n          \u003cdiv class=\"progress-bar progress-bar-striped progress-bar-animated axt1800-bg-primary\" role=\"progressbar\" style=\"width:100%\" aria-valuenow=\"100\" aria-valuemin=\"0\" aria-valuemax=\"100\"\u003e最大 900Mbps\u003c\/div\u003e\n        \u003c\/div\u003e\n          \u003cbr\u003e\n\n        \u003cspan\u003eOpenVPN（DCO 対応）\u003c\/span\u003e\n        \u003cdiv class=\"progress vpn-speed-bar\"\u003e\n          \u003cdiv class=\"progress-bar progress-bar-striped progress-bar-animated axt1800-bg-secondary\" role=\"progressbar\" style=\"width:88%\" aria-valuenow=\"88\" aria-valuemin=\"0\" aria-valuemax=\"88\"\u003e最大 880Mbps\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"py-3\" style=\"font-size:13px\"\u003e\n          \u003ci\u003e* ローカルネットワークでテストを実施しています。実際の速度はネットワーク構成によって異なる場合があります。\u003c\/i\u003e\u003cbr\u003e\n          \u003ci\u003e* デバイスをサーバーとして使用する場合、OpenVPN と WireGuard の速度は低下します。上記はクライアントモードでの結果です。\u003c\/i\u003e\n        \u003c\/div\u003e\n\n        \u003ca class=\"btn btn-round btn-outline-secondary mt-3\" href=\"\/ja\/pages\/campaign-vpn\" target=\"_blank\"\u003eVPNソリューションの詳細を見る\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"col-md-9 col-lg-6 col-xl-5\"\u003e\n        \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/solutions\/vpn\/30-commercial-vpn-provider_9.jpg\" alt=\"30+ Commercial VPN Provider\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!---\u003csection class=\"container-fluid bg-light\" id=\"openwrt\"\u003e\n    \u003cdiv class=\"row justify-content-start align-items-center\"\u003e\n      \u003cdiv class=\"col-xl-6 px-0\"\u003e\n        \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_scene_ui-demo.jpg\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"col-xl-5 ml-lg-5 pt-3 pt-lg-0\"\u003e\n        \u003ch2 class=\"font-weight-bold\"\u003eBuilt on OpenWrt to Give You More Control\u003c\/h2\u003e\n        \u003cp\u003e\n          Flint 2's proprietary firmware is based on Openwrt v21.02 (Kernel v5.4), designed to give you full control \n          of your network and devices. Over 5,000 ready-made plug-ins and applications are at your disposal. Simply browse, \n          install, and manage packages within the router's admin panel. \n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e---\u003e\n  \n  \u003csection class=\"container-fluid bg-light py-4 py-lg-5 mt6000-scene-home\"\u003e\n    \u003cdiv class=\"text-center\"\u003e\n      \u003ch2 class=\"font-weight-bold\"\u003eインターネット体験をさらに向上\u003c\/h2\u003e\n      \u003cp\u003e速度、容量、安定性が大きく進化\u003c\/p\u003e\n      \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_home_internet-experience.png\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"row justify-content-center pt-5\"\u003e\n      \u003cdiv class=\"col-lg-3 bg-white m-3 p-5\" style=\"border-radius: 15px;\"\u003e\n        \u003ci class=\"fa-solid fa-database gradient-icon\" style=\"font-size: 55px;\"\u003e\u003c\/i\u003e\n        \u003ch1 class=\"font-weight-bold\" style=\"font-size:30px\"\u003e\u003cspan class=\"gradient-text\"\u003e大容量ストレージ\u003c\/span\u003e\u003c\/h1\u003e\n        \u003cp\u003e大容量ストレージにより、100台を超えるデバイスの安定したオンライン接続を支え、DIY ユーザーによるプラグイン追加のニーズにも応えます。\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"col-lg-3 bg-white m-3 p-5\" style=\"border-radius: 15px;\"\u003e\n        \u003ci class=\"fa-solid fa-microchip gradient-icon\" style=\"font-size: 55px;\"\u003e\u003c\/i\u003e\n        \u003ch1 class=\"font-weight-bold\" style=\"font-size:30px\"\u003e\u003cspan class=\"gradient-text\"\u003e高性能 CPU\u003c\/span\u003e\u003c\/h1\u003e\n        \u003cp\u003e2GHz クアッドコアプロセッサーの高い処理能力が製品全体の安定性を高め、より優れたパフォーマンスを実現します。\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"col-lg-3 bg-white m-3 p-5\" style=\"border-radius: 15px;\"\u003e\n        \u003ci class=\"fa-solid fa-arrows-up-down-left-right gradient-icon\" style=\"font-size: 55px;\"\u003e\u003c\/i\u003e\n        \u003ch1 class=\"font-weight-bold\" style=\"font-size:30px\"\u003e\u003cspan class=\"gradient-text\"\u003e広い通信範囲\u003c\/span\u003e\u003c\/h1\u003e\n        \u003cp\u003e8基の高出力 FEM を搭載し、Wi-Fi の通信範囲を拡大。中規模住宅の Wi-Fi 通信をカバーし、家中で強い信号を維持します。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/section\u003e\n\n  \u003csection class=\"container-fluid pt-lg-5 p-lg-4\"\u003e\n    \u003cdiv class=\"row justify-content-center align-items-center\"\u003e\n      \u003cdiv class=\"col-lg-5 text-center\"\u003e\n        \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_ports.jpg\" style=\"border-radius: 15px;\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"col-lg-5 pl-lg-5 pt-3\"\u003e\n        \u003ch2 class=\"font-weight-bold\"\u003e2.5G Ethernetポートでネットワークを強化\u003c\/h2\u003e\n        \u003cp\u003e\n          パソコンや NAS など、すべてのデバイスで超高速 2.5G 内部ネットワーク転送を楽しめます。革新的なソリューションで、接続性の未来を体験しましょう。\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"container-fluid py-lg-5 p-lg-4\"\u003e\n    \u003cdiv class=\"row justify-content-center align-items-center\"\u003e\n      \u003cdiv class=\"col-lg-5 order-lg-2 text-center\"\u003e\n        \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_scene.jpg\" style=\"border-radius: 15px;\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"col-lg-5 order-lg-1 pr-lg-5 pt-3\"\u003e\n        \u003ch2 class=\"font-weight-bold\"\u003eWi-Fi 6 でインターネットを高速化\u003c\/h2\u003e\n        \u003cp\u003e\n          最大 8ストリームの Wi-Fi 空間ストリームに対応し、複数のデバイスへ高精細・超高精細動画を同時に送信できます。802.11AC 以前の Wi-Fi 規格との後方互換性も備えています。\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"container-fluid mt6000-scene-gaming\"\u003e\n    \u003cdiv class=\"row m-lg-5 p-3 p-lg-5\"\u003e\n      \u003cdiv class=\"col-12 col-lg-4 bg-light p-5 mt6000-gaming-block\"\u003e\n        \u003ch2 class=\"font-weight-bold\"\u003e途切れないパフォーマンスを実現\u003c\/h2\u003e\n        \u003cp\u003e\n          8ストリーム Wi-Fi 6 技術を搭載した Flint 2 は、激しいマルチプレイヤーバトル中でも安定した高速接続を維持します。\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"container-fluid px-4 py-lg-5 bg-light\"\u003e\n    \u003cdiv class=\"row align-items-center justify-content-center text-dark\"\u003e\n        \u003cdiv class=\"col-md-9 col-lg-6 col-xl-5 pr-xl-5 order-xl-2  pt-4 pt-lg-0\"\u003e\n          \u003cimg class=\"img-fluid rounded\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_scene_bark.jpg\" alt=\"Bark Parental Control\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"col-md-9 col-lg-6 col-xl-5 pt-4 pr-lg-5 pt-lg-0 order-xl-1\"\u003e\n          \u003ch2 class=\"font-weight-bold\"\u003e家族をしっかり守る\u003c\/h2\u003e\n          \u003cp\u003e\n            お子さまの利用時間や不適切なコンテンツへのアクセスが心配ですか？受賞歴のある子ども見守りツール Bark と連携し、Flint 2 はルーターにペアレンタルコントロール*を搭載しています。数回クリックするだけで、\n            特定のウェブサイトやコンテンツカテゴリをフィルタリングし、お子さまの検索エンジンでセーフサーチを有効にして、利用状況を簡単に管理できます。\n          \u003c\/p\u003e\n          \u003ca class=\"btn btn-round btn-dark mt-2\" href=\"https:\/\/www.bark.us\/?ref=glinet\u0026amp;home=glinet\" target=\"_blank\" alt=\"Visit Bark\"\u003e\n              Bark を見る\n          \u003c\/a\u003e\n\n        \u003cdiv class=\"text-center mt-3\"\u003e\n            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/screen\/barkxglinet.png\" alt=\"Bark x GL.iNet\"\u003e\n        \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"container-fluid p-4\"\u003e\n    \u003cdiv class=\"row justify-content-center align-items-center\"\u003e\n      \u003cdiv class=\"col-lg-5 text-center\"\u003e\n        \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_interface.png\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"col-lg-5\"\u003e\n        \u003ch2 class=\"font-weight-bold\"\u003e米国、カナダ、EU、英国の DFS 認証\u003c\/h2\u003e\n        \u003cp\u003e\n          Flint 2 は DFS（Dynamic Frequency Selection）の使用が認可されており、ルーターの 5GHz ネットワークで、通常は軍事・衛星・気象レーダー用途に確保されている追加周波数を利用できます。追加チャンネルを選択することで、\n          高密度なネットワーク環境での混雑を軽減できます。\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"container-fluid bg-light p-4 py-xl-5\" id=\"security\"\u003e\n    \u003ch3 class=\"text-center font-weight-bold\"\u003e多層のセキュリティで保護\u003c\/h3\u003e\n    \u003cdiv class=\"row justify-content-center text-dark pt-3\"\u003e\n      \u003cdiv class=\"col-lg-3 bg-white p-5 m-2\" style=\"border-radius: 15px; max-width:430px\"\u003e\n        \u003cimg class=\"img-fluid mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-axt1800\/icon_wpa3.png\"\u003e\n          \u003ch5 class=\"font-weight-bold\"\u003eWPA3 プロトコル\u003c\/h5\u003e\n          \u003cp\u003e\n            最新の Wi-Fi セキュリティプロトコルです。パスワードの総当たり攻撃やユーザー間の盗聴を防ぐ対策をはじめ、公共 Wi-Fi ネットワークでの個別暗号化など、多くの改良が施されています。\n          \u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"col-lg-3 bg-white p-5 m-2\" style=\"border-radius: 15px; max-width:430px\"\u003e\n        \u003cimg class=\"img-fluid mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-axt1800\/icon_dns.png\"\u003e\n        \u003ch5 class=\"font-weight-bold\"\u003eDNS over HTTPS と DNS over TLS\u003c\/h5\u003e\n        \u003cp\u003e\n          HTTPS と TLS プロトコルで平文の DNS 通信を暗号化し、悪意のある第三者、広告プラットフォーム、ISP によるドメインネームシステム通信の盗聴やデータ傍受を防ぎます。\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"col-lg-3 bg-white p-5 m-2\" style=\"border-radius: 15px; max-width:430px\"\u003e\n        \u003cimg class=\"img-fluid mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-axt1800\/icon_adguard.png\"\u003e\n        \u003ch5 class=\"font-weight-bold\"\u003eAdGuard Home\u003c\/h5\u003e\n        \u003cp\u003e\n          DNS サーバーを使用して不要なトラッキングをブロックし、使いやすいウェブインターフェースで選択したデジタル広告をフィルタリングできます。\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e \n  \u003c\/section\u003e\n\n  \u003csection class=\"container-xl py-4 py-lg-5 table-responsive-sm\"\u003e\n    \u003ch2 class=\"font-weight-bold text-center\"\u003eモデル比較\u003c\/h2\u003e\n    \u003ctable class=\"table center\"\u003e\n      \u003cthead\u003e\n        \u003ctr class=\"table-borderless text-center\"\u003e\n          \u003cth scope=\"col\" style=\"width:25rem\"\u003e\n\u003ca href=\"\/ja\/products\/gl-ax1800\"\u003e\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-list\/product-list_ax1800.jpg\" width=\"250\"\u003e\u003c\/a\u003e\u003cbr\u003eFlint \/ GL-AX1800\u003cbr\u003eWi-Fi 6 ホームルーター\u003c\/th\u003e\n          \u003cth scope=\"col\" style=\"width:15rem\"\u003e\u003ch3\u003e比較\u003c\/h3\u003e\u003c\/th\u003e\n          \u003cth scope=\"col\" style=\"width:25rem\"\u003e\n\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-list\/product-list_mt6000.jpg\" width=\"250\"\u003e\u003cbr\u003eFlint 2 \/ GL-MT6000\u003cbr\u003eWi-Fi 6 AX6000 ホームルーター\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n\n      \u003ctbody\u003e\n        \u003ctr class=\"text-center\"\u003e\n          \u003ctd style=\"background-color:#efefef;text-align:center\"\u003eQualcomm クアッドコア、@1.2GHz\u003c\/td\u003e\n          \u003cth scope=\"row\" class=\"text-white\" style=\"background-color:#1490a4\"\u003eCPU\u003c\/th\u003e\n          \u003ctd style=\"background-color:#f7f7f7;text-align:center\"\u003eMediaTek クアッドコア、@2.0GHz\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr class=\"text-center\"\u003e\n          \u003ctd style=\"background-color:#efefef;text-align:center\"\u003eDDR3L 512MB \/ NAND Flash 128MB\u003c\/td\u003e\n          \u003cth scope=\"row\" class=\"text-white\" style=\"background-color:#1490a4\"\u003eメモリ \/ ストレージ\u003c\/th\u003e\n          \u003ctd style=\"background-color:#f7f7f7;text-align:center\"\u003eDDR4 1GB \/ eMMC 8GB\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr class=\"text-center\"\u003e\n          \u003ctd style=\"background-color:#efefef;text-align:center\"\u003e600Mbps (2.4GHz), 1200Mbps(5GHz)\u003c\/td\u003e\n          \u003cth scope=\"row\" class=\"text-white\" style=\"background-color:#1490a4\"\u003eWi-Fi 速度\u003c\/th\u003e\n          \u003ctd style=\"background-color:#f7f7f7;text-align:center\"\u003e1148Mbps (2.4GHz), 4804Mbps (5GHz)\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr class=\"text-center\"\u003e\n          \u003ctd style=\"background-color:#efefef;text-align:center\"\u003e10\/100\/1000Mbps\u003c\/td\u003e\n          \u003cth scope=\"row\" class=\"text-white\" style=\"background-color:#1490a4;vertical-align:middle\"\u003eEthernet 速度\u003c\/th\u003e\n          \u003ctd style=\"background-color:#f7f7f7;text-align:center;vertical-align:middle\"\u003e2 x 2.5Gポート; 4 x 1Gポート\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr class=\"text-center\"\u003e\n          \u003ctd style=\"background-color:#efefef;text-align:center\"\u003e1 x WAN, 4 x LAN\u003c\/td\u003e\n          \u003cth scope=\"row\" class=\"text-white\" style=\"background-color:#1490a4\"\u003eEthernet ポート\u003c\/th\u003e\n          \u003ctd style=\"background-color:#f7f7f7;text-align:center\"\u003e1 x WAN (2.5G), 1 x WAN\/LAN (2.5G), 4 x LAN\n            \u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr class=\"text-center\"\u003e\n          \u003ctd style=\"background-color:#efefef;text-align:center\"\u003e最大 500Mbps (DCO 対応)\u003c\/td\u003e\n          \u003cth scope=\"row\" class=\"text-white\" style=\"background-color:#1490a4\"\u003eOpenVPN（Ethernet 経由）\u003c\/th\u003e\n          \u003ctd style=\"background-color:#f7f7f7;text-align:center\"\u003e最大 880Mbps (DCO 対応)\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr class=\"text-center\"\u003e\n          \u003ctd style=\"background-color:#efefef;text-align:center\"\u003e最大 500Mbps\u003c\/td\u003e\n          \u003cth scope=\"row\" class=\"text-white\" style=\"background-color:#1490a4\"\u003eWireGuard®（Ethernet 経由）\u003c\/th\u003e\n          \u003ctd style=\"background-color:#f7f7f7;text-align:center\"\u003e最大 900Mbps\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr class=\"text-center\"\u003e\n          \u003ctd style=\"background-color:#efefef;text-align:center\"\u003e210 x 120 x 36.8mm \/ 445g\u003c\/td\u003e\n          \u003cth scope=\"row\" class=\"text-white\" style=\"background-color:#1490a4\"\u003e寸法 \/ 重量\u003c\/th\u003e\n          \u003ctd style=\"background-color:#f7f7f7;text-align:center\"\u003e233 x 137 x 53 mm \/ 761g\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n\n    \u003cdiv class=\"text-left\" style=\"font-size:14px\"\u003e\n      \u003ci\u003e* ローカルネットワークでテストを実施しています。実際の速度はネットワーク構成によって異なる場合があります。\u003c\/i\u003e\u003cbr\u003e\n      \u003ci\u003e* デバイスをサーバーとして使用する場合、OpenVPN と WireGuard の速度は低下します。上記はクライアントモードでの結果です。\u003c\/i\u003e\u003cbr\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Product Reviews from Youtubers --\u003e\n  \u003csection class=\"container-fluid bg-light p-4 py-lg-5\"\u003e\n    \u003cdiv class=\"text-center\"\u003e\n      \u003ch2 class=\"font-weight-bold pb-3\"\u003e動画クリエイターによる製品レビュー\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv id=\"youtube-playlist-container\"\u003e\n      \u003cdiv class=\"row justify-content-center\"\u003e\n\n        \u003c!-- Video player container --\u003e\n        \u003cdiv class=\"col-11 col-lg-7 col-xl-8 px-0\" id=\"ytvideoPlayer\"\u003e\n          \u003cdiv class=\"card border-0 h-100\"\u003e\n            \u003ciframe id=\"playlistVideo\" src=\"https:\/\/www.youtube.com\/embed\/dKrUehjd7I8\" frameborder=\"0\" allowfullscreen=\"\"\u003e\u003c\/iframe\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Playlist container --\u003e\n        \u003cdiv class=\"col-11 col-lg-5 col-xl-4 px-0\" id=\"ytplaylist\"\u003e\n          \u003cdiv class=\"card border-0 h-100\"\u003e\n            \u003ch5 onclick=\"showYtPlayList()\" class=\"text-light text-center py-3\"\u003e\n              Flint 2 (GL-MT6000) レビュー\n              \u003cspan id=\"ytListBtn\"\u003e      \n                  \u003ci id=\"ytListBtnIcon\" class=\"fa fa-chevron-down\"\u003e\u003c\/i\u003e\n              \u003c\/span\u003e\n            \u003c\/h5\u003e\n              \n            \u003cul id=\"ytPlayListUl\"\u003e\n              \u003cli\u003e\n                \u003cimg src=\"https:\/\/img.youtube.com\/vi\/dKrUehjd7I8\/maxresdefault.jpg\" alt=\"Video 0\" onclick=\"changeVideo('dKrUehjd7I8')\"\u003e\n                \u003cdiv class=\"title-container\"\u003e\n                  \u003cp class=\"video-title\"\u003e余計なものは一切なし！ GL.iNet Flint 2\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/li\u003e\n              \u003cli\u003e\n                \u003cimg src=\"https:\/\/img.youtube.com\/vi\/hKqTycmp0Rk\/maxresdefault.jpg\" alt=\"Video 1\" onclick=\"changeVideo('hKqTycmp0Rk')\"\u003e\n                \u003cdiv class=\"title-container\"\u003e\n                  \u003cp class=\"video-title\"\u003eGL.iNetルーターで安全なVPNを数分で設定！\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/li\u003e\n              \u003cli\u003e\n                \u003cimg src=\"https:\/\/img.youtube.com\/vi\/PiTEbkOOt1o\/hqdefault.jpg\" alt=\"Video 2\" onclick=\"changeVideo('PiTEbkOOt1o')\"\u003e\n                \u003cdiv class=\"title-container\"\u003e\n                  \u003cp class=\"video-title\"\u003eFlint 2 OpenWRT VPNルーター Wi-Fi 6アクセスポイントの帯域幅テストなど\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/li\u003e\n              \u003cli\u003e\n                \u003cimg src=\"https:\/\/img.youtube.com\/vi\/tSJZGDXlvIU\/maxresdefault.jpg\" alt=\"Video 3\" onclick=\"changeVideo('tSJZGDXlvIU')\"\u003e\n                \u003cdiv class=\"title-container\"\u003e\n                  \u003cp class=\"video-title\"\u003eFLINT 2 GL-MT6000 ax - 完全チュートリアル\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/li\u003e\n              \u003cli\u003e\n                \u003cimg src=\"https:\/\/img.youtube.com\/vi\/VBTFtVeu358\/maxresdefault.jpg\" alt=\"Video 4\" onclick=\"changeVideo('VBTFtVeu358')\"\u003e\n                \u003cdiv class=\"title-container\"\u003e\n                  \u003cp class=\"video-title\"\u003eGL.iNet Flint 2 - Wi-Fi 6 AX6000、2.5GbEルーター - 概要・設定・速度テスト\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/li\u003e\n              \u003cli\u003e\n                \u003cimg src=\"https:\/\/img.youtube.com\/vi\/vfvyGLkA_mY\/maxresdefault.jpg\" alt=\"Video 5\" onclick=\"changeVideo('vfvyGLkA_mY')\"\u003e\n                \u003cdiv class=\"title-container\"\u003e\n                  \u003cp class=\"video-title\"\u003e［直播開箱］電腦討論區上面最熱門的冷門OpenWRT路由器 Flint 2 (GL-MT6000) (CC AI 字幕)\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/li\u003e\n              \u003cli\u003e\n                \u003cimg src=\"https:\/\/img.youtube.com\/vi\/lcq_QZb6k-c\/maxresdefault.jpg\" alt=\"Video 6\" onclick=\"changeVideo('lcq_QZb6k-c')\"\u003e\n                \u003cdiv class=\"title-container\"\u003e\n                  \u003cp class=\"video-title\"\u003eGL.iNet GL-MT6000 Flint 2 AX6000 無線ルーターレビュー\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/li\u003e\n              \u003cli\u003e\n                \u003cimg src=\"https:\/\/img.youtube.com\/vi\/PQiV9ovIWsY\/maxresdefault.jpg\" alt=\"Video 7\" onclick=\"changeVideo('PQiV9ovIWsY')\"\u003e\n                \u003cdiv class=\"title-container\"\u003e\n                  \u003cp class=\"video-title\"\u003eGL.iNet Flint 2 - 性能テスト：WAN-LAN、Wi-Fi、VPNスループット\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/li\u003e\n              \u003cli\u003e\n                \u003cimg src=\"https:\/\/img.youtube.com\/vi\/SqHUH7HU6XU\/maxresdefault.jpg\" alt=\"Video 8\" onclick=\"changeVideo('SqHUH7HU6XU')\"\u003e\n                \u003cdiv class=\"title-container\"\u003e\n                  \u003cp class=\"video-title\"\u003eGL.iNet Flint 2レビュー（スペイン語） - 広告をブロックする最高のWi-Fi 6 VPNルーター\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/li\u003e\n              \u003cli\u003e\n                \u003cimg src=\"https:\/\/img.youtube.com\/vi\/VBnJnRHoDkE\/maxresdefault.jpg\" alt=\"Video 9\" onclick=\"changeVideo('VBnJnRHoDkE')\"\u003e\n                \u003cdiv class=\"title-container\"\u003e\n                  \u003cp class=\"video-title\"\u003e外出先や自宅でストリーミングのパスワード共有は禁止？ | 解決策は「いつでも」自宅にいること…\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/li\u003e\n              \u003cli\u003e\n                \u003cimg src=\"https:\/\/img.youtube.com\/vi\/iqEeg4GTAMQ\/maxresdefault.jpg\" alt=\"Video 10\" onclick=\"changeVideo('iqEeg4GTAMQ')\"\u003e\n                \u003cdiv class=\"title-container\"\u003e\n                  \u003cp class=\"video-title\"\u003eGL.iNet Flint 2 - USB 3.0ネットワーク接続ストレージ (NAS) スループットテスト\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/li\u003e\n              \u003cli\u003e\n                \u003cimg src=\"https:\/\/img.youtube.com\/vi\/0xxlsHnmFWA\/maxresdefault.jpg\" alt=\"Video 11\" onclick=\"changeVideo('0xxlsHnmFWA')\"\u003e\n                \u003cdiv class=\"title-container\"\u003e\n                  \u003cp class=\"video-title\"\u003eルーターをすばやくWi-Fiリピーターに設定して通信範囲を広げる方法\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/li\u003e\n              \u003cli\u003e\n                \u003cimg src=\"https:\/\/img.youtube.com\/vi\/BKSutw6YWQM\/sddefault.jpg\" alt=\"Video 12\" onclick=\"changeVideo('BKSutw6YWQM')\"\u003e\n                \u003cdiv class=\"title-container\"\u003e\n                  \u003cp class=\"video-title\"\u003eGL.iNet Flint 2 Multi-WANルーターの紹介、VPNと速度テストレビュー\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/li\u003e\n              \u003cli\u003e\n                \u003cimg src=\"https:\/\/img.youtube.com\/vi\/6MW-WAZGm2Q\/maxresdefault.jpg\" alt=\"Video 13\" onclick=\"changeVideo('6MW-WAZGm2Q')\"\u003e\n                \u003cdiv class=\"title-container\"\u003e\n                  \u003cp class=\"video-title\"\u003e最高のゲーミングルーターでMINECRAFTをラグなしでプレイ\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/li\u003e\n              \u003cli\u003e\n                \u003cimg src=\"https:\/\/img.youtube.com\/vi\/GpCZpKarIMA\/hqdefault.jpg\" alt=\"Video 14\" onclick=\"changeVideo('GpCZpKarIMA')\"\u003e\n                \u003cdiv class=\"title-container\"\u003e\n                  \u003cp class=\"video-title\"\u003eGL.iNet GL-MT6000 (Flint 2) Wi-Fi 6 Router6 - 高性能ホームルーター\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/li\u003e\n              \u003cli\u003e\n                \u003cimg src=\"https:\/\/img.youtube.com\/vi\/AIwsJ6mcAU0\/maxresdefault.jpg\" alt=\"Video 15\" onclick=\"changeVideo('AIwsJ6mcAU0')\"\u003e\n                \u003cdiv class=\"title-container\"\u003e\n                  \u003cp class=\"video-title\"\u003eТОП РОУТЕР GL.INET FLINT 2 GL-MT6000 НА OPENWRT З НЕЙМОВІРНОЮ ПЛОЩЄЮ ПОКРИТТЯ\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/li\u003e\n              \u003cli\u003e\n                \u003cimg src=\"https:\/\/img.youtube.com\/vi\/tKqL6sbPTxQ\/maxresdefault.jpg\" alt=\"Video 16\" onclick=\"changeVideo('tKqL6sbPTxQ')\"\u003e\n                \u003cdiv class=\"title-container\"\u003e\n                  \u003cp class=\"video-title\"\u003eТОП РОУТЕР GL.INET FLINT 2 GL-MT6000 НА OPENWRT С НЕВЕРОЯТНОЙ ПЛОЩАДЬЮ ПОКРЫТИЯ\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/li\u003e\n              \u003cli\u003e\n                \u003cimg src=\"https:\/\/img.youtube.com\/vi\/qnaOzP3t6t4\/maxresdefault.jpg\" alt=\"Video 16\" onclick=\"changeVideo('qnaOzP3t6t4')\"\u003e\n                \u003cdiv class=\"title-container\"\u003e\n                  \u003cp class=\"video-title\"\u003eこれでインターネット速度を向上！ | GL.iNet Flint 2\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/li\u003e\n              \u003cdiv class=\"mt-2\"\u003e\n                \u003ca class=\"btn btn-outline-light btn-block\" target=\"_blank\" href=\"https:\/\/youtube.com\/playlist?list=PLWQT710fjyEYQ-gex6Qd7TFA7yoAHAiBp\u0026amp;feature=shared\"\u003eさらに表示\u003c\/a\u003e\n              \u003c\/div\u003e\n            \u003c\/ul\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"product-specs-section py-4 py-lg-5 text-center\" id=\"specs\"\u003e\n    \u003cdiv class=\"container\"\u003e\n      \u003cdiv class=\"row justify-content-center mx-0\"\u003e\n        \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n          \u003cpicture\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_wifi6.webp\" type=\"image\/webp\"\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_wifi6.png\" type=\"image\/png\"\u003e\n            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_wifi6.png\" alt=\"Wi-Fi 6\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n          \u003ch5 class=\"font-weight-bold\"\u003eWi-Fi 6 \u003cbr\u003e AX6000\u003c\/h5\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n          \u003cpicture\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_2.5gbps-ports_x2.webp\" type=\"image\/webp\"\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_2.5gbps-ports_x2.png\" type=\"image\/png\"\u003e\n            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_2.5gbps-ports_x2.png\" alt=\"2.5ギガビット マルチギガポート\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n          \u003ch5 class=\"font-weight-bold\"\u003e2.5G \u003cbr\u003eMulti-Gigポート\u003c\/h5\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n          \u003cpicture\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_multi-wan.webp\" type=\"image\/webp\"\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_multi-wan.png\" type=\"image\/png\"\u003e\n            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_multi-wan.png\" alt=\"Multi-WAN\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n          \u003ch5 class=\"font-weight-bold\"\u003eMulti-WAN\u003c\/h5\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n          \u003cpicture\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dual-ethernet-wan.webp\" type=\"image\/webp\"\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dual-ethernet-wan.png\" type=\"image\/png\"\u003e\n            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dual-ethernet-wan.png\" alt=\"Dual-Ethernet WAN\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n          \u003ch5 class=\"font-weight-bold\"\u003eデュアルEthernet\u003cbr\u003eWAN\u003c\/h5\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n            \u003cpicture\u003e\n              \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_openwrt.webp\" type=\"image\/webp\"\u003e\n              \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_openwrt.png\" type=\"image\/png\"\u003e\n              \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_openwrt.png\" alt=\"OpenWrtプリインストール\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n          \u003ch5 class=\"font-weight-bold\"\u003eOpenWrt\u003cbr\u003eプリインストール\u003c\/h5\u003e\n        \u003c\/div\u003e\n      \n        \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n          \u003cpicture\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.webp\" type=\"image\/webp\"\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.png\" type=\"image\/png\"\u003e\n            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.png\" alt=\"VPNクライアント\/サーバー\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n          \u003ch5 class=\"font-weight-bold\"\u003eVPNクライアント \/\u003cbr\u003eサーバー\u003c\/h5\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n          \u003cpicture\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_adguard.webp\" type=\"image\/webp\"\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_adguard.png\" type=\"image\/png\"\u003e\n            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_adguard.png\" alt=\"AdGuard Home\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n          \u003ch5 class=\"font-weight-bold\"\u003eAdGuard\u003cbr\u003eHome\u003c\/h5\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n          \u003cpicture\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dfs.webp\" type=\"image\/webp\"\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dfs.png\" type=\"image\/png\"\u003e\n            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dfs.png\" alt=\"DFS\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n        \u003ch5 class=\"font-weight-bold\"\u003eDFS\u003c\/h5\u003e\n      \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n  \n  \u003csection class=\"container py-4 py-lg-5\" id=\"specification\"\u003e\n        \u003ch2 class=\"font-weight-bold text-left\"\u003e仕様\u003c\/h2\u003e\n    \u003ctable class=\"table\"\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eインターフェース\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003e\n            1 x 2.5G WAN Ethernetポート\u003cbr\u003e\n            1 x 2.5G WAN\/LAN Ethernetポート\u003cbr\u003e\n            4 x LAN Ethernetポート\u003cbr\u003e\n            1 x USB 3.0ポート\u003cbr\u003e\n            1 x リセットボタン\u003cbr\u003e\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eCPU\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003eMediaTek クアッドコア、@2.0 GHz\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eメモリ \/ ストレージ\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003eDDR4 1GB \/ eMMC 8GB\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eプロトコル\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003eIEEE 802.11a\/b\/g\/n\/ac\/ax\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eWi-Fi 速度\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003e1148Mbps (2.4GHz), 4804Mbps (5GHz)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eEthernet 速度\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003e2 x 2.5Gポート (10\/100\/1000\/2500Mbps)\u003cbr\u003e\n            4 x 1Gポート (10\/100\/1000Mbps)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eアンテナ\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003e4 x 2.4GHz + 5GHz 2-in-1 Wi-Fiアンテナ\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eLED\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003e1 x 電源・インターネット用2色LEDインジケーター\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003e電源入力\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003eDC5521, 12V\/4A (5.5*2.1mm)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003e消費電力\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003e\t\u0026lt;20W\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003e動作温度\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003e0 ~ 40°C (32 ~ 104°F)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003e保管温度\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003e-20 ~ 70°C (-4 ~ 158°F)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003e寸法 \/ 重量\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003e233 x 137 x 53mm \/ 761g\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eツールとダウンロード\u003c\/td\u003e\n          \u003ctd\u003e\n            \u003ca role=\"button\" class=\"btn-underline\" href=\"\/ja\/pages\/product-datasheet\"\u003e\u003ci class=\"fas fa-download\"\u003e\u003c\/i\u003e データシート\u003c\/a\u003e\n            \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e\n            \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/dl.gl-inet.com\/router\/mt6000\" target=\"_blank\"\u003e\u003ci class=\"fas fa-download\"\u003e\u003c\/i\u003e ファームウェア\u003c\/a\u003e\n            \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e\n            \u003ca role=\"button\" class=\"btn-underline\" href=\"\/ja\/pages\/app\" target=\"_blank\"\u003e\u003ci class=\"fas fa-download\"\u003e\u003c\/i\u003e アプリ\u003c\/a\u003e\n            \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e\n            \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/youtu.be\/Ru1O-zxKgKg\" target=\"_blank\"\u003e\u003ci class=\"fas fa-video\"\u003e\u003c\/i\u003e 開封動画\u003c\/a\u003e\n            \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e\n            \u003ca role=\"button\" class=\"btn-underline\" href=\"\/ja\/blogs\/support\/gl-mt6000\/#first-time-setup\" target=\"_blank\"\u003e\u003ci class=\"fas fa-file-alt\"\u003e\u003c\/i\u003e チュートリアル\u003c\/a\u003e\n            \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e\n            \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/www.dropbox.com\/scl\/fo\/kn38opoklmwx22am6b1fm\/h?rlkey=i4bdqnhgimm8xg2a6h5i3rdbz\u0026amp;dl=0\" target=\"_blank\"\u003e\u003ci class=\"fas fa-download\"\u003e\u003c\/i\u003e メディアキット\u003c\/a\u003e\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"container-fluid bg-light py-4 py-lg-5 bg-light\"\u003e\n    \u003cdiv class=\"row justify-content-center align-items-center\"\u003e\n      \u003cdiv class=\"col-11 col-lg-3\"\u003e\n        \u003cimg class=\"img-fluid float-right\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-table\/table_mt6000.png\"\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"col-11 col-lg-5\"\u003e\n        \u003ch2 class=\"font-weight-bold\"\u003e大量購入をご検討ですか？\u003c\/h2\u003e\n        \u003cp\u003e大量購入価格について、ぜひ当社チームにお問い合わせください。GL.iNet の先進的なネットワークソリューションでビジネスを強化しましょう。\u003c\/p\u003e\n\n        \u003cul style=\"list-style: none\"\u003e\n          \u003cli\u003e\n\u003ci class=\"fa-solid fa-check mr-2\"\u003e\u003c\/i\u003eカスタマイズ可能な OpenWrt ベース\u003c\/li\u003e\n          \u003cli\u003e\n\u003ci class=\"fa-solid fa-check mr-2\"\u003e\u003c\/i\u003eリモートデバイス管理\u003c\/li\u003e\n          \u003cli\u003e\n\u003ci class=\"fa-solid fa-check mr-2\"\u003e\u003c\/i\u003eホワイトラベルサービス\u003c\/li\u003e\n          \u003cli\u003e\n\u003ci class=\"fa-solid fa-check mr-2\"\u003e\u003c\/i\u003eグローバル製品認証\u003c\/li\u003e\n          \u003cli\u003e\n\u003ci class=\"fa-solid fa-check mr-2\"\u003e\u003c\/i\u003e自社工場\u003c\/li\u003e\n        \u003c\/ul\u003e\n\n        \u003ca role=\"button\" class=\"btn btn-round btn-outline-dark mt-3 mr-3\" href=\"https:\/\/link.gl-inet.com\/businesspage-a-sale-mt6000\" target=\"_blank\"\u003e営業担当者に問い合わせる\u003c\/a\u003e\n        \u003ca role=\"button\" class=\"btn btn-round btn-info mt-3 mr-3\" href=\"\/ja\/pages\/become-a-distributor\" target=\"_blank\"\u003e販売代理店になる\u003c\/a\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/main\u003e\n","brand":"GL.iNet","offers":[{"title":"CN倉庫 - USプラグ","offer_id":45305410420919,"sku":"GL-MT6000-US","price":169.99,"currency_code":"USD","in_stock":true},{"title":"CN倉庫 - EU+UKプラグ","offer_id":45305410453687,"sku":"GL-MT6000-EU","price":169.99,"currency_code":"USD","in_stock":true},{"title":"CN倉庫 - AUプラグ","offer_id":45305410486455,"sku":"GL-MT6000-AU","price":169.99,"currency_code":"USD","in_stock":true},{"title":"CN倉庫 - JPプラグ","offer_id":46956444319927,"sku":"GL-MT6000-JP","price":169.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0711\/7733\/9063\/files\/homerouter-mt6000.png?v=1774430879","url":"https:\/\/www.gl-inet.com\/ja\/products\/gl-mt6000","provider":"GL.iNet","version":"1.0","type":"link"}