@import url("https://cdn.jsdelivr.net/jquery.slick/1.6.0/slick.css");
@import url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");

html.remodal-is-locked{overflow:hidden;-ms-touch-action:none;touch-action:none}.remodal,[data-remodal-id]{display:none}.remodal-overlay{position:fixed;z-index:9999;top:-5000px;right:-5000px;bottom:-5000px;left:-5000px;display:none}.remodal-wrapper{position:fixed;z-index:10000;top:0;right:0;bottom:0;left:0;display:none;overflow:auto;text-align:center;-webkit-overflow-scrolling:touch}.remodal-wrapper:after{display:inline-block;height:100%;margin-left:-.05em;content:""}.remodal-overlay,.remodal-wrapper{-webkit-backface-visibility:hidden;backface-visibility:hidden}.remodal{position:relative;outline:0;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}.remodal-is-initialized{display:inline-block}/*# sourceMappingURL=remodal.min.css.map */
.remodal-bg.remodal-is-opened,.remodal-bg.remodal-is-opening{-webkit-filter:blur(3px);filter:blur(3px)}.remodal-overlay{background:rgba(43,46,56,.9)}.remodal-overlay.remodal-is-closing,.remodal-overlay.remodal-is-opening{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.remodal-overlay.remodal-is-opening{-webkit-animation-name:remodal-overlay-opening-keyframes;animation-name:remodal-overlay-opening-keyframes}.remodal-overlay.remodal-is-closing{-webkit-animation-name:remodal-overlay-closing-keyframes;animation-name:remodal-overlay-closing-keyframes}.remodal-wrapper{padding:10px 10px 0}.remodal{box-sizing:border-box;width:100%;margin-bottom:10px;padding:35px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);color:#2b2e38;background:#fff}.remodal-close,.remodal-close:before{position:absolute;top:0;left:0;display:block;width:35px}.remodal-cancel,.remodal-close,.remodal-confirm{overflow:visible;margin:0;cursor:pointer;text-decoration:none;outline:0;border:0}.remodal.remodal-is-closing,.remodal.remodal-is-opening{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.remodal.remodal-is-opening{-webkit-animation-name:remodal-opening-keyframes;animation-name:remodal-opening-keyframes}.remodal.remodal-is-closing{-webkit-animation-name:remodal-closing-keyframes;animation-name:remodal-closing-keyframes}.remodal,.remodal-wrapper:after{vertical-align:middle}.remodal-close{height:35px;padding:0;-webkit-transition:color .2s;transition:color .2s;color:#95979c;background:0 0}.remodal-close:focus,.remodal-close:hover{color:#2b2e38}.remodal-close:before{font-family:Arial,"Helvetica CY","Nimbus Sans L",sans-serif!important;font-size:25px;line-height:35px;content:"\00d7";text-align:center}.remodal-cancel,.remodal-confirm{font:inherit;display:inline-block;min-width:110px;padding:12px 0;-webkit-transition:background .2s;transition:background .2s;text-align:center;vertical-align:middle}.remodal-confirm{color:#fff;background:#81c784}.remodal-confirm:focus,.remodal-confirm:hover{background:#66bb6a}.remodal-cancel{color:#fff;background:#e57373}.remodal-cancel:focus,.remodal-cancel:hover{background:#ef5350}.remodal-cancel::-moz-focus-inner,.remodal-close::-moz-focus-inner,.remodal-confirm::-moz-focus-inner{padding:0;border:0}@-webkit-keyframes remodal-opening-keyframes{from{-webkit-transform:scale(1.05);transform:scale(1.05);opacity:0}to{-webkit-transform:none;transform:none;opacity:1;-webkit-filter:blur(0);filter:blur(0)}}@keyframes remodal-opening-keyframes{from{-webkit-transform:scale(1.05);transform:scale(1.05);opacity:0}to{-webkit-transform:none;transform:none;opacity:1;-webkit-filter:blur(0);filter:blur(0)}}@-webkit-keyframes remodal-closing-keyframes{from{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.95);transform:scale(.95);opacity:0;-webkit-filter:blur(0);filter:blur(0)}}@keyframes remodal-closing-keyframes{from{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.95);transform:scale(.95);opacity:0;-webkit-filter:blur(0);filter:blur(0)}}@-webkit-keyframes remodal-overlay-opening-keyframes{from{opacity:0}to{opacity:1}}@keyframes remodal-overlay-opening-keyframes{from{opacity:0}to{opacity:1}}@-webkit-keyframes remodal-overlay-closing-keyframes{from{opacity:1}to{opacity:0}}@keyframes remodal-overlay-closing-keyframes{from{opacity:1}to{opacity:0}}@media only screen and (min-width:641px){.remodal{max-width:700px}}.lt-ie9 .remodal-overlay{background:#2b2e38}.lt-ie9 .remodal{width:700px}/*# sourceMappingURL=remodal-default-theme.min.css.map */
/* 
  RESET - ADAPTED FROM MEYER RESET
  URL - http://meyerweb.com/eric/tools/css/reset/
  LICENSE - PUBLIC DOMAIN
*/

/* RESET
----------------------------------------------------------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio, 
b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed, 
fieldset, figcaption, figure, form, footer, 
header, hgroup, h1, h2, h3, h4, h5, h6, html, 
i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, output, p, pre, q, ruby, 
s, samp, section, main, small, span, strike, strong, sub, summary, sup, 
tt, table, tbody, textarea, tfoot, thead, time, tr, th, td,
u, ul, var, video { 
  font-family: inherit; 
  font-size: 100%; 
  font-weight: inherit; 
  font-style: inherit; 
  vertical-align: baseline; 
  white-space: normal;
  text-align: left; 
  margin: 0; 
  padding: 0; 
  border: 0; 
  outline: 0;
  background: transparent; 
}

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, main { 
  display: block; 
}
                  
ol, ul { 
  list-style: none; 
}
blockquote, q {
  quotes: none; 
}

table { 
  border-collapse: collapse; 
  border-spacing: 0; 
}
html {
  -ms-overflow-style: none;
  /* IE10+ */
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg");
}
a {
  display: block;
}

