@charset "euc-jp";
html,body,div,span,iframe,article,aside,canvas,footer,header,nav,blockquote,form,label,img,section,
table,caption,tbody,thead,tr,th,td,small,strike,sub,sup,figure,figcaption,
h1,h2,h3,h4,h5,h6,p,a,q,s,u,i,dl,dt,dd,ol,ul,li,pre,center
{
  margin:0;
  padding:0;
  border:none;
  font:inherit;
  list-style:none;
  -webkit-box-sizing:inherit;
  box-sizing:inherit;
}
div,article,aside,figcaption,figure,footer,header,nav,section{display:block}
html{overflow-y:scroll;-webkit-box-sizing:border-box;box-sizing:border-box}
html.open{overflow:hidden;}
blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
table{border-collapse:collapse;border-spacing:0}
caption,th{text-align:left}
.clearfix:before{content:"";display:block;clear:both;height:0;visibility:hidden}
img{max-width:100%;}

body {
  font:normal 14px 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #212529;
  line-height: 1.5
}
a:focus,*[tabindex="0"]:focus
{-webkit-box-shadow: 0 0 2px 2px #08c;box-shadow: 0 0 2px 2px #08c;}
a {text-decoration: none}
a:hover {color: inherit;text-decoration: underline;}
a:focus{outline:0}
a.moreBtn{
  display: table;
  margin:auto;
  font-weight:bold;
  font-size:20px;
  text-align: center;
  color:#fff;
  background:#333;
  min-width:270px;
  line-height: 60px;
  padding:0 0.5em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a.moreDetail{
  display: table;
  margin:auto;
  font-weight:bold;
  font-size:10px;
  letter-spacing: 1px;
  color:#fff;
  background : #736357;
  min-width:90px;
  line-height: 20px;
  padding:0 0.5em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a.moreBtn:hover,
a.moreDetail:hover{
  opacity: 0.75;
  text-decoration: none;
}

h2.sct_title{
  font-family:Oswald;
  font-weight:bold;
  font-size:36px;
  letter-spacing: 1px;
}
.Oswald{
  font-family:Oswald;
  font-weight:bold;
}
.fixed{
  position: fixed!important;
  top: 0;
  width:100%;
  z-index:999;
}
body > .overlay {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  /* display: none; */
  width: 100vw;
  height: 100vh;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  pointer-events: none;
}
html.open .overlay {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

[aria-hidden=true] {display: none}
[aria-hidden=false] {display: inherit}

table,table tr,table th,table td{font-weight: 14px;border: solid 1px #666;padding: 0.15em 0.25em;}
.table {width: 100%}
.table.table--bordered,.table.table--bordered th,.table.table--bordered td {border: 1px solid #777}
.table caption {margin-bottom: .5em;font-weight: 700}
.table th,.table td {padding: .75em}
.table th {text-align: center;font-weight: 700;background-color: #f0f0f0}
.table .table__num-cell {text-align: right;white-space: nowrap}
.dnone{display: none;}

/* ============================================
layout
================================================ */
.container {
  width: 1200px;
  margin: 0 auto
}
.container2k {
  /* position: absolute; */
  width: 1920px;
  max-width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  /* left:calc((100vw - 17px - 1920px)/2); */
}

/* ============================================
Header
================================================ */
header.header {
}

header.header a{color:inherit;}
header.header > .statichead,
header.header > .statichead > .head_logo{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header.header .head_logo > .logo{padding:15px 11px 0 18px;}
header.header .head_logo > .logo img{width:210px;}
header.header .head_logo > .logo a{display: block;}
header.header .head_logo > .desc{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color:#666;
  font-size: 11px;
  padding-top:34px;
  line-height: 1.55;
  letter-spacing: -0.06em;
}
header.header .head_menu{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align:start;
  -ms-flex-align:start;
  align-items:flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width:440px;
  border-bottom:solid 2px #F2F2F2;
}
header.header .head_menu > .labels{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align:start;
  -ms-flex-align:start;
  align-items:flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top:12px;
}
header.header .head_menu .label{
  color:#fff;
  background: #df2a1c;
  border-radius: 4.5px;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  margin:12px 2px 0;
  padding:0 5px;
  letter-spacing: 0.015em;
}
header.header .head_menu .mes{
  color:#666;
  font-size: 10px;
  letter-spacing: 0.015em;
  margin-top: -3px;
  max-height:42px;
  width: 150px;
  overflow: hidden;
}
header.header .head_menu .icon_menus{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 7px;
  font-size: 25px;
}
header.header .head_menu .icon_menus a:not(:first-of-type){margin-left: 26px;}
header.header .head_menu .icon_menus a:last-of-type{margin-left: 20px;}
header.header .head_menu .icon_menus img.regist {width:30px;}
header.header .head_menu .icon_menus img.login {width:24px;}
header.header .head_menu .icon_menus img.cart {width:29px;}
header.header .head_menu .icon_menus img.contact {width:129px;}

header.header nav.gNav{
  position: relative;
  background: #fff;
}
header.header nav.gNav > ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header.header nav.gNav li.hasChildren b,
header.header nav.gNav li.hasChildren strong,
header.header nav.gNav li.hasChildren a > span{
  color:inherit!important;
  font-weight: inherit!important;
  padding:0;
}

header.header nav.gNav > ul > li:not([class]):hover,
header.header nav.gNav > ul > li.hasChildren.megaon{
  -webkit-box-shadow:inset 0 -5px 0 #FF1E14;
  box-shadow:inset 0 -5px 0 #FF1E14;
}
header.header nav.gNav.pc > ul > li.hasChildren.megaon:before{
  content:'';
  width:100%;
  height: 15px;
  position: absolute;
  bottom: 0;
  left:0;
}

header.header nav.gNav > ul li.search{width:242px;}
header.header nav.gNav > ul li.search form.search__form{border-bottom: solid 1px #999;}
header.header nav.gNav > ul li.search input.search__box{padding: 2px 10px;}
header.header nav.gNav > ul li.search button.search__button{
  background:no-repeat 2px 1px url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS4wOTQiIGhlaWdodD0iMTkuMDk0Ij48ZyBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyA0MyI+PGcgZGF0YS1uYW1lPSLjgrDjg6vjg7zjg5cgNDIiPjxwYXRoIGRhdGEtbmFtZT0i44OR44K5IDE1MCIgZD0iTTE4LjgzMiAxNi41MjFhLjkuOSAwIDAxMCAxLjI2OGwtMS4wNDUgMS4wNDRhLjkuOSAwIDAxLTEuMjY4IDBsLTMuNzI5LTMuNzNhLjg2Ljg2IDAgMDEtLjI2MS0uNjMzdi0uNmE3Ljc3OCA3Ljc3OCAwIDAxLTguNjcxLjYgNy44NDIgNy44NDIgMCAwMS0yLjgxNS0yLjgxNiA3LjggNy44IDAgMDEwLTcuNzk0IDcuODM0IDcuODM0IDAgMDEyLjgxNS0yLjgxNiA3LjggNy44IDAgMDE3Ljc5NSAwIDcuODQ0IDcuODQ0IDAgMDEyLjgxNiAyLjgxNiA3Ljc4MSA3Ljc4MSAwIDAxLS42IDguNjdoLjZhLjg2Mi44NjIgMCAwMS42MzMuMjYxek03Ljc1NiAxMi41M2E0LjczIDQuNzMgMCAwMDIuNDA1LS42MzQgNC42NCA0LjY0IDAgMDAxLjczNC0xLjczNCA0Ljg3OCA0Ljg3OCAwIDAwMC00LjgxIDQuNjQ5IDQuNjQ5IDAgMDAtMS43MzQtMS43MzUgNC44OCA0Ljg4IDAgMDAtNC44MTEgMCA0LjY1MSA0LjY1MSAwIDAwLTEuNzM0IDEuNzM1IDQuODc5IDQuODc5IDAgMDAwIDQuODEgNC42NDEgNC42NDEgMCAwMDEuNzM0IDEuNzM0IDQuNzMxIDQuNzMxIDAgMDAyLjQwNy42MzR6Ii8+PC9nPjwvZz48L3N2Zz4=);
}

header.header nav.gNav.pc > ul > li:not([class]) > a,
header.header nav.gNav.pc > ul > li.hasChildren > a,
header.header nav.gNav.pc > ul > li:not([class]) > span,
header.header nav.gNav.pc > ul > li.hasChildren > span{
  display: block;
  font-weight: bold;
  line-height: 45px;
  text-decoration: none;
  padding:0 3px;
}

/* Megamenu */
/* header.header nav.gNav > ul li.hasChildren > span {cursor: pointer;} */
header.header nav.gNav > ul li.hasChildren > .subMenu {
  position: absolute;
  top: 100%;left: 0;right: 0;z-index: 9;
  width:100%;
  opacity: 0;
  color: #fff;
  background-color: rgba(0,0,0,0.78);
  padding:10px 0 28px;
  pointer-events: none;
  overflow: hidden;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
header.header nav.gNav > ul li.hasChildren > .subMenu.megaon {
  opacity: 1;
  pointer-events: all;
  pointer-events: auto;
}
header.header nav.gNav .subMenu > ul{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top:6px;
}
header.header nav.gNav .subMenu > ul > li{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width:20%;
  height:45px;
}


/* PC Brandlist in MegaMenu */

header.header nav.gNav.pc ul.alphabet_list {
  display: block;
  margin-top: 18px;
  line-height:30px;
}
header.header nav.gNav.pc ul.alphabet_list > li{
  display: block;
  width:auto;
  height:auto;
}
header.header nav.gNav.pc ul.alphabet_list > li:nth-of-type(odd) span.list_header{background:#d3d3d3}
header.header nav.gNav.pc ul.alphabet_list > li:nth-of-type(even) span.list_header{background:#f2f2f2}
header.header nav.gNav.pc ul.alphabet_list span.list_header {
  display: block;
  width:100%;
  margin-bottom:2px;
  padding:0 15px;
  font-weight : bold;
  /* font-size : 20px; */
  line-height: 20px;
  text-align: left;
  color : #534741;
  cursor: pointer;
}
header.header nav.gNav.pc ul.alphabet_list ul.category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height:0px;
  padding-bottom: 0px;
  -webkit-transition:all 0.25s;
  transition:all 0.25s;
}
header.header nav.gNav.pc ul.alphabet_list ul.category_list li{
  font-size: 12px;
  text-align: left;
  overflow: hidden;
  width:calc(25% - 13px);
  margin-left: 13px;
  height:0;
}
header.header nav.gNav.pc ul.alphabet_list ul.category_list a{color:inherit;}
header.header nav.gNav.pc ul.alphabet_list ul.category_list.open{
  line-height:25px;
  padding-bottom: 25px;
}
header.header nav.gNav.pc ul.alphabet_list ul.category_list.open li{
  height:auto;
}

/* Chase */
header.header.fixed > nav.gNav {
  position:fixed;
  top:0;left:0;
  width:100%;
}

/* ============================================
Sidebar
================================================ */
aside.side .unstyled img {
  display: block;
  margin-bottom: 5px
}

/* ============================================
Main
================================================ */
main.main {
}

/* ============================================
PriceList
================================================ */
ul.items{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  margin:46px auto 54px;
}
ul.items a{
  display: block;
}
ul.items .itemname{
  margin-top:8px;
  font-size: 12px;
}
ul.items .price{
  position: relative;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.0;
  margin-top: 6px;
  margin-bottom: 8px;
}
ul.items .price span{
  display: block;
  color: #c1272d;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.0;
}
ul.items .price span.label,
ul.items .price span.late{
  display:inline-block;
  color: #fff;
  background: #c1272d;
  padding: 0.15em 0.3em;
  border-radius: 2px;
  margin-bottom: 8px;
}
ul.items .price span.normal{
  color: inherit;
  opacity: 0.5;
  text-decoration: line-through;
}
ul.items .s_expl{
  font-weight: bold;
  margin-top: 6px;
  margin-bottom: 8px;
}

ul.items li{
  position: relative;
  counter-increment: rank;
  margin:0 1%;
}
ul.items.col2 li{width:48.5%;}
ul.items.col3 li{width:31.9333%;}
ul.items.col4 li{width:23.5%;}
ul.items.col5 li{width:18.4%;}
ul.items.col2 li:nth-of-type(2n+1),
ul.items.col3 li:nth-of-type(3n+1),
ul.items.col4 li:nth-of-type(4n+1),
ul.items.col5 li:nth-of-type(5n+1){margin-left: 0;}
ul.items.col2 li:nth-of-type(2n+2),
ul.items.col3 li:nth-of-type(3n+3),
ul.items.col4 li:nth-of-type(4n+4),
ul.items.col5 li:nth-of-type(5n+5){margin-right: 0;}
ul.items.col2 li:nth-of-type(n+3),
ul.items.col3 li:nth-of-type(n+4),
ul.items.col4 li:nth-of-type(n+5),
ul.items.col5 li:nth-of-type(n+6){margin-top:54px;}

ul.items li span.rank{
  position: absolute;
  top: -26px;
  left: 6px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #fff;
  border:solid 1px #C7B299;
  line-height: 45px;
  font-family: Oswald;
  font-weight: bold;
  font-size: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}
ul.items li span.rank:after{
  content:counter(rank);
  font-size: 27px;
  display: inline-block;
  vertical-align: sub;
  margin-left:1px;
}
ul.items li:nth-of-type(1) span.rank,
ul.items li:nth-of-type(2) span.rank,
ul.items li:nth-of-type(3) span.rank{
  color:#fff;
  background-color: #534741;
  border-color: #534741;
}

/* ===================================================
Footer
=================================================== */
footer.footer {text-align: center;}
footer.footer section.bnr_links{
  background: #F2F2F2;
  height:556px;
  margin-bottom:65px;
}
footer.footer section.bnr_links ul.bnr_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top:57px;
}
footer.footer section.bnr_links ul.bnr_list li{
  margin:12px 0;
  font-size:11px;
  line-height: 30px;
  text-align: left;
}
footer.footer section.bnr_links ul.bnr_list li a{display: block;}
footer.footer section.bnr_links ul.bnr_list li br{display: none;}
footer.footer section.brand_lists{margin-bottom:83px;}
footer.footer section.brand_lists h2{
  font-weight : bold;
  font-size : 25px;
  background-size: 32px;
  border-bottom:solid 1px #C7B299;
  padding-bottom:8px;
}
footer.footer section.brand_lists h2:before{
  content:'';
  display: inline-block;
  width:37px;
  height:37px;
  margin-right:8px;
  vertical-align: sub;
  background: no-repeat left center url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNjEuNzU3IiBoZWlnaHQ9IjIzOS44NjciPjxwYXRoIGRhdGEtbmFtZT0i44OR44K5IDc4MiIgZD0iTTMyMy40NzMgMjM4Ljk4OUgzOC4yOTVBMzcuNDEzIDM3LjQxMyAwIDAxMjcuOTIgMTY1LjYzbDE0Ny4wNTYtNDIuNGEzLjkxNSAzLjkxNSAwIDAxMi4xNyA3LjUyM0wzMC4wOTEgMTczLjE2N2EyOS41ODQgMjkuNTg0IDAgMDA4LjIgNTguMDA4SDMyMy40N2EyOS42IDI5LjYgMCAwMDguMjI1LTU4LjAzMWwtMTQwLjY3LTQxLjE0YTMuOTEyIDMuOTEyIDAgMDEtMi42MDctNWwyNC4zMTEtNzIuNjQxYTM1LjczIDM1LjczIDAgMDAtNC4wNjEtMzAuOCAzMi41MjEgMzIuNTIxIDAgMDAtMjQuNTQ5LTE0Ljc1IDM1Ljc4MyAzNS43ODMgMCAwMC0yLjktLjExNyAzNS4yNTQgMzUuMjU0IDAgMDAtMzUuMjE0IDM1LjIxOSAzLjkxNSAzLjkxNSAwIDAxLTcuODI5IDBBNDMuMDg3IDQzLjA4NyAwIDAxMTgxLjIyNS44NzljMS4xOTQgMCAyLjM2OC4wMzkgMy41NDIuMTQxYTQwLjI0NiA0MC4yNDYgMCAwMTMwLjQzNyAxOC4yMzQgNDMuNTc5IDQzLjU3OSAwIDAxNC45NTQgMzcuNTg2bC0yMy4wMjIgNjguOCAxMzYuNzUzIDM5Ljk5MmEzNy40MjEgMzcuNDIxIDAgMDEtMTAuNDE2IDczLjM1OXoiIGZpbGw9IiM5OTg2NzUiIHN0cm9rZT0iIzk5ODY3NSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNzU3Ii8+PC9zdmc+);
  background-size: contain;
}
footer.footer ul.alphabet_list {
  margin-top: 18px;
  line-height:30px;
}
footer.footer ul.alphabet_list > li{
}
footer.footer ul.alphabet_list > li:nth-of-type(odd) span.list_header{background:#d3d3d3}
footer.footer ul.alphabet_list > li:nth-of-type(even) span.list_header{background:#f2f2f2}
footer.footer ul.alphabet_list span.list_header {
  display: block;
  width:100%;
  margin-bottom:5px;
  padding:0 33px;
  font-weight : bold;
  font-size : 25px;
  text-align: left;
  color : #534741;
  cursor:pointer;
}
footer.footer ul.alphabet_list ul.category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height:0px;
  padding-bottom: 0px;
  -webkit-transition:all 0.25s;
  transition:all 0.25s;
}
footer.footer ul.alphabet_list ul.category_list li{
  font-size: 12px;
  text-align: left;
  overflow: hidden;
  width:calc(25% - 13px);
  margin-left: 13px;
  height:0;
}
footer.footer ul.alphabet_list ul.category_list a{color:inherit;}
footer.footer ul.alphabet_list ul.category_list.open{
  line-height:25px;
  padding-bottom: 25px;
}
footer.footer ul.alphabet_list ul.category_list.open li{height:auto;}
footer.footer section.shoppingflow ul,
footer.footer nav.ft_nav ul.nav-list,
footer.footer ul.sns{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer.footer section.shoppingflow{
  color: #fff;
  background: #333;
  height:380px;
}
footer.footer section.shoppingflow h2.sct_title{padding-top: 44px}
footer.footer section.shoppingflow ul{margin-top:16px;}
footer.footer section.shoppingflow li{
  width:180px;
  height:204px;
}
footer.footer section.shoppingflow li:not(:first-of-type){margin-left:24px;}
footer.footer nav.ft_nav ul.nav-list{
  margin-bottom:54px;
  padding:34px 0;
}
footer.footer nav.ft_nav ul.nav-list li{margin:0 21px;}
footer.footer nav.ft_nav ul.nav-list a{
  color:inherit;
  font-weight: bold;
  font-size: 14px;
}
footer.footer .toplink,
footer.footer ul.sns,
footer.footer .copy
{
  margin-top:38px;
  margin-bottom:38px;
}
footer.footer ul.sns li{
  margin-right:10px;
  margin-left:10px;
}
footer.footer ul.sns a{display: block;}
footer.footer ul.sns img{width:40px;}
footer.footer .copy{font-size: 11px}
footer.footer .toplink a{display: table;margin-left: auto;margin-right: auto;}
footer.footer .toplink img{width:220px;}

/* ============================================
フリースペース
================================================ */
.FreeSpace {
  padding: 0 20px;
  font-size: .8125rem
}

/* ============================================
検索結果
================================================ */
.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 0;
  margin-bottom: 0;
  border: none;
  border-radius:0;
  background-color: white
}
.search__box {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 8px 10px;
  border: 0;
  border-radius: 2px 0 0 2px;
  font-size: 1rem
}
.search__button {
  padding: 7px 11px 5px;
  border: 0;
  background-color: #fff;
  border-radius: 0 2px 2px 0
}
.search__social {
  display: none
}
.pagenation-list {
  padding-top: 15px;
  text-align: right
}
.pagenation-list__unit {
  display: inline-block;
  padding: 0 2px;
  line-height: 26px;
  text-align: center
}
.pagenation-list__unit a,
.pagenation-list__unit span {
  display: block;
  float: left;
  height: 26px;
  width: 26px
}
.pagenation-list__unit a {
  border: 2px solid #333;
  background-color: #fff;
  color: #333;
  text-decoration: none
}
.pagenation-list__unit a:hover {
  border: 2px solid #333;
  background-color: #333;
  color: #fff
}
.pagenation-list__unit span {
  border: 2px solid #ccc;
  background-color: #fff;
  color: #ccc
}

.pagenation-sp__section {
  text-align: center
}
.pagenation-sp-list {
  margin: 0
}
.pagenation-sp-list__unit {
  display: inline;
  margin: 0 5px
}
.pagenation__section {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px
}

/* ============================================
商品一覧
================================================ */
.BreadCrumb {
  margin: 8px 20px;
  font-size: calc(13/16*1rem)
}
.BreadCrumb__list {
  list-style: none;
  margin: 0;
  line-height: 1.3
}
.BreadCrumb__listUnit {
  display: inline-block
}
.BreadCrumb__listUnit:not(:first-child):before {
  content: ">";
  display: inline-block;
  margin-right: .25em;
  -webkit-transform: scaleX(.5);
  transform: scaleX(.5);
  font-weight: 700
}
.Heading {
  letter-spacing: 1px;
  line-height: 1.3;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1
}
.Heading.-pageTitle {
  padding: 0 20px
}
.productlist-sort {
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #ccc;
  background: #f7f7f7;
  font-size: .8125rem
}
.productlist-sort-list {
  float: left;
  margin: 0
}
.productlist-sort-totalnumber {
  float: right;
  margin: 0;
  padding-right: 5px
}
.productlist-sort-totalnumber span {
  padding: 0 5px
}
.freespace__section {margin: 0 0 40px}
.subcategory-list {
  margin: 0 auto 20px;
  font-size: .9em
}
.subcategory-list__unit {
  padding-top: 10px;
  padding-bottom: 10px
}

/* ============================================
商品詳細
================================================ */
.link-list .link-list__link {
  padding-right: 1.5em;
  background-image: url(https://zabou.org/anize/zabouwebshop/assets/img/icon/next_link.svg);
  background-position: right center;
  background-size: 1em;
  background-repeat: no-repeat
}
.Link2Top {
  margin: 2em 0;
  background-color: #311700;
  text-align: center
}
.Link2Top a {
  display: block;
  height: 3em;
  width: 100%;
  color: #fff
}
.Link2Top__icon {
  margin-top: 8px;
  vertical-align: -.5em
}
.accordion__trigger {margin: 0}
.accordion__button {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 1em;
  border: none;
  border-top: 1px solid #777;
  background-color: transparent;
  font-weight: 700;
  text-align: left
}
.accordion__button[aria-expanded]:after {
  content: "";
  position: absolute;
  top: 0;
  right: 1.5em;
  bottom: 0;
  display: inline-block;
  height: 1em;
  width: 1em;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1em;
  vertical-align: middle
}
.accordion__button[aria-expanded=false]:after {
  background-image: url(https://zabou.org/anize/zabouwebshop/assets/img/icon/expand.svg)
}
.accordion__button[aria-expanded=true] {
  background-color: #333;
  color: #fff
}
.accordion__button[aria-expanded=true]:after {
  background-image: url(https://zabou.org/anize/zabouwebshop/assets/img/icon/collapse.svg);
  background-position: 50% 45%
}
.accordion__body {
  padding-top: 1em;
  background-color: #fafafa
}
.accordion__body[aria-hidden] {display: inherit}
.Button {
  display: inline-block;
  background-color: #e6e6e6;
  border: 2px solid currentColor;
  text-decoration: none;
  line-height: 1;
  padding: 1em 2em;
  border-radius: 4px
}
.Button.-full {
  width: 100%
}
.Button.-addCart {
  border: 0;
  background-color: #d00;
  -webkit-box-shadow: 0 6px 0 0 #9e0000;
  box-shadow: 0 6px 0 0 #9e0000;
  color: #fff;
  font-size: calc(18/14*1em)
}
.Button.-favorite {
  background-color: white;
  color: #d00;
  -webkit-transition: color .2s ease, background-color .2s ease;
  transition: color .2s ease, background-color .2s ease
}
.Button.-favorite.is-faved {
  background-color: #e6e6e6;
  color: #333
}
.Button__icon {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin: -.2em .2em;
  fill: currentColor
}
.ProductInfo__list {
  margin: 0;
  font-size: 1rem
}
.ProductInfo__key {
  font-weight: 400
}
.ProductInfo__value {
  margin: 0 0 8px;
  font-weight: 700
}
.ProductInfo__value:last-of-type {
  margin-bottom: 0
}
.ProductInfo__value--price {
  color: #d00;
  font-size: 1.42em;
  line-height: inherit
}
.ProductInfo__order {
  margin: 12px
}
.Product__main {
  width: 100%;
  margin-bottom: 32px
}
.Product__images {
  text-align: center
}
.Product__info {
  background-color: #f0f0f0
}
.Product__info .ProductInfo__leed {
  margin-bottom: 0;
  padding-bottom: 12px;
  background-color: white
}
.Product__info .ProductInfo__list {
  padding-bottom: 20px;
  background-color: #fff
}
.Product__inquiry {
  margin: 8px 0;
  padding: 8px
}
.Product__inquiry p {
  margin-bottom: 4px
}
.Product__inquiry p:last-child {
  margin-bottom: 0
}
.Product__explain h3 {
  padding: 8px 0 4px;
  border-bottom: 2px solid #333
}

.StaffSizeComment {
  padding: 16px;
  border: 1px solid #d8d8d8;
  color: #555
}
.StaffSizeComment br {display: none}
.StaffSizeComment__title {
  margin: 0 0 12px;
  font-size: calc(18/16*1rem);
  line-height: 1.25
}
.StaffSizeComment__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.StaffSizeComment__data {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40%;
  font-size: calc(12/16*1rem)
}
.StaffSizeComment__dataBase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.StaffSizeComment .StaffSizeComment__staffPhoto {
  height: 4.5em;
  width: 4.5em;
  margin-right: 12px;
  margin-bottom: 8px
}
.StaffSizeComment__staffComment p {margin: 0}
.StaffSizeComment__staffDataList {
  margin: 0;
  line-height: 1.5
}
.StaffSizeComment__staffDataItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.StaffSizeComment__staffDataList.-size {margin-bottom: 8px}
.StaffSizeComment__staffDataList.-body .StaffSizeComment__staffDataItem {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
}
.StaffSizeComment__staffDataList.-body .StaffSizeComment__staffDataItem:not(:last-child):after {
  content: "/";
  margin: 0 2px 0 4px
}
.StaffSizeComment__staffDataItem>dt {font-weight: 400}
.StaffSizeComment__staffDataItem>dt:after {
  content: ":";
  margin: 0 2px;
  font-weight: 700
}
.StaffSizeComment__staffDataItem>dd {margin-left: 0}
.StaffSizeComment__staffDataTitle {
  margin: 0;
  font-size: 1em;
  font-weight: 400
}
.StaffSizeComment__staffComment {
  padding-left: 16px;
  border-left: 1px solid #d8d8d8
}
.StaffSizeComment__staffCommentTitle {
  margin-bottom: 4px;
  font-size: 1em;
  line-height: 1.25
}

.Order {
  font-size: calc(16/14*1em)
}
.Order__optionListItem {
  margin-bottom: 12px
}
.Order__optionListItem>label {
  display: inline;
  font-size: inherit
}
.Order__optionName {
  display: inline-block;
  margin-bottom: 4px
}
.Order__optionSelect {
  padding: 8px;
  height: auto;
  line-height: inherit;
  border: 2px solid #333;
  font-size: 1em
}
.Order__optionSelect option {
  padding: 8px
}
.Order__number {
  margin-bottom: 24px
}
.Order__numberKey {
  font-size: 1em;
  line-height: inherit
}
.Order__numberInputWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%
}
.Order__numberInput {
  width: 50%;
  margin-right: 12px;
  padding: 8px;
  border: 2px solid #333;
  font-size: 1em
}
.Order__numberOperator {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  border: 2px solid #333;
  border-radius: 50%;
  line-height: 32px;
  text-decoration: none;
  color: inherit;
  font-size: 1.6em;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .2)
}
.Order__numberOperator:focus {
  color: inherit;
  text-decoration: none
}
.product__section {margin-bottom: 40px}
.option-table .option-table__radio {
  margin-top: 0;
  vertical-align: .05em
}
.btn--quick-order {
  padding: 1.2em 0;
  border: 1px solid #0079ff;
  border-radius: 0;
  background: #0079ff;
  color: #fff
}
.btn--quick-order:hover,
.btn--quick-order:focus {
  border: 1px solid #62adff;
  background: #62adff;
  color: #fff
}
.btn--soldout {
  padding: 1.4em 0;
  border: 1px solid #cf0400;
  border-radius: 0
}
.btn--soldout.disabled,
.btn--soldout[disabled] {
  background-color: #cf0400;
  color: #fff
}
.stock_error {
  position: relative;
  margin-top: 1em;
  padding: 1em .5em 1em 3em;
  border: 3px solid currentColor;
  background-color: #fff;
  color: #d00;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2
}
.stock_error:before {
  content: "!";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1rem;
  display: inline-block;
  height: 3rem;
  margin: auto;
  font-size: 3rem;
  line-height: 1
}
.product-order__favorite {margin-top: 30px}

/* ===================================================
特定商・プライバシーポリシー
=================================================== */
.privacy-par {
  margin: 0 0 20px;
  font-size: .9em
}
.notice-box {
  margin-bottom: 40px
}
.notice-heading {
  margin: 0 0 20px;
  padding: 10px 0 10px 20px;
  background: #311700;
  color: #fff;
  font-size: .9em
}
.notice-list {
  margin: 0
}
.notice-list__name {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1em
}
.notice-list__unit {
  margin: 0 0 20px;
  font-size: .9em
}

/* ===================================================
料金表
=================================================== */
.btn--osclose {
  padding: .6em 1.2em;
  border: 1px solid #333;
  border-radius: 0;
  background: #333;
  color: #fff
}
.btn--osclose:hover,
.btn--osclose:focus {
  border: 1px solid #777;
  background: #777;
  color: #fff
}
.option__section {
  padding: 20px;
  font-size: .93em;
  text-align: center
}
.option-heading {
  margin-bottom: 20px;
  border: none;
  font-size: 1.2em
}

/* ===================================================
Utility
=================================================== */
.section-title-h2 {
  margin: 0 0 20px;
  padding: 15px 0;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  font-size: 1em
}

.seller-list__unit,
.recommend-list__unit,
.productlist-list__unit,
.together-list__unit {
  margin-bottom: 20px;
  font-size: .9em
}

.btn-home,
.btn-cart {
  margin-bottom: 1px
}
.btn-scroll__txt {
  display: block;
  font-size: .9em
}

.product-name {
  margin: 12px 0;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.4
}
.product-name>img {
  display: none !important
}
.product-explain {
  margin-bottom: 40px
}
.product-info-box {
  padding: 10px 0
}
.product-info-box p,
.product-info-box ul {
  margin: 0
}
.product-price-discount {
  color: #d00
}
.product-price-discount-rate {
  color: #d00
}
.product-price-establish {
  text-decoration: line-through
}
.product-stock-str {
  margin: 0;
  font-size: 1.42em;
  font-weight: 700
}
.product-related-list {
  font-size: .93em
}
.product-related-list__unit {
  display: inline-block;
  margin-right: 10px;
  padding: 0
}
.product-option-table {
  background-color: #fff
}
.product-option-table .stock_zero {
  color: #d00;
  font-weight: 700
}
.product-order-btn-list {
  list-style: none;
  margin: 0
}
.product-order-btn-list__unit i {
  margin-right: 10px
}
.product-review__section {
  margin-bottom: 60px
}
.product-review-send-list {
  margin-bottom: 20px;
  text-align: right
}
.product-review {
  margin-bottom: 40px;
  font-size: .93em
}
.product-review-star {
  float: left;
  margin-right: 10px;
  padding-top: 1px
}
.product-review-poster-list {
  margin: 0
}
.product-review-poster-list__unit {
  display: inline-block;
  margin-right: 10px
}
.product-review-content-list__unit img {
  max-width: 100px
}
.product-review-content-list__title {
  padding-top: 10px;
  font-weight: 700
}
.product-review-content-list__img {
  float: left;
  padding: 10px 10px 0 0
}
.product-review-content-list__comment {
  padding-top: 10px
}
.product-review-res-list {
  padding: 20px;
  background: #f6f6f6
}
.product-review-res-list__title {
  font-weight: 700
}
.product-review-res-list__comment {
  padding-top: 10px
}

.product-list__img {
  padding-bottom: 5px
}
.product-list__img:hover {
  opacity: .8
}
.product-list__txt,
.product-list__txt:hover {
  color: #2659ff
}
.product-list__name {
  padding-bottom: 10px
}
.product-list__expl {
  font-size: .8em
}
.product-list__price {
  color: #333;
  text-decoration: none
}
.product-list__regular-price {
  text-decoration: line-through
}
.product-list__discount {
  color: red
}
.product-list__discount-rate {
  color: red
}
.product-list__soldout {
  color: red
}

.foreign-lang-desc {
  border: 1px solid #d8d8d8;
  padding: 16px;
}

/* ============================================
bx-slider
================================================ */
[class] .bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  border:none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 30px
}
[class] .bx-wrapper img {
  max-width: 100%;
  display: block
}
[class] .bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, .75);
  width: 100%
}
[class] .bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px
}
[class] .bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px
}
[class] .bx-wrapper .bx-controls-auto .bx-start:hover,
[class] .bx-wrapper .bx-controls-auto .bx-start.active
{background-position: -86px 0}
[class] .bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px
}
[class] .bx-wrapper .bx-controls-auto .bx-stop:hover,
[class] .bx-wrapper .bx-controls-auto .bx-stop.active
{background-position: -86px -33px}
[class] .bx-wrapper .bx-controls-auto {text-align: center}
[class] .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999
}
[class] .bx-wrapper .bx-controls-direction a.disabled {display: none}
[class] .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px
}
[class] .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%
}
[class] .bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000
}
[class] .bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px
}
[class] .bx-wrapper .bx-next:hover {background-position: -43px 0}
[class] .bx-wrapper .bx-pager .bx-pager-item,[class] .bx-wrapper .bx-controls-auto .bx-controls-auto-item {display: inline-block}
[class] .bx-wrapper .bx-pager {
  padding-top: 10px;
  bottom: -20px
}
[class] .bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: 700;
  color: #666;
  padding-top: 20px
}
[class] .bx-wrapper .bx-pager,[class] .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%
}
[class] .bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px
}
[class] .bx-wrapper .bx-pager.bx-default-pager a:hover,
[class] .bx-wrapper .bx-pager.bx-default-pager a.active
{background: #000}
[class] .bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px
}
[class] .bx-wrapper .bx-prev:hover {background-position: 0 0}
[class] .bx-wrapper .bx-viewport {
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  left: -5px;
  background: #fff;
  -webkit-transform: translatez(0);
  transform: translatez(0)
}

