@charset "euc-jp";

/*スライダーやメニュー内が先に読み込まれる制御の設定*/
.swiper-slide img{
display: none;
}
.swiper-lazy:not(.swiper-lazy-loaded) {
display: none;
}

/*-------------------------------------------
デフォルトスタイルをリセット
-------------------------------------------*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
margin: 0;
background-color: #fff;
color: #333;
font-size: 100%;
font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}

a {
background-color: transparent;
text-decoration: none;
color: #333;
}

a:active, a:hover {
  outline: 0;
  opacity:0.8;
}
a:active {
  opacity:0.8;
}

p{margin: 0;}

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

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: -0.25em;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

h1, h2, h3, h4 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  line-height: 1.2;
}

.u-wrap {
  text-align: center;
  vertical-align: middle;
  zoom: 1;
}
.u-wrap img {
  vertical-align: bottom;
}

.u-cf:before {
  content: "";
  display: table;
}
.u-cf:after {
  content: "";
  display: table;
  clear: both;
}

/* レイアウト */
.outer {
  overflow-x: hidden;
  max-width: 100%;
  height: auto;
}

.wrapper {
  position: relative;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}


/* ドロワー */
.drawer.open {
  left: 0;
}

.drawer {
  position: fixed;
  top: 0;
  left: -80%;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 80%;
  height: 100%;
  background: #fff;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.draweritem-close {
  padding: 20px;
  text-align: right;
}
.draweritem-close a {
  color: #ddd;
}

.draweritem {
  border-bottom: 1px solid #eee;
}

