﻿@charset "utf-8";

/* Offcanvas
 ========================================================================== */
.offcanvas {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	touch-action: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
}
.offcanvas.active {
	display: block;
}
.offcanvas-body.offcanvas-body-left {
	position: fixed;
	overflow-y: hidden;
	margin-left: 280px;
}
.offcanvas-sidebar {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 1001;
	width: 280px;
	max-width: 100%;
	background: #fff;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-ms-scroll-chaining: none;
}
.offcanvas-sidebar.offcanvas-sidebar-left {
	left: 0;
	right: auto;
	margin-left: -280px;
	-ms-transition: margin-left .1s;
	transition: margin-left .1s;
}
.offcanvas-sidebar.offcanvas-sidebar-left.active {
	margin-left: 0;
	-ms-transition: margin-left .1s;
	transition: margin-left .1s;
}
/* Fixnav
 ========================================================================== */
.offcanvas-header {
	width: 100%;
	background-color: #fff;
}
nav.fixed #js-fixed {
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 1px solid #e5e5e5;
}
#js-fixnav {
	position: relative;
	height: 56px;
	transition: all .3s;
}
#js-fixnav > h1 {
	margin: 0 auto;
	text-align: center;
	line-height: 56px;
	transition: all .3s;
}
#js-fixnav > ul {
	position: absolute;
	top: 0;
}
#js-fixnav > ul > li i {
	font-size: 140%;
	line-height: 56px;
}
#js-ocbtn-l {
	left: 12px;
	cursor: pointer;
}
#js-ocbtn-r {
	right: 6px;
}
#js-ocbtn-r > li {
	display: inline-block;
	position: relative;
}
#js-ocbtn-r > li > a {
	display: block;
	padding: 0 6px;
}
#js-ocbtn-r > li.uk-open > a:after {
    content: "";
    position: absolute;
	z-index: 1021;
    margin-left: -6px;
	bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-width: 0 6px 8px;
    border-style: solid;
    border-color: transparent transparent #f5f5f5;
}
@media (min-width: 768px) {
nav:not(.fixed) #js-fixnav {
	height: 104px;
}
nav:not(.fixed) #js-fixnav > h1 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 104px;
}
#js-fixnav > ul > li i {
	font-size: 160%;
}
#js-ocbtn-l {
	left: 16px;
}
#js-ocbtn-l:hover {
	color: #1677cb;
}
#js-ocbtn-r {
	right: 4px;
}
#js-ocbtn-r > li > a {
	padding: 0 12px;
}
}
/* Pcnav
 ========================================================================== */
#js-pcnav .uk-subnav {
	padding-bottom: 16px;
}
#js-pcnav .uk-subnav > li {
	width: 20%;
	text-align: center;
	font-size: 70%;
}
#js-pcnav .uk-subnav > li > a {
	position: relative;
	padding: 4px;
	transition: .3s;
}
/* Hover */
#js-pcnav .uk-subnav > li > a:hover,
#js-pcnav .uk-subnav > li > a:focus,
#js-pcnav .uk-subnav > li.uk-open > a {
	color: #1677cb;
}
#js-pcnav .uk-subnav > li > a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 0;
	height: 2px;
	background-color: #1677cb;
	transition: .3s;
}
#js-pcnav .uk-subnav > li > a:hover:after {
	width: 100%;
}
#js-pcnav .uk-subnav span {
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: -4px;
}
/* Ticker
 ========================================================================== */
#ticker-roll {
	padding: 8px 16px;
	font-size: 90%;
	color: #fff;
	background: #444a59;
	overflow: hidden;
}
#ticker-roll ul {
	position: relative;
}
#ticker-roll ul li {
	display: none;
}
/* Alert
 ========================================================================== */
#js-alert {
	padding: 8px 0;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	background: #e5e5e5;
}
#js-alert a {
	color: #f36;
}
#js-alert a:hover {
	text-decoration: underline;
}
/* Footer
 ========================================================================== */
footer {
	background: #f5f5f5;
}
#js-footer {
	background: #e5e5e5;
}
#js-bnr {
	margin-bottom: 40px;
}
#js-address {
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
}
#js-address .js-logo,
#js-address .js-tel {
	font-size: 24px;
	font-size: 2.4rem;
}
#js-address .js-tel {
	margin-top: 16px;
}
#js-address .js-tel:before {
	margin-right: 4px;
	content: "\e936";
	font-family: icomoon;
}
a[href^="tel:"] {
	cursor: text;
}
#js-address .js-sns {
	margin: 16px 0 32px;
}
#js-address .js-sns li {
	display: inline-block;
}
#js-address .js-copyright {
	font-size: 10px;
	font-size: 1rem;
	font-family: Oswald;
	font-weight: 300;
	letter-spacing: 1px;
}
/* Pagetop
 ========================================================================== */