.slider {
}
.slider img {
  display: block;
  width: 100%;
  margin: 0 auto
}
.slider__caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 12px;
  background-color: rgba(255, 255, 255, .8);
  color: #333;
  font-size: 1rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1
}
.slider__caption:empty {
  padding: 0
}

/* ============================================
レスポンシブ
================================================ */
.switch-responsive--sp {
  display: block;
  width: 100%;
  margin: .2em 0 .4em;
  padding: 1em;
  font-size: 6em
}
.switch-responsive--desktop {
  display: none
}
@media(min-width:769px) {
  .col-md-4:nth-child(3n+1) {clear: left}
  .col-lg-2:nth-child(6n+1) {clear: left}
}
@media screen and (max-width:480px) {
  .table th,.table td {padding: .4em}
}
@media screen and (max-width:768px) {
  .product-explain table {
    width: 100%;
    font-size: .75rem
  }
  .global-nav-sp .global-nav-sp__title {display: inline-block}
  .global-nav-sp .global-nav-sp__text {display: none}
  .footer .footer__nav {margin: 0 -20px}
  .footer .footer__nav-list {width: 100%}
  .footer-about {margin-bottom: 15px}
  .footer-about .footer-about__logo-wrapper {
    margin-right: 10px;
    padding: 8px
  }
  .footer-about .footer-about__text {font-size: .75rem}
  .search-brand .search-brand__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: auto
  }
  .search-brand .search-brand__list>li {width: 100%}
}
@media screen and (max-width:980px) {
  #option_tbl {width: 100%}
  #option_tbl th,
  #option_tbl td {
    border-bottom: 1px solid #ccc;
    padding: .4em
  }
  #option_tbl th {background-color: #fafafa}
  #option_tbl td.none {background-color: #fafafa}
  .social-list .social-list__image {
    max-width: 1em;
    max-height: 1em
  }
  .shopname__ad {
    font-size: .875rem;
    text-align: left
  }
  .shopname__ad p {
    margin-right: 0;
    margin-bottom: 3px
  }
  .shopname__ad i {vertical-align: -40%}
  .global-nav-sp .global-nav-sp__logo-image {
    height: 28px;
    margin: 0;
    vertical-align: top
  }
  .footer .footer__social {font-size: 1.5em}
  .footer .footer__nav-unit {
    display: block;
    margin-right: 0;
    border-bottom: 1px solid #ddd;
    text-align: left
  }
  .footer .footer__nav-unit:first-child {border-top: 1px solid #ddd}
  .footer .footer__nav-unit+.footer__nav-unit:before {
    content: "";
    margin-right: 0
  }
  .footer .footer__nav-link {
    display: block;
    padding: .75em calc(5% + .75em) .75em 20px;
    background-image: url(https://zabou.org/anize/zabouwebshop/assets/img/icon/next_link.svg);
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 1em
  }
  .footer__section {
    width: 100%;
    padding: 0
  }
  .footer-notice-sp-list {
    margin: 0;
    font-size: .9em
  }
  .footer-notice-sp-list__txt {
    display: block;
    padding: 10px 20px
  }
  .footer-notice-sp-list__txt:hover,
  .footer-notice-sp-list__txt:focus {
    color: #999;
    text-decoration: none
  }
  .footer-notice-sp-inquiry-list {margin: 0}
  .footer-notice-sp-inquiry-list__name {font-size: 1em}
  .footer-notice-sp-inquiry-list__unit {margin: 0 0 10px}
  .inquiry-sp-list__name {font-weight: 700}
  .inquiry-sp-list__img {border: 2px solid #fff}
  .footer-copylight__section {
    font-size: .8em;
    text-align: left
  }
  .side-nav-list .side-nav-list__unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%
  }

  .product__section {
    padding: 0 20px
  }

  .product-order-box {
    margin-top: 0
  }

  .product-related-list__unit {
    margin-bottom: 5px
  }

  .product-review {
    padding: 0 20px
  }

  .notice-box {
    margin-top: -10px;
    padding-top: 50px
  }

  .notice-box:first-child {
    margin-top: 0;
    padding-top: 0
  }

  .privacy-par {
    padding: 0 20px
  }
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {

  .icon-b,
  .icon-w {
    background-size: 368px 320px
  }

  .icon-lg-b,
  .icon-lg-w {
    background-size: 552px 480px
  }

  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/79/icon16_2x_b.png)
  }

  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/79/icon16_2x_w.png)
  }

  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/79/icon24_2x_b.png)
  }

  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/79/icon24_2x_w.png)
  }
}