.draweritem_name {
  font-size: 14px;
  font-weight: normal;
  display: table;
  line-height: 1;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 15px 10px 15px 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.draweritem_name_text {
  width: 70%;
  vertical-align: middle;
}

.draweritem_name_icon-left {
  width: 15%;
  display: table-cell;
  vertical-align: middle;
}

.draweritem_name_icon-right {
  width: 10%;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  color: #aaa;
}

.draweritem-accordion ul {
  margin: 0;
  padding: 15px 0;
  list-style: none;
}
.draweritem-accordion .linklist_item {
  border: none;
}
.draweritem-accordion .linklist_item a {
  padding: 10px 20px;
}

.draweritem-section{
  display:inline;}

.drawer-viewmore{
  display:inline;
  float:right;
  font-size: 12px;
  color: #999;}

.drawer-section{
    padding: 10px 15px;
    font-size: 12px;
    color: #999;
    background-color: #eee;
    border-bottom:1px solid #eee;
}
.u-ac--active {
  border-bottom: 1px solid #eee;
}



/*
 * top
 */
.u-hidden {
  display: none !important;
}

/* カテゴリーリンク */
.freespace01 {
  margin: 0 0 20px;
  font-size: 85.71429%;
}

.freespace02 {
  font-size: 85.71429%;
}

.linklist {
  padding: 0;
  margin: 0;
}

.linklist__item {
  border-bottom: solid 1px #e0e0e0;
  list-style: none;
}
.linklist__item a {
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 20px;
  color: #212121;
}
.linklist__item a span {
  display: table-cell;
  vertical-align: middle;
}

.linklist__item--point {
  background: #212121;
}
.linklist__item--point a {
  color: #fff;
}

.linklist__item__text {
  width: 80%;
  height: auto;
}

.linklist__item__icon {
  width: 10%;
  height: auto;
  text-align: right;
}


/*
 * product
 */
.section__inner {
    padding: 15px;
}

.linklist--breadcrumb .linklist__item__icon {
  width: 6%;
  text-align: left;
}

.prices {
  margin: 0 0 20px;
}

.price {
  font-size: 128.57143%;
}

.price--regular {
  text-decoration: line-through;
  color: #aaa;
}

.price--rate {
  color: #f44336;
}

.taglist {
  margin: 0 0 20px;
}
.taglist p {
  margin: 0 0 10px;
}
.taglist .button--tag {
  margin: 0 6px 10px 0;
}

.description {
  margin: 0 0 20px;
}

.buy__inner {
  margin: 0 0 20px;
}

.stock_error {
  font-weight: bold;
  text-align: center;
  color: #f44336;
}

.table {
  width: 100%;
  height: auto;
}

.table--bordered {
  font-size: 85.71429%;
  border-top: 1px solid #ddd;
}
.table--bordered th {
  font-weight: normal;
  width: 50%;
  padding: 15px 10px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.table--bordered td {
  width: 50%;
  text-align: center;
  padding: 15px 10px;
  border-bottom: 1px solid #ddd;
}

.otherlist {
  padding: 0;
  list-style: none;
}

.u-oneimage {
  padding: 0 !important;
}

.section--together .box {
  width: 33.33%;
}


.result {
  margin: 10px 0 20px;
}
.result span {
  font-size: 114.28571%;
  font-weight: bold;
}

.sort {
  text-align: center;
}

.subs_title {
  padding: 0 20px 20px;
  border-bottom: solid 1px #e0e0e0;
}

.section--list .boxlist {
  padding: 10px 10px 0;
  margin: 0;
}

/*
 * 特商法・その他
 */
.deflist {
  margin: 0;
}

.deflist__title h3 {
  margin: 10px 0 2px;
}

.deflist__body {
  margin: 0 0 15px;
  font-size: 85.71429%;
}

.section--privacy p {
  font-size: 85.71429%;
}

.section--search .button {
  float: right;
}

.section--push ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 85.71429%;
}

/*
 * パーツ
 */
.button {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: none;
  display: inline-block;
}

.button--blue {
  background: #2b98f2;
  color: #fff;
}

.button--orange {
  background: #ff5722;
  color: #fff;
}

.button--line {
  border: 1px solid #2196f3;
  color: #2196f3;
}

.button--more {
  width: 50%;
  display: block;
  margin: 0 auto 20px;
  padding: 5px;
}

.button--sort {
  font-size: 71.42857%;
  padding: 5px 8px;
  width: 28%;
}

.button--tag {
  font-size: 71.42857%;
  padding: 5px 8px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.button--small {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 100%;
  padding: 14px 0;
  width: 25%;
  line-height: 1;
}

.button--medium {
  font-size: 100%;
  padding: 13px 0;
  margin: 10px 0;
  width: 100%;
  line-height: 1;
}

.button--large {
  font-size: 114.28571%;
  font-weight: bold;
  padding: 20px 0;
  width: 100%;
}

.button--disabled {
  background: #e6e6e6;
  color: #bbb;
}

input[type="text"].keyword {
  font-size: 85.71429%;
  background: #fff;
  color: #212121;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"].keyword--small {
  width: 68%;
  height: 44px;
}
input[type="number"].buy__num, input[type="text"].buy__num {
  padding: 8px 10px;
  width: 15%;
}
input[type="text"].buy__name-title {
  padding: 8px 10px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pulldown {
  width: 100%;
  height: 44px;
  background: #fff;
  margin: 0 0 15px;
  border: 1px solid #bdbdbd;
}

/*
 * モーダル
 */
.modal__content {
  position: absolute;
  z-index: 9999;
  display: none;
  width: 75%;
  margin: 0;
  padding: 10px 20px;
  background: #fff;
}

.overlay {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

.modal__close {
  font-size: 114.28571%;
  display: block;
  width: 100%;
  text-align: right;
  color: #212121;
}


/* ヘッダー */
#header{height:50px;
   position: relative;
   border-bottom: 1px solid #eee;
   box-sizing:border-box;
 }

#logo {
   text-align: center;
	margin:0 auto;
}

#logo .toplogo{
  display:inline;
}

#logo .toplogo img{
  max-height:16px;
  vertical-align: super;
}

#logo .anniv{ 
  max-height:28px;
  margin-top:12px;}

#menu{
position: absolute;
left:12px;
top:15px;
}

#head-search{
position: absolute;
left:55px;
top:14px;
}

#favorite{
position: absolute;
right:53px;
top:15px;
}