a:hover {
  cursor: pointer;
}

img {
  display: block;
  width: 100%;
}

.p0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.w1300 {
  width: 1300px;
}

.w1400 {
  width: 1400px;
}

.slick-next:hover, .slick-prev:hover {
  cursor: pointer;
}

.error{
  text-align: center;
  color: red;
  font-size: 11px;
 
}

/* font ////////////////////////////////////?*/
.ja {
  font-family: "Þâ¥´¥·¥Ã¥¯", YuGothic, "¥Ò¥é¥®¥Î³Ñ¥´ Pro", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", "Meiryo", sans-serif;
  transform: rotate(0.05deg);
}

.en {
  font-family: YuGothic,sans-serif;
  transform: rotate(0.05deg);
}

.breadcrumbs .az {
  font-size: 13px;
}

.font-logo {
  font-size: 1.2em;
  font-weight: bolder !important;
  line-height: 50px;
  letter-spacing: 0.05em;
  color: #fff;
}

.font-nav {
  font-size: 10px;
  font-weight: bolder !important;
  line-height: 50px;
  letter-spacing: 0.05em;
  color: #fff;
}

.font-nav span {
  text-shadow: 0px 0.2px 0px white;
}

.font-nav a, .font-logo {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  text-shadow: 0px 0.2px 0px white;
}

.font-nav a:hover, .font-nav a:focus, .font-logo:hover, .font-logo:focus {
  color: #999;
  text-decoration: underline;
}

.font-accent {
  font-size: 11px;
  color: #e60012 !important;
  text-shadow: 0px 0.2px 0px #e60012 !important;
}

.font-item {
  font-size: 15px;
  font-weight: bolder !important;
  line-height: 1em;
  letter-spacing: 0.05em;
  color: #000;
}

.font-item a {
  cursor: pointer;
  color: #000;
  text-decoration: none;
  text-shadow: 0px 0.2px 0px #000;
}

.font-btn {
  font-size: 15px;
  font-weight: bolder !important;
  color: #e60012 !important;
  line-height: 1em;
  text-decoration: none;
  text-shadow: 0px 0.2px 0px #e60012 !important;
}

/* END font ////////////////////////////////////?*/
/* container ////////////////////////////////////?*/
.nav-container {
  overflow-x: hidden;
  *zoom: 1;
  width: 100%;
}

.site-container {
  position: relative;
  width: 100%;
}

.site-content {
  width: 1300px;
  margin: 0 auto;
}

/* END container ////////////////////////////////////?*/
/* header //////////////////////////////////// */
.header {
  position: relative;
  left: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background-color: #000000;
  z-index: 99;
}

.header__logo {
  font-weight: 700;
  padding: 0 25px;
  float: left;
}