@media(max-width:768px) {
  .icon-b {
    height: 24px;
    width: 24px;
    background-image: url(https://img.shop-pro.jp/tmpl_img/79/icon24_b.png)
  }

  .icon-b.icon-user {
    background-position: -312px 0
  }

  .icon-w {
    height: 24px;
    width: 24px;
    background-image: url(https://img.shop-pro.jp/tmpl_img/79/icon24_w.png)
  }

  .icon-w.icon-user {
    background-position: -312px 0
  }

  .info__banner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: auto;
    padding-left: 0
  }

  .info__banner-list.banner-list .banner-list__unit.banner {
    padding: 0 1%;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .container {
    width: auto
  }

  .col-sm-6:nth-child(odd) {
    clear: left
  }

  .global-nav-sp-wrap-cmspbar~.shopname-wrap {
    padding-top: 50px
  }

  .aside-product .aside-product__body {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-x: scroll;
    padding-bottom: 20px
  }

  .aside-product .aside-product__list {
    width: calc((37.5vw + 15px)*24)
  }

  .aside-product .aside-product__list--6 {
    width: calc((37.5vw + 15px)*6)
  }

  .aside-product .aside-product__unit {
    display: inline-block;
    float: none;
    margin-bottom: 0;
    width: 37.5vw;
    margin-right: 10px;
    padding: 0;
    vertical-align: top
  }

  .aside-product .aside-product__unit img {
    display: block
  }

  .product-review-send-list {
    text-align: center
  }

  .product-review-send-list__unit {
    display: inline-block
  }

  .product-init-list {
    margin-bottom: 20px
  }

  .product-order-btn-list__unit {
    padding: 0
  }

  .mar-sm-t10 {
    margin-top: 10px
  }
}
@media only screen and (max-width:768px) and (-webkit-min-device-pixel-ratio:2),
only screen and (max-width:768px) and (min-device-pixel-ratio:2),
only screen and (max-width:768px) and (min-resolution:192dpi),
only screen and (max-width:768px) and (min-resolution:2dppx) {

  .icon-b,
  .icon-w {
    background-size: 552px 480px
  }

  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/79/icon24_2x_b.png)
  }

  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/79/icon24_2x_w.png)
  }
}