#cart {	position: absolute;
right:15px;
top:15px;
}

.navi-icon-s{
font-size: 1.1em;
color:#666;
}

.navi-icon{
font-size: 1.4em;
color:#666;
}

.navi-icon2{
font-size: 1.4em;
color:#ea3f60;
}

#badge {
position: absolute;
left: 18px;
top:-8px;
width: 18px; height: 18px;
border-radius: 50%;
background: #ff3363;
z-index:999;}
    
.cartno {
display: block;
position: relative;
padding: 1px;
width: 15px; height: 15px;
border-radius: 50%;
color: #fff;
line-height: 18px;
text-align: center;
font-size:12px;
    }

.clearb{
clear:both;　/*floatの解除*/}

.srnavi{
height: 84px;
}

.srnavi.fixbar {
position: absolute;
width: 100%;
top: 84px;
}
.srnavi.fixed .fixbar {
position: fixed;
top: 0px;
z-index:999;
width: 100%;
opacity:0.95;
background:#fff;
box-sizing:border-box;
}

/* iframeの比率設定 */
/* 622 ヘッダーバナー1個の時の表示*/
oolwrapper622 {
  position: relative;
  width: 100%;
  padding: calc(155/ 1000 * 100%) 0 0;
}
.ectoolwrapper622 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* 621 フッター固定ポイント・送料の表示*/
#pt-souryou{
	width: 40%;
    position: absolute;
    height: 50px;
    margin-top:3px;
    display: inline-block;
}
  .ectoolwrapper621 {
  position: relative;
  width: 100%;
  padding: 50px;
}
.ectoolwrapper621 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
 
/*ヘッダー下段*/
.main-navul {
list-style-type: none;
margin:0;
padding:0;
width: 100%;
overflow: hidden;
border-bottom:1px solid #eee;
box-sizing:border-box;
}
.main-navul li {
display:inline-block;
float: left;
width: 25%;
border-right:1px solid #eee;
box-sizing:border-box;
text-align: center;
}

.main-navul li a {
font: 400 13px 'Poppins', sans-serif;
letter-spacing: .08em;
text-align: center;
display: block;
padding: 7px 0;
position: relative;
color: #777;
}

.main-navul li:last-child { 
border-right:none;
}

/* モーダルウィンドウ */
.modal-window {
  display: none;
  position: relative;
  width: 100%;
  padding: 25px 0px;
  background-color: #f6f6f6;
  z-index: 11;
}
.overlay2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
}


/*帯見出し*/
.hottext{
font-size:13px;
font-weight:bold;
padding:3px;
text-align: center;
letter-spacing: .05em;
background: #F7F2F0;
color:#f96666 ;
}
.smallfont{font-size:10px;}

/* iframeの比率設定 */
/* 617 ヘッダーポイント(商品詳細)表示*/
.ectoolwrapper617 {
  position: relative;
  width: 100%;
  padding:26px 0 0;
}
.ectoolwrapper617 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 620 ヘッダーポイント(商品詳細以外)表示*/
.ectoolwrapper620 {
  position: relative;
  width: 100%;
  padding:26px 0 0;
}
.ectoolwrapper620 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 622 ヘッダーバナー1個の時の表示*/
.ectoolwrapper622 {
  position: relative;
  width: 100%;
  padding: calc(125/ 1000 * 100%) 0 0;
}
.ectoolwrapper622 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* お知らせの設定 */
.information_box {
	width:100%;
	background:#eee;
}

.information li {
	padding:5px 10px;
   font-size:10px;
}

.information_box li {
	border-bottom:solid 1px #ddd;
}

.information_box li:last-child {
	border-bottom:none;
}

/*検索*/
#searcharea{
   width: 85%;
   margin: 0 auto;
   background: #fff;
}

#search{
border:1px solid #ddd !important;
padding:5px;
border-radius: 5px;
} 

#form{
padding: 1px;
font-size: 14px;
border-style:none;
line-height: 1.5em;
width:85%;
color:#333;
}