/* END header////////////////////////////////////?*/
/* menu //////////////////////////////////// */
.cart a:after {
  content: " ";
  display: block;
  position: relative;
  float: right;
  margin-left: 6px;
  margin-top: 16px;
  width: 15px;
  height: 12px;
  background: url(https://file002.shop-pro.jp/PA01244/377/img/cart.png) 0 0 no-repeat;
  background-size: 100%;
}

/* END menu////////////////////////////////////?*/
.headbar {
  position: relative;
  z-index: 99;
  left: 0;
  right: 0;
  background: #000;
  height: 50px;
}

.headbarsecond {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 50px;
  border-top: 1px solid #fff;
  background: #000;
  font-size: 12px;
}

.headbarsecond ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.headbarsecond ul li {
  list-style: none;
  text-align: center !important;
  float: left;
  width: 24.96%;
  padding: 0;
  margin: 0;
}

.headbarsecond ul li a {
  padding: 11px 0;
  line-height: 1;
  display: block;
  text-align: center;
  color: #fff;
}

.headbarsecond ul li + li {
  border-left: 1px solid #fff;
}

#nav-icon {
  width: 30px;
  height: 33px;
  position: relative;
  padding: 19px 0 0 0;
  margin-right: 0px;
  margin-top: 13px;
  margin-left: 15px;
  background: transparent;
  font-size: 10px;
  line-height: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon-search {
  position: absolute;
  padding: 0;
  right: 15px;
  top: 15px;
  background: transparent;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.headbar-inner {
  width: 1300px;
  margin: 0 auto;
  z-index: 98;
}

.headbarsecond {
  z-index: 98;
}

.headlogo {
  position: relative;
  z-index: 10001;
  top: 21px;
  margin-left: 1%;
  float: left;
}

.headmenu {
  position: relative;
  float: left;
  font-size: 12px;
  z-index: 10000;
  left: 5px;
  margin-left: 25px;
}

.headmenu_r {
  position: relative;
  float: right;
  font-size: 12px;
  right: 15px;
  z-index: 10001;
}

.headmenu_r ul li {
  padding-left: 25px;
  padding-right: 0;
}



#headsearchtoogle-block {
  position: absolute;
  z-index: 10003;
  top: 0;
  right: 0;
  left: 0;
  background: #888;
  padding: 0;
  height: 62px;
  display: none;
}

#nav-icon a, #nav-icon-search a {
  color: #fff;
  text-decoration: none;
}

#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(2) {
  margin-top: 20%;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(3) {
  margin-top: 42%;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:last-child {
  height: auto;
  background: none;
  position: relative;
  top: 18px;
}

#nav-icon a, #nav-icon-search a {
  color: #fff;
  text-decoration: none;
}

#nav-icon {
  width: 30px;
  height: 23px;
  position: relative;
  padding: 0;
  margin-right: 0px;
  margin-top: 0;
  margin-left: 15px;
  background: transparent;
  font-size: 10px;
  line-height: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 99;
}

#nav-icon.open a {
  color: #000;
  height: 100%;
}

#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -20%;
  left: 0px;
  background: #555;
}

#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
  background: #555;
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20%;
  left: 0px;
  background: #555;
}

#nav-icon.open span:last-child {
  display: none;
}

.menu-link {
  height: 20px;
  margin-top: 49.5%;
  position: relative;
}

.glyphicon {
  position: relative;
  top: -2px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.headlogo .font-nav {
  line-height: 1em !important;
}

.headlogo img {
  width: 100px;
  height: auto;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.headmenu ul li {
  padding-right: 25px;
  padding-left: 0;
}

.list-inline > li {
  display: inline-block;
}

.headmenu a, .headmenu_r a {
  color: white;
  text-decoration: none;
  background-color: transparent;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.menu_sale a, .menu_sale a:active {
  color: #cc0000;
}

.menu_sale a:hover {
  color: #ee0000;
}

a:hover, a:focus {
  color: #999;
  text-decoration: underline;
}

.menu_sale a, .menu_sale a:active {
  color: #cc0000 !important;
}

.dpmenu_brand, .dpmenu_categ, .dpmenu_sale {
  display: none;
  position: relative;
  z-index: 1;
  left: 0;
  right: 0;
  background: #fff;
  width: 100%;
  border-bottom: 1px solid #000;
  top: 50px;
}

.dpmenu_categ > div {
  padding-top: 1%;
}

.dpmenu_sale > div {
  padding-top: 1%;
}

.dpmenu_sale > div {
  padding-top: 1%;
}

.pop-new-brands {
  padding-top: 10px;
  margin-bottom: 10px;
}

.dpmenu_brand .nav, .dpmenu_categ .nav, .dpmenu_sale .nav {
  margin-bottom: 15px;
  padding-top: 10px;
}

.dropdown-header {
  padding: 15px 0 5px;
  font-size: 100%;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-header:first-child {
  padding-top: 0px;
}

.dpmenu_brand .dropdown-header, .dpmenu_categ .dropdown-header, .dpmenu_sale .dropdown-header {
  padding: 5px 0 5px;
  font-weight: bold;
}

.dpmenu_brand ul li, .dpmenu_categ ul li, .dpmenu_sale ul li {
  font-size: 12px;
}

.dpmenu_brand .pop-second {
  margin-top: 27px;
}

.dpmenu_brand ul li a, .dpmenu_categ ul li a, .dpmenu_sale ul li a {
  color: #000;
  padding: 2px 0;
  width: 80%;
}
.dpmenu_brand ul li a:hover, .dpmenu_categ ul li a:hover, .dpmenu_sale ul li a:hover{
  background:#fff !important;
  text-decoration: underline;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  color: #000;
  padding: 6px 0;
}
.nav>li>a:focus, .nav>li>a:hover{
  text-decoration: underline;
  background-color:#fff !important;
}

#menu {
  display: none;
  background: #000;
  position: relative;
  top: 0;
  bottom: 0;
  height: 100%;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: 0.30s ease;
  -moz-transition: 0.30s ease;
  -o-transition: 0.30s ease;
  transition: 0.30s ease;
  z-index: 98;
}

#menu.active {
  -webkit-transform: translate(100%, 0px);
  -moz-transform: translate(100%, 0px);
  -o-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
  display: block;
}

.menutext {
  position: relative;
  z-index: 10001;
  top: 1px;
  float: left;
}
.menutext p{
    font-weight: normal !important;
}

.menutext p span:first-child {
  padding-right: 25px;
}

.navmenu {
  color: #fff;
}

.navmenu > ul {
  padding: 0 30px;
  background: #fff;
  position: relative;
  margin-top: 19px;
}

.dpmenu_brand, .dpmenu_categ, .dpmenu_sale {
    display: none;
    position: relative;
    z-index: 1;
    left: 0;
    right: 0;
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #000;
    top: 50px;
}

#headsearchtoogle-block {
  position: absolute;
  z-index: 10003;
  top: 0;
  right: 0;
  left: 0;
  background: #888;
  padding: 0;
  height: 50px;
  display: none;
}

#headsearchtoogle-block button.searchclose {
  background: none;
  border: none;
  font-size: 20px;
  margin: 14px 8px 0 15px;
  outline: none;
  padding: 0;
  color: #fff;
  float: right;
}