@media(min-width:981px) {
  .FreeSpace {
    padding: 0;
    font-size: 1em
  }
  .Heading.-pageTitle {
    margin-top: 0;
    padding: 0
  }
  .BreadCrumb {margin: 20px 0}
  .header {position: relative}
  .header__leed {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    max-width: 1040px;
    margin: 0 auto;
    padding: 28px 3.125%;
    color: #fff;
    text-align: right;
    pointer-events: none
  }
  .header__leed a {
    color: inherit;
    pointer-events: auto
  }
  .search {
  }

  .search__social {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right
  }

  .global-nav-sp-wrap {
    position: static
  }

  .global-nav-sp {
    max-width: 1040px;
    margin: auto;
    padding: 16px 3.125%
  }

  .global-nav-sp__cart-link {
    display: none
  }

  .global-nav-sp__leed {
    display: block;
    top: 5px;
    color: #fff;
    font-size: .625rem;
    text-align: left
  }

  .global-nav-sp-btn {
    display: none
  }

  .product-order-btn-list {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
  }

  [class*=col-md-]:nth-child(n) {
    clear: none
  }

  .col-lg-3:nth-child(4n+1) {
    clear: left
  }

  .jump-to-nav .jump-to-nav__item.hidden-desktop {
    display: none !important
  }
}
@media(max-width:980px) {


  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    width: 100% !important;
    min-width: 100% !important
  }

  .contents__section {
    width: 100%;
    padding: 0 0 40px
  }

  .info-list {
    padding: 0 20px
  }

  .upbar-wrap {
    display: none
  }

  .upbar-list {
    float: none;
    text-align: center
  }

  .shopname {
    width: 100%;
    padding: 0
  }

  .shopname h1 {
    margin: 0;
    padding: 55px 20px;
    font-size: 1.4em;
    text-align: center
  }

  .shopname img {
    height: 20.3125vw
  }

  .shopname__ad {
    width: 100%;
    padding: 10px 10px 5px;
    border-radius: 0
  }

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

  .downbar-ad {
    float: none
  }

  .primary {
    float: none
  }

  .side-nav__section {
    float: none;
    padding: 0
  }

  .side-nav-box {
    margin-bottom: 30px;
    border-right: none;
    border-bottom: none;
    border-left: none
  }

  .side-nav-banner-list {
    padding: 0 20px
  }

  .btn-more-wrap {
    margin-bottom: 40px;
    padding: 0 20px
  }

  .btn-more {
    padding: 15px 0;
    border: 1px solid #333;
    border-radius: 0;
    background: #333;
    color: #fff
  }

  .btn-more:hover {
    border: 1px solid #777;
    background: #777;
    color: #fff
  }

  #scroll {
    bottom: 20px
  }

  .btn-scroll a {
    padding: 5px 8px
  }

  .btn-scroll__txt {
    font-size: .8em
  }

  .main__section {
    float: none
  }

  .breadcrumb-list {
    padding: 0 20px 5px
  }

  .freespace__section {
    padding: 0 20px
  }

  .productlist-sort__section {
    padding: 0 20px
  }

  .productlist-sort-list {
    float: left;
    margin: 0
  }

  .productlist-sort-totalnumber {
    float: right;
    margin: 0;
    padding-right: 5px
  }

  .productlist-sort-totalnumber span {
    padding: 0 5px
  }

  .subcategory-list {
    padding: 0 20px
  }

  .pagenation-sp__section {
    padding: 20px 0;
    text-align: center
  }

  .pagenation-sp-list {
    margin: 0
  }

  .pagenation-sp-list__unit {
    display: inline;
    margin: 0 5px
  }

  .pagenation-sp-info {
    padding: 10px 0
  }

  .pagenation-sp-info span {
    padding: 5px 0
  }

  .btn-pn {
    padding: 10px 20px;
    border: 2px solid #333;
    border-radius: 0;
    background-color: #333;
    color: #fff;
    font-size: 1em
  }

  .btn-pn:hover,
  .btn-pn:focus {
    border: 2px solid #777;
    background-color: #777;
    color: #fff
  }

  .btn-pn.disabled,
  .btn-pn[disabled] {
    border: 2px solid #ccc;
    background-color: #fff;
    color: #cecece
  }

  .section-title-h2 {
    padding: 15px 20px
  }

  .product-list {
    padding: 0 3.125%
  }

  .notice-list {
    padding: 0 20px
  }

  .paragraph-item {
    margin-bottom: 20px;
    padding: 0 20px
  }

  .switch-responsive--sp {
    display: none
  }

  .switch-responsive--desktop {
    display: block;
    width: 100%;
    margin: 1em 0 2em;
    padding: .75em
  }

  .history__unit {
    margin-bottom: 40px;
    font-size: .9em
  }
}
@media(min-width:640px) {
  .Product__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .Product__images {
    width: 65%;
    margin-right: 20px;
    margin-bottom: 0
  }

  .Product__explain {
    font-size: calc(16/14*1em)
  }

  .Product__images .bx-wrapper .bx-viewport {
    border: 0;
    left: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }
}
@media(max-width:640px) {
  .StaffSizeComment {
    padding: 12px
  }

  .StaffSizeComment__title {
    margin-bottom: 8px;
    font-size: 1rem
  }

  .StaffSizeComment__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .StaffSizeComment .StaffSizeComment__staffPhoto {
    margin-right: 8px
  }

  .StaffSizeComment__data {
    width: 100%
  }

  .StaffSizeComment__staffDataList.-size {
    margin-bottom: 0
  }

  .StaffSizeComment__staffComment {
    width: 100%;
    margin-top: 8px;
    padding-top: 8px;
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid #d8d8d8
  }
}