#searchbox {
font-size: 15px;
color:#333;
border: none;
background: transparent;
cursor: pointer;
padding: 1px;
line-height: 1.5em;
}

/* ここからメインコンテンツ */
/* セクション関連の設定 */
.section-title{
    font: 400 25px 'Poppins', sans-serif;
    letter-spacing: .06em;
    text-align: center;
    margin-top:30px;
    padding-top:30px;
    padding-bottom:20px;  
}

.section-subtitle{
text-align: center;
    font-size: 14px;
    color: #666;
    margin-bottom:20px;
}
.section-subtitle a {
    font-size: 14px;
    color: #666;
}

.swiper-title {
    font: 400 16px 'Poppins', sans-serif;
    letter-spacing: .06em;
    padding-top: 30px;
    margin: 0 0 5px 15px;
}

.color-block{
  background:#faf6f5;
  padding-bottom:20px;
}
.swiper-color-block{
  background:#F6F6F6;
  margin-top: 50px;
  padding-bottom:20px;
}

/* バナーエリア */
.banner-area{
margin-top:70px;
text-align:center;
font-size:10px;}

.banner-area img{
margin-bottom:5px;}

.img-50{margin-top: 20px;}
.img-50 li{
display:inline-block;
width:50%;
padding:1px;
box-sizing:border-box;
float:left;
}
.img-50{margin-top: 20px;}
.img-33 li{
display:inline-block;
width:33.33%;
padding:0 3px;
box-sizing:border-box;
float:left;
margin-top:5px;
}
.img-33 li:nth-child(3n+1) {
    clear: both;
}

/*商品リスト枠組*/
.boxlist {
  list-style: none;
  margin: 0;
  padding: 0px;
}
.boxlist img{
box-sizing: border-box;
border:solid 1px #eee;
}

.u-cf:before {
  content: "";
  display: table;
}
.u-cf:after {
  content: "";
  display: table;
  clear: both;
}

/*商品2列*/
.box2 {
  display: block;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom:30px;
}

.u-tile2:nth-child(2n+1) {
  clear: both;
}

/*商品3列*/
.box3 {
  display: block;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33%;
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom:30px;
}

.u-tile3:nth-child(3n+1) {
  clear: both;
}

/*商品5列*/
.box5 {
  display: block;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom:30px;
}

.u-tile5:nth-child(5n+1) {
  clear: both;
}

.u-hidden {
  display: none;
}

.box .box__inner {
  display: block;
}

.box .box__image {
  display: block;
  margin: 0px;
  text-align: center;
  position: relative;
}

.box .box__image img{
max-width: 100%;
height: auto;
}

.box .box__image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}


/*商品リスト*/

.topitem{
font-size:9px;
}

/*商品名2行*/
.itemname{
margin-top: 5px;
margin-bottom: 7px;
color:#666;
line-height:1.2em;
font-size: 9px;
height: 20px;
overflow-y: hidden;
}
/*商品名1行*/
.itemname1 {
    margin-top: 5px;
    margin-bottom: 7px;
    color: #666;
    line-height: 1.2em;
    font-size: 9px;
    height: 9px;
    overflow-y: hidden;
}

.price-blk{
font-size:12px;
display:inline;
}

.price-line{
  text-decoration: line-through;
  font-size:11px;
  display:inline;
}

.price-red{
color:#D50000;
font-size:12px;
display:inline;
}

.block-right{
display: inline-block;
float: right;
}

.nyuuka{
display:block;
padding:2px;
font-size: 11px;
border:solid 1px #daaca5;
text-align: center;
color:#666;
}

.item-badge-area{height:17px !important;}

.item-badge{
font-family: 'Poppins', sans-serif;
font-size: 9px;
line-height: 1.6;
letter-spacing: .1em;
display: inline-block;
vertical-align: top;
margin-right:5px;
padding: 0px 3px 0px 4px;
color: #fff;
border-radius: 2px;
    }