.searcharea {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.searcharea input {
  border: none;
  outline: none;
  background: #888;
  margin: 0 10px 0 15px;
  width: 90%;
  font-size: 18px;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.searcharea button {
  background: none;
  border: none;
  font-size: 22px;
  margin: 0;
  padding: 0;
  outline: none;
  color: #fff;
}

.thumb {
  width: 306px;
  height: 408px;
  margin: 15px auto 0 auto;
}

.thumb img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* logo////////////////////////////////////?*/
#logo h1 {
  width: 410px;
  display: block;
  margin: 0 auto;
  padding: 45px 0;
}

#nav-splogo h1 {
    margin: 0 auto;
    padding-top: 1.3%;
    width: 152px;
    position: relative;
}

/* END logo////////////////////////////////////?*/
/* slideshow////////////////////////////////////?*/
#slideshow {
  margin-bottom: 20px;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 16px;
  height: 27px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 98;
}

.slick-next {
  right: 0px;
}

.slick-prev::before {
  content: " ";
  background: url(https://file002.shop-pro.jp/PA01244/377/img/arrow_l.png) 0 0 no-repeat;
}

.slick-next::before {
  content: " ";
  background: url(https://file002.shop-pro.jp/PA01244/377/img/arrow_r.png) 0 0 no-repeat;
}

.slick-prev:before, .slick-next:before {
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-size: 100%;
  display: block;
  width: 16px;
  height: 27px;
}

/* END slideshow////////////////////////////////////?*/


.lb-outerContainer{
  width: 50%;
  height: auto !important;
}
@media screen and (max-width: 768px){
  .lb-outerContainer{ width: 96% !important;	}
}
.lb-dataContainer{
  width: 90% !important;
}
.lightbox .lb-image{
  display: block;
  height: auto !important;
  margin: 0 auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}
.lb-data .lb-details{
  width: auto !important;
}
.lb-nav a.lb-next,.lb-nav a.lb-prev{
  display:block;
}


/* breadcrumb////////////////////////////////////?*/
.breadcrumb {
  width: 100%;
  background: none !important;
}

.breadcrumb li:last-child:after {
  content: none;
}

.breadcrumb a {
  color: #888;
  font-size: 11px;
  line-height: 1.0em;
  letter-spacing: 0.05;
  text-decoration: none;
  display: inline-block;
}
.breadcrumb a {
    color: #888;
    font-size: 11px;
    line-height: 1.0em;
    letter-spacing: 0.05;
    text-decoration: none;
    display: inline-block;
}

.breadcrumb a:hover {
  color: #01a1ed;
  border-bottom: 1px solid #01a1ed;
}

.breadcrumb li a strong,
.breadcrumb li a br{
  display:none;
}


.breadcrumb .az {
  font-size: 12px;
}

.breadcrumb > li + li:before {
  font-size: 11px;
  padding: 0 !important;
  display: inline-block;
}

/* END breadcrumb////////////////////////////////////?*/
#news {
  display: flex;
  width: 100%;
}

.news-left, .news-right {
  width: 50%;
  margin: 0;
  padding: 0 1%;
}

.news-left img, .news-right img {
  width: 100%;
  margin: 0;
  padding: 0;
}

/* footer ////////////////////////////////////?*/
#footer {
  background: #000;
  padding-bottom: 20px;
}