#js-pagetop {
	display: block;
	position: fixed;
	z-index: 980;
	bottom: -60px;
	right: 16px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	text-align: center;
	transition: .3s;
}
#js-pagetop:hover {
	background: rgba(0, 0, 0, 1);
}
/* Icon
 ========================================================================== */
@font-face {
	font-family: "icomoon";
	src: url("https://secure2.future-shop.jp/~jiggys/css/icomoon.eot");
	src: url("https://secure2.future-shop.jp/~jiggys/css/icomoon.eot?#iefix") format("embedded-opentype"),
		 url("https://secure2.future-shop.jp/~jiggys/css/icomoon.woff") format("woff"),
		 url("https://secure2.future-shop.jp/~jiggys/css/icomoon.ttf") format("truetype"),
		 url("https://secure2.future-shop.jp/~jiggys/css/icomoon.svg#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
	font-family: "icomoon";
	src: url("https://secure2.future-shop.jp/~jiggys/css/icomoon.svg#icomoon") format("svg");
}
}
[class^="icon-"]:before, [class*=" icon-"]:before,
[class^="icon-"]:after, [class*=" icon-"]:after {
	font-family: icomoon;
    speak: none;
	font-style: normal;
	display: inline-block;
}
.icon-logo:before { content: "\e93e"; }
.icon-brand:before { content: "\e900"; }
.icon-category:before { content: "\e901"; }
.icon-entry2:before { content: "\e902"; }
.icon-feature:before { content: "\e903"; }
.icon-guide2:before { content: "\e904"; }
.icon-mail:before { content: "\e905"; }
.icon-new:before { content: "\e906"; }
.icon-notes:before { content: "\e907"; }
.icon-office:before { content: "\e908"; }
.icon-outlet:before { content: "\e909"; }
.icon-question:before { content: "\e90a"; }
.icon-ranking:before { content: "\e90b"; }
.icon-sale2:before { content: "\e90c"; }
.icon-stylebook:before { content: "\e90d"; }
.icon-tel2:before { content: "\e90e"; }
.icon-alarm:before { content: "\e90f"; }
.icon-blank:before { content: "\e910"; }
.icon-book:before { content: "\e911"; }
.icon-cart:before { content: "\e912"; }
.icon-cart2:before { content: "\e913"; }
.icon-cart3:before { content: "\e914"; }
.icon-close:before { content: "\e915"; }
.icon-comment:before { content: "\e916"; }
.icon-down:before { content: "\e917"; }
.icon-envelope:before { content: "\e918"; }
.icon-favorite:before { content: "\e919"; }
.icon-gift:before { content: "\e91a"; }
.icon-guide:before { content: "\e91b"; }
.icon-entry:before { content: "\e91c"; }
.icon-home:before { content: "\e91d"; }
.icon-label:before { content: "\e91e"; }
.icon-line:before { content: "\e91f"; }
.icon-line-l:before { content: "\e920"; }
.icon-loading:before { content: "\e921"; }
.icon-login:before { content: "\e922"; }
.icon-logout:before { content: "\e923"; }
.icon-menu:before { content: "\e924"; }
.icon-minus:before { content: "\e925"; }
.icon-news:before { content: "\e926"; }
.icon-next:before { content: "\e927"; }
.icon-next2:before { content: "\e928"; }
.icon-next-l:before { content: "\e929"; }
.icon-pack:before { content: "\e92a"; }
.icon-pen:before { content: "\e92b"; }
.icon-plus:before { content: "\e92c"; }
.icon-point:before { content: "\e92d"; }
.icon-prev:before { content: "\e92e"; }
.icon-prev2:before { content: "\e92f"; }
.icon-prev-l:before { content: "\e930"; }
.icon-review:before { content: "\e931"; }
.icon-sale:before { content: "\e932"; }
.icon-search:before { content: "\e933"; }
.icon-size:before { content: "\e934"; }
.icon-star:before { content: "\e935"; }
.icon-tel:before { content: "\e936"; }
.icon-time:before { content: "\e937"; }
.icon-truck:before { content: "\e938"; }
.icon-up:before { content: "\e939"; }
.icon-user:before { content: "\e93a"; }
.icon-user2:before { content: "\e93b"; }
.icon-view:before { content: "\e93c"; }
.icon-view2:before { content: "\e93d"; }
.icon-plus-s:before { content: "\e145"; }
.icon-close-s:before { content: "\e5cd"; }
.icon-down-s:before { content: "\e313"; }
.icon-prev-s:before { content: "\e314"; }
.icon-next-s:before { content: "\e315"; }
.icon-up-s:before { content: "\e316"; }
.icon-blank-s:before { content: "\e89e"; }
.icon-minus-s:before { content: "\e15b"; }
.icon-amazon:before { content: "\ea87"; }
.icon-facebook:before { content: "\ea90"; }
.icon-instagram:before { content: "\ea92"; }
.icon-twitter:before { content: "\ea96"; }