@charset "euc-jp";
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Roboto:300,400,500,700,900&display=swap);
/* ========================================
      template default
======================================== */
#base_gmoWrapp, #gmo_CMSPbar {
  overflow: hidden;
  min-width: 100% !important;
  width: 100% !important;
}
form {
  margin: 0;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  border: 1px solid #ccc;
  background-color: #fff;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82, 168, 236, 0.8);
}
input, button, select, textarea {
  font-family: 'Roboto', 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.muted {
  color: #999;
}
a.muted:hover, a.muted:focus {
  color: #808080;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover, a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover, a.text-error:focus {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover, a.text-info:focus {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover, a.text-success:focus {
  color: #356635;
}
.btn-01 {
  border: 1px solid #4d4d4d;
  background-color: #4d4d4d;
  color: #fff;
  *background-color: #4d4d4d;
}
.btn-01:hover,
.btn-01:focus,
.btn-01:active,
.btn-01.active,
.btn-01.disabled,
.btn-01[disabled] {
  border: 1px solid #5e5e5e;
  background-color: #5e5e5e;
  color: #fff;
  *background-color: #5e5e5e;
}
.btn-02 {
  border: 1px solid #ecd062;
  background-color: #ecd062;
  color: #fff;
  *background-color: #ecd062;
}
.btn-02:hover,
.btn-02:focus,
.btn-02:active,
.btn-02.active,
.btn-02.disabled,
.btn-02[disabled] {
  border: 1px solid #ecd783;
  background-color: #ecd783;
  color: #fff;
  *background-color: #ecd783;
}
.btn-03 {
  border: 1px solid #e6e6e6;
  background-color: #e6e6e6;
  color: #4d4d4d;
  *background-color: #e6e6e6;
}
.btn-03:hover,
.btn-03:focus,
.btn-03:active,
.btn-03.active,
.btn-03.disabled,
.btn-03[disabled] {
  border: 1px solid #e6e6e6;
  background-color: #e6e6e6;
  color: #4d4d4d;
  *background-color: #e6e6e6;
}
button.btn, input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large, input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small, input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini, input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link, .btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #0088cc;
  cursor: pointer;
}
.btn-link:hover, .btn-link:focus {
  background-color: transparent;
  color: #005580;
  text-decoration: underline;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}