#footer .footer-nav {
  margin: 0 auto;
  display: block;
}

#footer .footer-menu {
  margin: 0 auto;
  display: flex;
  width: 922px;
}

#footer .footer-menu li {
  margin-right: 34px;
}

#footer .footer-menu li:last-child {
  margin-right: 0;
}

#footer .copy {
  color: #fff;
  font-size: 9px;
  text-align: center;
}

/* END footer ////////////////////////////////////?*/
/* RESPONSIVE ////////////////////////////////////?*/
@media print, screen and (min-width: 1421px) {
  .pc_none {
    display: none !important;
  }

  #footer .footer-nav {
    min-width: 1032px;
  }

}
@media only screen and (max-width: 1420px) {
  .w1400 {
    width: 100%;
  }

  /* font ////////////////////////////////////?*/
  .font-nav {
    line-height: 1em;
  }

  /* END font ////////////////////////////////////?*/
  /* container ////////////////////////////////////?*/
  .site-pusher, .site-container {
    height: 100%;
  }

  .site-container {
    overflow-x: hidden;
  }

  .site-pusher {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  .site-content {
    top: 66px;
    right: 0;
    left: 0;
    bottom: 0;
    padding-top: 0;
  }

  .with--sidebar .site-pusher {
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
  }

  .with--sidebar .site-cache {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
  }

  /* END container ////////////////////////////////////?*/
  /* header //////////////////////////////////// */
  .header__logo {
    padding: 0 2.5%;
  }

  .header__icon {
    position: relative;
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }

  .header__icon:after {
    content: '';
    position: absolute;
    display: block;
    width: 1rem;
    height: 0;
    top: 15%;
    left: 50%;
    box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
  }

  /* END header////////////////////////////////////?*/
  .headlogo {
    position: fixed;
    left: 50%;
    top: 16px;
    margin-left: -48px;
  }

  .menutext {
    top: 21px;
  }

  /* slideshow////////////////////////////////////?*/
  #slideshow {
    margin-bottom: 1.25%;
  }

  .slick-prev:before, .slick-next:before {
    width: 10px;
    height: 17px;
  }

  /* END slideshow////////////////////////////////////?*/
  .breadcrumb {
    width: 100%;
    margin: 40px auto 0 auto;
    padding-left: 7%;
  }

  /* order ////////////////////////////////////?*/
  #order {
    margin-top: 10%;
  }

  .paging-text {
    margin: 0 auto !important;
  }

  .paging-prev {
    margin-top: 0;
  }

  .paging-next {
    margin-top: 0;
  }

  /* END order ////////////////////////////////////?*/
  /* footer ////////////////////////////////////?*/
  #footer {
    margin-right: 0;
    margin-left: 0;
  }

  #footer .container {
    width: 100% !important;
  }

  #footer .footer-nav {
    display: block;
    width: 100%;
  }

  #footer .footer-menu {
    display: block;
    width: 100%;
  }

  #footer .footer-menu li {
    margin-right: 0;
    float: left;
    width: 49.5%;
    line-height: 5em;
    border: 1px solid #222222;
    box-sizing: border-box;
  }

  #footer .footer-menu li:nth-child(odd) {
    border-left: 0;
  }

  #footer .footer-menu li:nth-child(even) {
    margin-right: 0;
    border-right: 0;
  }

  #footer .footer-menu li a {
    text-align: center;
  }

  #footer .footer-menu li a:hover, #footer .footer-menu li a:focus {
    background: #fff;
    color: #222222;
  }

  .footer-xs {
    margin-right: 0;
    margin-bottom: 2%;
    height: auto;
  }

  .copy-xs {
    margin-right: 0;
    margin-left: 0;
  }

  /* END footer ////////////////////////////////////?*/
}
@media only screen and (max-width: 1350px) {
  .site-content,
  .headbar-inner {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .sp_none {
    display: none;
  }

  .header {
    position: relative;
  }

  #logo h1 {
    margin-top: 85px;
  }

  #slideshow {
    margin-top: 37px;
  }

  .headbar, .headbarsecond {
    background: #fff;
  }

  .headbarsecond {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
  }

  .headbarsecond ul li + li {
    border-left: 1px solid black;
  }

  .headbarsecond ul li a {
    color: #000;
  }

  #nav-icon span {
    background: #000;
  }

  .searcharea {
    padding: 0;
  }

  .dpmenu_brand, .dpmenu_categ, .dpmenu_sale{
    top: 52px;
  }
}
@media only screen and (max-width: 1024px) {
  /* logo////////////////////////////////////?*/
  #logo {
    margin-left: 0;
    margin-right: 0;
  }

  #logo h1 {
    width: 300px;
    margin-top: 85px;
  }

  /* END logo////////////////////////////////////?*/
  #headsearchtoogle-block {
    height: 50px;
  }

  #headsearchtoogle-block {
    position: absolute;
    z-index: 10003;
    top: 0;
    right: 0;
    left: 0;
    background: #888;
    padding: 0;
    height: 50px;
    display: none;
  }

  #headsearchtoogle-block button.searchclose {
    margin-top: 10px;
  }

  #headsearchtoogle-block button.searchclose {
    background: none;
    border: none;
    outline: none;
    font-size: 40px;
    margin-top: 0;
    padding: 0;
    color: #fff;
    float: right;
  }

  .searcharea input {
    width: 83%;
    height: 40px;
    font-size: 16px;
    border-radius: 0;
    position: absolute;
  }

  .searcharea button {
    display: none;
  }

  .paging-prev, .paging-next {
    margin-bottom: 2.5%;
  }
}
@media (min-width: 992px) {
  .headbar {
    height: 50px;
  }
}
@media only screen and (max-width: 768px) {

  #logo h1 {
    width: 300px;
  }

  .brand-list .img-responsive,
  #news .img-responsive,
  #sale .img-responsive {
    width: 100%;
  }

  #responsiveDisplay .slick-slide img {
    width: 90% !important;
  }

  .img-responsive {
    width: 100% !important;
    margin: 0 auto;
  }

  .paging-prev.center-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .paging-next.center-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .thumb {
    width: 100%;
    height: 250px;
  }

  .glyphicon {
    top: 0;
  }
  #nav-splogo h1{
      padding-top: 2%;
  }
  #nav-icon-search{
      top: 25%;
  }
}
@media only screen and (max-width: 640px) {
  #logo h1 {
    width: 50%;
  }

  .paging-prev, .paging-next {
    margin-bottom: 5%;
  }

  #itemlist-group span {
    width: 94%;
    margin: 0 auto;
  }

  #itemlist-group .item-img img {
    width: 80% !important;
  }
    #nav-splogo h1{
      padding-top: 4%;
  }
}
/* END RESPONSIVE ////////////////////////////////////?*/
/* font ////////////////////////////////////&#160;*/
.item-title .az {
  font-size: 12px;
}

