powwow.jp Review
powwow.jp Review
Titletag | Descriptiontag | language |
---|
POWWOW Trading Post | |
Japanese |
Ip adress | 133.130.64.128 | Nameserver | dns01.gmoserver.jp dns02.gmoserver.jp |
Status code | 200 |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>POWWOW Trading Post</title>
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="author" content="有限会社パウワウコーポレーション" />
<meta name="description" content="北海道旭川市を拠点とした、POWWOW TRADING POST。WINGROCK・STOPLIGHT等の他、ヴィンテージのLewis Leathers等も扱うSHOPです。ガントレットグローブの発売元。" />
<meta name="keywords" content="powwow,パウワウ,POWWOW,WINGROCK,wingrock,ウイングロック,stoplight,ストップライト,lewisleathers,ルイスレザー,silver,シルバー,redwing,レッドウイング,WESCO,ウエスコ,WHITE’S,ホワイツ,DANNER,ダナー,VIBERG,ヴァイバー,ベルスタッフ,schott,ショット,STANDARD,スタンダードレザー" />
<link rel="shortcut icon" href="/user_data/packages/eob3/img/common/favicon.ico" />
<link rel="icon" type="image/vnd.microsoft.icon" href="/user_data/packages/eob3/img/common/favicon.ico" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://powwow.jp/rss/" />
<script type="text/javascript" src="/user_data/packages/eob3/js/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="/js/eccube.js"></script>
<!-- #2342 次期メジャーバージョン(2.14)にてeccube.legacy.jsは削除予定.モジュール、プラグインの互換性を考慮して2.13では残します. -->
<script type="text/javascript" src="/js/eccube.legacy.js"></script>
<script type="text/javascript" src="/js/jquery.colorbox/jquery.colorbox-min.js"></script>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="/user_data/packages/eob3/bootstrap/3.3.4/css/bootstrap.min.css" />
<link rel="stylesheet" href="/js/jquery.colorbox/colorbox.css" type="text/css" media="all" />
<link rel="stylesheet" href="/user_data/packages/eob3/css/import.css" type="text/css" media="all" />
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<script src="/user_data/packages/eob3/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<script src="/user_data/packages/eob3/js/jquery.plugin.js"></script>
<script type="text/javascript" src="/user_data/packages/eob3/js/powwow.js"></script>
<!-- SwiperCDN読み込み -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.2.2/css/swiper.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.2.2/js/swiper.min.js"></script>
<!-- Simple parallax.js読み込み -->
<script src="/user_data/packages/eob3/js/parallax.min.js"></script>
<script type="text/javascript">//<![CDATA[
$(function(){
// off canvas button
$(document).on('click', '.toggle-offcanvas', function(){
$('.row-offcanvas').toggleClass('active');
return false;
});
// swipe event
$("#main_column, #rightcolumn").on("touchstart", TouchStart);
$("#main_column, #rightcolumn").on("touchmove" , TouchMove);
function Position(e){
var x = e.originalEvent.touches[0].pageX;
var y = e.originalEvent.touches[0].pageY;
x = Math.floor(x);
y = Math.floor(y);
var pos = {'x':x , 'y':y};
return pos;
}
function TouchStart( event ) {
var pos = Position(event);
$("#main_column").data("memory",pos.x);
}
function TouchMove( event ) {
var pos = Position(event); //X,Yを得る
var start = $("#main_column").data("memory");
var range = start - pos.x;
if( range > 50){
// 左に移動
$('.row-offcanvas').removeClass('active');
} else if (start < 30 && range < -10){
// 右に移動
$('.row-offcanvas').addClass('active');
}
}
// input clear
$(".input-clear").inputClear();
// tooltip
$('[data-toggle=tooltip]').tooltip();
// pagetop
var pageTop = function(){
$((navigator.userAgent.indexOf("Opera") != -1) ? document.compatMode == 'BackCompat' ? 'body' : 'html' :'html,body').animate({scrollTop:0}, 'slow');
return false;
};
var pageBottom = function(){
$((navigator.userAgent.indexOf("Opera") != -1) ? document.compatMode == 'BackCompat' ? 'body' : 'html' :'html,body').animate({scrollTop: $(document).height()-$(window).height()}, 'slow');
return false;
};
$("a[href^=#top]").click(pageTop);
// vimize
$().vimize({
homePagePath: '/',
searchBoxSelector: 'input#header-search',
selectors: {
0: '#category_area a',
1: '#product-list-wrap a, .navi a, #main_column a',
},
defaultSelectors: 1,
command: {
CAT: function(){
window.location.href = 'https://www.google.co.jp/search?tbm=isch&q=cat';
}
},
commandError: function(e){
alert(e);
}
});
// 商品詳細サブ画像
$(function() {
$(".gallery").colorbox({
rel:true,
retinaImage:true,
maxWidth:"90%",
maxHeight:"90%"
});
});
});
//]]></script>
<script type="text/javascript" src="https://ajaxzip3.github.io/ajaxzip3.js"></script><script type="text/javascript" src="/plugin/AjaxZip3/media/plg_ajaxzip3.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-K165X7LXVZ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-K165X7LXVZ');
</script>
</head>
<!-- ▼BODY部 スタート -->
<body class="LC_Page_Index"><noscript><p>JavaScript を有効にしてご利用下さい.</p></noscript><div class="frame_outer"><a name="top" id="top"></a><!--▼HEADER-->
<script>
$(window).on('load resize', function(){
var w = $(window).width();
var x = 767;
if (w < x) {
// Dropdown Menu Fade
jQuery(document).ready(function(){
$('.dropdown').off({
'mouseenter': function() {
$('.dropdown-menu', this).stop().fadeIn("fast");
},
'mouseleave': function() {
$('.dropdown-menu', this).stop().fadeOut("fast");
}
});
});
} else {
// Dropdown Menu Fade
jQuery(document).ready(function(){
$('.dropdown').on({
'mouseenter': function() {
$('.dropdown-menu', this).stop().fadeIn("fast");
},
'mouseleave': function() {
$('.dropdown-menu', this).stop().fadeOut("fast");
}
});
});
}
});
</script>
<div id="header_wrap" class="navbar navbar-default navbar-static-top"><div id="header" class="container"><div class="navbar-header"><button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button><!-- <a class="navbar-brand" href="https://powwow.jp/"><img class="hover_change_image img-responsive" src="/user_data/packages/eob3/img/common/logo.png" alt="POWWOW Trading Post" /></a> --></div><div class="navbar-collapse collapse"><ul class="nav navbar-nav navbar-right"><li><a href="https://powwow.jp/">HOME</a></li><li class="dropdown menu-large menu-gaunt"><a href="#" class="dropdown-toggle" data-toggle="dropdown">THE GAUNTLET<b class="caret"></b> </a><ul class="dropdown-menu menu-gauntlet megamenu row"><li class="container"><div class="col-md-3 col-md-offset-2"><ul><li class="dropdown-header">THE GAUNTLET</li><li><a href="/products/list.php?category_id=100">ALL</a></li><li><a href="/products/list.php?category_id=102">TYPE-02 LONG</a></li><li><a href="/products/list.php?category_id=101">TYPE-03 SHORT</a></li><li><a href="/products/list.php?category_id=104">TYPE-MITTEN</a></li><li><a href="/products/list.php?category_id=103">TYPE-STREET</a></li></ul></div><div class="col-md-5"><ul><li class="dropdown-header dummy"> </li><li><a href="/products/list.php?category_id=109">STREET LIGHT for summer</a></li><li><a href="/products/list.php?category_id=107">WRIST GLOVE for summer</a></li><li><a href="/products/list.php?category_id=105">TYPE-TERRY for summer</a></li><li><a href="/products/list.php?category_id=106">TYPE-TERRY FingerLess for summer</a></li></ul><a href="/user_data/size_guide.php" style="margin-top: 15px;" class="btn btn-white btn-ghost">グローブサイズの計測方法と目安はこちら...</a></div></li></ul></li><li class="dropdown menu-large menu-shop"><a href="#" class="dropdown-toggle" data-toggle="dropdown">ONLINE SHOP<b class="caret"></b></a><ul class="dropdown-menu megamenu menu-cat row"><li class="container"><div class="col-md-6 col-md-offset-2"><div class="dropdown-header">ONLINE SHOP</div><ul class="all-items"><li><a href="/products/list.php">ALL</a></li></ul>
<script type="text/javascript">//<![CDATA[
$(function(){
$('#category_area li.level1:last').css('border-bottom', 'none');
});
//]]></script>
<div class="block_outer"><div id="category_area" class="panel panel-default"><div class="block_body panel-body">
<ul style="" class="nav nav-pills nav-stacked"><li class="level1"><a href="/products/list.php?category_id=100">THE GAUNTLET</a>
<ul style="display: none;" class="nav nav-pills nav-stacked"><li class="level2"><a href="/products/list.php?category_id=109">ストリートライト</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=107">リストグローブ</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=101">タイプ03 ショート</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=102">タイプ02</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=103">タイプストリート</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=104">タイプミトン</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=105">タイプテリー</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=106">タイプテリー(フィンガーレス)</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li></ul><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level1"><a href="/products/list.php?category_id=45">MEN'S</a>
<ul style="display: none;" class="nav nav-pills nav-stacked"><li class="level2"><a href="/products/list.php?category_id=47">SILVER JEWELRY</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=48">BOOTS</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=49">LEATHER JACKET</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=52">T-SHIRTS & CUTSEW</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=53">SHIRTS</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=54">KNIT & SWEAT</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=55">JACKET & COAT</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=56">OUTER</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=59">BOTTOMS</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=60">CAP & HAT</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=62">BAG</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=63">BIKE GEAR</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=64">ORIGINAL</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=58">OTHER</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=57">SHOES</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li></ul><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level1"><a href="/products/list.php?category_id=65">WOMEN'S</a>
<ul style="display: none;" class="nav nav-pills nav-stacked"><li class="level2"><a href="/products/list.php?category_id=113">NEW!</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=115">TOPS</a>
<ul style="display: none;" class="nav nav-pills nav-stacked"><li class="level3"><a href="/products/list.php?category_id=122">カットソー</a></li><li class="level3"><a href="/products/list.php?category_id=124">スウェット/パーカー</a></li><li class="level3"><a href="/products/list.php?category_id=125">ニット</a></li></ul><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=116">BOTTOMS</a>
<ul style="display: none;" class="nav nav-pills nav-stacked"><li class="level3"><a href="/products/list.php?category_id=128">パンツ</a></li><li class="level3"><a href="/products/list.php?category_id=129">スカート</a></li></ul><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=117">ONEPIECE</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=118">OUTER</a>
<ul style="display: none;" class="nav nav-pills nav-stacked"><li class="level3"><a href="/products/list.php?category_id=131">ジャケット/ガウン</a></li><li class="level3"><a href="/products/list.php?category_id=132">コート</a></li></ul><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=119">SHOES</a>
<ul style="display: none;" class="nav nav-pills nav-stacked"><li class="level3"><a href="/products/list.php?category_id=133">サンダル</a></li><li class="level3"><a href="/products/list.php?category_id=134">ブーツ</a></li></ul><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=120">GOODS</a>
<ul style="display: none;" class="nav nav-pills nav-stacked"><li class="level3"><a href="/products/list.php?category_id=137">帽子</a></li><li class="level3"><a href="/products/list.php?category_id=140">アクセサリー</a></li><li class="level3"><a href="/products/list.php?category_id=141">ソックス/レギンス</a></li><li class="level3"><a href="/products/list.php?category_id=142">その他</a></li></ul><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=121">KIDS</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li></ul><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li></ul></div></div></div>
</div></li></ul></li><li class="dropdown menu-large"><a href="#" class="dropdown-toggle" data-toggle="dropdown">BRAND<b class="caret"></b></a><ul class="dropdown-menu megamenu menu-brand row"><li class="container"><div class="col-md-7 col-md-offset-2"><div class="dropdown-header">BRAND</div><style type="text/css">
/* #maker_area h2 {
border-top: solid 1px #f90;
background: url('/user_data/packages/eob3//img/background/bg_tit_bloc_01.jpg') repeat-x left bottom;
padding: 5px 0 8px 10px;
font-size: 14px;
}
#maker_area .block_body {
background-color: #fffaf0;
} */
#maker_area li {
padding-left: 5px;
border-bottom: solid 1px #ccc;
}
#maker_area li.maker_list_last {
border-bottom: none;
}
#maker_area li p {
padding-left: 20px;
margin: 7px 3px;
background: url("/user_data/packages/eob3//img/icon/ico_arrow_01.gif") 2px 3px no-repeat;
}
#maker_area li a {
display: block;
padding: 0;
}
</style>
<!--メーカー一覧ここから-->
<div class="block_outer">
<div id="maker_area" class="panel panel-default">
<div class="block_body panel-body">
<p class="brand-title">BRAND<span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></p>
<ul id="makertree"><li><a href="/products/list.php?maker_id=1" title="POWWOWオリジナル">POWWOWオリジナル</a></li><li><a href="/products/list.php?maker_id=71" title="ROLLING DUB TRIO">ROLLING DUB TRIO</a></li><li><a href="/products/list.php?maker_id=2" title="ADDICT CLOTHES">ADDICT CLOTHES</a></li><li><a href="/products/list.php?maker_id=70" title="BIRKENSTOCK">BIRKENSTOCK</a></li><li><a href="/products/list.php?maker_id=69" title="Bohemians">Bohemians</a></li><li><a href="/products/list.php?maker_id=73" title="BOW WOW">BOW WOW</a></li><li><a href="/products/list.php?maker_id=41" title="BUZZRICKSON’S">BUZZRICKSON’S</a></li><li><a href="/products/list.php?maker_id=5" title="CA4LA">CA4LA</a></li><li><a href="/products/list.php?maker_id=7" title="Dehen">Dehen</a></li><li><a href="/products/list.php?maker_id=8" title="Deus Ex Machina">Deus Ex Machina</a></li><li><a href="/products/list.php?maker_id=50" title="FREEWHEELERS">FREEWHEELERS</a></li><li><a href="/products/list.php?maker_id=48" title="FAF ROCKY">FAF ROCKY</a></li><li><a href="/products/list.php?maker_id=67" title="good on">good on</a></li><li><a href="/products/list.php?maker_id=66" title="Gowest,Gohemp">Gowest,Gohemp</a></li><li><a href="/products/list.php?maker_id=63" title="Highhorse">Highhorse</a></li><li><a href="/products/list.php?maker_id=15" title="JACKSUN'S">JACKSUN'S</a></li><li><a href="/products/list.php?maker_id=45" title="KAPITAL">KAPITAL</a></li><li><a href="/products/list.php?maker_id=16" title="Langlitz Leathers">Langlitz Leathers</a></li><li><a href="/products/list.php?maker_id=17" title="Lewis Leathers">Lewis Leathers</a></li><li><a href="/products/list.php?maker_id=21" title="OCEAN BEETLE">OCEAN BEETLE</a></li><li><a href="/products/list.php?maker_id=25" title="PORKCHOP">PORKCHOP</a></li><li><a href="/products/list.php?maker_id=26" title="RED WING">RED WING</a></li><li><a href="/products/list.php?maker_id=44" title="ROTHCO">ROTHCO</a></li><li><a href="/products/list.php?maker_id=28" title="Schott">Schott</a></li><li><a href="/products/list.php?maker_id=59" title="sipilica">sipilica</a></li><li><a href="/products/list.php?maker_id=29" title="SNOID">SNOID</a></li><li><a href="/products/list.php?maker_id=31" title="Stop Light">Stop Light</a></li><li><a href="/products/list.php?maker_id=51" title="SUNSURF">SUNSURF</a></li><li><a href="/products/list.php?maker_id=58" title="teppei yamazaki">teppei yamazaki</a></li><li><a href="/products/list.php?maker_id=57" title="THE FACTORY">THE FACTORY</a></li><li><a href="/products/list.php?maker_id=34" title="TOYO ENTERPRISE COMPANY">TOYO ENTERPRISE COMPANY</a></li><li><a href="/products/list.php?maker_id=47" title="VANS">VANS</a></li><li><a href="/products/list.php?maker_id=36" title="WESCO">WESCO</a></li><li><a href="/products/list.php?maker_id=37" title="WESTRIDE">WESTRIDE</a></li><li><a href="/products/list.php?maker_id=39" title="WING ROCK">WING ROCK</a></li><li class="maker_list_last"><a href="/products/list.php?maker_id=55" title="Other">Other</a></li></ul>
</div>
</div>
</div>
<!--メーカー一覧ここまで-->
</div></li></ul></li><li class="dropdown menu-large menu-about"><a href="#" class="dropdown-toggle" data-toggle="dropdown">ABOUT SHOPPING<b class="caret"></b></a><ul class="dropdown-menu megamenu menu-submenu row"><li class="container"><div class="col-md-4 col-md-offset-3"><ul><li class="dropdown-header">ABOUT SHOPPING</li><li><a href="/user_data/about.php">お支払・ご注文について</a></li><li><a href="/user_data/delivery.php">配送・送料・返品</a></li><li><a href="/user_data/regist.php">会員登録について</a></li><li><a href="/user_data/regist.php#point">ポイントについて</a></li><li><a href="https://powwow.jp/contact/#prv">プライバシーポリシー</a></li><li><a href="/order/">特定商取引法に基づく表記</a></li></ul></div></li></ul></li><li><a href="https://powwow.jp/news">NEWS</a></li><li><a href="https://powwow.jp/news/gallery">GALLERY</a></li><li><a href="/user_data/shopinfo.php">SHOP</a></li><li><a href="https://powwow.jp/contact/">CONTACT</a></li><li class="header-search"><form role="search" name="search_form" id="header_search_form" method="get" action="/products/list.php"><input type="hidden" name="transactionid" value="6e4d0c46ff918d6fb4020aaeb85868b16222f8dc" /><input type="hidden" name="mode" value="search" /><div class="input-group input-group-sm"><input type="text" id="header-search" class="form-control" name="name" maxlength="50" value="" placeholder="Seach…"><span class="input-group-btn"><button type="submit" class="btn"><i class="fa fa-search" aria-hidden="true"></i></button></span></div></form></li><li><a class="white-radius" href="https://powwow.jp/mypage/login.php">MEMBERS</a></li><li><a class="white-radius icon-cart" href="https://powwow.jp/cart/"><span class="font-size-md"><span class="glyphicon glyphicon-shopping-cart"></span><span class="badge bg-red" data-role="cart-total-quantity"></span></span></a></li></ul></div></div></div>
<!--▲HEADER-->
<div id="topcolumn"><!-- ▼ヒーローセクション --><script>
// var swiper;
// $(window).load(function() {
// swiper = new Swiper('.swiper-container', {
// autoplay: {
// delay: 5000,
// },
// speed: 1000,
// effect: 'fade',
// pagination: {
// el: '.swiper-pagination',
// clickable: true
// },
// slidesPerView: 1,
// loop: true,
// touchRatio: 0.6,
// grabCursor: true,
// on: {
// slideChange: function () {
// console.log('swiper slideChange');
// },
// }
// });
// });
</script>
<div class="swiper-container">
<!-- <div class="img_cover"><img src="/user_data/packages/eob3/img/header/slider_logo.png" alt=""></div> -->
<div class="swiper-wrapper">
<div class="swiper-slide parallax-window" data-parallax="scroll" data-image-src="/user_data/packages/eob3/img/common/home-top-bg.jpg"></div>
</div>
<!-- pagination -->
<div class="swiper-pagination"></div>
</div><!-- ▲ヒーローセクション --></div><div id="container-fluid" class="container-fluid"><!----------------レイアウトにブロックnouseを挿入する事でワンカラムへ変更------------><span class="Ly-name">ch one-col</span><div class="row row-offcanvas row-offcanvas-left"><div class="container"><div id="main_column" class="col-md-12 colnum1"><!-- ▼全ページ対応パンくずリスト表示プラグイン for EC-CUBE on BootStrap3 -->
<!-- ▲全ページ対応パンくずリスト表示プラグイン for EC-CUBE on BootStrap3 --><!-- ▼メイン -->
<!-- ▲メイン --><!-- ▼悪質な詐欺サイトにご注意下さい --><div class="top_sagi-attention">
<div class="top_sagi-attention-box">
<div class="top_sagi-attention-title"><img src="/user_data/packages/eob3/img/common/top_attention_icon.png" class="top_sagi_icon">【注意喚起】<br class="top_sagi-attention-br">悪質な詐欺サイトに<br class="top_sagi-attention-br2">ご注意下さい<img src="/user_data/packages/eob3/img/common/top_attention_icon.png" class="top_sagi_icon"></div>
<div class="top_sagi-attention-text">
<p> この度、弊社の社名、所在地等会社概要を使用して、販売者と偽り通常価格よりも安い価格で詐欺行為をはたらく悪質なサイトの存在を確認いたしました。<br>商品は弊社ではお取り扱いしていない物ばかりでしたが、今後お取り扱いのある商品が使用される可能性もございます。<br>商品代金振込後も商品が届かない等の被害のほか、お客様のIDやパスワード、クレジットカード情報などの個人情報が不正に取得される可能性が考えられますので、お客様におかれましては、くれぐれも悪質なサイトをご利用なさらぬよう、十分ご注意下さい。</p>
<p>万が一被害に合われた場合は、ご購入時の状況を整理し、支払い(振り込み)証明などを準備のうえ、最寄り警察署のサイバー犯罪相談窓口もしくは消費者センターへご相談いただきますようお願いいたします。<br>また、口座振込やクレジットカード払いをした場合には、振込先の金融機関やクレジットカード会社に被害のご連絡をお願いいたします。</p>
<p>※詐欺サイトとお客様間でのトラブルに関しまして当社は一切の責任を負いかねます。<br>
お客様におかれまして、十分にご注意下さいますようお願い申し上げます。</p>
</div>
</div>
</div><!-- ▲悪質な詐欺サイトにご注意下さい --><!-- ▼フロントページメニュー --><div class="front-menu-wrapper flex">
<div class="front-gauntlet">
<a href="/products/list.php?category_id=100"><img src="/user_data/packages/eob3/img/common/gauntlet.jpg"></a>
</div>
<div class="front-men-box flex">
<div class="front-men">
<a href="/products/list.php?category_id=45"><img src="/user_data/packages/eob3/img/common/men.png"><img src="/user_data/packages/eob3/img/common/men-hov.png" class="men-hover"></a>
</div>
<div class="front-men">
<a href="/products/list.php?category_id=65"><img src="/user_data/packages/eob3/img/common/women.png"><img src="/user_data/packages/eob3/img/common/women-hov.png" class="men-hover"></a>
</div>
</div>
</div><!-- ▲フロントページメニュー --><!-- ▼新着商品プラグイン --><style>#plg_Up_NewProducts_item a:link:hover {text-decoration: none;}#plg_Up_NewProducts_item a.thumbnail {padding: 20px;border: none;transition: .15s;margin-bottom: 40px;position: relative;}#plg_Up_NewProducts_item a.thumbnail img {transition: .15s;}#plg_Up_NewProducts_item .product_item a:hover img {opacity: 0.2;}#plg_Up_NewProducts_item a.thumbnail .caption {position: absolute;top: 10%;bottom: 0;left: 0;right: 0;margin: auto;visibility: hidden;color: #000;opacity: 1;z-index: 2;}@media only screen and (min-width:768px) {#plg_Up_NewProducts_item a.thumbnail .caption {top: 30%;}}@media only screen and (min-width:481px) {#plg_Up_NewProducts_item a.thumbnail img {max-width: 75%;}}#plg_Up_NewProducts_item a.thumbnail:hover .caption {visibility: visible;}#plg_Up_NewProducts_item .recommend-title {display: block;height: auto;overflow: hidden;margin: 3px 3px 20px 3px;text-align: center;}#plg_Up_NewProducts_item .recommend-price {display: block;height: 40px;overflow: hidden;text-align: center;}#plg_Up_NewProducts_item .price {color: #333333;font-weight: bold;}#plg_Up_NewProducts_item.flex {-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap: wrap;}#plg_Up_NewProducts_item.flex .col-xs-6 {padding-right: 5px;padding-left: 5px;}#plg_Up_NewProducts_area .review {color: #E1C030; /* ☆の色 */}#plg_Up_NewProducts_area .review .count {color: #2A67C7; /* レビュー数の色 */}</style><div class="clearfix"></div><div class="block_outer"><div id="plg_Up_NewProducts_area"><div class="page-header"><h2 class="text-center">NEW ITEMS</h2></div><div id="plg_Up_NewProducts_item" class="flex"><div class="product_item col-xs-6 col-sm-4 col-md-3 col-lg-4"><a href="/products/detail.php?product_id=1346" class="thumbnail"><img class="img-responsive" src="/upload/save_image/08081706_6895afe9b0c13.png" alt="BUZZ RICKSON'S Type M-1943 TROUSERS BR42587" /><div class="caption"><h4 class="recommend-title">BUZZ RICKSON'S Type M-1943 TROUSERS BR42587</h4><p class="recommend-price"><span class="price">35,200 円 (税込)</span></p><p class="mini comment"></p></div></a></div><div class="product_item col-xs-6 col-sm-4 col-md-3 col-lg-4"><a href="/products/detail.php?product_id=1345" class="thumbnail"><img class="img-responsive" src="/upload/save_image/08051617_6891b0098ffc4.png" alt="ORIGINAL bandana white" /><div class="caption"><h4 class="recommend-title">ORIGINAL bandana white</h4><p class="recommend-price"><span class="price">1,980 円 (税込)</span></p><p class="mini comment"></p></div></a></div><div class="product_item col-xs-6 col-sm-4 col-md-3 col-lg-4"><a href="/products/detail.php?product_id=1344" class="thumbnail"><img class="img-responsive" src="/upload/save_image/08051613_6891af2097962.png" alt="ORIGINAL bandana black" /><div class="caption"><h4 class="recommend-title">ORIGINAL bandana black</h4><p class="recommend-price"><span class="price">1,980 円 (税込)</span></p><p class="mini comment"></p></div></a></div><div class="product_item col-xs-6 col-sm-4 col-md-3 col-lg-4"><a href="/products/detail.php?product_id=1343" class="thumbnail"><img class="img-responsive" src="/upload/save_image/07291422_68885a9a53b74.png" alt="Langlitz Leathers S/S T-SHIRT LLC-003 TypeA orange" /><div class="caption"><h4 class="recommend-title">Langlitz Leathers S/S T-SHIRT LLC-003 TypeA orange</h4><p class="recommend-price"><span class="price">8,580 円 (税込)</span></p><p class="mini comment"></p></div></a></div><div class="product_item col-xs-6 col-sm-4 col-md-3 col-lg-4"><a href="/products/detail.php?product_id=1342" class="thumbnail"><img class="img-responsive" src="/upload/save_image/07291418_688859b1ea01a.png" alt="Langlitz Leathers S/S T-SHIRT LLC-003 TypeA olive" /><div class="caption"><h4 class="recommend-title">Langlitz Leathers S/S T-SHIRT LLC-003 TypeA olive</h4><p class="recommend-price"><span class="price">8,580 円 (税込)</span></p><p class="mini comment"></p></div></a></div><div class="product_item col-xs-6 col-sm-4 col-md-3 col-lg-4"><a href="/products/detail.php?product_id=1341" class="thumbnail"><img class="img-responsive" src="/upload/save_image/07291413_6888586698421.png" alt="Langlitz Leathers S/S T-SHIRT LLC-003 Type A bk.gr" /><div class="caption"><h4 class="recommend-title">Langlitz Leathers S/S T-SHIRT LLC-003 Type A bk.gr</h4><p class="recommend-price"><span class="price">8,580 円 (税込)</span></p><p class="mini comment"></p></div></a></div><div class="product_item col-xs-6 col-sm-4 col-md-3 col-lg-4"><a href="/products/detail.php?product_id=1340" class="thumbnail"><img class="img-responsive" src="/upload/save_image/07261543_688478fc3e541.png" alt="BOW WOW [BW252-R2T] R2-D2/TEE" /><div class="caption"><h4 class="recommend-title">BOW WOW [BW252-R2T] R2-D2/TEE</h4><p class="recommend-price"><span class="price">16,500 円 (税込)</span></p><p class="mini comment"></p></div></a></div><div class="product_item col-xs-6 col-sm-4 col-md-3 col-lg-4"><a href="/products/detail.php?product_id=1339" class="thumbnail"><img class="img-responsive" src="/upload/save_image/07261538_688477eff23c3.png" alt="BOW WOW [BW252-C3T] C-3PO/TEE" /><div class="caption"><h4 class="recommend-title">BOW WOW [BW252-C3T] C-3PO/TEE</h4><p class="recommend-price"><span class="price">16,500 円 (税込)</span></p><p class="mini comment"></p></div></a></div><div class="product_item col-xs-6 col-sm-4 col-md-3 col-lg-4"><a href="/products/detail.php?product_id=1338" class="thumbnail"><img class="img-responsive" src="/upload/save_image/07261317_688456ce2e45f.png" alt="BOW WOW M-44 DENIM TROUSERS" /><div class="caption"><h4 class="recommend-title">BOW WOW M-44 DENIM TROUSERS</h4><p class="recommend-price"><span class="price">35,200 円 (税込)</span></p><p class="mini comment"></p></div></a></div><div class="product_item col-xs-6 col-sm-4 col-md-3 col-lg-4"><a href="/products/detail.php?product_id=1337" class="thumbnail"><img class="img-responsive" src="/upload/save_image/07171320_68787a291c678.png" alt="SUN SURF× 月岡芳年 “NEW STORY” SS39532" /><div class="caption"><h4 class="recommend-title">SUN SURF× 月岡芳年 “NEW STORY” SS39532</h4><p class="recommend-price"><span class="price">38,500 円 (税込)</span></p><p class="mini comment"></p></div></a></div><div class="product_item col-xs-6 col-sm-4 col-md-3 col-lg-4"><a href="/products/detail.php?product_id=1336" class="thumbnail"><img class="img-responsive" src="/upload/save_image/07141424_6874948b96037.png" alt="ORIGINAL LEATHER BELT Studded custom" /><div class="caption"><h4 class="recommend-title">ORIGINAL LEATHER BELT Studded custom</h4><p class="recommend-price"><span class="price">23,100 円 (税込)</span></p><p class="mini comment"></p></div></a></div><div class="product_item col-xs-6 col-sm-4 col-md-3 col-lg-4"><a href="/products/detail.php?product_id=1335" class="thumbnail"><img class="img-responsive" src="/upload/save_image/07081552_686cc02d57586.png" alt="SUN SURF× 伊藤若冲 “付喪神図”SS39533" /><div class="caption"><h4 class="recommend-title">SUN SURF× 伊藤若冲 “付喪神図”SS39533</h4><p class="recommend-price"><span class="price">38,500 円 (税込)</span></p><p class="mini comment"></p></div></a></div></div></div></div>
<!-- ▲新着商品プラグイン --></div><div id="leftcolumn" class="side_column sidebar-offcanvas disp-side1 col-xs-12 col-sm-6 col-md-3"><!-- ▼no-use --><!--サイドメニューナビを利用しない場合に挿入--><!-- ▲no-use --><!-- ▼カテゴリ -->
<script type="text/javascript">//<![CDATA[
$(function(){
$('#category_area li.level1:last').css('border-bottom', 'none');
});
//]]></script>
<div class="block_outer"><div id="category_area" class="panel panel-default"><div class="block_body panel-body">
<ul style="" class="nav nav-pills nav-stacked"><li class="level1"><a href="/products/list.php?category_id=100">THE GAUNTLET</a>
<ul style="display: none;" class="nav nav-pills nav-stacked"><li class="level2"><a href="/products/list.php?category_id=109">ストリートライト</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=107">リストグローブ</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=101">タイプ03 ショート</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=102">タイプ02</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=103">タイプストリート</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=104">タイプミトン</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=105">タイプテリー</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=106">タイプテリー(フィンガーレス)</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li></ul><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level1"><a href="/products/list.php?category_id=45">MEN'S</a>
<ul style="display: none;" class="nav nav-pills nav-stacked"><li class="level2"><a href="/products/list.php?category_id=47">SILVER JEWELRY</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=48">BOOTS</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=49">LEATHER JACKET</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=52">T-SHIRTS & CUTSEW</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=53">SHIRTS</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=54">KNIT & SWEAT</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=55">JACKET & COAT</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=56">OUTER</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=59">BOTTOMS</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=60">CAP & HAT</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=62">BAG</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=63">BIKE GEAR</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=64">ORIGINAL</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=58">OTHER</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=57">SHOES</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li></ul><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level1"><a href="/products/list.php?category_id=65">WOMEN'S</a>
<ul style="display: none;" class="nav nav-pills nav-stacked"><li class="level2"><a href="/products/list.php?category_id=113">NEW!</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=115">TOPS</a>
<ul style="display: none;" class="nav nav-pills nav-stacked"><li class="level3"><a href="/products/list.php?category_id=122">カットソー</a></li><li class="level3"><a href="/products/list.php?category_id=124">スウェット/パーカー</a></li><li class="level3"><a href="/products/list.php?category_id=125">ニット</a></li></ul><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=116">BOTTOMS</a>
<ul style="display: none;" class="nav nav-pills nav-stacked"><li class="level3"><a href="/products/list.php?category_id=128">パンツ</a></li><li class="level3"><a href="/products/list.php?category_id=129">スカート</a></li></ul><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=117">ONEPIECE</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=118">OUTER</a>
<ul style="display: none;" class="nav nav-pills nav-stacked"><li class="level3"><a href="/products/list.php?category_id=131">ジャケット/ガウン</a></li><li class="level3"><a href="/products/list.php?category_id=132">コート</a></li></ul><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=119">SHOES</a>
<ul style="display: none;" class="nav nav-pills nav-stacked"><li class="level3"><a href="/products/list.php?category_id=133">サンダル</a></li><li class="level3"><a href="/products/list.php?category_id=134">ブーツ</a></li></ul><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=120">GOODS</a>
<ul style="display: none;" class="nav nav-pills nav-stacked"><li class="level3"><a href="/products/list.php?category_id=137">帽子</a></li><li class="level3"><a href="/products/list.php?category_id=140">アクセサリー</a></li><li class="level3"><a href="/products/list.php?category_id=141">ソックス/レギンス</a></li><li class="level3"><a href="/products/list.php?category_id=142">その他</a></li></ul><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li><li class="level2"><a href="/products/list.php?category_id=121">KIDS</a><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li></ul><span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></li></ul></div></div></div>
<!-- ▲カテゴリ --><!-- ▼メーカー一覧ブロック追加プラグイン --><style type="text/css">
/* #maker_area h2 {
border-top: solid 1px #f90;
background: url('/user_data/packages/eob3//img/background/bg_tit_bloc_01.jpg') repeat-x left bottom;
padding: 5px 0 8px 10px;
font-size: 14px;
}
#maker_area .block_body {
background-color: #fffaf0;
} */
#maker_area li {
padding-left: 5px;
border-bottom: solid 1px #ccc;
}
#maker_area li.maker_list_last {
border-bottom: none;
}
#maker_area li p {
padding-left: 20px;
margin: 7px 3px;
background: url("/user_data/packages/eob3//img/icon/ico_arrow_01.gif") 2px 3px no-repeat;
}
#maker_area li a {
display: block;
padding: 0;
}
</style>
<!--メーカー一覧ここから-->
<div class="block_outer">
<div id="maker_area" class="panel panel-default">
<div class="block_body panel-body">
<p class="brand-title">BRAND<span class="cat-icon openicon">+</span><span class="cat-icon closeicon">-</span></p>
<ul id="makertree"><li><a href="/products/list.php?maker_id=1" title="POWWOWオリジナル">POWWOWオリジナル</a></li><li><a href="/products/list.php?maker_id=71" title="ROLLING DUB TRIO">ROLLING DUB TRIO</a></li><li><a href="/products/list.php?maker_id=2" title="ADDICT CLOTHES">ADDICT CLOTHES</a></li><li><a href="/products/list.php?maker_id=70" title="BIRKENSTOCK">BIRKENSTOCK</a></li><li><a href="/products/list.php?maker_id=69" title="Bohemians">Bohemians</a></li><li><a href="/products/list.php?maker_id=73" title="BOW WOW">BOW WOW</a></li><li><a href="/products/list.php?maker_id=41" title="BUZZRICKSON’S">BUZZRICKSON’S</a></li><li><a href="/products/list.php?maker_id=5" title="CA4LA">CA4LA</a></li><li><a href="/products/list.php?maker_id=7" title="Dehen">Dehen</a></li><li><a href="/products/list.php?maker_id=8" title="Deus Ex Machina">Deus Ex Machina</a></li><li><a href="/products/list.php?maker_id=50" title="FREEWHEELERS">FREEWHEELERS</a></li><li><a href="/products/list.php?maker_id=48" title="FAF ROCKY">FAF ROCKY</a></li><li><a href="/products/list.php?maker_id=67" title="good on">good on</a></li><li><a href="/products/list.php?maker_id=66" title="Gowest,Gohemp">Gowest,Gohemp</a></li><li><a href="/products/list.php?maker_id=63" title="Highhorse">Highhorse</a></li><li><a href="/products/list.php?maker_id=15" title="JACKSUN'S">JACKSUN'S</a></li><li><a href="/products/list.php?maker_id=45" title="KAPITAL">KAPITAL</a></li><li><a href="/products/list.php?maker_id=16" title="Langlitz Leathers">Langlitz Leathers</a></li><li><a href="/products/list.php?maker_id=17" title="Lewis Leathers">Lewis Leathers</a></li><li><a href="/products/list.php?maker_id=21" title="OCEAN BEETLE">OCEAN BEETLE</a></li><li><a href="/products/list.php?maker_id=25" title="PORKCHOP">PORKCHOP</a></li><li><a href="/products/list.php?maker_id=26" title="RED WING">RED WING</a></li><li><a href="/products/list.php?maker_id=44" title="ROTHCO">ROTHCO</a></li><li><a href="/products/list.php?maker_id=28" title="Schott">Schott</a></li><li><a href="/products/list.php?maker_id=59" title="sipilica">sipilica</a></li><li><a href="/products/list.php?maker_id=29" title="SNOID">SNOID</a></li><li><a href="/products/list.php?maker_id=31" title="Stop Light">Stop Light</a></li><li><a href="/products/list.php?maker_id=51" title="SUNSURF">SUNSURF</a></li><li><a href="/products/list.php?maker_id=58" title="teppei yamazaki">teppei yamazaki</a></li><li><a href="/products/list.php?maker_id=57" title="THE FACTORY">THE FACTORY</a></li><li><a href="/products/list.php?maker_id=34" title="TOYO ENTERPRISE COMPANY">TOYO ENTERPRISE COMPANY</a></li><li><a href="/products/list.php?maker_id=47" title="VANS">VANS</a></li><li><a href="/products/list.php?maker_id=36" title="WESCO">WESCO</a></li><li><a href="/products/list.php?maker_id=37" title="WESTRIDE">WESTRIDE</a></li><li><a href="/products/list.php?maker_id=39" title="WING ROCK">WING ROCK</a></li><li class="maker_list_last"><a href="/products/list.php?maker_id=55" title="Other">Other</a></li></ul>
</div>
</div>
</div>
<!--メーカー一覧ここまで-->
<!-- ▲メーカー一覧ブロック追加プラグイン --><!-- ▼カゴの中 -->
<div class="block_outer hidden-xs" style="display: none"><div id="cart_area" class="panel panel-default"><div class="panel-heading"><h2 class="panel-title"><span class="glyphicon glyphicon-shopping-cart"></span> 現在のカートの中</h2></div><div class="block_body panel-body"><div class="information"><p class="item">合計数量:<span class="attention">0</span></p><p class="total">商品金額:<span class="price">0円</span></p></div><a href="https://powwow.jp/cart/" class="btn btn-block btn-warning">カートの中を見る</a></div></div></div>
<!-- ▲カゴの中 --><p class="visible-xs"><button class="btn btn-default col-xs-4 toggle-offcanvas"><span class="glyphicon glyphicon-chevron-left"></span></button></p></div></div><!--offcanvas--><div id="bottomcolumn"><!-- ▼TOP・ピックアップメニュー --><div id="pickup" class="container-fluid section">
<div class="container">
<div class="row">
<div class="gallery-wrapper">
<div class="thumbnail">
<img src="/user_data/packages/eob3/img/common/gallery1.png" alt=""><img src="/user_data/packages/eob3/img/common/gallery2.png" alt="">
<div class="caption">
<p>当店の写真Galleryをご覧いただけます。</p>
<p><a href="https://powwow.jp/news/gallery" class="btn btn-lg center-block">GALLERY</a></p>
</div>
</div>
</div>
</div>
</div>
</div><!-- ▲TOP・ピックアップメニュー --></div></div><!--container--><!--▼FOOTER-->
<!--▲FOOTER-->
<div id="footerbottomcolumn"><!-- ▼フッター2021 --><div id="footer_wrap">
<div id="pagetop" class="pull-right"><a href="#top"><i class="fa fa-angle-up" aria-hidden="true"></i></a></div>
<div id="footer" class="container">
<div class="row">
<div id="footer_outer" class="col-md-12">
<div id="footer-main" class="flex">
<div class="footer-logo"><a href="https://powwow.jp/"><img class="img-responsive center-block" src="/user_data/packages/eob3/img/common/footer_logo.png" alt="POWWOW Trading Post" /></a></div>
<div class="footer-menu-wrapper">
<div class="footer-menu flex">
<ul class="footer-menu-main flex ">
<li class="footer-menu-item"><a href="https://powwow.jp/">HOME</a></li>
<li class="footer-menu-item"><a href="https://powwow.jp/news/gallery">GALLERY</a></li>
<li class="footer-menu-item"><a href="/products/list.php">ONLINE SHOP</a></li>
<li class="footer-menu-item"><a href="https://powwow.jp/contact/">CONTACT</a></li>
</ul>
<ul class="footer-menu-yellow flex">
<li class="footer-menu-item yellow"><a href="https://powwow.jp/mypage/login.php">MEMBERS LOG IN</a></li>
<li class="footer-menu-item yellow"><a href="/entry/kiyaku.php">新規会員登録はこちら</a></li>
<li class="footer-menu-item yellow"><a href="https://powwow.jp/cart/">カートを見る</a></li>
</ul>
<div class="about-text">ABOUT SHOPPING</div>
<div class="about-line"></div>
<ul class="footer-menu-guide flex">
<li class="footer-menu-item"><a href="/user_data/about.php">お支払い・ご注文について</a></li>
<li class="footer-menu-item"><a href="/user_data/regist.php">会員登録について</a></li>
<li class="footer-menu-item"><a href="https://powwow.jp/contact/#prv">プライバシーポリシー</a></li>
<li class="footer-menu-item"><a href="/user_data/delivery.php">配送・送料・返品</a></li>
<li class="footer-menu-item"><a href="/user_data/regist.php#point">ポイントについて</a></li>
<li class="footer-menu-item"><a href="/order/" >特定商取引法に基づく表記</a></li>
</ul>
<div class="footer-address">
<address class="center-block">〒070-0033 北海道旭川市3条通9丁目1704-24 [<a class="yellow" href="https://goo.gl/maps/mQ8XBTUUJtv" target="_blank">MAP</a>]<br>
TEL&FAX:<a href="tel:0166272566" class="footer-tel">0166-27-2566</a> <span class="ib">営業時間:11:00〜19:00 定休日:毎週水曜日</span></address>
</div>
</div>
</div>
<div class="footer-contact">
<img src="/user_data/packages/eob3/img/common/240LOGO.svg" alt="POWWOW Trading Post" width=120 />
<ul class="flex">
<li><a href="https://powwow.jp/contact/"><img src="/user_data/packages/eob3/img/icon/icon_mail.svg" alt="お問い合わせ" width=30 /></a></li>
<li><a href="https://ja-jp.facebook.com/powwow.jp/" target="_blank"><img src="/user_data/packages/eob3/img/icon/icon_fb.svg" alt="Facebook" width=30 /></a></li>
<li><a href="https://powwow.jp/news/gallery"><img src="/user_data/packages/eob3/img/icon/icon_instagram.svg" alt="Instagram" width=30 /></a></li>
</ul>
</div>
</div>
<div id="copyright">Copyright ©
2014-2025
POWWOW Trading Post All rights reserved.
</div>
</div>
</div>
</div>
</div><!-- ▲フッター2021 --></div></div></body><!-- ▲BODY部 エンド -->
</html>
HTTP/1.1 301 Moved Permanently
Date: Mon, 25 Aug 2025 01:18:48 GMT
Server: Apache
Location: https://powwow.jp/
Content-Length: 226
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=iso-8859-1
HTTP/1.1 200 OK
Date: Mon, 25 Aug 2025 01:18:48 GMT
Server: Apache
X-Powered-By: PHP/5.6.40
Vary: User-Agent
Set-Cookie: ECSESSID=07c217b2a1e61e216373a81fcbdb2333; path=/
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8