.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a, .pagination ul > .active > span {
  color: #999;
  cursor: default;
}
.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.alert {
  margin-bottom: 20px;
  padding: 8px 35px 8px 14px;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fcf8e3;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.alert-success {
  border-color: #d6e9c6;
  background-color: #dff0d8;
  color: #468847;
}
.alert-danger, .alert-error {
  border-color: #eed3d7;
  background-color: #f2dede;
  color: #b94a48;
}
/* ========================================
      共通
======================================== */
body {
  /*background-color: #fff;*/
  background-color: #484848;
  /*color: #4d4d4d;*/
  color: #000;
  font-family: 'Roboto', 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
}
#wrapper {
  background: #fff;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
a {
  color: #4d4d4d ;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
a:hover {
  color: #5e5e5e ;
}
/* アイコン */
.icon {
  display: inline-block;
  padding-left: 16px;
  line-height: 1.5;
}
/* ページトップ */
#pagetop {
  height: 50px;
  padding: 0;
  display: none;
  overflow: hidden;
}
#pagetop a {
  display: block;
  padding: 15px;
}
#pagetop img {
  width: 24px;
  height: auto;
}
/*.icon:before {
  display: block;
  float: left;
  margin-left: -16px;
  width: 16px;
  height: 16px;
  background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-b.png);
  background-size: 16px 160px;
  background-repeat: no-repeat;
  content: "";
}*/
/* PC でアイコンを白にする場合 */
/*.icon-white .icon:before {
  background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-w.png);
}*/
/* アイコンの種類 */
.icon-cart:before {
  background-position: 0 0;
}
.icon-search:before {
  background-position: 0 -16px;
}
.icon-user:before {
  background-position: 0 -32px;
}
.icon-down:before {
  margin: 5px 5px 0 0;
  background-position: 0 -64px;
}
.icon-up:before {
  background-position: 0 -48px;
}
.icon-right:before {
  background-position: 0 -80px;
}
.icon-left:before {
  background-position: 0 -96px;
}
.icon-regist:before {
  background-position: 0 -112px;
}
.icon-login:before {
  background-position: 0 -144px;
}
.icon-logout:before {
  background-position: 0 -128px;
}
.text-block {
  line-height: 2;
}
.ttl-h2 {
  margin: 0 0 1em 0;
  color: #4d4d4d ;
  font-weight: normal;
  font-size: 160%;
  line-height: 1.5;
}
.ttl-h3 {
  margin: 0 0 30px;
  padding: 0 0 0 30px;
  position: relative;
  /*color: #4d4d4d;*/
  font-weight: 700;
  font-size: 18px;
  color: #000;
  line-height: 1;
  letter-spacing: 1px;
}
.ttl-h3 i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  line-height: 1;
}
.clearfix {
  display: block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#container {
  z-index: 101;
}
#header {
  position: relative;
  z-index: 102;
  margin: 0 auto;
  padding: 0;
  height: 210px;
  background: #fff;
  max-width: 1280px;
}
#header .DSbtn {
  display: none;
}
.header-headline-nav {
  padding: 0;
  margin: 0;
  position: relative;
  float: none;
}
.mobNavi {
  display: none;
}
.mobNavi .side-section.memberNavi {
  display: none;
}
.mobNavi .side-section.memberNavi li a {
    display: block;
    padding: 15px 0 15px 30px;
	position: relative;
}
.mobNavi .side-section.memberNavi li a span{
	position: absolute;
	left:0;
	top:50%;
	margin-top: -12px;
}
.pull-left {
  position: absolute;
  top: 20px;
  left: 0px;
}
.pull-left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pull-left ul li {
  float: left;
  margin: 0 24px 0 0;
  padding: 0;
}
.pull-left ul li p{
	    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 12px;
    position: relative;
}
.pull-left ul li p span {
  position: absolute;
  font-size: 22px;
  top: 50%;
  left: 0;
  margin-top: -12px;
}
.pull-left ul li a {
  display: inline-block;
  padding: 0 0 0 30px;
  font-weight: 300;
  font-size: 13px;
  position: relative;
  color: #000;
}
.pull-left ul li a span {
  position: absolute;
  font-size: 22px;
  top: 50%;
  left: 0;
  margin-top: -12px;
}
.h-right {
  float: none;
  position: absolute;
  top: 20px;
  right: 0px;
}
.h-right a {
  display: inline-block;
  padding: 0 34px 0 30px;
  font-weight: 300;
  font-size: 13px;
  position: relative;
  color: #000;
}
.h-right a i {
  position: absolute;
  font-size: 22px;
  top: 50%;
  left: 0;
  margin-top: -12px;
}
.h-right a .cart_count {
  position: absolute;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  color: #fff;
  background: #000;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -13px;
}
.pull-right {
  margin: 0;
  padding: 0;
  width: calc(100% - 296px);
}
.header-headline-nav .icon:before {
  margin-left: -20px;
}
.header-headline-nav ul {
  /*margin: 7px 20px 0 0;*/
}
.header-headline-nav li {
  display: inline;
  margin: 0 10px;
  padding: 0;
  vertical-align: top;
  font-size: 13px;
}
.header-headline-nav li a {
  padding-left: 20px;
  color: #4d4d4d ;
  text-decoration: none;
  font-weight: normal;
}
.btn-viewcart {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.btn-viewcart .icon {
  padding-left: 20px;
}
.btn-viewcart .icon:before {
  margin-top: 1px;
}
.header-logo {
  position: absolute;
  left: 50%;
  top: 48px;
  margin-left: -80px;
  line-height: 0;
}
.header-logo p {}
.header-logo a {
  text-decoration: none;
}
.header-logo a:hover {
  text-decoration: underline;
}
.header-logo img {
  max-width: 160px;
  height: auto;
}
.header-global-nav {
  z-index: 100;
  float: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 57px;
  text-align: center;
}
.header-global-nav ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.header-global-nav li {
  float: left;
  margin: 0;
  padding: 0 28px;
  position: relative;
  list-style: none;
}
.header-global-nav a, .header-global-nav span {
  margin: 0;
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-weight: 300;
  font-size: 13px;
  cursor: pointer;
}
.header-global-nav span {
  padding: 0 22px 0 0;
  position: relative;
}
.header-global-nav span i {
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
}
.header-global-nav ul ul {
  position: absolute;
  top: -1px;
  left: 5px;
  display: none;
  vertical-align: baseline;
  width: 200px;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.header-global-nav ul ul li {
  display: block;
  margin: 0;
  padding: 0;
  word-break: break-all;
  *line-height: 1.3;
}
.header-global-nav ul ul a {
  border-bottom: 1px solid #e8e8e8;
  background: #fff;
  display: block;
  padding: 10px 10px;
  font-size: 14px;
}
.header-global-nav ul ul a:hover {
  background: #f9f9f9;
}
/* スマホ用ヘッダーメニュー */
.header-nav-phone {
  z-index: 99;
  float: right;
  height: 60px;
}
.header-nav-lst-phone {
  position: absolute;
  left: 50%;
  display: none;
  margin-left: -50%;
  width: 100%;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
}
.header-nav-lst-phone ul {
  margin: 0;
}
.header-nav-lst-phone li {
  padding: 0;
  border-bottom: 1px solid #dbdbdb;
  text-align: center;
}
.header-nav-lst-phone li:last-child {
  border-bottom: none;
}
.header-nav-lst-phone a {
  display: block;
  padding: 20px 0;
}
.header-nav-lst-phone a:hover {
  background: #f9f9f9;
  text-decoration: none;
}
/* ----- サイドメニュー ----- */
.side-section {
  margin: 0;
  padding: 0 35px 83px;
}
.side-section ul.sub {
  margin: 0;
  padding: 20px 0 0 20px;
  list-style: none;
  display: none;
}
.side-section ul.sub li {
  margin: 0 0 15px;
  padding: 0;
  border-bottom: none;
}
.side-section li {
  margin: 0 0 15px;
  padding: 0 0 10px;
  border-bottom: #d5d5d5 solid 1px;
}
.side-section li a {
  /*color: #4d4d4d;*/
  color: #000;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  display: block;
  position: relative;
}
.side-section li a i {
  display: none;
}
.side-section li a.open i {
  transform: rotate(-180deg);
}
.side-section li a.pull i {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
}
.side-section li a:hover {
  text-decoration: none;
}
.incart-delivery {
      clear: both;
    font-size: 12px;
    line-height: 1.5;
    padding: 10px 35px;
    margin: -24px 0 30px;
    color: #fff;
    background-color: #000000;
}
.incart-delivery ul {
  margin: 0;
}
.incart-delivery li {
  padding: 2px 0;
  margin: 0;
	border-bottom:none;
}
.incart-delivery li:first-child {
  border-top: none;
}
.search-select {
  margin-bottom: 10px;
}
.search-box {
  float: left;
  width: 65%;
}
.search-btn[type="submit"] {
  float: right;
  padding: 4px 0;
  width: 25%;
}
.side-category-name, .side-group-name {
  display: block;
  margin-top: 10px;
}
/* パンくずリスト */
.topicpath-nav {
  margin-bottom: 20px;
  font-size: 84.615%;
}
.topicpath-nav li {
  display: inline;
  margin-right: .2em;
}
.topicpath-nav li a {
  margin-left: .2em;
  color: #444;
  text-decoration: none;
}
.topicpath-nav li a:hover {
  text-decoration: underline;
}
/* 囲み */
.container-section {
  margin-bottom: 3em;
  word-break: break-all;
}
.eyecatch-block, .free_space_block {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dbdbdb;
  word-break: break-all;
}
.info-block {
  line-height: 1.5;
}
.news {
  padding: 4px 0;
}
.news-date {
  padding-right: 10px;
}
.main-section {
  margin: 0 auto;
}
/* 商品リスト */
.contentsBlock {
  max-width: 1280px;
  margin: 0 auto 120px;
  padding: 0 50px;
}
.productContents {
  margin: 0;
  padding: 0;
  display: flex;
  border-top: #d5d5d5 solid 1px;
  border-left: #d5d5d5 solid 1px;
  border-right: #d5d5d5 solid 1px;
}
.sidebar {
  width: 296px;
  box-sizing: border-box;
  margin: 0px;
  border-right: #d5d5d5 solid 1px;
  padding: 54px 0;
  border-bottom: #d5d5d5 solid 1px;
}
.sidebar ul {
  margin: 0;
  padding: 0;
}
.sidebar .more {
  margin: -50px 0 0;
  padding: 0;
  border-top: #d5d5d5 solid 1px;
  border-bottom: #d5d5d5 solid 1px;
}
.sidebar .more a {
  display: block;
  margin: 0;
  padding: 30px 35px;
  line-height: 1.8em;
  font-weight: 500;
  font-size: 13px;
  color: #000;
  text-decoration: none;
  position: relative;
}
.sidebar .more a i {
  position: absolute;
  font-size: 36px;
  right: 35px;
  top: 50%;
  margin-top: -18px;
  line-height: 1;
}
.prd-lst-sort {
  margin: 0 0 20px;
  text-align: right;
  font-size: 13px;
}
.prd-lst-unit {
  margin-bottom: 60px;
  padding: 0 30px 0 10px;
}
.prd-lst-img {
  background: #fff;
}
.prd-lst-img:hover {
  opacity: 0.8;
}
.prd-lst-span {
  display: block;
}
.prd-lst-name {
  margin: 10px 0 6px 0;
  padding: 0;
  font-size: 17px;
  font-size: 15px;
}
.prd-lst-exp {
  font-size: 13px;
}
.prd-lst-regular {
  font-size: 13px;
  text-decoration: line-through;
}
.prd-lst-price {
  color: #a1a19f;
  font-size: 13px;
}
.prd-lst-discount {
  color: #b81717;
}
.prd-lst-soldout {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 46px;
  height: 46px;
  background: #ebebeb;
  color: #b3b3b3;
  line-height: 1.2em;
  text-align: center;
  font-weight: 700;
  font-size: 10px;
  z-index: 5;
  box-sizing: border-box;
  padding: 2px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.more-prd {
  clear: both;
}
/* 商品のページャー PC */
.prd-lst-pager {
  position: relative;
  overflow: hidden;
}
.prd-lst-pager ul {
  position: relative;
  left: 50%;
  float: left;
  padding-top: 35px;
}
.prd-lst-pager li {
  position: relative;
  left: -50%;
  float: left;
  margin-right: 4px;
  text-align: center;
  line-height: 56px;
}
.prd-lst-pager li a, .prd-lst-pager li span {
  display: block;
  float: left;
  min-width: 26px;
  height: 56px;
  box-sizing: border-box;
  padding: 0 .5em;
}
.prd-lst-pager li a {
	border: 1px solid #c6c6c6;
    background-color: #fff;
    color: #c6c6c6;
  text-decoration: none;
}
.prd-lst-pager li a:hover {
  border: 1px solid #000;
    color: #000;
}
.prd-lst-pager li span {
      border: 1px solid #8f8f8f;
    background-color: #fff;
    color: #868686;
}
/* 商品のページャー タブレット スマホ */
.prd-lst-pager-phone {
  text-align: center;
  margin: 0;
  padding: 20px 0 0;
}
.prd-lst-pager-phone ul {
  margin: 0 0 0 -10px;
  padding: 0;
  list-style: none;
}
.prd-lst-pager-phone li {
  margin: 0;
  padding: 0 0 0 10px;
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.prd-lst-pager-phone li .btn-03 {
  border: 1px solid #d5d5d5;
  background-color: #fff !important;
  border-radius: 0;
  color: #000;
  width: 100%;
  height: 40px;
  padding: 0;
  line-height: 40px;
  box-sizing: border-box;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: normal;
  text-transform: none;
}
.prd-lst-pager-phone li .btn-03.disabled, .prd-lst-pager-phone li .btn-03[disabled] {
  border: 1px solid #d5d5d5;
  background-color: #fff !important;
  border-radius: 0;
  color: #b5b5b5;
  width: 100%;
  height: 40px;
  padding: 0;
  line-height: 40px;
  box-sizing: border-box;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: normal;
  text-transform: none;
}
.prd-lst-pos {
  margin-top: 10px;
}
.prd-lst-pos b {
  font-weight: bold;
  font-size: 18px;
}
/* フッター */
#pagetop {
  width: 50px;
  position: fixed;
  right: 0;
  bottom: 0px;
  z-index: 200;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.notice-wrapper {
  margin: 0;
  padding: 0 50px;
  /* border-top: 1px solid #e8e8e8; */
  background: #484848;
  color: #fff;
}
.notice-wrapper .noticeBlock {
  margin: 0 auto;
  padding: 0 0 50px;
  max-width: 1280px;
}
.notice-wrapper .noticeBlock .noticeflex {
  margin: 0 0 0 -30px;
  padding: 0;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.notice-wrapper .noticeBlock .noticeflex .flexBox {
  float: left;
  margin: 0;
  padding: 0 0 0 30px;
  box-sizing: border-box;
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  min-height: auto;
  border-bottom: none;
  justify-content: left;
  align-items: normal;
  width: 33.33333%;
}
.notice-wrapper .noticeBlock .noticeflex .flexBox h3 {
  font-weight: 700;
  margin: 0 0 30px;
  padding: 0 0 10px;
  font-size: 16px;
  border-bottom: #fff solid 1px;
}
.notice-wrapper .noticeBlock .noticeflex .flexBox .def_lst {
  margin: 0;
  padding: 0;
  position: relative;
  border-bottom: none;
}
.notice-wrapper .noticeBlock .noticeflex .flexBox .def-lst-dt {
  font-weight: 500;
  font-size: 14px;
  position: static;
  left: 0;
  top: 0;
  line-height: 2.0em;
}
.notice-wrapper .noticeBlock .noticeflex .flexBox .def-lst-dt::before {
  content: "■ ";
}
.notice-wrapper .noticeBlock .noticeflex .flexBox .def-lst-dd {
  padding: 0 0 20px;
  line-height: 2.0em;
  font-size: 13px;
}
.notice-wrapper .noticeBlock .noticeflex .flexBox p{
   padding: 0;
  margin:0;
  line-height: 2.0em;
  font-size: 13px;
}

.wookmark-wrapper {
  position: relative;
}
.wookmark-item {
  padding-bottom: 20px;
  width: 24.5%;
  *width: 20.5%;
  *padding-right: 2% !important;
  *padding-left: 2% !important;
}
/* フッター背景 */
.footer-wrapper {
  padding: 58px 50px 100px;
  background: #484848;
  text-align: center;
}
.footer-wrapper ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
}
.footer-wrapper ul li {
  float: left;
  margin: 0;
  padding: 0 13px;
}
.footer-wrapper ul li.sp {
  display: none;
}
.footer-wrapper ul li a {
  /*color: #4d4d4d;*/
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}
/* ショップ紹介 */
.manager-name {
  margin: 0 0 20px 0;
  font-size: 20px;
}
.manager-caption {
  padding: 0 40px 0 20px;
  border-right: 1px solid #dbdbdb;
}
/* カレンダー */
.tbl_calendar {
  margin-bottom: 20px;
  max-width: 260px;
  width: 100%;
  font-size: 84.615%;
}
.tbl_calendar caption {
  text-align: center;
}
.tbl_calendar th {
  padding: .3em 0;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.tbl_calendar td {
  padding: .5em 0;
  width: 14.2%;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.cal_memo {
  margin-top: 1em;
  font-size: 84.615%;
}
/* copyright */
.copyright {
  margin: 0;
  padding: 2em 0;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  background: #484848;
  font-size: 11px;
}
.powered {
  display: block;
  padding: 10px 0;
  line-height: 18px;
}
.powered a {
  color: #a1a19f;
  text-decoration: none;
  font-size: 11px;
}
.powered img {
  margin-bottom: 10px;
  margin-left: 4px;
  width: 200px;
  height: 18px;
}
/* list */
.def_lst {
  margin: 0 0 25px;
  padding: 0 0 25px 220px;
  position: relative;
  border-bottom: 1px solid #eee;
}
.def-lst-dt {
  font-weight: bold;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 2.0em;
}
.def-lst-dt::before {
  content: "● ";
}
.def-lst-dd {
  margin: 0;
  padding: 0;
  line-height: 2.0em;
  font-size: 14px;
}
.def-lst-dd img {
  max-width: 100%;
  width: inherit;
  height: auto;
}
/* policy */
#policy p {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: #eee solid 1px;
  line-height: 2.0em;
  font-size: 14px;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}
/* freepage */
.freepage {
  word-break: break-all;
}
.freepage img {
  max-width: 100%;
  width: inherit;
  height: auto;
}
/* ========================================
      form
======================================== */
input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], textarea {
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
/* ========================================
      intro
======================================== */
.introduction {
  max-width: 1560px;
  margin: 0 auto;
  padding: 0;
  background: #242424;
  box-sizing: border-box;
  padding: 0 50px;
}
.introduction .introBlock {
  max-width: 860px;
  box-sizing: border-box;
  padding: 30px 0 30px 290px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  min-height: 160px;
  margin: 0 auto;
}
.introduction .introBlock .mark {
  position: absolute;
  width: 234px;
  height: 100px;
  box-sizing: border-box;
  border: #6b6b6b solid 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 30px;
}
.introduction .introBlock .mark img {
  width: 160px;
  height: auto;
  opacity: 0.8;
}
.introduction .introBlock p.read {
  font-size: 13px;
  color: #999;
  margin: 0;
  padding: 0;
  line-height: 2.0em;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}
/* ========================================
      serchBox
======================================== */
.searchBox {
  max-width: 1280px;
  margin: -18px auto 0px;
  padding: 0;
  background: #242424;
  height: 36px;
  position: relative;
  z-index: 999999999999;
}
.searchBox input[type="text"] {
  border: none;
  background: #717171;
  float: right;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  width: 306px;
  margin: 0 40px 0 0;
  color: #dbdbdb;
}
.searchBox span {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  background: #717171;
}
.searchBox span input {
  width: 40px;
  height: 36px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.searchBox span i {
  position: absolute;
  right: 8px;
  top: 7px;
  color: #dbdbdb;
}
.searchBox .latest {
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  bottom: 0;
  line-height: 36px;
  padding: 0 0 0 20px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  color: #999;
}
.searchBox .latest a {
  color: #999;
  padding: 0 0 0 10px;
}
.searchBox .latest a:hover {
  text-decoration: none;
  color: #ccc;
}
.searchBox .Breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 346px;
  bottom: 0;
  line-height: 36px;
  padding: 0 0 0 20px;
  font-size: 12px;
  color: #999;
}
.searchBox .Breadcrumb ul#crumbs {
  margin: 0;
  padding: 0;
  height: 36px;
}
.searchBox .Breadcrumb ul#crumbs li {
  float: left;
  margin: 0;
  padding: 0 20px 0 0px;
  list-style: none;
  font-size: 12px;
  height: 36px;
  line-height: 36px;
  position: relative;
  max-width: 233px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.searchBox .Breadcrumb ul#crumbs li span {
  position: static;
  width: auto;
  background: none;
}
.searchBox .Breadcrumb ul#crumbs li:last-child {
  padding: 0;
}
.searchBox .Breadcrumb ul#crumbs li a {
  display: block;
  color: #999;
  text-decoration: none;
  padding: 0;
}
.searchBox .Breadcrumb ul#crumbs li a:hover {
  display: block;
  color: #999;
  text-decoration: none;
  padding: 0;
}
.searchBox .Breadcrumb ul#crumbs li:after {
  content: "/";
  color: #999;
  right: 8px;
  position: absolute;
  top: 0;
}
.searchBox .Breadcrumb ul#crumbs li:last-child:after {
  display: none;
}
/* ========================================
      bx slider
======================================== */
.slider {
  margin: -18px auto -18px;
  max-width: 1560px;
  line-height: 0;
}
.bx-wrapper {
  position: relative;
  margin-bottom: 0 !important;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper .bx-pager {
  padding-top: 0px !important;
  bottom: 30px !important;
  left: 20px;
  width: 8px !important;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: block !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  width: 8px !important;
  height: 8px !important;
  margin: 10px 0 !important;
}
.bx-wrapper .bx-viewport {
  -moz-box-shadow: initial !important;
  -webkit-box-shadow: initial !important;
  box-shadow: initial !important;
  border: none !important;
  left: 0 !important;
  top: -18px !important;
}
.bx-wrapper img {
  width: 100%;
  height: auto;
}
#slider div {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}
/* ========================================
        ブランド一覧
======================================== */
.brandList {
  margin: 0 auto;
  padding: 60px 30px 120px;
}
.brandList .brandBlock {
  margin: 0 auto;
  padding: 0;
  max-width: 1260px;
}
.brandList .brandBlock h1.title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 48px;
  padding: 0;
  line-height: 1.5em;
  letter-spacing: 2px;
  text-align: center;
}
.brandList .brandBlock ul {
  margin: 0;
  padding: 0;
  border-top: #ebebeb solid 1px;
  border-left: #ebebeb solid 1px;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.brandList .brandBlock ul.clearfix::before{
	display: none;
}