.item-title span {
  font-size: 12px;
  text-align: center;
}

.item-title span:first-child {
  font-weight: normal;
}
.item-title span strong{
  font-weight: bold;
  font-size: 13px;
  display:block;
  text-align: center;
}

.item-number {
  text-align: center;
}

.item-details-description dt {
  font-size: 12px;
  text-align: center;
  color:#000;
}

.item-details-description dd {
  font-size: 13px;
  text-align: center;
  line-height: 1.5em;
  color:#000;
}

.details-table p {
  font-size: 11px;
  letter-spacing: 0.01em;
  color:#000;
}

.detail-modal {
  font-size: 11px;
}

.detail-modal:hover {
  color: #01a1ed;
  border-bottom: 1px solid #01a1ed;
  text-decoration: none;
}

.detail-modal2 a:hover {
  color: #01a1ed;
}

.detail-modal2 a:hover .detail-modal2-inbox:after {
  color: #01a1ed;
  border-bottom: 1px solid #01a1ed;
  cursor: pointer;
}

.detail-text p {
  font-size: 11px;
  letter-spacing: 0.01em;
}

.item-price {
  font-size: 13px;
  text-align: center;
  font-weight: bold;
}

.item-price-sub {
  font-size: 9px;
  text-align: center;
}

.item-num {
  font-size: 12px;
}

.select .placeholder {
  font-size: 9px;
}

.etclist {
  font-size: 11px;
}

.etclist li a {
  text-decoration: none;
  color: #000;
}

.etclist li a:hover {
  text-decoration: underline;
  color: #01a1ed;
}

.recent {
  font-size: 15px;
  font-weight: bold;
}

#responsiveDisplay .brand {
  font-size: 11px;
  line-height: 1.2em;
  font-weight: normal;
  color: #000;
  text-align:center;
}
#responsiveDisplay .brand strong{
  display:block;
  font-weight: bold;
  text-align: center;
}

#responsiveDisplay .itembrand, #responsiveDisplay .itemname {
  font-size: 12px;
  line-height: 1.2em;
  color: #000;
}