@media screen and (min-width:981px) {
  .tablet{display: none!important}
  .product-name {
    margin-top: 0;
    font-size: 1.25rem;
    font-weight: 700
  }
}
@media screen and (max-width:980px) {
  /* .h_box, */
  .pc{display: none!important}
  .container,.container2k {
    position: static;
    width: auto;
    min-width: auto;
    min-width: initial;
    padding:0;
  }
  header.header{margin-top:45px;}
  header.header .head_line{
    color: #fff;
    background: #df2a1c;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }
  header.header > .statichead, header.header > .statichead > .head_logo,
  header.header .head_logo > .desc
  {
    display: block;
    text-align: center;
  }
  header.header .head_logo > .logo,
  header.header .head_logo > .desc{margin:1.0em 0;padding:0;}
  header.header .head_logo > .logo img,
  footer.footer .toplink img
  {width:30vw;}
  header.header nav.gNav.tablet{
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999999;
    font-size: 12px
  }
  header.header nav.gNav.tablet .modal{position:relative;}
  header.header nav.gNav.tablet .modal img.modal_icon{
    height:20px;
    margin-right: 5px;
    vertical-align: text-top;
  }
  header.header nav.gNav.tablet .modal li{
    min-width:40px;
    text-align: center;
    padding:0 1.0em;
    font-weight: bold;
    line-height: 45px;
  }

  header.header nav.gNav.tablet .modal_search{
    position: absolute;
    left:10vw;top:80px;
    z-index:999;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
    width:80vw;
  }
  header.header nav.gNav.tablet .modal_search .search__box {
    padding: 0 0.5em;
    border-radius: 0;
    font-size: 1em;
    line-height: 40px;
    height: 40px;
    width:100%;
  }
  header.header nav.gNav.tablet .modal_search .search__button {
    position: absolute;
    right:0;
    top:0;
    padding: 0.5em;
    border-radius: 0;
    /* background: #333; */
    width:40px;
    height:40px;
  }
  header.header nav.gNav.tablet .modal_search.open{
    opacity: 1;
    pointer-events: auto;
  }

  header.header nav.gNav.tablet a.modal_toggle{
    display: block;
    position: relative;
    padding-left: 30px
  }
  header.header nav.gNav.tablet a.modal_toggle > span{
    position: absolute;
    top:50%;Left:0;
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  header.header nav.gNav.tablet a.modal_toggle span > span {
    position: absolute;
    left:0;
    width:100%;
    height:3px;
    margin-top: -1px;
    background-color: #000;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  header.header nav.gNav.tablet a.modal_toggle span > span:nth-of-type(1) {top:20%;}
  header.header nav.gNav.tablet a.modal_toggle span > span:nth-of-type(2) {top:50%;}
  header.header nav.gNav.tablet a.modal_toggle span > span:nth-of-type(3) {top:80%;}

  header.header nav.gNav.tablet a.modal_toggle.open {-webkit-transition: 0.25s;transition: 0.25s;}
  header.header nav.gNav.tablet a.modal_toggle.open span > span:nth-of-type(1) {
    top:50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header.header nav.gNav.tablet a.modal_toggle.open span > span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 0.8s forwards;
    animation: active-menu-bar02 0.8s forwards;
  }
  header.header nav.gNav.tablet a.modal_toggle.open span > span:nth-of-type(3) {
    top:50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }


  header.header nav.gNav.tablet .modal_menus{
    position: absolute;
    left:0;top:100%;
    z-index:999;
    background: #fff;
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    max-height: calc(100vh - 45px);
  }
  header.header nav.gNav.tablet li > .modal_menus.open{
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    overflow-y: auto;
  }
  header.header nav.gNav.tablet .modal_menus ul li{
    position: relative;
    line-height:40px;
    width:300px;
    font-weight: 500;
    border-bottom:solid 1px #ededed;
    padding: 0;
    text-align: left;
    overflow: hidden;
  }
  header.header nav.gNav.tablet .modal_menus ul li:after{
    content:"\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    position: absolute;
    right:1.0em;top:0;
  }
  header.header nav.gNav.tablet .modal_menus ul li.open:after{content: '\f107';}
  header.header nav.gNav.tablet .modal_menus ul li a,
  header.header nav.gNav.tablet .modal_menus ul li > span{
    display: block;
    padding-left: 0.75em;
    /* padding:0 1.0em; */
  }
  header.header nav.gNav.tablet .modal_menus li li a,
  header.header nav.gNav.tablet .modal_menus li li > span{
    padding-left: 1.5em;
  }
  header.header nav.gNav.tablet .modal_menus li li li a,
  header.header nav.gNav.tablet .modal_menus li li li > span{
    padding-left: 2.25em;
  }
  header.header nav.gNav.tablet .modal_menus li.hasChildren li{
    border-top:solid 1px #ededed;
    border-bottom: none;
    padding-right:2.5em;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    opacity:1;
    overflow: hidden;
  }
  header.header nav.gNav.tablet .modal_menus li.hasChildren span:not(.open) + ul > li{
    height:0;
    border-width: 0px;
    opacity:0;
  }

  header.header nav.gNav.tablet .modal_menus ul.bnr_list{padding:10px 0;}
  header.header nav.gNav.tablet .modal_menus ul.bnr_list li{
    line-height: 1.4;
    padding:0 0.5em 0.5em;
    border:none;
  }
  header.header nav.gNav.tablet .modal_menus ul.bnr_list li:after{content:'';}
  header.header nav.gNav.tablet .modal_menus ul.bnr_list li a{padding:0;}




  footer.footer section.bnr_links,
  footer.footer section.brand_lists,
  footer.footer section.shoppingflow
  {
    margin:0 0 20px;
    height: auto;
  }
  footer.footer section.bnr_links ul.bnr_list{padding-top:0;}
  footer.footer section.bnr_links ul.bnr_list li{margin: 0;width:32%;}
  footer.footer section.shoppingflow {padding:10px;}
  footer.footer section.shoppingflow h2.sct_title {padding-top: 0px;}
  footer.footer section.shoppingflow ul{-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;margin-top:10px;}
  footer.footer section.shoppingflow li {width: 16%;height: auto;}
  footer.footer section.shoppingflow li:not(:first-of-type) {margin-left: 0;}
  footer.footer nav.ft_nav ul.nav-list,
  footer.footer ul.sns{-ms-flex-wrap: wrap;flex-wrap: wrap;}
  footer.footer nav.ft_nav ul.nav-list{
    border-top:solid 1px #ccc;
    margin:0 0 20px;
    padding:0;
  }
  footer.footer nav.ft_nav ul.nav-list li{
    width:100%;
    border-bottom:solid 1px #ccc;
    margin:0;
    text-align: left;
  }
  footer.footer .toplink, footer.footer ul.sns, footer.footer .copy {
    margin-top: 15px;
    margin-bottom: 15px;
  }


  main.main > section{padding: 0 20px;}
  ul.items {margin-top:2.0em;}
  ul.items li span.rank{
    top: -10px;
    width: 40px;
    height: 40px;
    line-height: 37px;
    font-size: 14px;
  }
  ul.items li span.rank:after{font-size: 20px;}
  ul.items.col4 li:nth-of-type(n),
  ul.items.col5 li:nth-of-type(n){width:31.933%;margin:0;}
  ul.items.col4 li:nth-of-type(3n+2),
  ul.items.col5 li:nth-of-type(3n+2){margin:0 2%;}
  ul.items.col4 li:nth-of-type(n+4),
  ul.items.col5 li:nth-of-type(n+4){margin-top:20px;}

}
@media screen and (max-width:768px) {
  table,table tr,table th,table td{font-weight: 1.0em;}
  .BreadCrumb {
    margin: 8px 10px;
  }
  .FreeSpace,
  .Heading.-pageTitle,
  .productlist-sort__section,
  main.main > section{
    padding: 0 10px;
  }
  .product-explain table {
    width: 100%;
    font-size: .75rem;
  }
  .StaffSizeComment {padding: 12px}
  .StaffSizeComment__title {margin-bottom: 8px;font-size: 1rem}
  .StaffSizeComment__body {-ms-flex-wrap: wrap;flex-wrap: wrap}
  .StaffSizeComment .StaffSizeComment__staffPhoto {margin-right: 8px}
  .StaffSizeComment__data {width: 100%}
  .StaffSizeComment__staffDataList.-size {margin-bottom: 0}
  .StaffSizeComment__staffComment {
    width: 100%;
    margin-top: 8px;
    padding-top: 8px;
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid #d8d8d8
  }

  ul.items.col3 li:nth-of-type(n),
  ul.items.col4 li:nth-of-type(n),
  ul.items.col5 li:nth-of-type(n){width:49%;margin:0;}
  ul.items.col3 li:nth-of-type(2n+2),
  ul.items.col4 li:nth-of-type(2n+2),
  ul.items.col5 li:nth-of-type(2n+2){margin-left:2%;}
  ul.items.col3 li:nth-of-type(n+3),
  ul.items.col4 li:nth-of-type(n+3),
  ul.items.col5 li:nth-of-type(n+3){margin-top:20px;}

  footer.footer section.shoppingflow ul{-ms-flex-wrap: wrap;flex-wrap: wrap; }
  footer.footer section.shoppingflow li{width:32.3333%;}
  footer.footer section.shoppingflow li:nth-of-type(n+4){margin-top:2vw;}
  footer.footer section.brand_lists span.list_header{
    line-height: 30px;
    padding:0 0.5em;
  }
  footer.footer section.brand_lists ul.category_list li {width: calc(50% - 13px);}
}
@media(max-width:480px) {
  header.header .head_logo > .desc{display: none;}
  footer.footer section.brand_lists ul.category_list li {width: 100%;}
}
@media(min-width:375px) {
  .search {-ms-flex-wrap: nowrap;flex-wrap: nowrap}
}

.pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.CareTags {
  list-style: none;
  padding-left: 0;
}

.CareTags br {
	display: none !important;
}

.CareTags > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media(min-width: 767px) {
  .CareTags li > img {
    width: 64px;
    height: 64px;
  }
}

/* お気に入りボタン */
.product-list__fav-items{
  text-align:left;
}

.favorite-button {
   border:none!important;
  -webkit-transition: color .2s ease, background-color .2s ease;
  transition: color .2s ease, background-color .2s ease
        display: inline-block;
  background-color: #fff;
  border: 2px solid currentColor;
  text-decoration: none;
  line-height: 1;
  border-radius: 4px;
  margin-top:10px;
  font-size: 10px;
  padding: 5px;
  font-size:20px;
  display:inline;
}

.favorite-button i{
    color:#ccc;
}
.favorite-button.fav-items i{
    color:#df2a1c;
}