.brandList .brandBlock ul li {
  width: 16.666666666%;
  padding: 0;
  float: left;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  min-height: auto;
  border-bottom: none;
  justify-content: left;
  align-items: normal;
}
.brandList .brandBlock ul li .box {
  padding: 0;
  border-right: #ebebeb solid 1px;
  border-bottom: #ebebeb solid 1px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.brandList .brandBlock ul li .box a {
  text-decoration: none;
  color: #000;
}
.brandList .brandBlock ul li .box .logoMark {
  margin: 0;
  padding: 30px 50px 50px;
  line-height: 0;
}
.brandList .brandBlock ul li .box .logoMark img {
  width: 100%;
  height: auto;
}
.brandList .brandBlock ul li .box p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
}
.company {
  margin: 0 auto;
  padding: 60px 50px 120px;
}
.company .companyBlock {
  margin: 0 auto;
  padding: 0;
  max-width: 880px;
}
.company .companyBlock h1.title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 48px;
  padding: 0;
  line-height: 1.5em;
  letter-spacing: 2px;
  text-align: center;
}
.container {
  width: 100%;
  padding: 0;
}
@media print, screen and (min-width: 981px) and (max-width: 1396px) {
  #header {
    margin: 0 50px;
  }
  .searchBox {
    margin: -18px 50px 0px;
  }
}
@media print, screen and (min-width: 981px) and (max-width: 1180px) {
  .searchBox input[type="text"] {
    width: 220px;
  }
  .brandList .brandBlock ul li {
    width: 20%;
  }
  .sidebar {
    width: 240px;
  }
  .side-section {
    margin: 0;
    padding: 0 25px 60px;
  }
	.incart-delivery {
   
    padding: 10px 35px;
    margin: -24px 0 30px;

}
	
  .sidebar .more {
    margin: -20px 0 0;
  }
  .pull-right {
    width: calc(100% - 240px);
  }
}
@media print, screen and (min-width: 981px) and (max-width: 1100px) {
  #policy p {
    font-size: 13px;
  }
  .company .companyBlock {
    max-width: 780px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  #header {
    margin: 0 30px;
  }
  #header .DSbtn {
    position: absolute;
    top: 5px;
    right: -7px;
    width: 50px;
    height: 50px;
    -webkit-transition: ease .5s;
    transition: ease .5s;
    cursor: pointer;
    z-index: 10;
    display: block;
  }
  #header .DSbtn .hambarg:nth-child(1) {
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #000;
    -webkit-transition: ease .5s;
    transition: ease .5s;
    height: 2px;
    width: 36px;
  }
  #header .DSbtn .hambarg:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 2px;
    width: 36px;
    background: #000;
    -webkit-transition: ease .5s;
    transition: ease .5s;
  }
  #header .DSbtn .hambarg:nth-child(3) {
    position: absolute;
    top: 65%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 2px;
    width: 36px;
    background: #000;
    -webkit-transition: ease .5s;
    transition: ease .5s;
  }
  #header .DSbtn.action .hambarg:nth-child(1) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  #header .DSbtn.action .hambarg:nth-child(2) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  #header .DSbtn.action .hambarg:nth-child(3) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .h-right {
    float: none;
    position: absolute;
    top: 20px;
    right: 60px;
  }
  .header-logo {
    top: 68px;
  }
  .header-global-nav {
    bottom: 40px;
    text-align: center;
  }
  .footer-wrapper ul li {
    padding: 0 12px;
  }
  .footer-wrapper ul li a {
    font-size: 10px;
  }
  .footer-wrapper {
    padding: 50px 20px 50px;
  }
  .searchBox {
    margin: -18px 40px 0px;
  }
  .searchBox input[type="text"] {
    width: 220px;
  }
  .searchBox .Breadcrumb {
    right: 276px;
  }
  .searchBox .Breadcrumb ul#crumbs li {
    max-width: 169px;
  }
  .brandList .brandBlock ul li {
    width: 20%;
  }
  .sidebar {
    display: none;
  }
  .prd-lst-pager-phone {
    display: none !important;
  }
  .pull-right {
    width: 100%;
  }
  .searchBox .latest {
    right: 280px;
    width: auto;
    max-width: 500px;
  }
  .introduction .introBlock {
    padding: 30px 0 30px 260px;
  }
  .introduction .introBlock p.read {
    font-size: 12px;
  }
  .introduction .introBlock .mark img {
    width: 130px;
  }
  .header-global-nav a, .header-global-nav span {
    font-weight: 400;
  }
  .pull-left ul li a {
    font-weight: 400;
  }
  .h-right a {
    font-weight: 400;
  }
  .brandList {
    margin: 0 auto;
    padding: 40px 40px 40px;
  }
  .brandList .brandBlock ul li {
    width: 25%;
  }
  .brandList .brandBlock h1.title {
    font-size: 24px;
    margin: 0 0 40px;
  }
  .company .companyBlock h1.title {
    font-size: 26px;
    margin: 0 0 40px;
  }
  .company {
    margin: 0 auto;
    padding: 40px;
  }
  .mobNavi {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 296px;
    overflow: auto;
    z-index: 1;
    background: #efefef;
    box-sizing: border-box;
    opacity: 0;
    -webkit-transition: 1s cubic-bezier(.26, .63, 0, .99);
    -o-transition: 1s cubic-bezier(.26, .63, 0, .99);
    transition: 1s cubic-bezier(.26, .63, 0, .99);
  }
  .mobNavi.action {
    opacity: 1;
  }
  .mobNavi .sidebar {
    display: block;
    width: 296px;
    padding: 54px 0 50px;
  }
  .mobNavi .side-section li {
    margin: 0;
    padding: 0;
    border-bottom: #d5d5d5 solid 1px;
  }
  .mobNavi .side-section li a {
    display: block;
    padding: 15px 0;
  }
  .mobNavi .side-section ul.sub li a {
    display: block;
    padding: 5px 0;
  }
  .mobNavi .side-section ul.sub {
    padding: 0px 0 0 20px;
  }
  .mobNavi .side-section {
    margin: 0;
    padding: 0 35px 60px;
  }
  .ttl-h3 {
    margin: 0 0 20px;
  }
  .sidebar .more {
    margin: 0;
  }
  #wrapper {
    z-index: 2;
    left: 0;
    -webkit-transition: 1s cubic-bezier(.26, .63, 0, .99);
    -o-transition: 1s cubic-bezier(.26, .63, 0, .99);
    transition: 1s cubic-bezier(.26, .63, 0, .99);
  }
  #wrapper.action {
    left: -296px;
  }
}
@media only screen and (max-width: 767px) {
  .searchBox .Breadcrumb {
    position: static;
    line-height: 30px;
    padding: 0 0 0 20px;
    font-size: 10px;
  }
  .searchBox .Breadcrumb ul#crumbs {
    height: 30px;
  }
  .searchBox .Breadcrumb ul#crumbs li {
    float: left;
    margin: 0;
    padding: 0 20px 0 0px;
    list-style: none;
    font-size: 10px;
    height: 30px;
    line-height: 30px;
    position: relative;
    max-width: 33.33333%;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .searchBox .Breadcrumb ul#crumbs li span.results {
    display: inline !important;
  }
  .sidebar {
    display: none;
  }
  .pull-right {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .mobNavi {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 250px;
    overflow: auto;
    z-index: 1;
    background: #efefef;
    box-sizing: border-box;
    opacity: 0;
    -webkit-transition: 1s cubic-bezier(.26, .63, 0, .99);
    -o-transition: 1s cubic-bezier(.26, .63, 0, .99);
    transition: 1s cubic-bezier(.26, .63, 0, .99);
  }
  .mobNavi.action {
    opacity: 1;
  }
  .mobNavi .sidebar {
    display: block;
    width: 250px;
    padding: 30px 0 50px;
    border: none;
  }
  .mobNavi .side-section.memberNavi {
    display: block;
  }
  .mobNavi .side-section .sideSearch {
    margin: 0 0 30px;
    padding: 0;
    background: #242424;
    height: 36px;
    position: relative;
  }
  .mobNavi .side-section .sideSearch input[type="text"] {
    border: none;
    background: #c3c3c3;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    width: calc(100% - 40px);
    margin: 0 40px 0 0;
    color: #dbdbdb;
  }
  .mobNavi .side-section .sideSearch span {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    background: #717171;
  }
  .mobNavi .side-section .sideSearch span input {
    width: 40px;
    height: 36px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .mobNavi .side-section .sideSearch span i {
    position: absolute;
    right: 8px;
    top: 7px;
    color: #dbdbdb;
  }
  .mobNavi .side-section {
    padding: 0 20px 40px;
  }
  .mobNavi .side-section li {
    margin: 0;
    padding: 0;
    border-bottom: #d5d5d5 solid 1px;
  }
  .mobNavi .side-section li a {
    display: block;
    padding: 15px 0;
  }
  .mobNavi .side-section ul.sub li a {
    display: block;
    padding: 5px 0;
  }
  .mobNavi .side-section ul.sub {
    padding: 0px 0 0 20px;
  }
  .ttl-h3 {
    margin: 0 0 10px !important;
  }
  .sidebar .more {
    margin: 0;
  }
  #wrapper {
    z-index: 2;
    left: 0;
    -webkit-transition: 1s cubic-bezier(.26, .63, 0, .99);
    -o-transition: 1s cubic-bezier(.26, .63, 0, .99);
    transition: 1s cubic-bezier(.26, .63, 0, .99);
  }
  #wrapper.action {
    left: -250px;
  }
  .header-logo {
    top: 58px;
    margin-left: -65px;
  }
  .header-logo img {
    max-width: 130px;
    height: auto;
  }
  #header {
    height: 156px;
  }
  #header .DSbtn {
    position: absolute;
    top: 0px;
    right: 10px;
    width: 50px;
    height: 50px;
    -webkit-transition: ease .5s;
    transition: ease .5s;
    cursor: pointer;
    z-index: 10;
    display: block;
  }
  #header .DSbtn .hambarg:nth-child(1) {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #000;
    -webkit-transition: ease .5s;
    transition: ease .5s;
    height: 2px;
    width: 30px;
  }
  #header .DSbtn .hambarg:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 2px;
    width: 30px;
    background: #000;
    -webkit-transition: ease .5s;
    transition: ease .5s;
  }
  #header .DSbtn .hambarg:nth-child(3) {
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 2px;
    width: 30px;
    background: #000;
    -webkit-transition: ease .5s;
    transition: ease .5s;
  }
  #header .DSbtn.action .hambarg:nth-child(1) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  #header .DSbtn.action .hambarg:nth-child(2) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  #header .DSbtn.action .hambarg:nth-child(3) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .header-global-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
  }
  .header-global-nav li {
    display: none;
  }
  .header-global-nav li:nth-child(1), .header-global-nav li:nth-child(2), .header-global-nav li:nth-child(3) {
    display: block;
    margin: 0;
    padding: 0 20px;
  }
  .header-global-nav a, .header-global-nav span {
    font-weight: 400;
    font-size: 13px;
    line-height: 40px;
  }
  .pull-left {
    display: none;
  }
  .h-right {
    top: 20px;
    right: inherit;
    left: 20px;
  }
  .h-right a {
    padding: 0 24px 0 24px;
    font-weight: 400;
    font-size: 12px;
  }
  .h-right a .cart_count {
    font-size: 10px;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-top: -20px;
  }
  .searchBox {
    margin: 0px auto 0px;
    height: 30px;
  }
  .searchBox input, .searchBox span {
    display: none;
  }
  .searchBox .latest {
    position: static;
    width: auto;
    line-height: 30px;
    padding: 0 30px;
    font-size: 11px;
  }
  .slider {
    margin: 0 auto;
  }
  .bx-wrapper .bx-pager {
    padding-top: 0px !important;
    bottom: 5px !important;
    left: 10px;
    width: 8px !important;
  }
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 5px !important;
    height: 5px !important;
    margin: 5px 0 !important;
  }
  .bx-wrapper .bx-viewport {
    top: 0px !important;
  }
  .introduction {
    padding: 30px;
  }
  .introduction .introBlock {
    max-width: 860px;
    box-sizing: border-box;
    padding: 0;
    display: block;
    position: relative;
    min-height: inherit;
  }
  .introduction .introBlock .mark {
    display: none;
  }
  .introduction .introBlock p.read {
    font-size: 12px;
    line-height: 1.8em;
  }
  .prd-lst-soldout {
    position: absolute;
    bottom: inherit;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
  }
  .footer-wrapper {
    padding: 0;
    background: #484848;
    text-align: center;
  }
  .footer-wrapper ul {
    display: block;
  }
  .footer-wrapper ul li {
    float: none;
    margin: 0;
    border-bottom: #676767 solid 1px;
    padding: 0;
  }
  .footer-wrapper ul li.sp {
    display: block;
  }
  .footer-wrapper ul li a {
    line-height: 40px;
    font-size: 12px;
    text-align: left;
    text-decoration: none;
    display: block;
    padding: 0 30px;
    height: 40px;
    position: relative;
  }
  .footer-wrapper ul li a::after {
    content: "keyboard_arrow_right";
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -10px;
  }
  .brandList {
    padding: 50px 30px;
  }
  .brandList .brandBlock h1.title {
    font-size: 22px;
    margin: 0 0 40px;
    letter-spacing: 1px;
  }
  .brandList .brandBlock ul li .box .logoMark {
    padding: 20px 10px 20px;
  }
  .brandList .brandBlock ul li .box p {
    display: none;
  }
  .brandList .brandBlock ul li {
    width: 33.333333%;
  }
  .prd-lst-pager {
    display: none;
  }
  .def_lst {
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
  .def-lst-dt {
    font-weight: bold;
    font-size: 14px;
    position: static;
    line-height: 1.8em;
  }
  .def-lst-dt::before {
    content: "● ";
  }
  .def-lst-dd {
    margin: 0;
    padding: 0;
    line-height: 1.8em;
    font-size: 13px;
  }
  #policy p {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: #eee solid 1px;
    line-height: 1.8em;
    font-size: 13px;
  }
  .company {
    margin: 0 auto;
    padding: 50px 30px 0px;
  }
  .company .companyBlock h1.title {
    font-size: 22px;
    margin: 0 0 40px;
    line-height: 1.5em;
    letter-spacing: 1px;
  }
}
/* ========================================
      PCかつRetinaの場合
======================================== */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon:before {
    background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-2x-b.png);
  }
  /* PCかつRetinaでアイコンを白にする場合 */
  .icon-white .icon:before {
    background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-2x-w.png);
  }
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
  }
}
/* ========================================
      タブレットの場合
======================================== */
@media only screen and (max-width: 980px) {
  #sliderbutton {
    left: 3%;
  }
  /* ヘッダー */
  #header {
    padding-top: 0;
  }
  .header-nav-phone {
    margin-right: 10px;
  }
  .header-nav-phone {
    margin-right: 0;
  }
  .nav-btn-phone {
    display: block;
    height: 60px;
  }
  .nav-btn-phone img {
    width: 40px;
    height: 60px;
  }
  .search-box {
    width: 55%;
  }
  .search-btn[type="submit"] {
    width: 35%;
  }
  .side-section ul li {
    margin: 0;
  }
  .side-section ul li a {
    display: block;
    padding: 10px 0;
  }
  .side-section ul li a:hover {
    text-decoration: none;
  }
  /* ========================================
        タブレットかつRetinaの場合
  ======================================== */
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon:before {
      background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-b.png);
    }
    /* スマホかつRetinaでアイコンを白にする場合 */
    .icon-white .icon:before {
      background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-w.png);
    }
  }
}
/* ========================================
      スマホの場合
======================================== */
@media only screen and (max-width: 767px) {
  .icon {
    padding-left: 24px;
    line-height: 2;
  }
  .icon:before {
    margin-left: -24px;
    width: 24px;
    height: 24px;
    background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-b.png);
  }
  /* スマホでアイコンを白にする場合 */
  .icon-white .icon:before {
    background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-w.png);
  }
  .icon-cart:before {
    background-position: 0;
  }
  .icon-search:before {
    background-position: 0 -24px;
  }
  .icon-user:before {
    background-position: 0 -48px;
  }
  .icon-down:before {
    margin: 5px 0 0 -20px;
    margin: 10px 0 0 -17px;
    margin-top: 5px;
    height: 23px;
    height: 23px;
    background-position: 0 -59px;
  }
  .icon-up:before {
    margin: 5px 0 0 -20px;
    height: 23px;
    background-position: 0 -38px;
  }
  .icon-right:before {
    background-position: 0 -120px;
  }
  .icon-left:before {
    background-position: 0 -144px;
  }
  .ttl-h3 {
    position: relative;
  }
  /* スライダー */
  .bx-prev, .bx-next {
    display: none;
  }
  #sliderbutton {
    left: 20px;
  }
  .slider-btn {
    padding: 4px 10px;
    font-size: 13px;
  }
  /* スマホ用メニュー */
  .menu-btn-phone {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .menu-btn-phone .icon {
    padding-left: 0;
  }
  .menu-btn-phone.icon-down:before {
    float: right;
    margin-left: 0;
  }
  .menu-btn-phone.icon-up:before {
    float: right;
    margin-left: 0;
  }
  /* メイン */
  .main-section {
    padding-left: 0;
  }
  /* サイドメニュー */
  .side-search {
    width: 185px;
  }
  .search-box {
    width: 70%;
  }
  .search-btn[type="submit"] {
    width: 20%;
  }
  /* 商品 */
  .prd-lst-unit {
    margin-bottom: 30px;
    padding: 0 10px 0 10px;
  }
  .prd-lst-sort {
    text-align: center;
  }
  /* フッター */
  #pagetop {
    width: 54px;
    margin: 30px auto;
    display: block !important;
    position: static;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: none !important;
  }
  #pagetop a {
    padding-right: 15px;
  }
  .manager-name {
    text-align: center;
  }
  .manager-caption {
    padding: 20px 10px;
    border-right: none;
  }
  .footer-lst {
    margin: 0 -20px;
    padding: 0;
    width: auto;
    background: #4d4d4d;
  }
  .footer-lst li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #444444;
  }
  .footer-lst li:nth-child(odd) {
    border-right: 1px solid #444444;
  }
  .footer-lst a {
    display: block;
    padding: 12px 10px;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
  }
  .copyright {
    font-size: 10px;
  }
  /* ========================================
        スマホかつRetinaの場合
  ======================================== */
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon:before {
      background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-b.png);
    }
    /* スマホかつRetinaでアイコンを白にする場合 */
    .icon-white .icon:before {
      background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-w.png);
    }
  }
}
/* IE用 */
.ie_wrapper .container {
  width: 1170px;
}