#responsiveDisplay .yen {
  font-family: "Þâ¥´¥·¥Ã¥¯", YuGothic, "¥Ò¥é¥®¥Î³Ñ¥´ Pro", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", "Meiryo", sans-serif;
  font-size: 10px;
  line-height: 18px;
  color: #000;
}

/* END font ////////////////////////////////////&#160;*/
/* slide////////////////////////////////////&#160;*/
#responsiveDisplay {
  margin: 45px 0;
}

#responsiveDisplay a {
  text-decoration: none;
}

#responsiveDisplay span {
  display: block;
  text-align: center;
}

/*#responsiveDisplay .slick-slide img {
  width: 270px;
  margin: 0 auto;
}*/
#responsiveDisplay .item-img{
  width: 94%;
  height: 365px;
}
#responsiveDisplay .item-img img{
  width: auto;
  height: 90%;
  max-height: 300px;
  min-width: auto;
  margin:0 auto;
}

.slick-slide img.img-responsive {
  width: 90%;
  margin: 0 auto;
}

/* END slide////////////////////////////////////&#160;*/
/* details////////////////////////////////////&#160;*/
#details {
  position: relative;
  top: 23px;
  margin-top: 30px;
}

.item-title {
  text-align: center;
}
.item-title strong {

  display: block;
  margin-bottom: 15px;
}

.item-title strong:last-child {
  margin-bottom: 0;
}

.item-number {
  display: block;
  margin: 25px 0;
  font-size: 14px;
}

.item-details-description {
  width: 64.695%;
  display: block;
  margin: 0 auto;
}

.item-details-description dd {
  text-align: left;
  color:#000;
}

.details-table {
  width: 100%;
  margin: 50px auto 15px auto;
}

.details-table table {
  width: 100%;
  table-layout: fixed;
  min-width: 100%;
  border: #dcdcdc solid 1px;
  box-sizing: border-box;
  border-collapse: collapse;
}

.details-table th {
  background: #f0f0f0;
  padding: 10px 0;
  line-height: 1.4;
  white-space: normal;
  border-top: #dcdcdc solid 1px;
  border-bottom: #dcdcdc solid 1px;
  border-right: #dcdcdc 1px solid;
  text-align: center;
  font-size: 9px;
  vertical-align: middle;
}

.details-table tbody:last-child tr:last-child th {
  border-bottom: #dcdcdc solid 1px;
}

.details-table tbody tr:last-child td {
  border-bottom: #dcdcdc solid 1px;
}

.details-table tr td {
  max-width: 20%;
  white-space: normal;
  word-break: break-all;
  height: 62px;
}

.details-table td {
  border-top: rgba(100, 100, 100, 0.1) solid 1px;
  border-right: #f0f0f0 1px solid;
  text-align: center;
  font-size: 11px;
  padding: 0 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  white-space: nowrap;
  vertical-align: middle;
}

.detail-modal {
  display: inline-block;
  border-bottom: 1px solid #bfbfbf;
  color: #000;
}

.detail-modal:visited {
  color: #bfbfbf;
}

.detail-modal:before {
  content: "¢£";
  display: inline-block;
}

.detail-modal2 {
  display: inline-block;
   z-index: 99;
  position:relative;
  top:-10px;
}
@media screen and (max-width: 768px){
  .detail-modal2{
   display:none;
  }	
}

.detail-modal2 a {
  font-size: 11px;
  color: #000;
  height: 20px;
  display: block;
  z-index: 99;
  width: 100%;
}

.detail-modal2 a:hover {
  text-decoration: none;
}
.detail-modal2-inbox{
display:block;
}
.detail-modal2-inbox:after {
  content: " ";
  display: block;
  border-bottom: 1px solid #bfbfbf;
  width: 90%;
}

.detail-modal2 a span span:first-child {
  position: relative;
  width: 6px;
  left: -5%;
}

.detail-modal2 a span span:nth-child(2) {
  position: relative;
  left: -5%;
}

.detail-modal2 a span span:last-child {
  position: relative;
  left: -5%;
}

.detail-text p {
  margin: 10px 0;
}

.detail-text p:before {
  content: "¢£";
  display: inline-block;
}

#item-details-image .item a:hover {
  cursor: zoom-in;
}

#item-cart {
  margin-top: 84px;
}

.item-num {
  display: block;
  margin: 25px auto 0 auto;
  width: 19%;
}
.item-num label{
  text-align: center;
}

.item-num input {
  width: 45%;
}

.select {
    position: relative;
    display: block;
    margin: 10px auto;
    padding: 5px 0;
    width: 100%;
    height: 30px;
    border-radius: 0 !important;
    line-height: 1.5em;
    max-width: 250px;
    color: #000;
    font-size: 12px;
    vertical-align: middle;
    text-align: left;
    border: 1px solid #dddddd;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.select .placeholder {
  position: relative;
  display: block;
  background-color: #393d41;
  z-index: 1;
  padding: 2%;
  border-radius: 2px;
  cursor: pointer;
  font-size:12px;
}