.sale{background: #f1b9b9;}
.yoyaku{background: #c4b0d5;}
.restock{background: #f0ca8b;}

.favorite-icon{
font-size:20px;
color:#ddd;
margin-left:3px;
}

.favorite-button{
display:inline-block;
cursor: pointer;
border: 0;
outline: none;
background: transparent;
margin-top:-3px;
padding:1px;}
  
.fav-items span{color: #f96666;}

/* VIEW MOREボタンの設定 */
.view-more {
text-align: center;
}

.view-more span {
cursor: pointer;
box-sizing: border-box;
display: inline-block;
background: #f6f6f6;
border-radius: 20px;
font: 400 15px 'Poppins', sans-serif;
letter-spacing: .25em;
padding: 10px 20px;
margin-top:10px;
}

.view-more span:hover {
  background:#eee;
  transition: 0.3s;}

.view-more a:hover {
  opacity:1;}


/* ページトップ */
.pagetop {
display: none;
position: fixed;
bottom: 50px;
right: 15px;
z-index:99999;
}

.pagetop a {
display: block;
background-color: #ccc;
text-align: center;
color: #333;
font-size: 12px;
text-decoration: none;
padding: 5px 10px;
opacity: 0.7;
}

/* ブランドリスト */
.brand-list {
  overflow: hidden;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
}
.brand-list li {
  box-sizing: border-box;
  float: left;
  width: 33.3333%;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  position: relative;
}

.brand-list li a {
  display: block;
  text-align: center;
  padding: 11px 0 6px;
  box-sizing: border-box;
}

.brand-list li a img{
  width:95%;
}

.cate-item {
  border-top: 1px solid #eee;
  box-sizing:border-box;
}

.cate-item__name {
  font-weight: normal;
  display: table;
  line-height: 1;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 10px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cate-item__name__text {
  font-size: 14px;
  width: 95%;
  vertical-align: middle;
}

.cate-item__name__icon--left {
  width: 15%;
  display: table-cell;
  vertical-align: middle;
}

.cate-item__name__icon--right {
  width: 10%;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.cate-item__name__icon--right span{
  color:#666;
}

.cate-item--accordion ul {

}

.cate-item--accordion ul li{
	padding: 10px 0px 10px 20px;
    width: 50%;
    float: left;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
   background:#f8f8f8;
  text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.cate-item--accordion ul li:nth-child(1) {
  width: 100%;
  font-weight:bold;
  text-align:center;
  padding: 10px;
}
.cate-item--accordion ul li:nth-child(even) {
    border-right: 1px solid #eee;
  box-sizing: border-box;
}

.cate-item--accordion ul li a{
	font-size: 13px;
}

.cate-item--accordion ul li a:hover {
	background:transparent;
	transition: unset;
}

.u-ac--active {
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}

.category-list img{
    width: 55px;
    height:auto;
    padding-right:15px;
    padding-left:5px;
    box-sizing:border-box;
    vertical-align: middle;
}

/* ブランド説明のアコーディオン */
.cate-item__name2 {
  font-weight: normal;
  display: table;
  line-height: 1;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 15px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cate-item2 {
  border-bottom: 1px solid #eee;
  box-sizing:border-box;
}

.cate-item--accordion2 ul li{
	padding: 10px 0px 10px 20px;
    width: 50%;
    float: left;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
   background:#f8f8f8;
  text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.cate-item--accordion2 ul li:nth-child(odd) {
    border-right: 1px solid #eee;
  box-sizing: border-box;
}

.cate-item--accordion2 ul li a{
	font-size: 13px;
}

.cate-item--accordion2 ul li a:hover {
	background:transparent;
	transition: unset;
}

/* ヘッダーのSNS */
#sns_icon{
width:100%;
text-align:center;
margin: 20px 0px;
}

#sns_icon ul {
    display : block;
}

#sns_icon li {
    display : inline-block;
    cursor: pointer;
}

.icon_small {
  color:#999;
  font-size: 2.4em 
  /*0.8倍の大きさに*/}
.icon_big {
  color:#999;
  font-size: 2.6em 
  /*6倍の大きさに*/}

/* フッタートップ */
.footer-top {
background: #f8ebeb;
width:100%;
padding-bottom: 30px;
margin-top:50px;
}
.footer-top ul {
width:100%;
overflow: hidden;
margin: 0 auto;
}
.footer-top ul li {
box-sizing: border-box;
width:50%;
float: left;
padding: 15px 1%;
height: auto;
display: block;
text-align: center;
}
.footer-top ul li h4 {
font-size: 14px;
color: #cc7643;
letter-spacing: .08em;
margin: 0 0 5px;
font-weight:bold;
}
.footer-top ul li p {
font-size: 8px;
letter-spacing: .04em;
color: #666;
}

.footer-top li:nth-child(2n+1) { clear: both;}

.footer-icon{
font-size: 2em;
color:#666;
margin-bottom:20px;
}

.footer-icon-big {
    font-size: 2.2em;
    color: #666;
    margin-bottom: 17px;
}

/* インフォ */
#footer-logo{height:45px;
margin: 0 auto;
display: block;
margin-top: 20px;
margin-bottom: 10px;}

.cantact{ 
text-align:center;
padding:20px 15px;
}

.contact-p{
font-size: 12px;
line-height: 1.8em;
text-align:center;
margin: 10px 0px;
}
    
#contactform{
display: inline-block;
font-size: 12px;
text-align: center;
padding: 10px 5px;
border: 1px solid #666;
width: 70%;
border-radius: 5px;
box-sizing: border-box;	
}	
.contact-icon{font-size: 1.4em;}

/* フッターメニュー */
.footer-nav ul {
overflow: hidden;
border-top: 1px solid #ddd;
background:#eee;
}
.footer-nav ul li {
box-sizing: border-box;
width: 50%;
float: left;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}

.footer-nav ul li a {
font-size: 10px;
text-align: center;
letter-spacing: .08em;
display: block;
padding: 13px 0;
}

.footer-nav ul li:nth-child(2),
.footer-nav ul li:nth-child(4),
.footer-nav ul li:nth-child(6),
.footer-nav ul li:nth-child(8) {
  border-right: none;
}

.copyright {
  text-align:center;
  background:#eee;
  margin: 0 0 0px;
  font-size: 9px;
  padding:7px;
}

/* 商品一覧＆商品検索結果　ページャー等 */
.pankuzu{
  font-size: 9px;
  padding: 3px 8px 5px 8px;}

.productlist_noitem{
    font-weight:bold;
    font-size: 14px;
    padding: 12px 8px;
    background: #eee;
  text-align:center;
}
#group{
}
#group h1{
    font-weight:bold;
    font-size: 14px;
    padding: 12px 8px;
    background: #eee;
  text-align:center;
}

/* 商品数*/
.section-itemlist{
margin-bottom:30px;}
.itemsort{
padding:8px 10px;
box-sizing:border-box;
}

.rest{
display:inline-block;
float:left;
  font-size:12px;
  padding: 5px 0px;
}

/* ソート*/
.sortlist {
  display:inline-block;
  float:right;
  overflow: hidden;
  text-align: center;
}
.sortlist select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.sortlist.sort::before {
    position: absolute;
    top: 0.7em;
    right: 0em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #666;
    pointer-events: none;
}

.sortlist select::-ms-expand {
    display: none;
}
.sortlist.sort {
	position: relative;
	border-radius: 2px;
}

.sortlist.sort select {
	color: #666;
	font-size: 12px;
}
.sort-icon{font-size:10px;
}

/* ページャー */
.pagersp {
  font-size:12px;
  text-align: center;
  height: 30px;
  margin:10px 0px;
}

.pagerspul {
  padding: 0;
  margin: 0;
}

.pagerspli {
  display: inline-block;
  line-height: 1;
  margin: 0 .2em 0em;
}
.pagerspli a {
  padding: .6em .7em;
  color: #333;
  background-color: #f5f5f5;
    border: 1px solid #ccc;
  border-radius: 3px;
}
.pagerspli a:hover {
  text-decoration: none;
}
.pagerspli span {
  color: #333;
  padding: .6em .2em;
}