.select .placeholder:hover {
  background: #34383c;
}

.select .placeholder:after {
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'FontAwesome';
  content: '\f078';
  z-index: 10;
}

.select.is-open .placeholder:after {
  content: '\f077';
}

.select.is-open ul {
  display: block;
  overflow-x: hidden;
  overflow-y: hidden;
  border: 1px solid #000;
  border-top: none;
}

.select.select--white .placeholder {
  background: #fff;
  color: #999;
}

.select.select--white .placeholder:hover {
  background: #fafafa;
}

.select ul {
  display: none;
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  background: #fff;
  /* border-radius: 2px; */
  top: 100%;
  left: -1px;
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;
  z-index: 100;
  max-height: 120px;
  box-sizing: content-box;
}

.select ul li {
  display: block;
  text-align: left;
  padding: 0.3em 1em 0.3em 1em;
  color: #999;
  cursor: pointer;
  border-top: 1px solid #999;
  font-size:12px;
}

.select ul li:last-child {
  border-bottom: 1px solid #999;
}

.select ul li:hover {
  background: #4ebbf0;
  color: #fff;
}

.btn-default {
  border: 1px solid #000;
  background: #000;
  color: #fff;
  border-radius: 0;
}

.btn {
  display: block;
  padding: 6px 12px !important;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0 !important;
  margin: 0 auto !important;
}

.btn-submit {
  display: block;
  width: 250px;
  margin: 0 auto;
}
.btn__soldout{
  max-width: 250px;
}

.etclist {
  display: block;
  width: 207px;
  margin: 360px auto 0 auto;
}

.etclist li {
  margin-bottom: 15px;
}

/* END details////////////////////////////////////&#160;*/
/* recent////////////////////////////////////&#160;*/
.recent {
  position: relative;
  text-align: center;
  margin: 40px 0;
}

.recent span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}

.recent::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

/* END recent////////////////////////////////////&#160;*/
/* RESPONSIVE ////////////////////////////////////&#160;*/
@media only screen and (max-width: 1420px) {
  .item-details-description {
    width: 86%;
  }

  .item-details-description dt {
    margin-bottom: 5%;
    color:#000;
  }

  .details-table {
    width: 86%;
  }

  .detail-modal {
    margin-left: 6.5%;
  }

  .detail-text {
    width: 87%;
    margin: 0 auto;
  }

  .detail-modal2 {
    margin-left: 6.5%;
  }

  .slick-slider {
    width: 85%;
    margin: 0 auto;
  }

  #item-cart {
    margin-top: 10%;
  }

  .etclist {
    margin: 20% auto 0 auto;
  }

  #responsiveDisplay {
    margin: 45px auto;
  }

  .slick-slider {
    margin: 10% auto 0 auto;
  }

  #responsiveDisplay .slick-slide img {
    width: 85%;
  }
}
@media only screen and (max-width: 1024px) {
  .etclist {
    margin: 5% auto 0 auto;
  }

  .item-details-imagewrap {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 10%;
  }

  .slick-slide img {
    width: 80% !important;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  #details > div:first-child{
  }
  .item-details-imagewrap {
  }
  .select{
    padding:0;
  }
  #responsiveDisplay a{
    min-height: 328px;
  }
  #responsiveDisplay .item-img{
    width: auto;
    height: auto;
    min-height: 200px;
    position: relative;
    margin: 0 auto 10px auto;
  }
  #responsiveDisplay .item-img img{
    position: relative;
    height: 100%;
    min-width: auto;
  }
}

/* END RESPONSIVE ////////////////////////////////////&#160;*/

#thumbnail-list,
#sp-thumbnail-list {
  display: flex;
  flex-wrap: wrap;
  margin: 5% 0 0;
}

.thumbnail-current,
.thumbnail-current {
  /* border: 1px solid #ddd; */
  opacity: .5;
}

.thumbnail-item,
.sp-thumbnail-item {
  width: calc(100% / 7);
  padding: 1%;
}
@media only screen and (max-width: 768px) {
  #sp-thumbnail-list {
    margin: 5% 5% 0;
  }
}

#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;  }
.discount_num {
    width: 250px;
    margin: 5px auto 0 auto;
    text-align: center;
    padding: 6px 12px !important;
    /* margin-bottom: 0; */
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    background: red;
    color: #fff;
} 

/* 20190905ÄÉ²Ã */

@media (max-width: 992px) {
.item-details-head {
margin-top:25px;
}
}

@media (max-width: 768px) {
.item-details-head {
margin-top:25px;
}
}

