<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Minification failed. Returning unminified contents.
(10053,31): run-time error CSS1046: Expect comma, found '0'
(10053,35): run-time error CSS1046: Expect comma, found '/'
 */
@charset "UTF-8";

/* Reset
------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, em, strong, th {
  font-style: normal;
  font-weight: normal;
}

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

th {
  text-align: left;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}
@charset "UTF-8";
/* CSS Document */
/* Fonts
------------------------------------------------------------*/
html {
  font-family: "Century Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  background: #FFF;
}
html * {
  font-family: "Century Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
  position: relative;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  color: #444444;
  background-color: #FFF;
  min-width: 980px;
}
body a {
  /*color: #a0841c;*/
  color: #444;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
body a:hover {
  text-decoration: underline;
}
body a img {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  backface-visibility: hidden;
  -ms-interpolation-mode: bicubic;
}
body a img:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
body img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
body .wrap {
  width: 960px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
body ::selection {
  background: rgba(0, 188, 212, 0.2);
  /* Safari */
}
body ::-moz-selection {
  background: rgba(0, 188, 212, 0.2);
  /* Firefox */
}

/* header
------------------------------------------------------------*/
header {
  background: #FFF;
  position: relative;
}
header #head-top {
  background: #444444;
  line-height: 21px;
}
header #head-top p, header #head-top h1 {
  font-size: 12px;
  font-weight: normal;
  width: 960px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #FFF;
}
header #head-main {
  width: 960px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0 10px;
}
header #head-main:after {
  clear: both;
  display: block;
  content: '';
}
header #head-main .left {
  float: left;
}
header #head-main .logo {
  float: left;
  padding-bottom: 10px;
}
header #head-main .logo a {
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header #head-main .logo a:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
header #head-main .logo img {
  display: block;
}
header #head-main .logo img.txt {
  margin-bottom: 5px;
}
header #head-main .logo img:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}
header #head-main .txt1 {
  line-height: 0;
  padding: 15px 0 0 30px;
  float: left;
}
header #head-main nav {
  float: right;
  width: 420px;
  text-align: right;
  letter-spacing: -.4em;
  padding-top: 10px;
}
header #head-main nav &gt; ul &gt; li {
  letter-spacing: normal;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  position: relative;
  text-align: center;
}
header #head-main nav &gt; ul &gt; li &gt; a {
  display: block;
  padding-top: 35px;
  color: #434343;
  position: relative;
}
header #head-main nav &gt; ul &gt; li &gt; a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 35px;
  background: no-repeat center top;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header #head-main nav &gt; ul &gt; li &gt; a:hover {
  text-decoration: none;
  color: #AAA;
}
header #head-main nav &gt; ul &gt; li &gt; a:hover:before {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=40);
  opacity: 0.4;
}
header #head-main nav &gt; ul &gt; li &gt; a &gt; span {
  display: -moz-inline-box;
  display: inline-block;
  position: absolute;
  right: -5px;
  top: -5px;
  background: #c20037;
  width: 18px;
  line-height: 18px;
  color: #FFF;
  text-align: center;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  font-size: 10px;
  font-weight: bold;
}
header #head-main nav &gt; ul &gt; li.hover &gt; a {
  text-decoration: none;
  color: #AAA;
}
header #head-main nav &gt; ul &gt; li.hover &gt; a:before {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=40);
  opacity: 0.4;
}
header #head-main nav &gt; ul &gt; li.login {
  max-width: 150px;
}
header #head-main nav &gt; ul &gt; li.login &gt; a:before {
  background-image: url(https://image.bellcosme.com/common/icon-nav-login.png);
}
header #head-main nav &gt; ul &gt; li.login &gt; span {
  line-height: 1.2;
  display: block;
  color: #c20037;
  font-weight: bold;
  text-align: center;
  padding-top: 5px;
}
header #head-main nav &gt; ul &gt; li.login .hidden {
  padding-top: 20px;
  width: 280px;
}
header #head-main nav &gt; ul &gt; li.login .hidden .content {
  clear: right;
}
header #head-main nav &gt; ul &gt; li.help &gt; a:before {
  background-image: url(https://image.bellcosme.com/common/icon-nav-help.png);
}
header #head-main nav &gt; ul &gt; li.order &gt; a:before {
  background-image: url(https://image.bellcosme.com/common/history.png);
  background-size: 25px auto;
}
header #head-main nav &gt; ul &gt; li.help .hidden {
  padding-top: 20px;
  width: 210px;
}
header #head-main nav &gt; ul &gt; li.help .hidden .content {
  clear: right;
}
header #head-main nav &gt; ul &gt; li.news &gt; a:before {
  background-image: url(https://image.bellcosme.com/common/icon-nav-news.png);
}
header #head-main nav &gt; ul &gt; li.news .hidden {
  width: 290px;
  padding-top: 20px;
}
header #head-main nav &gt; ul &gt; li.news .hidden .content {
  text-align: center;
  padding: 15px 10px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
header #head-main nav &gt; ul &gt; li.news .hidden .p1 {
  padding-top: 5px;
}
header #head-main nav &gt; ul &gt; li.news .hidden .p1 strong {
  font-size: 16px;
  font-weight: bold;
  color: #c20037;
}
header #head-main nav &gt; ul &gt; li.news .hidden .p2 {
  color: #c20037;
  padding-top: 5px;
  line-height: 1.4;
}
header #head-main nav &gt; ul &gt; li.news .hidden .link {
  padding-top: 5px;
}
header #head-main nav &gt; ul &gt; li.favorite &gt; a:before {
  background-image: url(https://image.bellcosme.com/common/icon-nav-favorite.png);
}
header #head-main nav &gt; ul &gt; li.favorite .hidden {
  width: 500px;
  padding-top: 20px;
}
header #head-main nav &gt; ul &gt; li.favorite .hidden .content {
  text-align: center;
  padding: 15px 10px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
header #head-main nav &gt; ul &gt; li.favorite .hidden .content div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 10px;
}
header #head-main nav &gt; ul &gt; li.favorite .hidden .content div dl {
  padding: 0 10px;
  text-align: left;
}
header #head-main nav &gt; ul &gt; li.favorite .hidden .content div dl:first-child {
  border-right: 1px dotted #cccccc;
}
header #head-main nav &gt; ul &gt; li.favorite .hidden .content div dl dt {
  color: #c20037;
  font-weight: bold;
  padding-bottom: 3px;
}
header #head-main nav &gt; ul &gt; li.favorite .hidden .content div dl dd a {
  color: #444444;
}
header #head-main nav &gt; ul &gt; li.favorite .hidden .content div dl dd.link {
  padding-top: 3px;
  text-align: left;
}
header #head-main nav &gt; ul &gt; li.favorite .hidden .content div dl dd.link a {
  color: #c20037;
}
header #head-main nav &gt; ul &gt; li.favorite .hidden .p1 {
  padding-top: 5px;
}
header #head-main nav &gt; ul &gt; li.favorite .hidden .p1 strong {
  font-size: 16px;
  font-weight: bold;
  color: #c20037;
}
header #head-main nav &gt; ul &gt; li.favorite .hidden .p2 {
  color: #c20037;
  padding-top: 5px;
  line-height: 1.4;
}
header #head-main nav &gt; ul &gt; li.cart &gt; a:before {
  background-image: url(https://image.bellcosme.com/common/icon-nav-cart.png);
}
header #head-main nav &gt; ul &gt; li.cart .hidden {
  width: 260px;
  padding-top: 20px;
}
header #head-main nav &gt; ul &gt; li.cart .hidden .content {
  text-align: center;
  padding: 15px 10px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
header #head-main nav &gt; ul &gt; li.cart .hidden .p1 {
  padding-top: 15px;
}
header #head-main nav &gt; ul &gt; li.cart .hidden .p2 {
  color: #c20037;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
header #head-main nav &gt; ul &gt; li.cart .hidden .p2 strong {
  font-size: 18px;
  font-weight: bold;
  display: block;
}
header #head-main nav &gt; ul &gt; li.cart .hidden .btn {
  padding-top: 10px;
}
header #head-main .search {
  position: relative;
  clear: both;
  font-size: 13px;
}
header #head-main .search .easy-select-box {
  float: left;
}
header #head-main .search .easy-select-box .esb-displayer {
  line-height: 30px;
  height: 30px;
  border-color: #efefef;
}
header #head-main .search .easy-select-box .esb-dropdown {
  top: 29px;
}
header #head-main .search .hasCustomSelect {
  left: 0;
}
header #head-main .search input[type="text"] {
  width: 360px;
  height: 30px;
  border-color: #efefef;
  border-left: none;
}
header #head-main .search input[type="submit"] {
  font-size: 0px;
  background: transparent url(https://image.bellcosme.com/common/icon-search.png);
  width: 29px;
  height: 29px;
  border: none;
  position: absolute;
  right: 0;
  top: 1px;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
header &gt; nav {
  background: #efefef;
}
header &gt; nav &gt; ul {
  width: 960px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 3px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
header &gt; nav &gt; ul &gt; li {
  border-left: 1px solid #FFF;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  position: relative;
  z-index: 1;
}
header &gt; nav &gt; ul &gt; li &gt; a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 44px;
  vertical-align: middle;
  color: #444444;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.3;
}
header &gt; nav &gt; ul &gt; li &gt; a:hover {
  text-decoration: none;
  background-color: #444444;
  color: #FFF;
}
header &gt; nav &gt; ul &gt; li.hover {
  z-index: 10;
}
header &gt; nav &gt; ul &gt; li.hover &gt; a {
  background: #444444;
  color: #FFF;
}
header &gt; nav &gt; ul &gt; li .hidden {
  top: 44px;
  text-align: left;
  width: 240px;
  left: 0;
  right: initial;
}
header &gt; nav &gt; ul &gt; li .hidden .content {
  border-color: #444444;
}
header &gt; nav &gt; ul &gt; li.sale &gt; a {
  background: #FFF;
  color: #c20037;
  font-weight: bold;
}
header &gt; nav &gt; ul &gt; li.sale:hover &gt; a {
  background-color: #c20037;
  color: #FFF;
}
header &gt; nav &gt; ul &gt; li.sale.hover &gt; a {
  background-color: #c20037;
  color: #FFF;
}
header &gt; nav &gt; ul &gt; li.sale .hidden {
  right: initial;
  left: 0;
  width: auto;
}
header &gt; nav &gt; ul &gt; li.sale .hidden .content {
  border-color: #c20037;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 780px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
header &gt; nav &gt; ul &gt; li.sale .hidden .content.sml {
  width: auto;
}
header &gt; nav &gt; ul &gt; li.sale .hidden .content.sml &gt; div:first-child {
  width: auto;
}
header &gt; nav &gt; ul &gt; li.sale .hidden .content &gt; div:after {
  clear: both;
  display: block;
  content: '';
}
header &gt; nav &gt; ul &gt; li.sale .hidden .content &gt; div:first-child {
  border-right: 1px dotted #cccccc;
  padding-right: 20px;
  width: 520px;
}
header &gt; nav &gt; ul &gt; li.sale .hidden .content &gt; div:last-child {
  padding-left: 20px;
}
header &gt; nav &gt; ul &gt; li.sale .hidden .content .p1 {
  color: #c20037;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
}
header &gt; nav &gt; ul &gt; li.sale .hidden .content dl {
  width: 245px;
  float: left;
  margin-bottom: 25px;
}
header &gt; nav &gt; ul &gt; li.sale .hidden .content dl:nth-child(2n-1) {
  float: right;
}
header &gt; nav &gt; ul &gt; li.sale .hidden .content dl:nth-child(2):last-child {
  float: inherit;
}
header &gt; nav &gt; ul &gt; li.sale .hidden .content dl dd p {
  padding-bottom: 10px;
}
header &gt; nav &gt; ul &gt; li.sale .hidden .content dl dd p:last-child {
  padding-bottom: 0;
}
header &gt; nav &gt; ul &gt; li.brand &gt; a {
  font-weight: bold;
  background-color: #FFF;
}
header &gt; nav &gt; ul &gt; li.brand &gt; a:hover {
  background-color: #444444;
}
header &gt; nav &gt; ul &gt; li.brand.hover &gt; a {
  background-color: #444444;
}
header &gt; nav &gt; ul &gt; li.brand .hidden {
    width: 550px;
    left: auto;
    right: 0;
}
header &gt; nav &gt; ul &gt; li.brand .hidden .content {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
header &gt; nav &gt; ul &gt; li.brand .hidden .content div {
    width: 50%;
    font-size: 16px;
}
header &gt; nav &gt; ul &gt; li.brand .hidden .content div:first-child {
  border-right: 1px solid #cccccc;
  padding-right: 5px;
}
header &gt; nav &gt; ul &gt; li.brand .hidden .content div:last-child {
  padding-left: 5px;
}
header &gt; nav &gt; ul &gt; li.brand .hidden .content table {
  border: none;
}
header &gt; nav &gt; ul &gt; li.brand .hidden .content table th,
header &gt; nav &gt; ul &gt; li.brand .hidden .content table td,
header &gt; nav &gt; ul &gt; li.brand .hidden .content table td a {
  border: none;
  padding: 3px;
  text-align: center;
}
header &gt; nav &gt; ul &gt; li.brand .hidden .content table th,
header &gt; nav &gt; ul &gt; li.brand .hidden .content table th a {
  width: 50px;
  background: transparent;
  color: #c20037;
  padding-right: 10px;
}
header &gt; nav &gt; ul &gt; li.brand .hidden .content table td a {
  color: #444444;
  display: -moz-inline-box;
  display: inline-block;
  padding: 2px 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header &gt; nav &gt; ul &gt; li.brand .hidden .content table td a:hover {
  text-decoration: none;
  background-color: #444444;
  color: #FFF;
}
header &gt; nav &gt; ul &gt; li.trouble {
  margin-left: 3px;
}
header &gt; nav &gt; ul &gt; li.trouble &gt; a {
  font-weight: bold;
  background: #FFF;
  color: #9f8322;
}
header &gt; nav &gt; ul &gt; li.trouble &gt; a:hover {
  background-color: #9f8322;
  color: #FFF;
}
header &gt; nav &gt; ul &gt; li.trouble.hover &gt; a {
  background-color: #9f8322;
  color: #FFF;
}
header &gt; nav &gt; ul &gt; li.trouble .hidden {
  width: 960px;
  left: auto;
  right: 0;
}
header &gt; nav &gt; ul &gt; li.trouble .hidden .content {
  border-color: #9f8322;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 5px 0 0;
}
header &gt; nav &gt; ul &gt; li.trouble .hidden .content dl {
  width: 25%;
  border-right: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /*
  -webkit-box-align: start;
  */
  -ms-flex-align: start;
  /*
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  */
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
header &gt; nav &gt; ul &gt; li.trouble .hidden .content dl:last-child {
  border-right: none;
}
header &gt; nav &gt; ul &gt; li.trouble .hidden .content dl dt {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #cccccc;
  font-size: 12px;
  font-weight: bold;
  color: #9f8322;
  padding: 5px 0;
}
header &gt; nav &gt; ul &gt; li.trouble .hidden .content dl dd {
  width: 50%;
  border-bottom: 1px dotted #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
header &gt; nav &gt; ul &gt; li.trouble .hidden .content dl dd a {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #444444;
  padding: 10px 5px 10px 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: -0.05em;
  font-size: 12px;
  position: relative;
}
header &gt; nav &gt; ul &gt; li.trouble .hidden .content dl dd a:hover {
  background-color: #efefef;
  text-decoration: none;
}
header &gt; nav &gt; ul &gt; li.trouble .hidden .content dl dd a:before {
  position: absolute;
  left: 10px;
  top: 11px;
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "Chalkboard SE", sans-serif;
  content: "&gt;";
  color: #9f8322;
  margin-right: 5px;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
header .hidden {
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 20;
  visibility: hidden;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .hidden .content {
  background: #FFF;
  border: 2px solid #cccccc;
  -webkit-box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  -moz-box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  -ms-box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  -o-box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
}
header .hidden .content &gt; ul {
  padding: 10px 0;
}
header .hidden .content &gt; ul li {
  position: relative;
  text-align: left;
}
header .hidden .content &gt; ul li:after {
  content: "";
  display: block;
  position: relative;
  width: calc(100% - 20px);
  left: 10px;
  border-bottom: 1px dotted #cccccc;
}
header .hidden .content &gt; ul li:last-child:after {
  display: none;
}
header .hidden .content &gt; ul li a {
  display: block;
  line-height: 1;
  padding: 10px 20px;
  position: relative;
  color: #444444;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .hidden .content &gt; ul li a:hover {
  text-decoration: none;
  background: #444444;
  color: #FFF;
}
header .hidden .content &gt; ul li a:hover:after {
  color: #FFF;
}
header .hidden .content &gt; ul li a:after {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "Chalkboard SE", sans-serif;
  content: "&gt;";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #c20037;
}
header .hidden .content &gt; ul li.hover &gt; a {
  background: #444444;
  color: #FFF;
}
header .hidden .content &gt; ul li.hover &gt; a:after {
  color: #FFF;
}
header .hidden .content &gt; ul li.hover ul {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  z-index: 5;
}
header .hidden .content &gt; ul li ul {
  visibility: hidden;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 236px;
  top: 0;
  width: 240px;
  background: #FFF;
  border: 2px solid #444444;
  -webkit-box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  -moz-box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  -ms-box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  -o-box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
}
header .hidden.no .content &gt; img {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=40);
  opacity: 0.4;
}
header .hover &gt; .hidden {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  z-index: 5;
}

/* footer
------------------------------------------------------------*/
footer .item-list {
  padding-top: 45px;
}
footer .item-list &gt; .title {
  width: 960px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: bold;
  background: url(https://image.bellcosme.com/common/icon-check.png) no-repeat left center;
  padding-left: 20px;
}
footer .item-list .content {
  border-top: 1px solid #cccccc;
}
footer .item-list .content ul {
  width: 960px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
footer .item-list .content ul:after {
  clear: both;
  display: block;
  content: '';
}
footer .item-list .content ul li {
  padding-top: 15px;
  margin-right: 22px;
  float: left;
  width: 100px;
}
footer .item-list .content ul li:nth-child(8n) {
  margin-right: 0;
}
footer .item-list .content ul li a {
  display: block;
  color: #444444;
  padding: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .item-list .content ul li a:hover {
  background-color: #efefef;
  text-decoration: none;
}
footer .item-list .content ul li a .img {
  position: relative;
  width: 90px;
  height: 90px;
  position: relative;
  line-height: 0;
  text-align: center;
  overflow: hidden;
}
footer .item-list .content ul li a .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: auto;
  height: auto;
}
footer .item-list .content ul li a img:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}
footer .item-list .content ul li a .text .name {
  font-size: 13px;
  font-weight: bold;
}
footer .contact {
  text-align: center;
  border-top: 1px solid #9f8322;
  margin-top: 45px;
  padding: 15px 0;
}
footer .contact .p1 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
}
footer .contact &gt; div {
  letter-spacing: -.4em;
}
footer .contact &gt; div p {
  display: -moz-inline-box;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  padding-left: 45px;
  background: no-repeat left center;
  margin: 0 15px;
}
footer .contact &gt; div p.tel {
  background-image: url(https://image.bellcosme.com/common/icon-tel.png);
  text-align: center;
}
footer .contact &gt; div p.mail {
  background-image: url(https://image.bellcosme.com/common/icon-pc.png);
}
footer .contact &gt; div p:nth-child(2) {
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}
footer .contact &gt; div p a {
  color: #9f8322;
  font-size: 22px;
  font-weight: bold;
}
footer .contact &gt; div p a:after {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "Chalkboard SE", sans-serif;
  content: "&gt;";
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 16px;
}
footer .contact &gt; div p strong {
  display: block;
  color: #9f8322;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
footer .foot-main {
  background: #efefef;
  padding: 40px 0 50px;
}
footer .foot-main:after {
  clear: both;
  display: block;
  content: '';
}
footer .foot-main h2 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}
footer .foot-main ul {
  margin-top: -10px;
}
footer .foot-main ul li {
  border-bottom: 1px dotted #cccccc;
}
footer .foot-main ul li a {
  display: block;
  position: relative;
  color: #444444;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 10px 20px 10px 0;
}
footer .foot-main ul li a:hover {
  text-decoration: underline;
  color: #c20037;
}
footer .foot-main ul li a:after {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "Chalkboard SE", sans-serif;
  content: "&gt;";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #c20037;
}
footer .foot-main .left {
  float: left;
  width: 620px;
}
footer .foot-main .right {
  width: 300px;
  float: right;
}
footer .foot-main .fm-1 {
  padding-bottom: 30px;
}
footer .foot-main .fm-1 h2 {
  margin-bottom: 30px;
}
footer .foot-main .fm-1 .content:after {
  clear: both;
  display: block;
  content: '';
}
footer .foot-main .fm-1 .content .left {
  line-height: 0;
}
footer .foot-main .fm-2 {
  padding-bottom: 30px;
}
footer .foot-main .fm-2 .calenders {
  padding-bottom: 15px;
}
footer .foot-main .fm-2 .calenders .ui-datepicker-inline {
  min-width: 100%;
}
footer .foot-main .fm-2 .calenders .ui-datepicker-inline:after {
  clear: both;
  display: block;
  content: '';
}
footer .foot-main .fm-2 .calenders .ui-datepicker-group {
  width: 290px;
  float: left;
}
footer .foot-main .fm-2 .calenders .ui-datepicker-group:nth-child(2) {
  float: right;
}
footer .foot-main .fm-2 .calenders .ui-datepicker-group .ui-datepicker-prev, footer .foot-main .fm-2 .calenders .ui-datepicker-group .ui-datepicker-next {
  display: none;
}
footer .foot-main .fm-2 &gt; p {
  font-size: 13px;
}
footer .foot-main .fm-2 &gt; p.hk-holiday span {
  color: #9f8322;
}
footer .foot-main .fm-2 &gt; p.jp-holiday span {
  color: #444444;
}
footer .foot-main .fm-2 &gt; p.holiday span {
  color: #c20037;
}
footer .foot-main .fm-3.left {
  clear: both;
}
footer .foot-main .fm-3.left ul li {
  float: left;
  width: 190px;
  margin-right: 25px;
}
footer .foot-main .fm-3.left ul li:nth-child(3n) {
  margin-right: 0;
}
footer .dispchange div{
  margin:5px auto 20px;
  text-align:center;
  font-size:25px;
  border:3px solid #c20037;
  width:920px;
  padding:5px 15px;
  text-decoration:underline;
}
footer .dispchange a{
  color:#444444;
}
footer .foot-bottom {
  padding: 10px 0 30px;
}
footer .foot-bottom:after {
  clear: both;
  display: block;
  content: '';
}
footer .foot-bottom .logo {
  float: left;
  line-height: 0;
}
footer .foot-bottom .logo a {
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .foot-bottom .logo a:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
footer .foot-bottom .logo img {
  display: block;
}
footer .foot-bottom .logo img.txt {
  margin-bottom: 5px;
}
footer .foot-bottom .logo img:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}
footer .foot-bottom address {
  float: right;
  padding-top: 30px;
  font-size: 14px;
}

footer .des_contact {
    border-top: 1px solid #9f8322;
    margin-top: 45px;
    padding: 15px 0;
}

footer .des_contact:after,
footer .des_contact section:after,
footer .des_contact .clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden;
}

/* mainimg
------------------------------------------------------------*/
/* container
------------------------------------------------------------*/
#container {
  position: relative;
}
#container &gt;  .head_attention {
  border: #c20037 solid 2px;
  margin-top: 10px; 
  margin-left: auto;
  margin-right: auto;
  padding: 5px 15px;
  font-size: 12px;
  width: 920px;
}
#container &gt; .head_attention strong {
  font-size: 16px;
  color:  #c20037;
}
#container &gt; .banner {
  width: 960px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 0;
  padding: 20px 0;
}
#container #contents-main {
  width: 960px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 45px;
}
#container #contents-main:after {
  clear: both;
  display: block;
  content: '';
}
#container #contents-main #left {
  width: 180px;
  float: left;
}
#container #contents-main #left &gt; * {
  padding-bottom: 40px;
}
#container #contents-main #left &gt; *:last-child {
  padding-bottom: 0;
}
#container #contents-main #left &gt; * h2 {
  font-size: 14px;
  font-weight: bold;
  border-left: 6px solid #cccccc;
  padding-left: 5px;
  margin-bottom: 10px;
  line-height: 1.2;
}
#container #contents-main #left .banner {
  line-height: 0;
  padding-bottom: 25px;
}
#container #contents-main #left .banner:last-child {
  padding-bottom: 0;
}
#container #contents-main #left .banner li {
  padding-bottom: 20px;
}
#container #contents-main #left .banner li:last-child {
  padding-bottom: 0;
}
#container #contents-main #left nav {
  padding-bottom: 40px;
}
#container #contents-main #left nav ul {
  border-top: 1px dotted #cccccc;
}
#container #contents-main #left nav ul li {
  border-bottom: 1px dotted #cccccc;
}
#container #contents-main #left nav ul li a {
  display: block;
  padding: 10px 10px 10px 35px;
  background: no-repeat left center;
  color: #444444;
  position: relative;
}
#container #contents-main #left nav ul li a:after {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "Chalkboard SE", sans-serif;
  content: "&gt;";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #c20037;
}
#container #contents-main #left nav ul li.new a {
  background-image: url(https://image.bellcosme.com/common/icon-left-new.png);
}
#container #contents-main #left nav ul li.ranking a {
  background-image: url(https://image.bellcosme.com/common/icon-left-ranking.png);
}
#container #contents-main #left nav ul li.kuchikomi a {
  background-image: url(https://image.bellcosme.com/common/icon-left-kuchikomi.png);
}
#container #contents-main #left &gt; .ranking ul
,#container #contents-main #left &gt; .keyword_ranking ul {
  border-top: 1px dotted #cccccc;
}
    #container #contents-main #left &gt; .ranking ul li
    ,#container #contents-main #left &gt; .keyword_ranking ul li {
      border-bottom: 1px dotted #cccccc;
    }
    #container #contents-main #left &gt; .ranking ul li a
    ,#container #contents-main #left &gt; .keyword_ranking ul li a {
      display: block;
      padding: 8px 0;
      color: #444444;
    }
    #container #contents-main #left &gt; .ranking ul li a:after
    ,#container #contents-main #left &gt; .keyword_ranking ul li a:after {
      clear: both;
      display: block;
      content: '';
    }
    #container #contents-main #left &gt; .ranking ul li a:hover .text
    ,#container #contents-main #left &gt; .keyword_ranking ul li a:hover .text {
      text-decoration: underline;
    }
    #container #contents-main #left &gt; .ranking ul li .number
    ,#container #contents-main #left &gt; .keyword_ranking ul li .number {
      background-color: #e4e4e4;
      float: left;
      width: 20px;
      line-height: 20px;
      -webkit-border-radius: 50% 50% 50% 50%;
      -moz-border-radius: 50% 50% 50% 50%;
      -ms-border-radius: 50% 50% 50% 50%;
      -o-border-radius: 50% 50% 50% 50%;
      border-radius: 50% 50% 50% 50%;
      color: #FFF;
      font-size: 10px;
      font-weight: bold;
      text-align: center;
    }
    #container #contents-main #left &gt; .ranking ul li .text
    ,#container #contents-main #left &gt; .keyword_ranking ul li .text {
      float: right;
      width: 145px;
    }
    #container #contents-main #left &gt; .ranking ul li:nth-child(1) .number
    ,#container #contents-main #left &gt; .keyword_ranking ul li:nth-child(1) .number {
      background-color: #9f8322;
    }
    #container #contents-main #left &gt; .ranking ul li:nth-child(2) .number
    ,#container #contents-main #left &gt; .keyword_ranking ul li:nth-child(2) .number {
      background-color: #929292;
    }
    #container #contents-main #left &gt; .ranking ul li:nth-child(3) .number
    ,#container #contents-main #left &gt; .keyword_ranking ul li:nth-child(3) .number {
      background-color: #9f6322;
    }
    #container #contents-main #left &gt; .ranking ul li:nth-child(n+4) .number
    ,#container #contents-main #left &gt; .keyword_ranking ul li:nth-child(n+4) .number {
      color: #444444;
    }
#container #contents-main #left .brand ul {
  border-top: 1px dotted #cccccc;
}
#container #contents-main #left .brand ul li {
  border-bottom: 1px dotted #cccccc;
  letter-spacing: -.4em;
}
#container #contents-main #left .brand ul li a {
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 8px 0;
  color: #444444;
}
#container #contents-main #left .brand ul li a:hover {
  background-color: #efefef;
  text-decoration: none;
}
#container #contents-main #left .brand ul li a &gt; * {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
#container #contents-main #left .brand ul li a .img {
  line-height: 0;
  width: 60px;
  margin-right: 10px;
}
#container #contents-main #left .brand ul li a .text {
  width: 110px;
}
#container #contents-main #left .brand ul li a .text .name {
  font-size: 13px;
  font-weight: bold;
}
#container #contents-main #left .items ul {
  border-top: 1px dotted #cccccc;
}
#container #contents-main #left .items ul li {
  border-bottom: 1px dotted #cccccc;
  padding-bottom: 15px;
  position: relative;
}
#container #contents-main #left .items ul li &gt; a {
  display: block;
  color: #444444;
}
#container #contents-main #left .items ul li &gt; a .img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#container #contents-main #left .items ul li &gt; a:hover {
  color: #9f8322;
  text-decoration: none;
}
#container #contents-main #left .items ul li &gt; a:hover .img {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
#container #contents-main #left .items ul li .number {
  width: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  background-color: #cccccc;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
}
#container #contents-main #left .items ul li .img {
  text-align: center;
  line-height: 0;
  padding: 10px 0;
  width: 100px;
  height: 100px;
  position: relative;
  line-height: 0;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
}
#container #contents-main #left .items ul li .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: auto;
  height: auto;
}
#container #contents-main #left .items ul li .img img:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}
#container #contents-main #left .items ul li .catch {
  padding-bottom: 10px;
  line-height: 1.3;
}
#container #contents-main #left .items ul li .name {
  font-size: 13px;
  font-weight: bold;
}
#container #contents-main #left .items ul li .name a {
  color: #444444;
}
#container #contents-main #left .items ul li .name a:hover {
  color: #9f8322;
}
#container #contents-main #left .items ul li .text {
  padding-bottom: 5px;
}
#container #contents-main #left .items ul li .star {
  text-align: left;
}
#container #contents-main #left .items ul li .star a {
  display: -moz-inline-box;
  display: inline-block;
  position: relative;
  color: #444444;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#container #contents-main #left .items ul li .star a:hover {
  color: #9f8322;
  text-decoration: none;
}
#container #contents-main #left .items ul li .star a:hover .star-icon {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
#container #contents-main #left .items ul li:nth-child(1) .number {
  width: 25px;
  line-height: 25px;
  background-color: #9f8322;
}
#container #contents-main #left .items ul li:nth-child(2) .number {
  width: 25px;
  line-height: 25px;
  background-color: #929292;
}
#container #contents-main #left .items ul li:nth-child(3) .number {
  width: 25px;
  line-height: 25px;
  background-color: #9f6322;
}
#container #contents-main #left .items ul li:nth-child(n+4) .number {
  color: #444444;
}
#container #contents-main #left .items .link {
  text-align: right;
  padding-top: 15px;
}
#container #contents-main #left .kuchikomi ul {
  padding: 3px;
}
#container #contents-main #c-right {
  float: right;
  width: 760px;
}
#container #contents-main #c-right:after {
  clear: both;
  display: block;
  content: '';
}
#container #contents-main #c-right #main {
  float: left;
  width: 100%;
}
#container #contents-main #c-right #right {
  min-height: 1000px;
  float: right;
  width: 180px;
}
#container #contents-main #right &gt; * {
  padding-bottom: 40px;
}
#container #contents-main #right &gt; *:last-child {
  padding-bottom: 0;
}
#container #contents-main #right &gt; * h2 {
  font-size: 14px;
  font-weight: bold;
  border-left: 6px solid #cccccc;
  padding-left: 5px;
  margin-bottom: 10px;
}
#container #contents-main #right .news h2 {
  margin-bottom: 0;
}
#container #contents-main #right .news .mCSB_scrollTools {
  width: 8px;
}
#container #contents-main #right .news .mCSB_container {
  margin-right: 0;
}
#container #contents-main #right .news .mCSB_dragger_bar {
  width: 6px;
  background-color: rgba(68, 68, 68, 0.6);
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}
#container #contents-main #right .news .mCSB_draggerRail {
  width: 6px;
  background-color: rgba(239, 239, 239, 0.5);
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}
#container #contents-main #right .news ul {
  max-height: 350px;
  overflow-y: hidden;
}
#container #contents-main #right .news ul li {
  border-bottom: 1px dotted #cccccc;
}
#container #contents-main #right .news ul li a {
  display: block;
  color: #444444;
  padding: 8px 0 8px 10px;
  background: url(https://image.bellcosme.com/common/icon-arrow.png) no-repeat left 15px;
}
#container #contents-main #right .news ul li a:after {
  clear: both;
  display: block;
  content: '';
}
#container #contents-main #right .news ul li a:hover .text {
  text-decoration: underline;
}
#container #contents-main #right .news ul li a .date {
  font-size: 11px;
  float: left;
  padding-top: 2px;
}
#container #contents-main #right .news ul li a .text {
  float: right;
  width: 130px;
}
#container #contents-main #right .kuchikomi h2 {
  border-left: none;
  background: url(https://image.bellcosme.com/common/icon-left-kuchikomi.png) no-repeat left center;
  padding-left: 30px;
}
#container #contents-main #right .banner li {
  line-height: 0;
  padding-bottom: 20px;
}
#container #contents-main #right .banner li:last-child {
  padding-bottom: 0;
}
#container #contents-main .banner li {
  line-height: 0;
}
#container #contents-main .banner li a {
  overflow: hidden;
}
#container #contents-main .banner a {
  display: block;
  position: relative;
  line-height: 0;
  position: relative;
  color: #444444;
}
#container #contents-main .banner a:before {
  content: "";
  display: block;
  border: 1px solid #efefef;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  left: 0;
  top: 0;
  position: absolute;
}
#container #contents-main .banner a:hover img {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
#container #contents-main .banner a:hover .text {
  visibility: visible;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  bottom: 0;
}
#container #contents-main .banner a .text {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 10px 25px 10px 10px;
  line-height: 1.5;
  border: 1px solid #efefef;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
}
#container #contents-main .banner a .text:after {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "Chalkboard SE", sans-serif;
  content: "&gt;";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #c20037;
}
#container #contents-main #main &gt; *:last-child {
  padding-bottom: 0;
}
#container #contents-main #main .banner1 {
  padding-bottom: 30px;
}
#container #contents-main #main .banner1:after {
  clear: both;
  display: block;
  content: '';
}
#container #contents-main #main .banner1 li {
  float: left;
  margin-right: 10px;
}
#container #contents-main #main .banner1 li:last-child {
  margin-right: 0;
}
#container #contents-main #main .banner2 {
  padding-bottom: 20px;
}
#container #contents-main #main .banner2:after {
  clear: both;
  display: block;
  content: '';
}
#container #contents-main #main .banner2 li {
  width: 370px;
  float: left;
  margin-bottom: 20px;
}
#container #contents-main #main .banner2 li .img {
  line-height: 0;
  padding-bottom: 10px;
}
#container #contents-main #main .banner2 li:nth-child(2n) {
  float: right;
}
#container #contents-main #main .earnings ul {
  border-left: 1px dotted #cccccc;
}
#container #contents-main #main .earnings ul:after {
  clear: both;
  display: block;
  content: '';
}
#container #contents-main #main .earnings ul li {
  float: left;
  border-right: 1px dotted #cccccc;
  width: 150px;
  padding-bottom: 40px;
  position: relative;
}
#container #contents-main #main .earnings ul li &gt; a {
  padding: 10px 5px 5px;
  display: block;
  text-align: center;
  color: #444444;
  line-height: 1.4;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
#container #contents-main #main .earnings ul li &gt; a:hover {
  text-decoration: none;
  background-color: #efefef;
}
#container #contents-main #main .earnings ul li &gt; a .img {
  position: relative;
  width: 140px;
  height: 140px;
  position: relative;
  line-height: 0;
  text-align: center;
  overflow: hidden;
}
#container #contents-main #main .earnings ul li &gt; a .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: auto;
  height: auto;
}
#container #contents-main #main .earnings ul li &gt; a .img img {
  display: inline;
}
#container #contents-main #main .earnings ul li &gt; a .title {
  padding-top: 10px;
  font-size: 10px;
  text-align: left;
}
#container #contents-main #main .earnings ul li &gt; a .text {
  padding-top: 5px;
  text-align: left;
}
#container #contents-main #main .earnings ul li &gt; a .text .name {
  font-size: 13px;
  font-weight: bold;
}
#container #contents-main #main .earnings ul li &gt; .title {
  border-bottom: 1px dotted #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 11px;
  font-weight: bold;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 30px;
  color: #9f8322;
  text-align: center;
  line-height: 1.2;
}
#container #contents-main #main .earnings ul li .btn {
  padding: 5px 5px 0;
  letter-spacing: -0.05em;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#container #contents-main #main .earnings ul li .btn a {
  line-height: 1.2;
  color: #9f8322;
  background: #FFF;
  border: 2px solid #9f8322;
  font-size: 9px;
  font-weight: normal;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#container #contents-main #main .earnings ul li .btn a:hover {
  background-color: #9f8322;
  color: #FFF;
  text-decoration: none;
}
#container #contents-main #main .earnings ul li .btn a:after {
  display: none;
}
#container #contents-main #main .banner3 {
  line-height: 0;
  padding-bottom: 0;
}
#container #contents-main #main .banner3:after {
  clear: both;
  display: block;
  content: '';
}
#container #contents-main #main .banner3 .left {
  float: left;
  width: 180px;
}
#container #contents-main #main .banner3 .right {
  float: right;
  width: 370px;
}
#container #contents-main #main .banner3 .right p {
  float: left;
  margin-bottom: 20px;
}
#container #contents-main #main .banner3 .right p:nth-child(2n) {
  float: right;
}
#container #contents-main #main .ranking ul {
  border-left: 1px dotted #cccccc;
}
#container #contents-main #main .ranking ul:after {
  clear: both;
  display: block;
  content: '';
}
#container #contents-main #main .ranking ul li {
  float: left;
  border-right: 1px dotted #cccccc;
  width: 124px;
}
#container #contents-main #main .ranking ul li &gt; a {
  display: block;
  text-align: center;
  padding: 10px 5px;
  color: #444444;
  line-height: 1.4;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
#container #contents-main #main .ranking ul li &gt; a:hover {
  text-decoration: none;
  background-color: #efefef;
}
#container #contents-main #main .ranking ul li .number {
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 2;
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  width: 20px;
  line-height: 20px;
  text-align: center;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  background-color: #efefef;
}
#container #contents-main #main .ranking ul li:nth-child(1) .number {
  width: 25px;
  line-height: 25px;
  background-color: #9f8322;
}
#container #contents-main #main .ranking ul li:nth-child(2) .number {
  width: 25px;
  line-height: 25px;
  background-color: #929292;
}
#container #contents-main #main .ranking ul li:nth-child(3) .number {
  width: 25px;
  line-height: 25px;
  background-color: #9f6322;
}
#container #contents-main #main .ranking ul li:nth-child(n+4) .number {
  color: #444444;
}
#container #contents-main #main .ranking ul li .img {
  width: 114px;
  height: 114px;
  position: relative;
  line-height: 0;
  text-align: center;
  overflow: hidden;
}
#container #contents-main #main .ranking ul li .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: auto;
  height: auto;
}
#container #contents-main #main .ranking ul li .title {
  padding-top: 10px;
  font-size: 10px;
  text-align: left;
}
#container #contents-main #main .ranking ul li .text {
  padding-top: 5px;
  text-align: left;
}
#container #contents-main #main .ranking ul li .text .name {
  font-size: 13px;
  font-weight: bold;
}
#container #contents-main #main .ranking ul li .category {
  color: #9f8322;
  text-align: center;
  margin: 10px 0;
}
#container #contents-main #main .ranking ul li .category span {
  position: relative;
  padding: 5px 0;
  line-height: 1.2;
  height: 100%;
  font-size: 9px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#container #contents-main #main .ranking ul li .category span:before, #container #contents-main #main .ranking ul li .category span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 100%;
  border-top: 1px solid #9f8322;
  border-bottom: 1px solid #9f8322;
  background: no-repeat center center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#container #contents-main #main .ranking ul li .category span:before {
  left: 0;
  border-left: 1px solid #9f8322;
}
#container #contents-main #main .ranking ul li .category span:after {
  right: 0;
  border-right: 1px solid #9f8322;
}
#container #contents-main .title-area, #container #contents-single .title-area, .before-box .title-area {
  background: #efefef;
  border-left: 6px solid #cccccc;
  padding: 10px;
  line-height: 1.2;
  margin: 40px 0 20px;
}
    #container #contents-main .title-area:after, #container #contents-single .title-area, .before-box .title-area {
      clear: both;
      display: block;
      content: '';
    }
        #container #contents-main .title-area h2 {
          float: left;
          padding-top: 5px;
          font-size: 16px;
          font-weight: bold;
        }
        #container #contents-single .title-area h2, .before-box .title-area h2 {
            padding-top: 4px;
            font-size: 16px;
            font-weight: bold;
            text-align: left;
        }
#container #contents-main .title-area .new {
  float: right;
}
#container #contents-main .title-area .new a {
  font-size: 13px;
  font-weight: bold;
  color: #c20037;
  display: -moz-inline-box;
  display: inline-block;
  padding: 5px 0;
  padding-left: 35px;
  background: url(https://image.bellcosme.com/common/icon-left-new.png) no-repeat left center;
}
#container #contents-main .title-area .rank {
  float: right;
}
#container #contents-main .title-area .rank a {
  font-size: 13px;
  font-weight: bold;
  color: #9f8322;
  display: -moz-inline-box;
  display: inline-block;
  padding: 5px 0;
  padding-left: 30px;
  background: url(https://image.bellcosme.com/common/icon-left-ranking.png) no-repeat left center;
}
#container #contents-main .new-item {
  position: relative;
}
#container #contents-main .new-item .slides {
  margin-bottom: 0;
  /* .slick-prev{
  	background: none;
  	left: 0;
  	@include rotate(180deg);
  	&amp;:before{
  		@include arrow;
  		color: #999999;
  		@include rem(20);
  	}
  }
  .slick-next{
  	background: none;
  	right: 0;
  	&amp;:before{
  		@include arrow;
  		color: #999999;
  		@include rem(20);
  	}
  } */
}
#container #contents-main .new-item .slides:before, #container #contents-main .new-item .slides:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 2;
}
#container #contents-main .new-item .slides:before {
  left: 0;
  background: #FFF;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #FFF), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradientleft, #FFF 0%, rgba(255, 255, 255, 0) 100%;
  background: -moz-linear-gradientleft, #FFF 0%, rgba(255, 255, 255, 0) 100%;
  background: -ms-linear-gradientleft, #FFF 0%, rgba(255, 255, 255, 0) 100%;
  background: -o-linear-gradientleft, #FFF 0%, rgba(255, 255, 255, 0) 100%;
  background: linear-gradient(to right, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
}
#container #contents-main .new-item .slides:after {
  right: 0;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #FFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradientleft, rgba(255, 255, 255, 0) 0%, #FFF 100%;
  background: -moz-linear-gradientleft, rgba(255, 255, 255, 0) 0%, #FFF 100%;
  background: -ms-linear-gradientleft, rgba(255, 255, 255, 0) 0%, #FFF 100%;
  background: -o-linear-gradientleft, rgba(255, 255, 255, 0) 0%, #FFF 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  /* W3C */
}
#container #contents-main .new-item .slides .slick-slide {
  border-right: 1px dotted #cccccc;
}
#container #contents-main .new-item .slides .slick-slide a {
  display: block;
  text-align: center;
  padding: 10px;
  width: 100px;
  color: #444444;
  line-height: 1.4;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#container #contents-main .new-item .slides .slick-slide a:hover {
  text-decoration: none;
  background-color: #efefef;
}
#container #contents-main .new-item .slides .slick-slide a .img {
  width: 100px;
  height: 100px;
  position: relative;
  line-height: 0;
  text-align: center;
  overflow: hidden;
}
#container #contents-main .new-item .slides .slick-slide a .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: auto;
  height: auto;
}
#container #contents-main .new-item .slides .slick-slide a .img img {
  display: inline;
}
#container #contents-main .new-item .slides .slick-slide a .title {
  padding-top: 10px;
  font-size: 10px;
  text-align: left;
}
#container #contents-main .new-item .slides .slick-slide a .category {
  color: #9f8322;
  text-align: center;
  margin: 5px 0;
}
#container #contents-main .new-item .slides .slick-slide a .category span {
  position: relative;
  padding: 5px 0;
  line-height: 1.2;
  height: 100%;
  font-size: 9px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#container #contents-main .new-item .slides .slick-slide a .category span:before, #container #contents-main .new-item .slides .slick-slide &gt; a .category span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 100%;
  border-top: 1px solid #9f8322;
  border-bottom: 1px solid #9f8322;
  background: no-repeat center center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#container #contents-main .new-item .slides .slick-slide a .category span:before {
  left: 0;
  border-left: 1px solid #9f8322;
}
#container #contents-main .new-item .slides .slick-slide a .category span:after {
  right: 0;
  border-right: 1px solid #9f8322;
}
#container #contents-main .new-item .slides .slick-slide a .text {
  padding-top: 5px;
  text-align: left;
}
#container #contents-main .new-item .slides .slick-slide a .text .name {
  font-size: 13px;
  font-weight: bold;
}
#container #contents-main .new-item .slides .slick-prev, #container #contents-main .new-item .slides .slick-next {
  z-index: 3;
}
#container #contents-main .new-item .title1 {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
#container #contents-main .kuchikomi ul {
  background-color: #efefef;
  padding: 2px;
}
#container #contents-main .kuchikomi ul li {
  position: relative;
  background-color: #FFF;
}
#container #contents-main .kuchikomi ul li:last-child:after {
  display: none;
}
#container #contents-main .kuchikomi ul li:after {
  content: "";
  display: block;
  position: relative;
  width: calc(100% - 20px);
  left: 10px;
  border-bottom: 1px dotted #cccccc;
}
#container #contents-main .kuchikomi ul li a {
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 20px 10px;
  color: #444444;
}
#container #contents-main .kuchikomi ul li a:hover {
  text-decoration: none;
  background-color: #efefef;
}
#container #contents-main .kuchikomi ul li .text .name {
  font-size: 13px;
  font-weight: bold;
}
#container #contents-main .kuchikomi ul li .img {
  float: left;
  width: 60px;
  line-height: 0;
}
#container #contents-main .kuchikomi ul li .right {
  float: right;
  width: 90px;
  font-size: 10px;
}
#container #contents-main .kuchikomi ul li .star {
  color: #9f8322;
  font-size: 12px;
  padding-bottom: 5px;
}
#container #contents-main .kuchikomi ul li .text2 {
  clear: both;
  padding-top: 5px;
}

/* 最近チェックした商品（カルーセル） */
#view-item-history .view-item-history-container {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 40px;
}
#view-item-history h2, #view-item-history figure {
    margin: 0;
}
#view-item-history img {
    max-width: 100%;
    vertical-align: bottom;
}
#view-item-history .heading {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: .05em;
}
.mypage #view-item-history .heading {
    font-size: 20px;
    padding-top: 0;
}
#view-item-history .slides {
    position: relative;
    padding: 0 30px;
    margin-bottom: 0;

     /*flex 内のリサイザブルな要素 対策*/ 
    width: 0;
    min-width: 100%;
}
#view-item-history .slides::before,
#view-item-history .slides::after {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 8px;
    content: "";
}
#view-item-history .slides::before {
    left: 0;
    background: linear-gradient(to right,
        rgba(255,255,255,1) 0,
        rgba(255,255,255,0) 100%
    );
}
#view-item-history .slides::after {
    right: 0;
    background: linear-gradient(to right,
        rgba(255,255,255,0) 0,
        rgba(255,255,255,1) 100%
    );
}
#view-item-history .slick-prev,
#view-item-history .slick-next {
    z-index: 3;
}
#view-item-history .slick-prev {
    background-image: url(/Content_BC/Images/common/arrow-slide-l.png);
    left: 0;
}
#view-item-history .slick-next {
    background-image: url(/Content_BC/Images/common/arrow-slide-r.png);
    right: 0;
}
#view-item-history .slick-prev:hover {
    background-image: url(/Content_BC/Images/common/arrow-slide-l_on.png);
}
#view-item-history .slick-next:hover {
    background-image: url(/Content_BC/Images/common/arrow-slide-r_on.png)
}
#view-item-history .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
#view-item-history .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
#view-item-history .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
#view-item-history .slick-dots li button:hover,#view-item-history .slick-dots li button:focus {
    outline: none;
}
#view-item-history .slick-dots li button:hover:before {
    opacity: 1;
}
#view-item-history .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#view-item-history .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000;
}
#view-item-history .slick-dots {
    left: 0;
}
#view-item-history .slick-list {
    margin: 0 -4px;
    padding: 0 4px;
}
#view-item-history .slick-track {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left:0;
}
#view-item-history .slick-slide {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    float: none;
    padding: 0 4px 8px;
}
#view-item-history .slick-initialized .slick-slide {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#view-item-history .item {
    color: inherit;
    text-decoration: none;
    transition: .2s;
}
#view-item-history .item:hover,
#view-item-history .item:focus
{
    opacity: .75;
}
#view-item-history .item figure {
    position: relative;
    padding-bottom: 100%;
}
#view-item-history .item img {
    position: absolute;
    width: 100%;
    object-fit: cover;
}
#view-item-history .item &gt; span {
    display: block;
    margin-top: 5px;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
#view-item-history .item .net {
    font-size: 12px;
    color: gray;
}
#view-item-history .item .price {
    font-weight: bold;
    font-size: 16px;
}

/* padding &amp; margin etc*/
.pd {
  padding: 25px;
}

.pt {
  padding-top: 25px;
}

.pb {
  padding-bottom: 25px;
}

.pl {
  padding-left: 25px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt40 {
  padding-top: 40px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.mg {
  margin: 25px;
}

.mt {
  margin-top: 25px;
}

.mb {
  margin-bottom: 25px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt40 {
  margin-top: 40px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml30 {
  margin-left: 30px;
}

.ml15 {
  margin-left: 15px;
}

.mr15 {
  margin-right: 15px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.ml5 {
  margin-left: 5px;
}

.nomb {
  margin-bottom: 0 !important;
}

.nomt {
  margin-top: 0 !important;
}

.nopt {
  padding-top: 0 !important;
}

.w100 {
  width: 100px;
}

.red {
  color: #c20037;
}

.al-c {
  text-align: center;
}

.al-r {
  text-align: right;
}

.float-r {
  float: right;
}

.float-l {
  float: left;
}

.sml {
    font-size: 11px;
}

.fs12 {
  font-size: 12px;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

.bold {
  font-weight: bold;
}

.it-l {
  text-indent: -1em;
  padding-left: 1em;
}

/* padding &amp; margin etc */
/* btn */
.btn, .submit, .btn-large {
  text-align: center;
}
.btn a, .btn input, .btn span, .submit a, .submit input, .submit span {
    width: 170px;
}

.btn-large a {
  width: 260px;
}

.btn a, .btn input, .btn span, .submit a, .submit input, .submit span, .btn-large a {
  cursor: pointer;
  outline: none;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
	/* [disabled]font-weight: bold; */
  display: -moz-inline-box;
  display: inline-block;
  border: none;
  color: #FFF;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  position: relative;
  max-width: 100%;
  background-color: #c20037;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  /* &amp;:after{
  	@include arrow;
  	display: block;
  	position: absolute;
  	right: 10px;
  	top: 50%;
  	@include transformY;
  	@include rem(12);
  } */
}
.btn a:hover, .btn input:hover, .btn span:hover, .submit a:hover, .submit input:hover, .submit span:hover, .submit span:hover, .btn-large a:hover {
  text-decoration: none;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.btn a.sml, .btn input.sml, .btn span.sml, .submit a.sml, .submit input.sml, .submit span.sml {
  font-size: 16px;
  line-height: 40px;
}
.btn a.xs, .btn input.xs, .btn span.xs, .submit a.xs, .submit input.xs, .submit span.xs {
  line-height: 40px;
  font-size: 13px;
}
.btn a.xs.line2, .btn input.xs.line2, .btn span.xs.line2, .submit a.xs.line2, .submit input.xs.line2, .submit span.xs.line2 {
  line-height: 1.1;
  padding-top: 0px;
  height: 40px;
}
.btn a.fit, .btn input.fit, .btn span.fit, .submit a.fit, .submit input.fit, .submit span.fit {
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.btn a.red, .btn input.red, .btn span.red, .submit a.red, .submit input.red, .submit span.red {
  border: 3px solid #c20037;
  background: #FFF;
  color: #c20037;
  line-height: 44px;
}
.btn a.t-gold, .btn input.t-gold, .btn span.t-gold, .submit a.t-gold, .submit input.t-gold, .submit span.t-gold {
  background-color: #efefef;
  color: #9f8322;
}
.btn a.t-gold:hover, .btn input.t-gold:hover, .btn span.t-gold:hover, .submit a.t-gold:hover, .submit input.t-gold:hover, .submit span.t-gold:hover {
  background-color: #9f8322;
  color: #FFF;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}
.btn a.gray, .btn input.gray, .btn span.gray, .submit a.gray, .submit input.gray, .submit span.gray {
  background-color: #c20037;
  color: #FFF;
}
.btn a.gray:hover, .btn input.gray:hover, .btn span.gray:hover, .submit a.gray:hover, .submit input.gray:hover, .submit span.gray:hover {
  color: #FFF;
  text-decoration: none;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.btn a.t-gold, .btn input.t-gold, .btn span.t-gold, .submit a.t-gold, .submit input.t-gold, .submit span.t-gold {
  background-color: #efefef;
  color: #9f8322;
}
.btn a.t-gold:hover, .btn input.t-gold:hover, .btn span.t-gold:hover, .submit a.t-gold:hover, .submit input.t-gold:hover, .submit span.t-gold:hover {
  background-color: #efefef;
  color: #c20037;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}
.btn a.cart:before, .btn input.cart:before, .btn span.cart:before, .submit a.cart:before, .submit input.cart:before, .submit span.cart:before {
  content: "";
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  background: no-repeat url(https://image.bellcosme.com/mypage/icon-btn-cart.png);
  width: 20px;
  height: 16px;
  margin-right: 5px;
}
.btn a.favorite, .btn input.favorite, .btn span.favorite, .submit a.favorite, .submit input.favorite, .submit span.favorite {
  background-color: #efefef;
  color: #444444;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 10px;
}
.btn a.favorite:hover, .btn input.favorite:hover, .btn span.favorite:hover, .submit a.favorite:hover, .submit input.favorite:hover, .submit span.favorite:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  background-color: #c20037;
  color: #FFF;
}
.btn a.favorite:hover:before, .btn input.favorite:hover:before, .btn span.favorite:hover:before, .submit a.favorite:hover:before, .submit input.favorite:hover:before, .submit span.favorite:hover:before {
  background-image: url(https://image.bellcosme.com/common/icon-checkbox-favorite_active.png);
}
.btn a.favorite:before, .btn input.favorite:before, .btn span.favorite:before, .submit a.favorite:before, .submit input.favorite:before, .submit span.favorite:before {
  content: "";
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background: url(https://image.bellcosme.com/common/icon-checkbox-favorite_on.png) no-repeat;
}
.btn a.black, .btn input.black, .btn span.black, .submit a.black, .submit input.black, .submit span.black {
  background-color: #444444;
}
.btn a.w270, .btn input.w270, .btn span.w270, .submit a.w270, .submit input.w270, .submit span.w270 {
  width: 270px;
}
.btn a.w150, .btn input.w150, .btn span.w150, .submit a.w150, .submit input.w150, .submit span.w150 {
  width: 150px;
}
.btn a.w120, .btn input.w120, .btn span.w120, .submit a.w120, .submit input.w120, .submit span.w120 {
  width: 120px;
}
.btn a.fs13, .btn input.fs13, .btn span.fs13, .submit a.fs13, .submit input.fs13, .submit span.fs13 {
  font-size: 13px;
}
.btn a.fs14, .btn input.fs14, .btn span.fs14, .submit a.fs14, .submit input.fs14, .submit span.fs14 {
  font-size: 14px;
}
.btn a.plane, .btn input.plane, .btn span.plane, .submit a.plane, .submit input.plane, .submit span.plane {
  cursor: auto;
}
.btn a.plane.t-gold:hover, .btn input.plane.t-gold:hover, .btn span.plane.t-gold:hover, .submit a.plane.t-gold:hover, .submit input.plane.t-gold:hover, .submit span.plane.t-gold:hover {
  color: #9f8322;
}
.btn.back a, .btn.back input, .btn.back span, .submit.back a, .submit.back input, .submit.back span, .btn-large.back a {
  font-size: 14px;
  background: #FFF;
  border: 3px solid #cccccc;
  line-height: 40px;
  color: #444444;
}
.btn.back a:hover, .btn.back input:hover, .btn.back span:hover, .submit.back a:hover, .submit.back input:hover, .submit.back span:hover, .btn-large.back a:hover {
  background: #cccccc;
  color: #FFF;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}
.btn.back a:after, .btn.back input:after, .btn.back span:after, .submit.back a:after, .submit.back input:after, .submit.back span:after, .btn-large.back a:after {
  position: absolute;
  left: 10px;
  right: initial;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1;
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "Chalkboard SE", sans-serif;
  content: "&gt;";
  content: "&lt;";
}
.btn.arrow a, .btn.arrow input, .btn.arrow span, .submit.arrow a, .submit.arrow input, .submit.arrow span {
  font-size: 14px;
  background: #FFF;
  border: 3px solid #c20037;
  line-height: 40px;
  color: #c20037;
}
.btn.arrow a:hover, .btn.arrow input:hover, .btn.arrow span:hover, .submit.arrow a:hover, .submit.arrow input:hover, .submit.arrow span:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  color: #FFF;
  background-color: #c20037;
}

.btn-large a.inactive {
    background-color:#999999;
    cursor:default;
}

.btn-large a.inactive:hover {
    opacity:1;
}

.b-btn {
  text-align: center;
  position: relative;
}
.b-btn span {
  position: absolute;
  display: block;
  -webkit-box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  -moz-box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  -ms-box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  -o-box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  padding: 5px;
  text-align: center;
  background: #c20037;
  color: #FFF;
  top: -9px;
  width: 210px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  letter-spacing: -0.05em;
  font-size: 12px;
  font-weight: bold;
}
.b-btn span:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 4px 0 4px;
  border-color: #c20037 transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  bottom: -10px;
}
.b-btn span.show {
  top: -14px;
  visibility: visible;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}
.b-btn a, .b-btn input, .b-btn i {
  cursor: pointer;
  outline: none;
  width: 200px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  display: -moz-inline-box;
  display: inline-block;
  border: 3px solid #c20037;
  color: #c20037;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  position: relative;
  max-width: 100%;
  background-color: #FFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-appearance: none;
}
.b-btn a:hover, .b-btn input:hover, .b-btn i:hover {
  text-decoration: none;
  background-color: #c20037;
  color: #FFF;
}
.b-btn a:hover.arrow-r:after, .b-btn input:hover.arrow-r:after, .b-btn i:hover.arrow-r:after {
  color: #FFF;
}
.b-btn a.arrow-r:after, .b-btn input.arrow-r:after, .b-btn i.arrow-r:after {
  color: #c20037;
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "Chalkboard SE", sans-serif;
  content: "&gt;";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 12px;
}
.b-btn a.gold, .b-btn input.gold, .b-btn i.gold {
  border-color: #9f8322;
  color: #9f8322;
}
.b-btn a.gold:hover, .b-btn input.gold:hover, .b-btn i.gold:hover {
  background-color: #9f8322;
  color: #FFF;
}
.b-btn a.gray, .b-btn input.gray, .b-btn i.gray {
  border-color: #cccccc;
  color: #444444;
}
.b-btn a.gray:after, .b-btn input.gray:after, .b-btn i.gray:after {
  color: #cccccc;
}
.b-btn a.gray:hover, .b-btn input.gray:hover, .b-btn i.gray:hover {
  background-color: #cccccc;
  color: #FFF;
}
.b-btn a.sml, .b-btn input.sml, .b-btn i.sml {
  line-height: 34px;
  font-size: 14px;
}
.b-btn a.fs16, .b-btn input.fs16, .b-btn i.fs16 {
  font-size: 16px;
}
.b-btn a.w250, .b-btn input.w250, .b-btn i.w250 {
  width: 250px;
}
.b-btn a.w150, .b-btn input.w150, .b-btn i.w150 {
  width: 150px;
}
.b-btn a.w160, .b-btn input.w160, .b-btn i.w160 {
  width: 160px;
}
.b-btn a.arrow, .b-btn input.arrow, .b-btn i.arrow {
  background-image: url(https://image.bellcosme.com/common/icon-arrow-red.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.b-btn a.arrow:hover, .b-btn input.arrow:hover, .b-btn i.arrow:hover {
  color: #c20037;
}
.b-btn a.arrow.active, .b-btn input.arrow.active, .b-btn i.arrow.active {
  background-image: url(https://image.bellcosme.com/common/icon-arrow-red-up.png);
}
.b-btn a.favorite:before, .b-btn input.favorite:before, .b-btn i.favorite:before {
  content: "";
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background-image: url(https://image.bellcosme.com/mypage/icon-btn-favorite.png);
  width: 25px;
  height: 23px;
  background-repeat: no-repeat;
}
.b-btn a.favorite:hover, .b-btn input.favorite:hover, .b-btn i.favorite:hover {
  color: #c20037;
  background-color: #FFF;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.b-btn a.back:after, .b-btn input.back:after, .b-btn i.back:after {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "Chalkboard SE", sans-serif;
  content: "&gt;";
  content: "&lt;";
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
}
.b-btn a.good, .b-btn input.good, .b-btn i.good {
  background-image: url(https://image.bellcosme.com/search/icon-good.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.b-btn a.good:hover, .b-btn input.good:hover, .b-btn i.good:hover {
  background-image: url(https://image.bellcosme.com/search/icon-good_on.png);
}
.b-btn a.good.active, .b-btn input.good.active, .b-btn i.good.active {
  background-image: url(https://image.bellcosme.com/search/icon-good.png);
}
.b-btn a.fit, .b-btn input.fit, .b-btn i.fit {
  width: auto;
  padding-left: 15px;
  padding-right: 25px;
}
.b-btn a.only.active, .b-btn input.only.active, .b-btn i.only.active {
  color: #FFF;
  background-color: #cccccc;
  border-color: #cccccc;
  position: relative;
  cursor: auto;
}
.b-btn a.only.active:after, .b-btn input.only.active:after, .b-btn i.only.active:after {
  color: #FFF;
}
.b-btn i {
  font-style: normal;
}
.b-btn.back a:before, .b-btn.back input:before, .b-btn.back span:before {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "Chalkboard SE", sans-serif;
  content: "&gt;";
  content: "&lt;";
  position: absolute;
  left: 10px;
  top: 50%;
  font-size: 12px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.b-btn.arrow a, .b-btn.arrow input {
  position: relative;
}
.b-btn.arrow a:after, .b-btn.arrow input:after {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "Chalkboard SE", sans-serif;
  content: "&gt;";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  color: #c20037;
}
.b-btn.sml a, .b-btn.sml input, .b-btn.sml i {
  width: 190px;
  line-height: 34px;
  font-size: 14px;
}

.btn-delivery-add a {
  display: -moz-inline-box;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  background-color: #efefef;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  text-align: center;
  line-height: 40px;
  width: 200px;
  color: #444444;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-delivery-add a:before {
  content: "";
  background: url(https://image.bellcosme.com/mypage/icon-delivery-add.png);
  width: 30px;
  height: 30px;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-delivery-add a:hover {
  text-decoration: none;
  background-color: #c20037;
  color: #FFF;
}
.btn-delivery-add a:hover:before {
  background-image: url(https://image.bellcosme.com/mypage/icon-delivery-add_hover.png);
}

/* btn */
/* form */
.sctble_display {
  display: -moz-inline-box;
  display: inline-block;
  width: 180px;
  outline: none;
  cursor: pointer;
  position: relative;
  line-height: 40px;
  height: 40px;
  width: 100%;
  padding: 0 35px 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  outline: none;
  overflow: hidden;
  font-size: 13px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #FFF;
  color: #444444;
}
.sctble_display.sctble_focus {
  border-color: #9f8322;
}
.sctble_display:after {
  content: "";
  display: block;
  background: url(https://image.bellcosme.com/common/icon-arrow-select.png);
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sctble_display:hover {
  text-decoration: none;
}

.simple_cont {
  background-color: #FFF;
  width: 240px;
  border: 1px solid #9f8322;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  top: -10px;
  position: absolute;
  padding: 15px 10px 10px;
}
.simple_cont a {
  color: #444444;
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
  width: 25px;
  line-height: 25px;
  margin-right: 5px;
  margin-bottom: 5px;
  outline: none;
}
.simple_cont a.selected {
  background-color: #9f8322;
  color: #FFF;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}

.dependentSelect, .dependent-sub {
  display: -moz-inline-box;
  display: inline-block;
  width: 180px;
  outline: none;
  cursor: pointer;
  position: relative;
  line-height: 40px;
  height: 40px;
  width: 100%;
  padding: 0 35px 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  -webkit-appearance: none;
  outline: none;
  overflow: hidden;
  font-size: 13px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #FFF;
  color: #444444;
  background: #FFF no-repeat url(https://image.bellcosme.com/common/icon-arrow-select.png) right 5px center;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
.dependentSelect:focus, .dependent-sub:focus {
  border-color: #9f8322;
  background-image: url(https://image.bellcosme.com/common/icon-arrow-select_on.png);
}
.dependentSelect::-ms-expand, .dependent-sub::-ms-expand {
  display: none;
}
.dependentSelect.noCustom, .dependent-sub.noCustom {
  margin-right: 0;
}

select, .easy-select-box {
  width: 180px;
  outline: none;
  cursor: pointer;
  position: relative;
}
select .esb-displayer, .easy-select-box .esb-displayer {
  line-height: 40px;
  height: 40px;
  width: 100%;
  padding: 0 35px 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  outline: none;
  overflow: hidden;
  font-size: 13px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #FFF;
}
select .esb-displayer:after, .easy-select-box .esb-displayer:after {
  content: "";
  display: block;
  background: url(https://image.bellcosme.com/common/icon-arrow-select.png);
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
select.focused .esb-displayer, .easy-select-box.focused .esb-displayer {
  border-color: #9f8322;
}
select.focused .esb-displayer:after, .easy-select-box.focused .esb-displayer:after {
  background: url(https://image.bellcosme.com/common/icon-arrow-select_on.png);
}
select.number .esb-dropdown, .easy-select-box.number .esb-dropdown {
  max-height: 110px;
  overflow-y: scroll;
}
select .esb-dropdown, .easy-select-box .esb-dropdown {
  position: absolute;
  left: 0;
  width: 100%;
  top: 39px;
  outline: none;
  display: none;
  background: #FFF;
  border: 1px solid #9f8322;
  color: #000;
  padding: 10px 0;
  z-index: 5;
}
select .esb-dropdown .esb-item, .easy-select-box .esb-dropdown .esb-item {
  padding: 3px 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: left;
}
select .esb-dropdown .esb-item:hover, .easy-select-box .esb-dropdown .esb-item:hover {
  background: #9f8322;
  color: #FFF;
}
select .esb-dropdown .esb-item:last-child, .easy-select-box .esb-dropdown .esb-item:last-child {
  margin-bottom: 0;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="number"], input[type="date"], input[type="search"] {
  padding-left: 5px;
  padding-right: 5px;
  max-width: 100%;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  -webkit-appearance: none;
  border: 1px solid #cccccc;
  background: #FFF;
  height: 40px;
  font-size: 13px;
  outline: none;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="search"]:focus {
  border-color: #9f8322;
  background: #faf4e1;
  border-width: 2px;
}
input[type="text"].error, input[type="password"].error, input[type="email"].error, input[type="tel"].error, input[type="number"].error, input[type="date"].error, input[type="search"].error {
  background: #f8e8e9;
  border-color: #c20037;
  border-width: 2px;
}
input[type="text"].error:focus, input[type="password"].error:focus, input[type="email"].error:focus, input[type="tel"].error:focus, input[type="number"].error:focus, input[type="date"].error:focus, input[type="search"].error:focus {
  background: #FFF;
}
input[type="text"].w340, input[type="password"].w340, input[type="email"].w340, input[type="tel"].w340, input[type="number"].w340, input[type="date"].w340, input[type="search"].w340 {
  width: 340px;
}

input[type="number"] {
  min-width: 0;
  max-width: 50px;
  text-align: center;
}

label.input, div.input {
  position: relative;
  display: -moz-inline-box;
  display: inline-block;
  width: 100%;
}
label.input.sml, div.input.sml {
  width: auto;
}
label.input.al-r input, div.input.al-r input {
  text-align: right;
}
label.input .alert, div.input .alert {
  position: absolute;
  display: block;
  -webkit-box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  -moz-box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  -ms-box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  -o-box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  border: 3px solid #c20037;
  padding: 5px;
  text-align: left;
  background: #FFF;
  color: #c20037;
  top: -0px;
  width: 220px;
  left: 70%;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  letter-spacing: -0.05em;
  font-size: 11px;
  }
label.input .alert:after, label.input .alert:before, div.input .alert:after, div.input .alert:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
label.input .alert:after, div.input .alert:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 6px;
  margin-left: -6px;
}
label.input .alert:before, div.input .alert:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #c20037;
  border-width: 10px;
  margin-left: -10px;
}
label.input .alert.sml, div.input .alert.sml {
  padding: 5px;
}
label.input.error input, label.input.error .esb-displayer, label.input.error .sctble_display, div.input.error input, div.input.error .esb-displayer, div.input.error .sctble_display {
  background: #f8e8e9;
  border-color: #c20037;
  border-width: 2px;
}
label.input.error input:focus, label.input.error .esb-displayer:focus, label.input.error .sctble_display:focus, div.input.error input:focus, div.input.error .esb-displayer:focus, div.input.error .sctble_display:focus {
  background: #FFF;
}
label.input.error .alert, div.input.error .alert {
  visibility: visible;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}
label.input.error:hover .alert, div.input.error:hover .alert {
  z-index: 6;
}

div.input {
  display: -moz-inline-box;
  display: inline-block;
}
div.input.point .esb-displayer, div.input.point .number {
  background: #FFF no-repeat 10px center;
  padding-left: 140px;
}
div.input.point .esb-displayer[data-value="5点"], div.input.point .number[data-value="5点"] {
  background-image: url(https://image.bellcosme.com/star/img-star-5.png);
}
div.input.point .esb-displayer[data-value="4点"], div.input.point .number[data-value="4点"] {
  background-image: url(https://image.bellcosme.com/star/img-star-4.png);
}
div.input.point .esb-displayer[data-value="3点"], div.input.point .number[data-value="3点"] {
  background-image: url(https://image.bellcosme.com/star/img-star-3.png);
}
div.input.point .esb-displayer[data-value="2点"], div.input.point .number[data-value="2点"] {
  background-image: url(https://image.bellcosme.com/star/img-star-2.png);
}
div.input.point .esb-displayer[data-value="1点"], div.input.point .number[data-value="1点"] {
  background-image: url(https://image.bellcosme.com/star/img-star-1.png);
}
div.input.point .esb-item {
  background: url(https://image.bellcosme.com/star/img-star-5.png) no-repeat 10px center;
  padding-left: 140px;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
div.input.point .esb-item:hover {
  background: #9f8322 no-repeat 10px center;
  background-image: url(https://image.bellcosme.com/star/img-star-5_hover.png);
}
div.input.point .esb-item:nth-child(2) {
  background-image: url(https://image.bellcosme.com/star/img-star-4.png);
}
div.input.point .esb-item:nth-child(2):hover {
  background-image: url(https://image.bellcosme.com/star/img-star-4_hover.png);
}
div.input.point .esb-item:nth-child(3) {
  background-image: url(https://image.bellcosme.com/star/img-star-3.png);
}
div.input.point .esb-item:nth-child(3):hover {
  background-image: url(https://image.bellcosme.com/star/img-star-3_hover.png);
}
div.input.point .esb-item:nth-child(4) {
  background-image: url(https://image.bellcosme.com/star/img-star-2.png);
}
div.input.point .esb-item:nth-child(4):hover {
  background-image: url(https://image.bellcosme.com/star/img-star-2_hover.png);
}
div.input.point .esb-item:nth-child(5) {
  background-image: url(https://image.bellcosme.com/star/img-star-1.png);
}
div.input.point .esb-item:nth-child(5):hover {
  background-image: url(https://image.bellcosme.com/star/img-star-1_hover.png);
}
div.input.point .number {
  display: -moz-inline-box;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  background-position: left center;
  padding-left: 130px;
}

textarea {
  padding: 5px;
  max-width: 100%;
  width: 100%;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  -webkit-appearance: none;
  border: 1px solid #cccccc;
  background: #FFF;
  height: 120px;
  font-size: 13px;
  outline: none;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
}
textarea:focus {
  border-color: #9f8322;
  background: #faf4e1;
  border-width: 2px;
}
textarea.error {
  background: #f8e8e9;
  border-color: #c20037;
  border-width: 2px;
}
textarea.error:focus {
  background: #FFF;
}

.icheckbox_cart {
  display: -moz-inline-box;
  display: inline-block;
  width: 19px;
  height: 23px;
  background: url(https://image.bellcosme.com/common/icon-checkbox-cart.png) no-repeat;
  cursor: pointer;
  position: relative;
}
.icheckbox_cart span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 110px;
  top: -40px;
  text-align: center;
  background: #444444;
  color: #FFF;
  line-height: 30px;
  -webkit-box-shadow: 3px 3px 0 0px #cccccc;
  -moz-box-shadow: 3px 3px 0 0px #cccccc;
  -ms-box-shadow: 3px 3px 0 0px #cccccc;
  -o-box-shadow: 3px 3px 0 0px #cccccc;
  box-shadow: 3px 3px 0 0px #cccccc;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icheckbox_cart span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #444444 transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -10px;
}
.icheckbox_cart.checked {
  background-image: url(https://image.bellcosme.com/common/icon-checkbox-cart_on.png);
}
.icheckbox_cart.checked:hover span {
  top: -45px;
  visibility: visible;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}

.icheckbox_favorite {
  display: -moz-inline-box;
  display: inline-block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: relative;
}
.icheckbox_favorite:after {
  content: "";
  display: -moz-inline-box;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  width: 30px;
  height: 30px;
  background: url(https://image.bellcosme.com/common/icon-checkbox-favorite.png) no-repeat;
}
.icheckbox_favorite span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 170px;
  top: -40px;
  text-align: center;
  background: #444444;
  color: #FFF;
  line-height: 30px;
  -webkit-box-shadow: 3px 3px 0 0px #cccccc;
  -moz-box-shadow: 3px 3px 0 0px #cccccc;
  -ms-box-shadow: 3px 3px 0 0px #cccccc;
  -o-box-shadow: 3px 3px 0 0px #cccccc;
  box-shadow: 3px 3px 0 0px #cccccc;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
}
.icheckbox_favorite span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #444444 transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -10px;
}
.icheckbox_favorite span.active {
  background-color: #c20037;
}
.icheckbox_favorite span.active:after {
  border-top-color: #c20037;
}
.icheckbox_favorite:hover:after {
  background-image: url(https://image.bellcosme.com/common/icon-checkbox-favorite_on.png);
}
.icheckbox_favorite:hover span {
  top: -45px;
  visibility: visible;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}
.icheckbox_favorite span.show {
  top: -45px;
  visibility: visible;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}
.icheckbox_favorite.checked:after {
  animation-name: tossing;
  -webkit-animation-name: tossing;
  background-image: url(https://image.bellcosme.com/common/icon-checkbox-favorite_active.png);
}
.icheckbox_favorite.show .before-box {
  visibility: visible;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}
.icheckbox_favorite .before-box {
  cursor: text;
  position: absolute;
  display: block;
  -webkit-box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  -moz-box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  -ms-box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  -o-box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 340px;
  border: 3px solid #cccccc;
  background-color: #FFF;
  padding: 40px 20px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  color: #444444;
  text-align: center;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.icheckbox_favorite .before-box .close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.icheckbox_favorite .before-box &gt; div {
  padding-bottom: 20px;
}
.icheckbox_favorite .before-box &gt; div:last-child {
  border-top: 1px dotted #cccccc;
  padding-bottom: 0;
  padding-top: 20px;
}
.icheckbox_favorite .before-box &gt; div .p1 {
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.icheckbox_favorite .before-box &gt; div .p2 {
  font-size: 13px;
  font-weight: normal;
  padding-bottom: 15px;
}
.icheckbox_favorite .before-box &gt; div .p3 {
  color: #9f8322;
  font-size: 16px;
  padding-bottom: 15px;
}
.icheckbox_favorite .before-box &gt; div .ul1 {
  text-align: left;
  padding: 0 40px 15px;
  color: #c20037;
}
.icheckbox_favorite .before-box &gt; div .ul1 li {
  list-style-type: disc;
}
.icheckbox_favorite .before-box &gt; div .btn a, .icheckbox_favorite .before-box &gt; div .b-btn a {
  font-size: 14px;
  width: 150px;
}
.heart .icheckbox_favorite:after {
  vertical-align: middle;
  margin-bottom: 5px;
}

.before-box {
  display: none;
}

.noCustom {
  margin-right: 5px;
}

.fav-btn .number, .fav-btn .comment, .fav-btn .before {
  display: none;
}

/* .icheck_fav-btn,.icheck_notice{
	.before{
		cursor: text;
		position: fixed;
		display: block;
		@include shadowFlat(3px,3px,rgba($border2,0.6));
		top: 50%;
		left: 50%;
		@include transform;
		width: 340px;
		border: 3px solid $border2;
		background-color: #FFF;
		padding: 40px 20px 25px;
		@include b_box;
		z-index: 100;
		@include opacity(0);
		visibility: hidden;
		color: $black;
		text-align: center;
		line-height: 1.5;
		@include transition;
		margin-top: 10px;
		.close{
			position: absolute;
			right: 10px;
			top: 10px;
			cursor: pointer;
		}
		&gt;div{
			padding-bottom: 20px;
			&amp;:last-child{
				border-top: 1px dotted $border2;
				padding-bottom: 0;
				padding-top: 20px;
			}
			.p1{
				padding-bottom: 10px;
				@include remb(16);
			}
			.p2{
				@include rem(13);
				font-weight: normal;
				padding-bottom: 20px;
			}
			.p3{
				color: $gold;
				@include rem(16);
				padding-bottom: 20px;
			}
			.btn,.b-btn{
				a{
					@include rem(14);
					width: 150px;
				}
			}
		}
		&amp;.show{
			visibility: visible;
			@include opacity(1);
			margin-top: 0;
		}
	}
	.bg{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(#FFF, 0.7);
    visibility: hidden;
    @include opacity(0);
    @include transition;
    z-index: 5;
    &amp;.show{
    	visibility: visible;
    	@include opacity(1);
    }
	}
} */
.icheck_fav-btn {
  background: #efefef url(https://image.bellcosme.com/search/icon-heart.png) no-repeat left 10px center;
  width: 235px;
  line-height: 40px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  font-size: 14px;
  font-weight: bold;
  padding-left: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.icheck_fav-btn:hover {
  background-image: url(https://image.bellcosme.com/search/icon-heart_on.png);
  background-color: #c20037;
  color: #FFF;
}
.icheck_fav-btn.checked {
  background-image: url(https://image.bellcosme.com/search/icon-heart_on.png);
  background-color: #c20037;
  color: #FFF;
}
.icheck_fav-btn.disabled {
  cursor: auto;
}
.icheck_fav-btn i {
  font-style: normal;
}
.icheck_fav-btn .number {
  cursor: text;
  display: block;
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  -webkit-box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  -moz-box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  -ms-box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  -o-box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  background-color: #444444;
  color: #FFF;
  line-height: 1.2;
  padding: 5px;
}
.icheck_fav-btn.checked .number {
  background-color: #c20037;
}
.icheck_fav-btn .number:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #444444;
  position: absolute;
  right: -8px;
  top: 50%;
  margin-top: -4px;
}
.icheck_fav-btn .comment {
  cursor: text;
  position: absolute;
  display: block;
  -webkit-box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  -moz-box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  -ms-box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  -o-box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  padding: 5px 0;
  text-align: center;
  background: #c20037;
  color: #FFF;
  top: -6px;
  width: 210px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  letter-spacing: -0.05em;
  line-height: 1.4;
  font-size: 12px;
  font-weight: bold;
}
.icheck_fav-btn .comment:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #c20037 transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  bottom: -6px;
}
.icheck_fav-btn .comment.active {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  top: -10px;
}

.icheck_notice {
  display: -moz-inline-box;
  display: inline-block;
  width: 100%;
  min-width: 140px;
  height: 40px;
  padding: 5px 10px;
  text-align: center;
  line-height: 1.2;
  font-size: 13px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #9f8322;
  background-color: #efefef;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icheck_notice:hover {
  background-color: #9f8322;
  color: #FFF;
}
.icheck_notice.checked {
  background-color: #9f8322;
  color: #FFF;
}
.icheck_notice.disabled {
  cursor: auto;
}
.icheck_notice i {
  font-style: normal;
}
.icheck_notice.w150 {
  width: 150px;
}
.icheck_notice .comment {
  cursor: text;
  position: absolute;
  display: block;
  -webkit-box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  -moz-box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  -ms-box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  -o-box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  padding: 8px 0;
  text-align: center;
  background: #FFF;
  color: #444444;
  top: -6px;
  width: 180px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  letter-spacing: -0.05em;
  line-height: 1.4;
  font-size: 12px;
  font-weight: normal;
  border: 3px solid #efefef;
}
.icheck_notice .comment:after, .icheck_notice .comment:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.icheck_notice .comment:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}
.icheck_notice .comment:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #efefef;
  border-width: 10px;
  margin-left: -10px;
}
.icheck_notice .comment.active {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  top: -10px;
}

.btn .icheck_discon {
  display: -moz-inline-box;
  display: inline-block;
  width: 100%;
  min-width: 140px;
  height: 40px;
  padding: 5px 10px;
  text-align: center;
  line-height: 1.2;
  font-size: 13px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #FFFFFF;
  background-color: #9f8322;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position:relative;
  cursor:auto;
  opacity:0.7;
}

.icheckbox_custom {
  display: -moz-inline-box;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(https://image.bellcosme.com/common/icon-checkbox.png) no-repeat center center;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
}
.icheckbox_custom.hover {
  background-image: url(https://image.bellcosme.com/common/icon-checkbox_hover.png);
}
.icheckbox_custom.checked {
  background-image: url(https://image.bellcosme.com/common/icon-checkbox_on.png);
}
.icheckbox_custom.disabled {
  color: #cccccc;
}

.checklabel, .radiolabel {
  cursor: pointer;
}
.checklabel:hover, .radiolabel:hover {
  color: #c20037;
}
.checklabel.disabled, .radiolabel.disabled {
  cursor: default;
}

.iradio_custom {
  display: -moz-inline-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(https://image.bellcosme.com/common/icon-radio.png) no-repeat;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
}
.iradio_custom.checked {
  background-image: url(https://image.bellcosme.com/common/icon-radio_on.png);
}
.iradio_custom.disabled {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
}

/* form */
/* table */
table {
  width: 100%;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-collapse: separate;
  border-spacing: 0;
}
table.padding-l th, table.padding-l td {
  padding: 15px 25px;
}
table th, table td {
  padding: 10px;
  border-right: 1px dotted #cccccc;
  border-bottom: 1px dotted #cccccc;
}
table th:last-child, table td:last-child {
  border-right-style: solid;
}
table th.al-c, table td.al-c {
  text-align: center;
}
table th.al-r, table td.al-r {
  text-align: right;
}
table th.al-r table, table td.al-r table {
  margin-left: auto;
}
table th.val-t, table td.val-t {
  vertical-align: top;
}
table th.padding-l, table td.padding-l {
  padding: 15px 25px;
}
table th.bb-no, table td.bb-no {
  border-bottom: none;
}
table th.bb-solid, table td.bb-solid {
  border-bottom-style: solid;
}
table th.br-dotted, table td.br-dotted {
  border-right-style: dotted;
}
table tr:last-child th, table tr:last-child td {
  border-bottom-style: solid;
}
table th {
  background-color: #efefef;
  vertical-align: middle;
}
table td {
  background-color: #FFF;
}
table thead th {
  line-height: 1.2;
  text-align: center;
  border-bottom-style: solid;
  font-weight: bold;
}
table tfoot td {
  padding-top: 20px;
  padding-bottom: 20px;
}
table.blank {
  width: auto;
  border: none;
}
table.blank th, table.blank td {
  border-right: 0px solid transparent;
  border-bottom: 0px solid transparent;
  padding: 5px 10px;
  background: transparent;
}
table.blank th.top, table.blank td.top {
  vertical-align: top;
}
table.blank.border th, table.blank.border td {
  border-bottom: 1px dotted #cccccc;
  padding: 30px 0;
}
table.blank.border tr:last-child th, table.blank.border tr:last-child td {
  border-bottom: none;
}
table.blank.border tr.bb-none th, table.blank.border tr.bb-none td {
  border-bottom: none;
}

/* table */
/* layout */
.link {
  text-align: center;
  line-height: 1.3;
}
.link.al-r {
  text-align: right;
}
.link a {
  color: #c20037;
  display: -moz-inline-box;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link a:before {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "Chalkboard SE", sans-serif;
  content: "&gt;";
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.link a:hover {
  background-position: 5px center;
}
.link a.gold {
  color: #9f8322;
}
.link a.black {
  color: #444444;
}
.link a.after:before {
  display: none;
}
.link a.after:after {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "Chalkboard SE", sans-serif;
  content: "&gt;";
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.link.gold a {
  color: #9f8322;
}
.link.gold a:before {
  display: none;
}
.link.gold a:after {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "Chalkboard SE", sans-serif;
  content: "&gt;";
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.question {
  font-size: 12px;
  display: -moz-inline-box;
  display: inline-block;
  font-weight: normal;
  position: relative;
}
.question span.open-t {
    display: -moz-inline-box;
    display: inline-block;
    background: url(https://image.bellcosme.com/common/icon-question.png) no-repeat left center;
    padding-left: 15px;
    color: #444444;
    cursor: pointer;
}
.question span.open-t:hover {
  text-decoration: underline;
}
.question.show .hidden {
  visibility: visible;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  bottom: 30px;
}
.question.show .bg {
  visibility: visible;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  cursor: pointer;
}
.question .hidden {
  position: absolute;
  display: block;
  -webkit-box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  -moz-box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  -ms-box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  -o-box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  border: 3px solid #9f8322;
  padding: 25px 15px 15px;
  text-align: left;
  background: #FFF;
  color: #444444;
  bottom: 25px;
  /*width: 210px;*/
  width: 300px;
  left: 5px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 6;
}
.question .hidden.pos-l {
  -webkit-transform: translateX(-22px);
  -moz-transform: translateX(-22px);
  -ms-transform: translateX(-22px);
  -o-transform: translateX(-22px);
  transform: translateX(-22px);
}
.question .hidden.pos-l:after, .question .hidden.pos-l:before {
  left: 20px;
}
.question .hidden.w300 {
  width: 300px;
}
.question .hidden.w400 {
  width: 400px;
}
.question .hidden.w600 {
  width: 600px;
}
.question .hidden:after, .question .hidden:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.question .hidden:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 6px;
  margin-left: -6px;
}
.question .hidden:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #9f8322;
  border-width: 10px;
  margin-left: -10px;
}
.question .hidden p {
  margin-bottom: 10px;
  padding-bottom: 0 !important;
}
.question .hidden p:last-child {
  margin-bottom: 0;
}
.question .hidden p.it-l {
  margin-bottom: 0;
}
.question .hidden p.it-l.mb {
  margin-bottom: 10px;
}
.question .hidden .sml {
  font-size: 11px;
}
.question .hidden ul {
  margin-bottom: 10px;
}
.question .hidden ul:last-child {
  margin-bottom: 0;
}
.question .hidden ul li {
  padding-bottom: 5px;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.question .hidden ul li:before {
  content: "\0030fb";
  color: #444444;
  margin-right: 0.5em;
}
.question .hidden strong {
  font-weight: bold;
}
.question .hidden table {
  margin-bottom: 10px;
}
.question .hidden table th, .question .hidden table td {
  padding: 5px;
  font-size: 11px;
}
.question .hidden table th {
  width: 100px;
}
.question .hidden table:last-child {
  margin-bottom: 0;
}
.question .hidden .close {
  position: absolute;
  right: 10px;
  top: 5px;
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "Chalkboard SE", sans-serif;
  color: #9f8322;
  cursor: pointer;
}
.question .bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  visibility: hidden;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 5;
}

a.blank {
  color: #444444;
}
a.blank:after {
  content: "";
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  width: 14px;
  height: 11px;
  background: url(https://image.bellcosme.com/common/icon-blank.png);
}
a.blank.gold {
  color: #9f8322;
}
a.blank.gold:after {
  width: 15px;
  background-image: url(https://image.bellcosme.com/common/icon-blank-gold.png);
}

a.browser {
  color: #9f8322;
}
a.browser:after {
  content: "";
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 3px;
  width: 15px;
  height: 15px;
  background: url(https://image.bellcosme.com/cart/icon-browser.png);
}

.heart {
    display: -moz-inline-box;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    width: 390px;
    margin-top: 10px;
}

.heart.checklabel:hover {
    color: inherit;
    cursor:default;
}

.close a, .close span, .close input {
  display: -moz-inline-box;
  display: inline-block;
  color: #9f8322;
  font-size: 14px;
  font-weight: bold;
  padding-right: 30px;
  position: relative;
  cursor: pointer;
}
.close a:hover, .close span:hover, .close input:hover {
  text-decoration: underline;
}
.close a:after, .close span:after, .close input:after {
  content: "";
  display: block;
  background: url(https://image.bellcosme.com/common/btn-close.png) no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.img-popup {
  display: -moz-inline-box;
  display: inline-block;
  line-height: 0;
  position: relative;
}
.img-popup:before {
  content: "";
  display: block;
  border: 1px solid #efefef;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  left: 0;
  top: 0;
  position: absolute;
}
.img-popup:after {
  content: "";
  display: block;
  position: absolute;
  background: url(https://image.bellcosme.com/common/icon-zoom.png);
  width: 19px;
  height: 19px;
  right: 3px;
  bottom: 3px;
}

.star span {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.star .star-icon {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.star .star-icon:after {
  clear: both;
  display: block;
  content: '';
}
.star .star-icon img {
  float: left;
  vertical-align: middle;
  height: auto;
}
.star .star-icon img:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}
.star .star-icon img:last-child {
  margin-right: 0 !important;
}
.star .star-icon.size-l img {
  margin-right: 6px;
  width: 29px;
}
.star .star-icon.size-m img {
  margin-right: 4px;
  width: 20px;
}
.star .star-icon.size-sm img {
  margin-right: 3px;
  width: 15px;
}
.star .star-icon.size-s img {
  margin-right: 3px;
  width: 12px;
}
.star .star-icon.size-ss img {
  margin-right: 2px;
  width: 11px;
}
.star .gold {
  color: #9f8322;
}
.star a {
  color: #444444;
}
.star a:hover {
  text-decoration: none;
}
.star a:hover .star-icon {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.star a:hover span {
  text-decoration: underline;
}

a.delete {
  display: -moz-inline-box;
  display: inline-block;
  width: 19px;
  height: 23px;
  background: url(https://image.bellcosme.com/common/icon-checkbox-cart.png) no-repeat;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.delete span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 150px;
  top: -40px;
  text-align: center;
  background: #444444;
  color: #FFF;
  line-height: 30px;
  -webkit-box-shadow: 3px 3px 0 0px #cccccc;
  -moz-box-shadow: 3px 3px 0 0px #cccccc;
  -ms-box-shadow: 3px 3px 0 0px #cccccc;
  -o-box-shadow: 3px 3px 0 0px #cccccc;
  box-shadow: 3px 3px 0 0px #cccccc;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  font-size: 12px;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.delete span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #444444 transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -10px;
}
a.delete span.w110 {
  width: 110px;
}
a.delete span.w200 {
  width: 200px;
}
a.delete:hover {
  background-image: url(https://image.bellcosme.com/common/icon-checkbox-cart_on.png);
}
a.delete:hover span {
  top: -45px;
  visibility: visible;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}

a.edit {
  display: -moz-inline-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(https://image.bellcosme.com/common/icon-edit.png) no-repeat;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.edit span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 110px;
  top: -40px;
  text-align: center;
  background: #444444;
  color: #FFF;
  line-height: 30px;
  -webkit-box-shadow: 3px 3px 0 0px #cccccc;
  -moz-box-shadow: 3px 3px 0 0px #cccccc;
  -ms-box-shadow: 3px 3px 0 0px #cccccc;
  -o-box-shadow: 3px 3px 0 0px #cccccc;
  box-shadow: 3px 3px 0 0px #cccccc;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  font-size: 12px;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.edit span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #444444 transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -10px;
}
a.edit:hover {
  background-image: url(https://image.bellcosme.com/common/icon-edit_hover.png);
}
a.edit:hover span {
  top: -45px;
  visibility: visible;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}

/* layout */
/* popup */
.delete-btn {
  position: relative;
  text-align: center;
}
.delete-btn .delete {
  line-height: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: url(https://image.bellcosme.com/common/icon-checkbox-cart.png);
  width: 19px;
  height: 23px;
  display: -moz-inline-box;
  display: inline-block;
}
.delete-btn .delete:hover {
  background-image: url(https://image.bellcosme.com/common/icon-checkbox-cart_on.png);
}
.delete-btn &gt; span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 150px;
  top: -40px;
  text-align: center;
  background: #444444;
  color: #FFF;
  line-height: 30px;
  -webkit-box-shadow: 3px 3px 0 0px #cccccc;
  -moz-box-shadow: 3px 3px 0 0px #cccccc;
  -ms-box-shadow: 3px 3px 0 0px #cccccc;
  -o-box-shadow: 3px 3px 0 0px #cccccc;
  box-shadow: 3px 3px 0 0px #cccccc;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  font-size: 12px;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.delete-btn &gt; span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #444444 transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -10px;
}
.delete-btn &gt; span.w110 {
  width: 110px;
}
.delete-btn &gt; span.w200 {
  width: 200px;
}
.delete-btn:hover .delete {
  background-image: url(https://image.bellcosme.com/common/icon-checkbox-cart_on.png);
}
.delete-btn:hover &gt; span {
  top: -45px;
  visibility: visible;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}

.delete-box {
  cursor: text;
  position: fixed;
  display: block;
  -webkit-box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  -moz-box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  -ms-box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  -o-box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  top: 51%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: -80px;
  width: 340px;
  border: 3px solid #cccccc;
  background-color: #FFF;
  padding: 40px 10px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  color: #444444;
  text-align: center;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 6;
}
.delete-box .close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.delete-box .content .p1 {
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}
.delete-box .content .btns p {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.delete-box.active {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

.before-box {
  cursor: text;
  position: fixed;
  display: block;
  -webkit-box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  -moz-box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  -ms-box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  -o-box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  box-shadow: 3px 3px 0 0px rgba(204, 204, 204, 0.6);
  top: 51%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 340px;
  border: 3px solid #cccccc;
  background-color: #FFF;
  padding: 40px 20px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  color: #444444;
  text-align: center;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.before-box .close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.before-box &gt; div {
  padding-bottom: 20px;
}
.before-box &gt; div:last-child {
  border-top: 1px dotted #cccccc;
  padding-bottom: 0;
  padding-top: 20px;
}
.before-box &gt; div .p1 {
  padding-bottom: 10px;
  font-size: 16px;
	/* [disabled]font-weight: bold; */
}
.before-box &gt; div .p2 {
  font-size: 13px;
  font-weight: normal;
  padding-bottom: 20px;
}
.before-box &gt; div .p3 {
  color: #9f8322;
  font-size: 16px;
  padding-bottom: 20px;
}
.before-box &gt; div .ul1 {
  text-align: left;
  padding: 0 40px 15px;
  color: #c20037;
}
.before-box &gt; div .ul1 li {
  list-style-type: disc;
}
.before-box &gt; div .btn a, .before-box &gt; div .b-btn a {
  font-size: 14px;
  width: 150px;
}
.before-box.active {
  visibility: visible;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  top: 50%;
}

.popbg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  visibility: hidden;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 5;
}
.popbg.active {
  visibility: visible;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}

/* popup */
/* jQuery UI */
.hasDatepicker .ui-datepicker-title {
  font-size: 13px;
  padding-bottom: 5px;
}
.hasDatepicker .ui-datepicker-calendar {
  background: #FFF;
  border: 1px solid #cccccc;
  display: block;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.hasDatepicker .ui-datepicker-calendar th, .hasDatepicker .ui-datepicker-calendar td {
  background: transparent;
  padding: 5px;
  text-align: center;
  border: none;
  width: 25px;
}
.hasDatepicker .ui-datepicker-calendar .ui-state-default {
  display: -moz-inline-box;
  display: inline-block;
  width: 25px;
  line-height: 25px;
  font-size: 13px;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  letter-spacing: -0.05em;
}
.hasDatepicker .ui-datepicker-calendar .ui-state-default.gcal-holiday {
  background: #c20037;
  color: #FFF;
}
.hasDatepicker .ui-datepicker-calendar a {
  color: #444444;
}
.hasDatepicker .ui-datepicker-calendar .ui-state-highlight {
  color: #444444;
  text-decoration: underline;
}
.hasDatepicker .ui-datepicker-calendar .hk-holiday .ui-state-default {
  background: #9f8322;
  color: #FFF;
}
.hasDatepicker .ui-datepicker-calendar .jp-holiday .ui-state-default {
  background: #444444;
  color: #FFF;
}
.hasDatepicker .ui-datepicker-calendar .ui-datepicker-week-end .ui-state-default, .hasDatepicker .ui-datepicker-calendar .holiday .ui-state-default {
  background: #c20037;
  color: #FFF;
}

/* jQuery UI */
/* animation */
@keyframes tossing {
  0% {
    transform: rotate(-8deg);
  }
  40% {
    transform: rotate(8deg);
  }
  80% {
    transform: rotate(-8deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-8deg);
  }
  40% {
    -webkit-transform: rotate(8deg);
  }
  80% {
    -webkit-transform: rotate(-8deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/* animation */
/*retina*/
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .btn a.favorite:hover:before, .btn input.favorite:hover:before, .btn span.favorite:hover:before {
    background-image: url(https://image.bellcosme.com/common/icon-checkbox-favorite_active@2x.png);
  }
  .btn a.favorite:before, .btn input.favorite:before, .btn span.favorite:before {
    background-size: 30px auto;
    background-image: url(https://image.bellcosme.com/common/icon-checkbox-favorite_on@2x.png);
  }

  .b-btn a.arrow, .b-btn input.arrow, .b-btn i.arrow {
    background-image: url(https://image.bellcosme.com/common/icon-arrow-red@2x.png);
    background-size: 20px auto;
  }
  .b-btn a.arrow.active, .b-btn input.arrow.active, .b-btn i.arrow.active {
    background-image: url(/https://image.bellcosme.com/common/icon-arrow-red-up@2x.png);
  }
  .b-btn a.cart:before, .b-btn input.cart:before, .b-btn i.cart:before {
    background-image: url(https://image.bellcosme.com/mypage/icon-btn-cart@2x.png);
    background-size: 20px auto;
  }
  .b-btn a.favorite:before, .b-btn input.favorite:before, .b-btn i.favorite:before {
    background-image: url(https://image.bellcosme.com/mypage/icon-btn-favorite@2x.png);
    background-size: 25px auto;
  }
  .b-btn a.good, .b-btn input.good, .b-btn i.good {
    background-image: url(https://image.bellcosme.com/search/icon-good@2x.png);
    background-size: 19px auto;
  }
  .b-btn a.good:hover, .b-btn input.good:hover, .b-btn i.good:hover {
    background-image: url(https://image.bellcosme.com/search/icon-good_on@2x.png);
  }
  .b-btn a.good.active, .b-btn input.good.active, .b-btn i.good.active {
    background-image: url(https://image.bellcosme.com/search/icon-good@2x.png);
  }

  .btn-delivery-add a:before {
    background-image: url(https://image.bellcosme.com/mypage/icon-delivery-add@2x.png);
    background-size: 30px auto;
  }
  .btn-delivery-add a:hover:before {
    background-image: url(https://image.bellcosme.com/mypage/icon-delivery-add_hover@2x.png);
  }

  .sctble_display:after {
    background-image: url(https://image.bellcosme.com/common/icon-arrow-select@2x.png);
    background-size: 20px auto;
  }

  .dependentSelect, .dependent-sub {
    background-image: url(https://image.bellcosme.com/common/icon-arrow-select@2x.png);
    background-size: 20px auto;
  }
  .dependentSelect:focus, .dependent-sub:focus {
    background-image: url(https://image.bellcosme.com/common/icon-arrow-select_on@2x.png);
  }

  .easy-select-box .esb-displayer:after {
    background: url(https://image.bellcosme.com/common/icon-arrow-select@2x.png);
    background-size: 20px auto;
  }
  .easy-select-box.focused .esb-displayer:after {
    background: url(https://image.bellcosme.com/common/icon-arrow-select_on@2x.png);
  }

  div.input.point .esb-displayer {
    background-size: 115px auto;
  }
  div.input.point .esb-displayer[data-value="5点"] {
    background-image: url(https://image.bellcosme.com/star/img-star-5@2x.png);
  }
  div.input.point .esb-displayer[data-value="4点"] {
    background-image: url(https://image.bellcosme.com/star/img-star-4@2x.png);
  }
  div.input.point .esb-displayer[data-value="3点"] {
    background-image: url(https://image.bellcosme.com/star/img-star-3@2x.png);
  }
  div.input.point .esb-displayer[data-value="2点"] {
    background-image: url(https://image.bellcosme.com/star/img-star-2@2x.png);
  }
  div.input.point .esb-displayer[data-value="1点"] {
    background-image: url(https://image.bellcosme.com/star/img-star-1@2x.png);
  }
  div.input.point .esb-item {
    background-size: 115px auto;
    background-image: url(https://image.bellcosme.com/star/img-star-5@2x.png);
  }
  div.input.point .esb-item:hover {
    background-image: url(https://image.bellcosme.com/star/img-star-5_hover@2x.png);
  }
  div.input.point .esb-item:nth-child(2) {
    background-image: url(https://image.bellcosme.com/star/img-star-4@2x.png);
  }
  div.input.point .esb-item:nth-child(2):hover {
    background-image: url(https://image.bellcosme.com/star/img-star-4_hover@2x.png);
  }
  div.input.point .esb-item:nth-child(3) {
    background-image: url(https://image.bellcosme.com/star/img-star-3@2x.png);
  }
  div.input.point .esb-item:nth-child(3):hover {
    background-image: url(https://image.bellcosme.com/star/img-star-3_hover@2x.png);
  }
  div.input.point .esb-item:nth-child(4) {
    background-image: url(https://image.bellcosme.com/star/img-star-2@2x.png);
  }
  div.input.point .esb-item:nth-child(4):hover {
    background-image: url(https://image.bellcosme.com/star/img-star-2_hover@2x.png);
  }
  div.input.point .esb-item:nth-child(5) {
    background-image: url(https://image.bellcosme.com/star/img-star-1@2x.png);
  }
  div.input.point .esb-item:nth-child(5):hover {
    background-image: url(https://image.bellcosme.com/star/img-star-1_hover@2x.png);
  }

  .icheckbox_cart {
    background: url(https://image.bellcosme.com/common/icon-checkbox-cart@2x.png);
    background-size: 19px auto;
  }
  .icheckbox_cart.checked {
    background-image: url(https://image.bellcosme.com/common/icon-checkbox-cart_on@2x.png);
  }

  .icheckbox_favorite:after {
    background-image: url(https://image.bellcosme.com/common/icon-checkbox-favorite@2x.png);
    background-size: 30px auto;
  }
  .icheckbox_favorite:hover:after {
    background-image: url(https://image.bellcosme.com/common/icon-checkbox-favorite_on@2x.png);
  }
  .icheckbox_favorite.checked:after {
    background-image: url(https://image.bellcosme.com/common/icon-checkbox-favorite_active@2x.png);
  }

  .icheckbox_custom {
    background-image: url(https://image.bellcosme.com/common/icon-checkbox@2x.png);
    background-size: 15px auto;
  }
  .icheckbox_custom.hover {
    background-image: url(https://image.bellcosme.com/common/icon-checkbox_hover@2x.png);
  }
  .icheckbox_custom.checked {
    background-image: url(https://image.bellcosme.com/common/icon-checkbox_on@2x.png);
  }

  .iradio_custom {
    background: url(https://image.bellcosme.com/common/icon-radio@2x.png);
    background-size: 20px auto;
  }
  .iradio_custom.checked {
    background-image: url(https://image.bellcosme.com/common/icon-radio_on@2x.png);
  }

  .question span.open-t {
    background-image: url(https://image.bellcosme.com/common/icon-question@2x.png);
    background-size: 12px auto;
  }

  a.browser:after {
    background-image: url(https://image.bellcosme.com/cart/icon-browser@2x.png);
    background-size: 15px auto;
  }

  a.blank:after {
    background-size: 14px auto;
    background-image: url(https://image.bellcosme.com/common/icon-blank@2x.png);
  }
  a.blank.gold:after {
    background-size: 15px auto;
    background-image: url(https://image.bellcosme.com/common/icon-blank-gold@2x.png);
  }

  .close a:after, .close span:after, .close input:after {
    background-image: url(https://image.bellcosme.com/common/btn-close@2x.png);
    background-size: 24px auto;
  }

  /*.heart {
    background-image: url(https://image.bellcosme.com/common/icon-heart@2x.png);
    background-size: 13px auto;
  }
  .heart.gray {
    background-image: url(https://image.bellcosme.com/common/icon-heart-gray@2x.png);
    background-size: 18px auto;
  }*/

  a.delete {
    background-image: url(https://image.bellcosme.com/common/icon-checkbox-cart@2x.png);
    background-size: 19px auto;
  }
  a.delete:hover {
    background-image: url(https://image.bellcosme.com/common/icon-checkbox-cart_on@2x.png);
  }

  a.edit {
    background-image: url(https://image.bellcosme.com/common/icon-edit@2x.png);
    background-size: 20px auto;
  }
  a.edit:hover {
    background-image: url(https://image.bellcosme.com/common/icon-edit_hover@2x.png);
  }

  .modal .unker-links p a {
    background-image: url(https://image.bellcosme.com/common/icon-arrow-white@2x.png);
    background-size: 20px auto;
  }
  .modal .unker-links p a:hover {
    background-image: url(https://image.bellcosme.com/common/icon-arrow-red@2x.png);
  }

  .delete-btn .delete {
    background-image: url(https://image.bellcosme.com/common/icon-checkbox-cart@2x.png);
    background-size: 19px auto;
  }
  .delete-btn .delete:hover {
    background-image: url(https://image.bellcosme.com/common/icon-checkbox-cart_on@2x.png);
  }
  .delete-btn:hover .delete {
    background-image: url(https://image.bellcosme.com/common/icon-checkbox-cart_on@2x.png);
  }
  .buy-after-btn .buy-after {
    background-image: url(https://image.bellcosme.com/common/icon-buylater@2x.png);
  }
  .buy-after-btn:hover .buy-after {
    background-image: url(https://image.bellcosme.com/common/icon-buylater_on@2x.png);
  }
}
/* container top
------------------------------------------------------------*/
#container.top .mainimg {
  background-color: #efefef;
  overflow: hidden;
  width: 100%;
}

#container.top .mainimg .main-slide {
  margin-bottom: 0;
}
#container.top .mainimg .main-slide .slick-slide {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=40);
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
}
#container.top .mainimg .main-slide .slick-slide a {
  display: block;
  width: 760px;
  height: 220px;
  position: relative;
  line-height: 0;
  text-align: center;
  overflow: hidden;
}
#container.top .mainimg .main-slide .slick-slide a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: auto;
  height: auto;
}
#container.top .mainimg .main-slide .slick-slide.slick-active {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}
#container.top .mainimg .main-slide .slick-prev {
  left: 50%;
  margin-left: -480px;
}
#container.top .mainimg .main-slide .slick-next {
  right: 50%;
  margin-right: -480px;
}
#container.top .mainimg .main-slide-nav {
  padding: 10px 0;
  width: 960px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
}
#container.top .mainimg .main-slide-nav:after {
  clear: both;
  display: block;
  content: '';
}
#container.top .mainimg .main-slide-nav .slick-list {
  overflow: visible;
}
#container.top .mainimg .main-slide-nav li {
  margin-right: 15px;
  cursor: pointer;
  float: left;
}
#container.top .mainimg .main-slide-nav li span, #container.top .mainimg .main-slide-nav li a {
  display: block;
  width: 180px;
  height: 60px;
  position: relative;
  line-height: 0;
  text-align: center;
  overflow: hidden;
}
#container.top .mainimg .main-slide-nav li span img, #container.top .mainimg .main-slide-nav li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: auto;
  height: auto;
}
#container.top .mainimg .main-slide-nav li:last-child {
  margin-right: 0;
}
#container.top .mainimg .main-slide-nav li.active {
  position: relative;
}
#container.top .mainimg .main-slide-nav li.active:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: -6px;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #444444 transparent;
}
#container.top .mainimg .main-slide-nav li.active span:before, #container.top .mainimg .main-slide-nav li.active a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #444444;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* サイトマップ */

.sitemap {
  width: 30%;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
}
.sitemap .left {
  float:left ;
  display: inline-block;
}
.sitemap .center {
  float:left ;
  display: inline-block;
}
.sitemap .right {
  float:right ;
  display: inline-block;
  }

.sitemap h3 {
  color: #9f8322;
  font-size: 16px;
  padding-bottom: 10px;
  padding-top: 40px;
}
.sitemap a {
  color: #444444;
}
.sitemap a:hover {
  color: #444444;
  text-decoration: underline;
}
.sitemap &gt; ul &gt; li.categoryName {
  font-size: 14px;
  padding-bottom: 10px;
  margin-left: 10px;
}
.sitemap .itemName {
  font-size: 12px;
  margin-left: 20px;
}



/*retina*/
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  header #head-main nav &gt; ul &gt; li.login &gt; a:before {
    background-image: url(https://image.bellcosme.com/common/icon-nav-login@2x.png);
    background-size: 19px auto;
  }
  header #head-main nav &gt; ul &gt; li.help &gt; a:before {
    background-image: url(https://image.bellcosme.com/common/icon-nav-help@2x.png);
    background-size: 23px auto;
  }
  header #head-main nav &gt; ul &gt; li.news &gt; a:before {
    background-image: url(https://image.bellcosme.com/common/icon-nav-news@2x.png);
    background-size: 27px auto;
  }
  header #head-main nav &gt; ul &gt; li.favorite &gt; a:before {
    background-image: url(https://image.bellcosme.com/common/icon-nav-favorite@2x.png);
    background-size: 25px auto;
  }
  header #head-main nav &gt; ul &gt; li.cart &gt; a:before {
    background-image: url(https://image.bellcosme.com/common/icon-nav-cart@2x.png);
    background-size: 29px auto;
  }
  header #head-main .search input[type="submit"] {
    background-image: url(https://image.bellcosme.com/common/icon-search@2x.png);
    background-size: 29px auto;
  }

  footer .item-list &gt; .title {
    background-image: url(https://image.bellcosme.com/common/icon-check@2x.png);
    background-size: 15px auto;
  }
  footer .contact &gt; div p.tel {
    background-image: url(https://image.bellcosme.com/common/icon-tel@2x.png);
    background-size: 29px auto;
  }
  footer .contact &gt; div p.mail {
    background-image: url(https://image.bellcosme.com/common/icon-pc@2x.png);
    background-size: 33px auto;
  }

  #container #contents-main #left nav ul li.new a {
    background-image: url(https://image.bellcosme.com/common/icon-left-new@2x.png);
    background-size: 24px auto;
  }
  #container #contents-main #left nav ul li.ranking a {
    background-image: url(https://image.bellcosme.com/common/icon-left-ranking@2x.png);
    background-size: 21px auto;
  }
  #container #contents-main #left nav ul li.kuchikomi a {
    background-image: url(https://image.bellcosme.com/common/icon-left-kuchikomi@2x.png);
    background-size: 23px auto;
  }
  #container #contents-main #right .news ul li a {
    background-image: url(https://image.bellcosme.com/common/icon-arrow@2x.png);
    background-size: 5px auto;
  }
  #container #contents-main #right .kuchikomi h2 {
    background-image: url(https://image.bellcosme.com/common/icon-left-kuchikomi@2x.png);
    background-size: 23px auto;
  }
  #container #contents-main .title-area .new a {
    background-image: url(https://image.bellcosme.com/common/icon-left-new@2x.png);
    background-size: 24px auto;
  }
  #container #contents-main .title-area .rank a {
    background-image: url(https://image.bellcosme.com/common/icon-left-ranking@2x.png);
    background-size: 21px auto;
  }
}

/*トップ画面ブランド*/
#container #contents-main #main .brand ul{
	display:-webkit-box;
    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;}
    #container #contents-main #main .brand ul li {
        border-right: 1px dotted #cccccc;
        float: left;
        letter-spacing: -0.3em;
	    box-sizing:border-box;
	    margin-bottom:10px;	
    }
    #container #contents-main #main .brand ul li:nth-child(1n),
    #container #contents-main #main .brand ul li:nth-child(4n){
        border-left: 1px dotted #cccccc;
        border-right: none;	
    }
        #container #contents-main #main .brand ul li a {
            color: #444444;
            display: block;
            padding: 8px;
            transition: all 0.3s ease 0s;
	        height:90%;
        }
        #container #contents-main #main .brand ul li a:hover {
            background-color: #e9f4f4;
            text-decoration: none;
        }
        #container #contents-main #main .brand ul li a &gt; * {
            display: inline-block;
            letter-spacing: normal;
            vertical-align: middle;
        }
        #container #contents-main #main .brand ul li a .img {
            line-height: 0;
            margin-right: 10px;
            width: 60px;
        }
        #container #contents-main #main .brand ul li a .text {
            width: 102px;
	        line-height:1.4;
        }
        #container #contents-main #main .brand ul li a .text .name {
            font-size: 13px;
            font-weight: bold;
        }

/* -----------------------
当店のお知らせのCSS
----------------------- */
.sample-accordion {
  min-width: 300px;
  margin: 0 auto;
  padding: 0;
}
.sample-accordion .ac-content {
  margin: 0;
  padding: 0;
}
.sample-accordion input {
  display: none;
}
.sample-accordion label {
  display: block;
  background: #ffffff;
  cursor: pointer;
  padding: 15px 10px;
  margin: -1px 0;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
  color:#444;
}
.sample-accordion label:hover {
  background: #fff;
  color:#444;
}
.sample-accordion .ac-cont {
  transition: 0.2s;
  height: 0;
  overflow: hidden;
  background: #fff;
  padding: 0 10px;
  box-sizing: border-box;
  cursor:default;
  color:#444;
}
.sample-accordion input:checked + .ac-cont {
  height: auto;
  padding: 10px;
  box-sizing: border-box;
}
.flag {
    /*font-weight: 500;*/
    /*border-right: solid 1px #999;*/
    color: #C20037;
}
.date {
    /*padding-left: 5px;*/
	font-weight: 100;
}
.date,.flag {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10px;
    font-size: 120%;
}
	/*label p {
    line-height: 15px;
    line-height: 6vw;
    font-size: 13px;
    font-size: 100%;
    font-weight: 700;
}*/
label.arrow{
	position: relative;
}

/*アロウボタン*/
.ac-content label.arrow::after{
	content:"";
	display: block;
	width:10px;
	height:10px;
	border-top:2px solid #797979;
	border-right:2px solid #797979;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	right:10px;
	top:50%;
	margin-top:-7px;
}

.cashless {
margin-top: 1em;
margin-bottom: 1em;
font-size:1.2em;
}
    .cashless a {
        color: -webkit-link;
        cursor: pointer;
        text-decoration: underline;
    }
    span.cashlessicon {
        background-color: #e61212;
        display: inline-block;
        color: #fff;
        font-weight: 700;
	    padding:0.5em;
	    margin-right: 1em;
    }
    strong.cashlesstotal{
	    color:#c20037;
	    margin-right: 1em;
        font-weight: bold;
        font-size: 120%;
    }

/* 詳細リンク */
.explain-link-right {
    margin: 10px 0 5px;
    font-size: 14px;
    text-align: right;
}

.explain-link-right a {
    display: inline-block;
    padding: 5px 5px 0;
    color: #f73daa;
}

/* 後で買う */
.buy-after-btn {
    position: relative;
    text-align: center;
    display: inline-block;
}

.buy-after-btn .buy-after {
    line-height: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-image: url(https://image.bellcosme.com/common/icon-buylater.png);
    background-size: contain;
    width: 30px;
    height: 30px;
    display: -moz-inline-box;
    display: inline-block;
}

.buy-after-btn &gt; span {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 150px;
    top: -40px;
    text-align: center;
    background: #444444;
    color: #FFF;
    line-height: 30px;
    -webkit-box-shadow: 3px 3px 0 0px #cccccc;
    -moz-box-shadow: 3px 3px 0 0px #cccccc;
    -ms-box-shadow: 3px 3px 0 0px #cccccc;
    -o-box-shadow: 3px 3px 0 0px #cccccc;
    box-shadow: 3px 3px 0 0px #cccccc;
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=0);
    opacity: 0;
    font-size: 12px;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.buy-after-btn &gt; span:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #444444 transparent transparent transparent;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: -10px;
}

.buy-after-btn:hover .buy-after {
    background-image: url(https://image.bellcosme.com/common/icon-buylater_on.png);
}

.buy-after-btn:hover &gt; span {
    top: -45px;
    visibility: visible;
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=100);
    opacity: 1;
}

/*Buy after delete button style*/
.buy-after-delete-btn {
    position: relative;
    text-align: center;
    display: inline-block;
}

.buy-after-delete-btn .btn-delete {
    line-height: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-image: url(https://image.bellcosme.com/common/icon-checkbox-cart.png);
    width: 19px;
    height: 23px;
    display: -moz-inline-box;
    display: inline-block;
}

.buy-after-delete-btn .btn-delete:hover {
    background-image: url(https://image.bellcosme.com/common/icon-checkbox-cart_on.png);
}

.buy-after-delete-btn &gt; span {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 150px;
    top: -40px;
    text-align: center;
    background: #444444;
    color: #FFF;
    line-height: 30px;
    -webkit-box-shadow: 3px 3px 0 0px #cccccc;
    -moz-box-shadow: 3px 3px 0 0px #cccccc;
    -ms-box-shadow: 3px 3px 0 0px #cccccc;
    -o-box-shadow: 3px 3px 0 0px #cccccc;
    box-shadow: 3px 3px 0 0px #cccccc;
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=0);
    opacity: 0;
    font-size: 12px;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.buy-after-delete-btn &gt; span:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #444444 transparent transparent transparent;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: -10px;
}

.buy-after-delete-btn &gt; span.w110 {
    width: 110px;
}

.buy-after-delete-btn &gt; span.w200 {
    width: 200px;
}

.buy-after-delete-btn:hover .back-cart {
    background-image: url(https://image.bellcosme.com/common/icon-checkbox-cart_on.png);
}

.buy-after-delete-btn:hover &gt; span {
    top: -45px;
    visibility: visible;
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=100);
    opacity: 1;
}

/* 改正特定商取引法 */
.spc-desktop .link-underline:active,
.spc-desktop .link-underline:link,
.spc-desktop .link-underline:visited,
.spc-desktop .link-underline,
.link-underline {
    text-decoration: underline;
}

.spc-desktop.border-bottom {
    border-bottom: 1px solid #aaa;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.spc-desktop span.open-t {
    background: none;
    padding: 0;
}

.spc-desktop.color-secondary {
    font-size: 11px;
    line-height: 16px;
    color: #444;
}

.spc-desktop.color-secondary p:not(:last-child) {
    margin-bottom: 2px;
}

/* 応援購入 */
.gbuyspearly {
    font-size: 18px;
    background: #9f8322;
    color: #fff;
    border: 1px solid #9f8322;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.gbuyearly {
    font-size: 18px;
    background: #9f8322;
    color: #fff;
    border: 1px solid #9f8322;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.gbuyearlytext {
    font-size: 32px;
    font-weight: bold;
}

.gbuyprice {
    margin: 0 0 10px;
    font-size: 12px;
}

.gbuypricexl {
    font-size: 32px;
    font-weight: bold;
    color: #c20037;
    line-height: 1.2;
}

.gbuysuccess {
    font-size: 18px;
    background: #fb2a79;
    color: #fff;
    border: 1px solid #fb2a79;
    padding: 15px 15px;
}

.gbuybox {
    font-size: 18px;
    background: #252525;
    color: #fff;
    border: 1px solid #252525;
    padding: 10px 15px 20px;
    margin-bottom: 15px;
}

.gbuyboxdetail {
    border-bottom: 1px solid #ccc;
    padding: 0.5em 0;
}

.gbuyboxdetail:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.gbuyboxdetailxl {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    vertical-align: -10%;
}

.gbuyboxdetailsm {
    font-size: 12px;
}

.gbuyicon01::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(https://image.bellcosme.com/common/gbuyicon01.png) no-repeat;
    background-size: contain;
    margin-right: 10px;
    vertical-align: middle;
    　padding-bottom: 10px;
}

.gbuyicon02::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(https://image.bellcosme.com/common/gbuyicon02.png) no-repeat;
    background-size: contain;
    margin-right: 10px;
    vertical-align: middle;
    　padding-bottom: 10px;
}

.gbuyicon03::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(https://image.bellcosme.com/common/gbuyicon03.png) no-repeat;
    background-size: contain;
    margin-right: 10px;
    vertical-align: middle;
    　padding-bottom: 10px;
}

.gbuytag {
    background-color: #9f8322;
    border-color: #9f8322;
    color: #fff;
    text-align: center;
    padding: 4px;
    width: 110px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -ms-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

/* 絞り込み条件を選択 */
.cat-list-section {
    margin-top: 32px;
}

.cat-list-section .block-title {
    width: 100%;
    height: 38px;line-height: 38px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 4px solid #444444;
    margin-bottom: 20px;
}

.cat-list-section .cat_more_btn {
    position: relative;
    display: block;
    padding: 10px 15px 10px 0;
    font-weight: 700;
    cursor: pointer;
}

.cat-list-section .cat_more_btn.btn_02 {
    padding: 10px 15px 10px 10px;
}

.cat-list-section .cat_more_btn.has_no_child::before {
    background: none;
}

.cat-list-section .cat_more_btn.has_no_child.on::before {
    background: none;
}

.cat-list-section .cat_more_btn.has_no_child::after {
    position: absolute;
    top: 16px;
    right: 10px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #1d1d1d;
    border-bottom: 1px solid #1d1d1d;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
    pointer-events: none;
    background: none;
    content: '';
}

.cat-list-section .cat_more_btn.last {
    display: block;
    padding: 10px 15px 10px 20px;
    font-size: 12px;
    font-weight: normal;
}

.cat-list-section .cat_more_btn {
    border-bottom: 1px dotted #ccc;
}

.cat-list-section .cat_more_btn.on::before {
    position: absolute;
    top: 50%;
    right: 9px;
    width: 1px;
    height: 9px;
    background: #1d1d1d;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    content: '';
}

.cat-list-section .cat_more_btn::before {
    position: absolute;
    top: 50%;
    right: 9px;
    width: 1px;
    height: 9px;
    background: #1d1d1d;
    -webkit-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    content: '';
}

.cat-list-section .cat_more_btn::after {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 9px;
    height: 1px;
    background: #1d1d1d;
    -webkit-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    content: '';
}

.brand-list-content {
    position: relative;
}

.brand_trigger::after {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #1d1d1d;
    border-bottom: 1px solid #1d1d1d;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
    pointer-events: none;
    content: '';
}

.brand-list-section .brand_area {
    position: absolute;
    top: -5px;
    left: 180px;
    z-index: 10;
    display: none;
    width: 410px;
    padding: 20px;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.brand-list-section .brand_area .ttl {
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
    font-weight: 700;
}

.brand-list-section .brand_area .close {
    position: absolute;
    top: 0;
    right: 20px;
    color: #898989;
    font-size: 30px;
    cursor: pointer;
}

.brand-list-section .bland_area .flex_wrap .scroll_area {
    position: relative;
    width: 355px;
    height: 380px;
    overflow-y: auto;
}

.brand-list-section .brand_area .flex_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.brand-list-section .brand_area .flex_wrap .scroll_area {
    position: relative;
    width: 355px;
    height: 380px;
    overflow-y: auto;
}

.brand-list-section .a_link {
    display: block;
    padding: 10px;
    font-weight: 700;
    border-bottom: 1px solid #e5e5e5;
}

.brand-list-section .brand_area .flex_wrap .bland_alink_btn_area {
    width: 35px;
}

.brand-list-section .brand_area .flex_wrap .bland_alink_btn_area li {
    margin-bottom: 3px;
}

.brand-list-section .brand_area .flex_wrap .bland_alink_btn_area li a {
    display: block;
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}

.brand-list-section .brand_area .flex_wrap .scroll_area li ul li {
    border-bottom: 1px solid #e5e5e5;
}

.brand-list-section .brand_area .flex_wrap .scroll_area li ul li a {
    position: relative;
    display: block;
    padding: 10px 80px 10px 10px;
}
@charset "UTF-8";
/* CSS Document */
/* container next
------------------------------------------------------------*/
#container.next .head-title {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 4px solid #cccccc;
  position: relative;
  background: no-repeat left 2px;
  margin-bottom: 30px;
}
#container.next .head-title:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 470px;
  height: 4px;
  background-color: #444444;
}
#container.next .head-title.cart {
  background-image: url(/Content_BC/Images/cart/icon-ttl-cart.png);
  padding-left: 40px;
}
#container.next .head-title.entry {
  background-image: url(/Content_BC/Images/newmember/icon-ttl-entry.png);
  padding-left: 40px;
}
#container.next .head-title.login {
  background-image: url(/Content_BC/Images/login/icon-ttl-login.png);
  padding-left: 40px;
}
#container.next .head-title.password {
  background-image: url(/Content_BC/Images/login/icon-ttl-password.png);
  padding-left: 40px;
}
#container.next .head-title.delivery {
  background-image: url(/Content_BC/Images/mypage/icon-ttl-delivery.png);
  background-position: left center;
  padding-left: 35px;
}
#container.next .head-title.kuchikomi {
  background-image: url(/Content_BC/Images/mypage/icon-ttl-kuchikomi.png);
  background-position: left center;
  padding-left: 35px;
}
#container.next .head-title.editmember {
  background-image: url(/Content_BC/Images/mypage/icon-ttl-editmember.png);
  background-position: left center;
  padding-left: 35px;
}
#container.next .head-title.withdrawal {
  background-image: url(/Content_BC/Images/mypage/icon-ttl-withdrawal.png);
  background-position: left center;
  padding-left: 35px;
}
#container.next .head-title.contact {
  background-image: url(/Content_BC/Images/guide/icon-ttl-question.png);
  background-position: left center;
  padding-left: 35px;
}
#container.next .head-title.ranking {
  background-image: url(/Content_BC/Images/search/icon-ttl-ranking.png);
  background-position: left center;
  padding-left: 35px;
}
#container.next .head-title.brand {
  background-image: url(/Content_BC/Images/search/icon-ttl-brand.png);
  background-position: left center;
  padding-left: 35px;
}
#container.next .head-title.order {
  background-image: url(/Content_BC/Images/guide/icon-ttl-order.png);
  padding-left: 40px;
}
#container.next .head-title.purchase {
  background-image: url(/Content_BC/Images/mypage/icon-ttl-purchase.png);
  padding-left: 40px;
}
#container.next .head-title.mypage {
  background-image: url(/Content_BC/Images/mypage/icon-ttl-mypage.png);
  padding-left: 40px;
  background-position: left center;
}
#container.next .head-title.point {
  background-image: url(/Content_BC/Images/mypage/icon-ttl-point.png);
  padding-left: 40px;
  background-position: left center;
}
#container.next .head-title.news {
  background-image: url(/Content_BC/Images/mypage/icon-ttl-news.png);
  padding-left: 40px;
  background-position: left center;
}
#container.next .head-title.alert {
  background-image: url(/Content_BC/Images/mypage/icon-ttl-alert.png);
  padding-left: 40px;
  background-position: left center;
}
#container.next .head-title.favorite {
  background-image: url(/Content_BC/Images/mypage/icon-ttl-favorite.png);
  padding-left: 40px;
  background-position: left center;
}
#container.next .head-title span {
  font-size: 18px;
}
#container.next .head-title2 {
  background-color: #444444;
  border-left: 5px solid #9f8322;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 15px;
  margin-bottom: 25px;
}
#container.next .head-title3 {
	font-size: 20px;
	border-left: 5px solid #cccccc;
	padding-left: 10px;
	margin-bottom: 20px;
	font-weight: normal;
}
#container.next .head-title3.mb10 {
	margin-bottom: 10px;
	margin-top: 40px;
}
#container.next .head-title4 {
	font-size: 20px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-weight: normal;
}
#container.next .head-title5 {
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 5px;
}
#container.next #contents-single {
  width: 960px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}
#container.next .breadcrumb {
  padding-bottom: 15px;
}
#container.next .breadcrumb ul:after {
  clear: both;
  display: block;
  content: '';
}
#container.next .breadcrumb ul li {
  float: left;
  margin-right: 10px;
}
#container.next .breadcrumb ul li:first-child:before {
  display: none;
}
#container.next .breadcrumb ul li:before {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  content: "&gt;";
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#container.next .breadcrumb ul li a {
  color: #444444;
}
#container.next #contents-main {
  position: relative;
}
#container.next #contents-main .head-title:after {
  width: 400px;
}
#container.next .contact-bottom {
  padding: 40px 0 45px;
  text-align: center;
}
#container.next .contact-bottom:after {
  clear: both;
  display: block;
  content: '';
}
#container.next .contact-bottom .text {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 20px;
}
#container.next .contact-bottom &gt; div {
  display: -moz-inline-box;
  display: inline-block;
  width: 370px;
  border: 1px solid #cccccc;
}
#container.next .contact-bottom &gt; div .title {
  line-height: 50px;
  background: #efefef;
  font-size: 18px;
  font-weight: bold;
}
#container.next .contact-bottom &gt; div .title:before {
  content: "";
  background: no-repeat center center;
  width: 33px;
  height: 30px;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#container.next .contact-bottom &gt; div .content {
  display: table-cell;
  width: 410px;
  height: 120px;
  vertical-align: middle;
  font-size: 14px;
}
#container.next .contact-bottom &gt; div .content .tel {
  color: #9f8322;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
}
#container.next .contact-bottom &gt; div .content .link {
  font-size: 22px;
  font-weight: bold;
}
#container.next .contact-bottom &gt; div.tel {
  float: left;
}
#container.next .contact-bottom &gt; div.tel .title:before {
  background-image: url(/Content_BC/Images/common/icon-tel.png);
}
#container.next .contact-bottom &gt; div.internet {
  float: right;
}
#container.next .contact-bottom &gt; div.internet .title:before {
  background-image: url(/Content_BC/Images/common/icon-pc.png);
}
#container.next .pagenavi {
  text-align: right;
}
#container.next .pagenavi:after {
  clear: both;
  display: block;
  content: '';
}
#container.next .pagenavi li {
  float: left;
  margin-left: 10px;
}
#container.next .pagenavi li a, #container.next .pagenavi li span {
  display: block;
  border: 1px solid #cccccc;
  color: #444444;
  text-align: center;
  line-height: 28px;
  width: 28px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#container.next .pagenavi li a:hover {
  background-color: #cccccc;
  text-decoration: none;
  color: #FFF;
}
#container.next .pagenavi li span {
  color: #FFF;
  background-color: #cccccc;
}
#container.next .pagenavi li span.extend {
  color: #444444;
  background-color: transparent;
  border: none;
  width: auto;
}
#container.next .pagenavi li.prev a, #container.next .pagenavi li.next a {
  background-color: #444444;
  color: #FFF;
  border-color: #444444;
  width: 50px;
}
#container.next .pagenavi li.prev a:hover, #container.next .pagenavi li.next a:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
#container.next .pagenavi li.prev a:before {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  content: "&gt;";
  content: "&lt;";
  margin-right: 5px;
}
#container.next .pagenavi li.next a:after {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  content: "&gt;";
  margin-left: 5px;
}
#container.next .bottom-navi:after {
  clear: both;
  display: block;
  content: '';
}
#container.next .bottom-navi.bt {
  padding-top: 15px;
  border-top: 1px solid #cccccc;
}
#container.next .bottom-navi .number {
  float: left;
}
#container.next .bottom-navi .pagenavi {
  float: right;
}
#container.next .text-error {
  border: 5px solid #c20037;
  text-align: center;
  color: #c20037;
  font-size: 20px;
  font-weight: bold;
  padding: 5px;
  margin-bottom: 20px;
}

#container.next .text-cart-info {
  border: 1px solid #c20037;
  text-align: center;
  color: #c20037;
  font-size: 16px;
  font-weight: bold;
  padding: 5px;
  margin-bottom: 20px;
}

/*retina*/
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #container.next .head-title.cart {
    background-image: url(/Content_BC/Images/cart/icon-ttl-cart@2x.png);
    background-size: 30px auto;
  }
  #container.next .head-title.entry {
    background-image: url(/Content_BC/Images/newmember/icon-ttl-entry@2x.png);
    background-size: 28px auto;
  }
  #container.next .head-title.login {
    background-image: url(/Content_BC/Images/login/icon-ttl-login@2x.png);
    background-size: 29px auto;
  }
  #container.next .head-title.password {
    background-image: url(/Content_BC/Images/login/icon-ttl-password@2x.png);
    background-size: 24px auto;
  }
  #container.next .head-title.delivery {
    background-image: url(/Content_BC/Images/mypage/icon-ttl-delivery@2x.png);
    background-size: 24px auto;
  }
  #container.next .head-title.kuchikomi {
    background-image: url(/Content_BC/Images/mypage/icon-ttl-kuchikomi@2x.png);
    background-size: 29px auto;
  }
  #container.next .head-title.editmember {
    background-image: url(/Content_BC/Images/mypage/icon-ttl-editmember@2x.png);
    background-size: 28px auto;
  }
  #container.next .head-title.withdrawal {
    background-image: url(/Content_BC/Images/mypage/icon-ttl-withdrawal@2x.png);
    background-size: 27px auto;
  }
  #container.next .head-title.contact {
    background-image: url(/Content_BC/Images/guide/icon-ttl-question@2x.png);
    background-size: 24px auto;
  }
  #container.next .head-title.ranking {
    background-image: url(/Content_BC/Images/search/icon-ttl-ranking@2x.png);
    background-size: 27px auto;
  }
  #container.next .head-title.brand {
    background-image: url(/Content_BC/Images/search/icon-ttl-brand@2x.png);
    background-size: 28px auto;
  }
  #container.next .head-title.order {
    background-image: url(/Content_BC/Images/guide/icon-ttl-order@2x.png);
    background-size: 34px auto;
  }
  #container.next .head-title.purchase {
    background-image: url(/Content_BC/Images/mypage/icon-ttl-purchase@2x.png);
    background-size: 26px auto;
  }
  #container.next .head-title.mypage {
    background-image: url(/Content_BC/Images/mypage/icon-ttl-mypage@2x.png);
    background-size: 25px auto;
  }
  #container.next .head-title.point {
    background-image: url(/Content_BC/Images/mypage/icon-ttl-point@2x.png);
    background-size: 27px auto;
  }
  #container.next .head-title.news {
    background-image: url(/Content_BC/Images/mypage/icon-ttl-news@2x.png);
    background-size: 28px auto;
  }
  #container.next .head-title.alert {
    background-image: url(/Content_BC/Images/mypage/icon-ttl-alert@2x.png);
    background-size: 22px auto;
  }
  #container.next .head-title.favorite {
    background-image: url(/Content_BC/Images/mypage/icon-ttl-favorite@2x.png);
    background-size: 25px auto;
  }
  #container.next .contact-bottom &gt; div.tel .title:before {
    background-image: url(/Content_BC/Images/common/icon-tel@2x.png);
    background-size: 29px auto;
  }
  #container.next .contact-bottom &gt; div.internet .title:before {
    background-image: url(/Content_BC/Images/common/icon-pc@2x.png);
    background-size: 33px auto;
  }
}

@charset "UTF-8";
/* CSS Document */
/* container search
------------------------------------------------------------*/
#container.search #contents-main {
  padding-top: 20px;
  padding-bottom: 45px; }
#container.search .share {
  text-align: right;
  padding-bottom: 10px; }
  #container.search .share li {
    line-height: 0;
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px; }

/*--20160901.condition-area高さ調整ここから*/
#container.search .condition-area {
  font-size: 13px;
  margin: 10px 0 30px; }
  #container.search .condition-area .c-box {
    background-color: #efefef;
    padding: 5px 20px;
    margin-bottom: 8px; }
    #container.search .condition-area .c-box:after {
      clear: both;
      display: block;
      content: ''; }
    #container.search .condition-area .c-box .title {
      float: left;
      font-size: 14px; }
      #container.search .condition-area .c-box .title span {
        font-weight: bold; }
      #container.search .condition-area .c-box .title label {
        display: -moz-inline-box;
        display: inline-block;
        vertical-align: middle; }
    #container.search .condition-area .c-box .right {
      float: right; }
      #container.search .condition-area .c-box .right p {
        display: -moz-inline-box;
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px; }
    #container.search .condition-area .c-product &gt; .title {
      font-size: 18px;
      font-weight: bold;
      margin-top: 10px; }
      #container.search .condition-area .c-product &gt; .title small {
        font-size: 13px;
        font-weight: normal;
        margin-left: 5px; }
      #container.search .condition-area .c-product &gt; .title.opener {
        position: relative;
        cursor: pointer;
        border-bottom: none;
        padding-bottom: 0; }
        #container.search .condition-area .c-product &gt; .title.opener small {
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        #container.search .condition-area .c-product &gt; .title.opener:after {
          content: "";
          display: block;
          background: url(/Content_BC/Images/common/icon-arrow-red.png);
          width: 20px;
          height: 20px;
          position: absolute;
          right: 10px;
          top: 5px;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        #container.search .condition-area .c-product &gt; .title.opener.active small {
          visibility: hidden;
          -ms-filter: "alpha( opacity=$number*100 )";
          filter: alpha(opacity=0);
          opacity: 0; }
        #container.search .condition-area .c-product &gt; .title.opener.active:after {
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          transform: rotate(180deg);
          -webkit-transform-origin: center center;
          -moz-transform-origin: center center;
          -ms-transform-origin: center center;
          -o-transform-origin: center center;
          transform-origin: center center; }
    #container.search .condition-area .c-product .condition { }
    #container.search .condition-area .c-product .condition::after {
    clear: both;
    content: "";
    display: block;} 
      #container.search .condition-area .c-product .condition table {
        width: 100%; }
        #container.search .condition-area .c-product .condition table th {
          font-weight: bold;
          width: 70px; }
          #container.search .condition-area .c-product .condition table th:nth-child(3) {
            padding-left: 25px; }
        #container.search .condition-area .c-product .condition table th, #container.search .condition-area .c-product .condition table td {
          padding: 5px 0; }
        #container.search .condition-area .c-product .condition table td {
          width: 260px; }
          #container.search .condition-area .c-product .condition table td input, #container.search .condition-area .c-product .condition table td select, #container.search .condition-area .c-product .condition table td .easy-select-box {
            width: 100% !important;
            min-width: 110px;
            height: 30px;
            line-height: 30px; }
          #container.search .condition-area .c-product .condition table td .dependent-sub {
            margin-bottom: 10px; }
            #container.search .condition-area .c-product .condition table td .dependent-sub:nth-child(2) {
              margin-top: 10px; }
            #container.search .condition-area .c-product .condition table td .dependent-sub:last-child {
              margin-bottom: 0; }
        #container.search .condition-area .c-product .condition table table td {
          padding: 0;
          width: auto; }
        #container.search .condition-area .c-product .condition table table td:nth-child(2) {
          padding: 0 3px; }
      #container.search .condition-area .c-product .condition .b-btn {
        margin-top: 5px;
        text-align:left;}
        #container.search .condition-area .c-product .condition .b-btn &gt; input {
    padding: 0 50px 0 10px;
    text-align: left;
    width: 210px;
	line-height:30px;}
      #container.search .condition-area .c-product .condition .onayami-box {
        padding: 0 0 10px 0;
        display: none; }
        #container.search .condition-area .c-product .condition .onayami-box.active {
          display: block; }
        #container.search .condition-area .c-product .condition .onayami-box .phase {
          background-color: #FFF;
          padding: 10px 20px;
          margin-bottom: 10px; }
          #container.search .condition-area .c-product .condition .onayami-box .phase:last-child {
            margin-bottom: 0; }
          #container.search .condition-area .c-product .condition .onayami-box .phase .title {
            font-size: 18px;
            font-weight: bold;
            color: #c20037;
            padding-bottom: 10px; }
          #container.search .condition-area .c-product .condition .onayami-box .phase dl dt {
            margin-top: 20px;
            font-size: 14px;
            border-bottom: 1px solid #cccccc;
            padding-bottom: 5px;
            margin-bottom: 15px; }
            #container.search .condition-area .c-product .condition .onayami-box .phase dl dt:first-child {
              margin-top: 0; }
            #container.search .condition-area .c-product .condition .onayami-box .phase dl dt span {
              font-size: 16px;
              font-weight: bold; }
          #container.search .condition-area .c-product .condition .onayami-box .phase dl dd label {
            display: -moz-inline-box;
            display: inline-block;
            vertical-align: top;
            font-size: 13px; }
          #container.search .condition-area .c-product .condition .onayami-box .phase table.blank {
            display: block; }
            #container.search .condition-area .c-product .condition .onayami-box .phase table.blank tr {
              display: inline; }
            #container.search .condition-area .c-product .condition .onayami-box .phase table.blank td {
              display: -moz-inline-box;
              display: inline-block;
              padding: 0 10px 10px 0;
              width: auto; }
              #container.search .condition-area .c-product .condition .onayami-box .phase table.blank td:last-child {
                padding-right: 0; }
	    #container.search .condition-area .c-product .onayami-area {
			display:inline-block;
            width: 100%;
		}	
		   #container.search .condition-area .c-product .btn-area {
      position: relative;
      padding: 5px 0; 
	  float:right;
	  width:440px;}
	  #container.search .condition-area .c-product .btn-area .btn, .submit{
		  text-align:left;
		  }
		#container.search .condition-area .c-product .btn-area .btn .sml{
			line-height:34px;
		}
      #container.search .condition-area .c-product .btn-area .close {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
    #container.search .condition-area .c-product .refine-detail {
    background-color: #efefef;
    padding: 8px 20px;
    border: 1px solid #ccc;
       }
  #container.search .condition-area &gt; h2 {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5px; }
  #container.search .condition-area .btns {
    padding-top: 20px; }
    #container.search .condition-area .btns:after {
      clear: both;
      display: block;
      content: ''; }
    #container.search .condition-area .btns li {
      float: left;
      margin-right: 10px;
      margin-bottom: 10px; }
      #container.search .condition-area .btns li a {
        width: auto;
        padding-left: 15px;
        padding-right: 30px; }
#container.search .search-result {
  padding-bottom: 30px; }
/*--20160901高さ調整ここまで*/
  #container.search .search-result &gt; h2 {
    font-size: 12px;
    font-weight: normal;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5px; }
    #container.search .search-result &gt; h2 strong {
      font-size: 16px;
      font-weight: bold; }
  #container.search .search-result .head-area {
    padding: 10px 0;
    font-size: 13px; }
    #container.search .search-result .head-area:after {
      clear: both;
      display: block;
      content: ''; }
    #container.search .search-result .head-area .left {
      float: left;
      padding-top: 10px;
      margin-right: 30px; }
    #container.search .search-result .head-area .center {
      float: left; }
      #container.search .search-result .head-area .center select, #container.search .search-result .head-area .center .easy-select-box {
        width: 150px;
        display: -moz-inline-box;
        display: inline-block;
        vertical-align: middle; }
      #container.search .search-result .head-area .center p {
        display: -moz-inline-box;
        display: inline-block;
        vertical-align: middle; }
    #container.search .search-result .head-area .right {
      float: right;
      padding-top: 10px; }
      #container.search .search-result .head-area .right p {
        display: -moz-inline-box;
        display: inline-block;
        vertical-align: middle;
        font-weight: bold;
        color: #9f8322; }
        #container.search .search-result .head-area .right p a {
          font-weight: normal;
          color: #444444; }
        #container.search .search-result .head-area .right p:first-child {
          margin-left: 15px; }
        #container.search .search-result .head-area .right p:last-child:after {
          display: none; }
        #container.search .search-result .head-area .right p:after {
          content: "|";
          margin-left: 5px; }
  #container.search .search-result .products &gt; ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #cccccc;
    border-bottom: none;
    position: relative; }
    #container.search .search-result .products &gt; ul:after {
      content: "";
      display: block;
      width: 100%;
      border-bottom: 1px solid #cccccc;
      position: absolute;
      left: 0;
      bottom: 0; }
    #container.search .search-result .products &gt; ul &gt; li {
      width: 25%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      border-right: 1px dotted #cccccc;
      border-bottom: 1px dotted #cccccc;
      padding: 13px 13px 65px;
      position: relative; }
      #container.search .search-result .products &gt; ul &gt; li:nth-child(4n) {
        border-right: none; }
      #container.search .search-result .products &gt; ul &gt; li .tags {
        letter-spacing: -.4em;
        width: 100%;
        padding-bottom: 10px; }
        #container.search .search-result .products &gt; ul &gt; li .tags li {
          letter-spacing: normal;
          text-align: center;
          margin-right: 2px;
          margin-bottom: 2px;
          display: -moz-inline-box;
          display: inline-block;
          width: 50px;
          line-height: 20px;
          border: 1px solid #c20037;
          color: #c20037;
          float: left;
          -webkit-border-radius: 3px 3px 3px 3px;
          -moz-border-radius: 3px 3px 3px 3px;
          -ms-border-radius: 3px 3px 3px 3px;
          -o-border-radius: 3px 3px 3px 3px;
          border-radius: 3px 3px 3px 3px; }
          #container.search .search-result .products &gt; ul &gt; li .tags li.black {
            border-color: #444444;
            color: #444444; }
          #container.search .search-result .products &gt; ul &gt; li .tags li.bg-gold {
            background-color: #9f8322;
            border-color: #9f8322;
            color: #FFF; }
          #container.search .search-result .products &gt; ul &gt; li .tags li.bg-red {
            background-color: #c20037;
            border-color: #c20037;
            color: #FFF; }
          #container.search .search-result .products &gt; ul &gt; li .tags li.bg-kake {
            background-color: #fff;
            border-color: #c9c9c9;
            color: #707070; }
            #container.search .search-result .products &gt; ul &gt; li .tags li.bg-brown {
                background-color: #9f8322;
                border-color: #9f8322;
                color: #FFF;
            }
            #container.search .search-result .products &gt; ul &gt; li .tags li.tag-nposu {
                background-color: #fff;
                border-color: #e6b422;
                color: #e6b422;
                width: auto;
                padding: 0px 5px;
            }
            #container.search .search-result .products &gt; ul &gt; li .tags li.tag-saitan {
                background-color: #fff;
                border-color: #003399;
                color: #003399;
                width: auto;
                padding: 0px 5px;
            }
            #container.search .search-result .products &gt; ul &gt; li .tags li.tag-point {
                background-color: #fff;
                border-color: #000;
                color: #000;
            }
            #container.search .search-result .products &gt; ul &gt; li .tags li.wrap {
            background-color: #3a5882;
            border-color: #3a5882;
            color: #fff; 
			width: 160px;}
          #container.search .search-result .products &gt; ul &gt; li .tags li.wrap-s {
            background-color: #f56e8f;
            border-color: #f56e8f;
            color: #fff; 
			width: 160px;}
          #container.search .search-result .products &gt; ul &gt; li .tags li.un-matome {
            background-color: #888888;
            border-color: #888888;
            color: #fff; 
			width: 102px;}
        #container.search .search-result .products &gt; ul &gt; li .percent {
            float: left;
            background-color: #c20037;
            color: #fff;
            width: 60px;
            text-align: center;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-border-radius: 5% 5% 5% 5%;
            -moz-border-radius: 5% 5% 5% 5%;
            -ms-border-radius: 5% 5% 5% 5%;
            -o-border-radius: 5% 5% 5% 5%;
            border-radius: 5% 5% 5% 5%;
            padding: 4px;
            margin-right: 5px;
            font-size: 10px;
        }
      #container.search .search-result .products &gt; ul &gt; li &gt; a {
        display: block;
        color: #444444; }
        #container.search .search-result .products &gt; ul &gt; li &gt; a:hover {
          text-decoration: underline;
          color: #9f8322; }
          #container.search .search-result .products &gt; ul &gt; li &gt; a:hover img {
            -ms-filter: "alpha( opacity=$number*100 )";
            filter: alpha(opacity=70);
            opacity: 0.7; }
      #container.search .search-result .products &gt; ul &gt; li .img {
        text-align: center;
        margin-bottom: 10px;
        width: 160px;
        height: 160px;
        position: relative;
        line-height: 0;
        text-align: center;
        overflow: hidden; }
        #container.search .search-result .products &gt; ul &gt; li .img img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          max-width: 100%;
          width: auto;
          height: auto; }
      #container.search .search-result .products &gt; ul &gt; li .midashi {
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 12px;
    color: #C20037;
        }
      #container.search .search-result .products &gt; ul &gt; li .text {
        line-height: 1.3;
        margin-bottom: 10px;
        }
      #container.search .search-result .products &gt; ul &gt; li .text1 {
    line-height: 1.3;
    margin-bottom: 10px;
    font-size: 14px;
        }
      #container.search .search-result .products &gt; ul &gt; li .name {
    font-weight: bold;
    font-size: 12px;
        }
      #container.search .search-result .products &gt; ul &gt; li .category {
        /* [disabled]margin-bottom: 5px; */
        padding-top: 5px;
        }
        #container.search .search-result .products &gt; ul &gt; li .category a {
          display: block;
          color: #9f8322;
          position: relative;
          padding: 5px 0;
          line-height: 1.2;
          text-align: center;
          font-size: 11px;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          height: 100%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          box-sizing: border-box;
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center; }
          #container.search .search-result .products &gt; ul &gt; li .category a:before, #container.search .search-result .products &gt; ul &gt; li .category a:after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            width: 10px;
            height: 100%;
            border-top: 1px solid #9f8322;
            border-bottom: 1px solid #9f8322;
            background: no-repeat center center;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box; }
          #container.search .search-result .products &gt; ul &gt; li .category a:before {
            left: 0;
            border-left: 1px solid #9f8322; }
          #container.search .search-result .products &gt; ul &gt; li .category a:after {
            right: 0;
            border-right: 1px solid #9f8322; }
          #container.search .search-result .products &gt; ul &gt; li .category a:hover {
            background-color: #9f8322;
            color: #FFF;
            text-decoration: none; }
      #container.search .search-result .products &gt; ul &gt; li .star {
			text-align: center;
			margin-top: 5px;
			}
        #container.search .search-result .products &gt; ul &gt; li .star a {
          display: block;
          color: #444444; }
      #container.search .search-result .products &gt; ul &gt; li .plice {
	border-top: 1px solid #efefef;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	line-height: 1.3;
}
        #container.search .search-result .products &gt; ul &gt; li .plice .p1 {
          padding-bottom: 5px; }
        #container.search .search-result .products &gt; ul &gt; li .plice .total {
          font-size: 20px;
          font-weight: bold;
          line-height: 1; }
      #container.search .search-result .products &gt; ul &gt; li &gt; .btn {
        width: 128px;
		margin:5px 0;
        position: absolute;
		left: 8px;
        bottom: 15px;

        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box; }

		#container.search .search-result .products &gt; ul &gt; li &gt; .fvr{
        position: absolute;
        right: 8px;
        bottom: 18px;}
  #container.search .search-result .products .bottom {
    padding-top: 30px; }
    #container.search .search-result .products .bottom:after {
      clear: both;
      display: block;
      content: ''; }
    #container.search .search-result .products .bottom .number {
      float: left; }
    #container.search .search-result .products .bottom .pagenavi {
      float: right; }
#container.search .pickup_event .banners:after {
  clear: both;
  display: block;
  content: ''; }
#container.search .pickup_event .banners li {
  float: left;
  width: 240px;
  margin-right: 20px; }
  #container.search .pickup_event .banners li:nth-child(3n) {
    margin-right: 0; }
  #container.search .pickup_event .banners li a {
    display: block;
    color: #444444;
    line-height: 1.3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #container.search .pickup_event .banners li a:hover {
      text-decoration: none;
      -ms-filter: "alpha( opacity=$number*100 )";
      filter: alpha(opacity=70);
      opacity: 0.7; }
    #container.search .pickup_event .banners li a .img {
      margin-bottom: 5px;
      line-height: 0;
      position: relative; }
      #container.search .pickup_event .banners li a .img:before {
        content: "";
        display: block;
        border: 1px solid #efefef;
        width: 100%;
        height: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 2;
        left: 0;
        top: 0;
        position: absolute; }
      #container.search .pickup_event .banners li a .img img:hover {
        -ms-filter: "alpha( opacity=$number*100 )";
        filter: alpha(opacity=100);
        opacity: 1; }
#container.search .brands {
  padding-bottom: 40px; }
  #container.search .brands ul:after {
    clear: both;
    display: block;
    content: ''; }
  #container.search .brands ul li {
    float: left;
    width: 240px;
    margin-right: 20px;
    border-bottom: 1px dotted #cccccc;
    margin-bottom: 10px; }
    #container.search .brands ul li:nth-child(3n) {
      margin-right: 0; }
    #container.search .brands ul li:nth-last-child(3):nth-child(3n-2), #container.search .brands ul li:nth-last-child(2):nth-child(3n-1), #container.search .brands ul li:nth-last-child(1):nth-child(3n) {
      border-bottom: none; }
    #container.search .brands ul li a {
      padding-bottom: 10px;
      display: block;
      color: #444444;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #container.search .brands ul li a:after {
        clear: both;
        display: block;
        content: ''; }
      #container.search .brands ul li a:hover {
        -ms-filter: "alpha( opacity=$number*100 )";
        filter: alpha(opacity=70);
        opacity: 0.7; }
      #container.search .brands ul li a .img {
        line-height: 0;
        float: left; }
        #container.search .brands ul li a .img img:hover {
          -ms-filter: "alpha( opacity=$number*100 )";
          filter: alpha(opacity=100);
          opacity: 1; }
      #container.search .brands ul li a .right {
        float: right;
        width: 170px; }
        #container.search .brands ul li a .right .name {
          font-size: 13px;
          font-weight: bold; }
#container.search .title-block {
  position: relative;
  border-bottom: 4px solid #cccccc;
  position: relative;
  background: no-repeat left 2px;
  margin-bottom: 30px; }
  #container.search .title-block:after {
    clear: both;
    display: block;
    content: ''; }
  #container.search .title-block.nobb {
    border-bottom: none;
    margin-bottom: 20px; }
    #container.search .title-block.nobb:before {
      display: none; }
  #container.search .title-block:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 400px;
    height: 4px;
    background-color: #444444; }
  #container.search .title-block .fav-btn {
    float: right; }
  #container.search .title-block .title {
    font-size: 24px;
    font-weight: bold;
    float: left;
    padding-top: 10px; }
#container.search .brand-block {
  padding-bottom: 45px; }
  #container.search .brand-block .banner {
    margin-bottom: 20px; }
  #container.search .brand-block .heading {
    background-color: #efefef;
    line-height: 1.2;
    padding: 15px;
    color: #c20037;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px; }
  #container.search .brand-block .catch:after {
    clear: both;
    display: block;
    content: ''; }
  #container.search .brand-block .catch .img {
    float: left;
    line-height: 0;
    width: 60px; }
  #container.search .brand-block .catch .right {
    float: right;
    width: 690px;
    line-height: 1.4; }
    #container.search .brand-block .catch .right .title {
      font-size: 16px;
      font-weight: bold; }
    #container.search .brand-block .catch .right P{
      font-size: 14px;
      line-height: 1.6;}
    #container.search .brand-name {
  padding-bottom: 40px; }
  #container.search .brand-name h2 {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5px;
    margin-bottom: 15px; }
    #container.search .brand-name h2 strong {
      font-size: 16px;
      font-weight: bold; }
  #container.search .brand-name .content:after {
    clear: both;
    display: block;
    content: ''; }
  #container.search .brand-name .content h3 {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px; }
  #container.search .brand-name .content .img {
    line-height: 0;
    width: 60px;
    float: left; }
  #container.search .brand-name .content .text {
    float: right;
    width: 685px;
    font-size: 13px;
    line-height: 1.8;
}
/*takegami20160418------------------------------------------*/
	#container.search .brand-name .content .link{
	text-align: right;
	margin-top:10px;}
/*----------------------------------------------------------*/	
#container.search .product {
  padding-bottom: 30px; }
  #container.search .product:after {
    clear: both;
    display: block;
    content: ''; }
  #container.search .product h2, #container.search .product .catch {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
}
  #container.search .product .left {
    float: left;
    width: 350px; }
    #container.search .product .left .photo {
      width: 350px;
      height: 350px;
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      line-height: 0; }
    #container.search .product .left ul {
      padding-top: 30px; }
      #container.search .product .left ul:after {
        clear: both;
        display: block;
        content: ''; }
      #container.search .product .left ul li {
        float: left;
        line-height: 0;
        /*margin-right: 25px;*/
		 }
        #container.search .product .left ul li:nth-child(3n) {
          margin-right: 0; }
        #container.search .product .left ul li a {
          display: -moz-inline-box;
          display: inline-block;
          line-height: 0;
          position: relative; }
          #container.search .product .left ul li a:before:not(.rank) {
            content: "";
            display: block;
            border: 1px solid #efefef;
            width: 100%;
            height: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box;
            z-index: 2;
            left: 0;
            top: 0;
            position: absolute; }
          #container.search .product .left ul li a.current:before {
            border-color: #444444;
            border-width: 3px; }
    #container.search .product .left .zoom {
      text-align: right;
      padding-top: 10px; }
      #container.search .product .left .zoom:before {
        content: "";
        background: url(/Content_BC/Images/common/icon-zoom.png);
        width: 19px;
        height: 19px;
        display: -moz-inline-box;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px; }
		
/*takegami20160419追加-----------------------------------*/	
	
#container.search .product .left .rank {
      padding-top: 20px; }
  
      #container.search .product .left .rank li {
        padding-bottom: 10px;
		line-height:20px; }
        #container.search .product .left .rank li p {
    display: -moz-inline-box;
    display: inline-block;
    padding: 5px 10px 5px 5px;
    background-color: #efefef;
    font-size: 14px;
}
          #container.search .product .left .rank li a {
            color: #444444;
            border:none;
          }
          #container.search .product .left .rank li p strong {
            font-weight: bold;
            color: #c20037; }
          #container.search .product .left .rank li p:before {
            content: "";
            background: url(/Content_BC/Images/common/icon-left-ranking.png);
            width: 21px;
            height: 15px;
            display: -moz-inline-box;
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px; }
/*--------------------------------------------------*/			


  #container.search .product .right {
    float: right;
    width: 390px; }
	

/*takegami20160419修正-----------------------------------*/		
    #container.search .product .right .name-box {
      font-weight: normal;
      padding: 10px 15px;
      border: 1px solid #cccccc;
      background-color: #efefef;
	  margin-bottom:15px; }


 #container.search .product .right .coler-area{
    font-size: 0px;
    float: left;
    margin: 0 10px 15px 0;
    width: 32px;
}
	  
#container.search .product .right .coler-area img{
    height: 32px;
}
#container.search .product .right p.color{
    font-size: 14px;
    /* [disabled]font-weight:bold; */
    height: 32px;
    vertical-align: middle;
    display: table-cell;
}

	  
/*--------------------------------------------------*/		  
      #container.search .product .right .name-box .brand {
    padding-bottom: 10px;
}
        #container.search .product .right .name-box .brand a {
          color: #444444;
          text-decoration: underline; }
          #container.search .product .right .name-box .brand a:hover {
            color: #9f8322; }
      #container.search .product .right .name-box .name {
    line-height: 1.3;
    font-size: 20px;
    /* [disabled]font-weight: bold; */
}
      #container.search .product .right .name-box .eng {
    padding-top: 10px;
}
/*takegami20160419修正-----------------------------*/
    #container.search .product .right .star {
    padding-top: 20px;
    padding-bottom: 11px;
}
/*-------------------------------------------------*/	  
      #container.search .product .right .star p {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
}
        #container.search .product .right .star p img {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -4px;
    width: 20px;
}
      #container.search .product .right .star p strong {
    font-size: 14px;
    font-weight: bold;
    /* [disabled]color: #9f8322; */
}
      #container.search .product .right .star a {
        color: #444444;
        text-decoration: underline; }

      #container.search .product .right .star a:hover {
        color: #9f8322;
        text-decoration: underline; }
    #container.search .product .right .tags {
    padding-top: 0px;
    padding-bottom: 10px;
    letter-spacing: -.4em;
}
      #container.search .product .right .tags li {
        letter-spacing: normal;
        text-align: center;
        margin-right: 10px;
        margin-bottom: 5px;
        display: -moz-inline-box;
        display: inline-block;
        width: 50px;
        line-height: 20px;
        border: 1px solid #c20037;
        color: #c20037;
        -webkit-border-radius: 3px 3px 3px 3px;
        -moz-border-radius: 3px 3px 3px 3px;
        -ms-border-radius: 3px 3px 3px 3px;
        -o-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px; }
        #container.search .product .right .tags li.black {
          border-color: #444444;
          color: #444444; }
        #container.search .product .right .tags li.bg-gold {
          background-color: #9f8322;
          border-color: #9f8322;
          color: #FFF; }
        #container.search .product .right .tags li.bg-red {
          background-color: #c20037;
          border-color: #c20037;
          color: #FFF; }
        #container.search .product .right .tags li.bg-kake {
          background-color: #fff;
          border-color: #c9c9c9;
          color: #707070; }
        #container.search .product .right .tags li.wrap {
            background-color: #940604;
            border-color: #940604;
            color: #fff;
            width: 160px;
        }
        #container.search .product .right .tags li.wrap-s {
            background-color: #040e64;
            border-color: #040e64;
            color: #fff;
            width: 140px;
        }

        #container.search .product .right .tags li.wrap-ss .wrap-text {
            color: #fff;
            margin-right: 0;
        }

        #container.search .product .right .tags li.wrap-s .wrap-q {
            vertical-align: text-bottom;
        }

        #container.search .product .right .tags li.wrap-s a {
            color: #fff;
        }
        #container.search .product .right .tags li.wrap-s a:hover {
            text-decoration:none;
        }
		#container.search .product .right .tags li.un-matome {
            background-color: #888888;
            border-color: #888888;
            color: #fff; 
            width: 120px;
		}
        #container.search .product .right .tags li.tag-nposu {
            background-color: #fff;
            border-color: #e6b422;
            color: #e6b422;
            width: 160px;
        }
        #container.search .product .right .tags li.tag-saitan {
            background-color: #fff;
            border-color: #003399;
            color: #003399;
            width: 100px;
        }

/*takegami20160419修正----------------------------------------*/		  
    #container.search .product .right .category {
    padding-left: 70px;
    /* [disabled]font-size: 13px; */
    position: relative;
    margin-bottom: 15px;
}
/*------------------------------------------------------------*/
      #container.search .product .right .category p {
        position: absolute;
        top: 0;
        left: 0; }
      #container.search .product .right .category ul li {
        display: -moz-inline-box;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px; }
        #container.search .product .right .category ul li:before {
          font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
          content: "&gt;";
          margin-right: 5px; }
        #container.search .product .right .category ul li:first-child:before {
          display: none; }
        #container.search .product .right .category ul li a {
          color: #444444;
          text-decoration: underline; }
          #container.search .product .right .category ul li a:hover {
            color: #9f8322; }

    #container.search .product .right .plice {
    margin-top: 15px;
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
    border-top: 1px dotted #cccccc;
    border-bottom: 1px dotted #cccccc;
    margin-bottom: 5px;
    padding-bottom: 10px;
}
      #container.search .product .right .plice .total {
        font-size: 20px;
        font-weight: bold;
        color: #c20037;
        line-height: 1.2; }
		#container.search .product .right .plice .total .maxOff {
        font-size: 14px;
        color: #c20037;
        line-height: 1.2; 
		margin-left: 0px;
		margin-right: 0px;
		}
		#container.search .product .right .plice .total .off {
        font-size: 20px;
        color: #c20037;
        line-height: 1.2; 
		margin-left: 0px;
		margin-right: 20px;}
        #container.search .product .right .plice .total strong {
		font-size: 32px;
		font-weight: bold;
		margin-right: 0px;
		}
	  /*税込追加20160906修正-------------------------*/
        #container.search .product .right .plice .total .postage {
          font-size: 18px; }
        #container.search .product .right .plice .total .tax {
          margin-left: 5px;
          font-size: 12px; }
      /*----------------------------------------------*/	
    #container.search .product .right .bottom {
    padding-top: 20px;
    font-size: 13px;
}
	  /*takegami20160419修正-------------------------*/
      #container.search .product .right .p2 {
    background-color: #efefef;
    padding: 5px;
    margin-top: 10px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 0px;
}
	/*----------------------------------------------*/	
        #container.search .product .right .p2 strong {
    font-weight: bold;
    color: #C20037;
}

      #container.search .product .note {
	border:#c20037 1px solid;
    padding: 5px;
    margin-top: 0;
    line-height: 20px;
    text-align: center;
    margin-bottom: 10px;
}
        #container.search .product .note a {
	        color: #444444;
            text-decoration: underline;
        }


/*takegami20160418----------------------------------------------------------*/
#container.search .product .right .bottom .cart {
    float: right;
    text-align: left;
    width: 390px;
    margin-bottom: 10px;
    border-top: 1px dotted #cccccc;
}

#container.search .product .right .bottom .cart::after {
    clear: both;
    content: "";
    display: block;
}	
	
#container.search .product .right .bottom .cart .checklabel{
	    display: -moz-inline-box;
	    display: inline-block;	
        vertical-align: middle;
		margin:0;
}

#container.search .product .right .bottom .cart select, 
#container.search .product .right .bottom .cart .easy-select-box  {
    display: inline-block;
    vertical-align: middle;
    width: 85px;
}
#container.search .product .right .bottom .cart .btn{

}
#container.search .product .right .bottom .cart .btn input.sml{
	width:200px;
}

      #container.search .product .right .bottom .cart &gt; div {
    display: inline;
    margin-right: 15px;
    text-align: left;
    vertical-align: middle;}
        #container.search .product .right .bottom .cart &gt; div span {
          display: -moz-inline-box;
          display: inline-block;
          vertical-align: middle; }

#container.search .product .right .bottom .item-scheduled {
    clear: both;
    margin-bottom:10px;
}

#container.search .product .right .bottom .item-scheduled .disp {
    display: inline;
    font-weight: bold;
    color: #c20037;
    font-size: 14px;
}

#container.search .product .right .bottom .item-scheduled .link {
    margin-left: 20px;
    padding:3px 0px 9px;
    font-size:13px;
}

#container.search .product .right .bottom .item-scheduled .link a {
    color: #444;
}

#container.search .product .right .bottom .point-area {
    clear: both;
    background-color: #efefef;
    padding: 5px 15px;
}
	

	
    #container.search .product .right .bottom .point-area p {
      display: -moz-inline-box;
      display: inline-block;
      vertical-align: middle;
	  margin-right: 10px; }
      #container.search .product .right .bottom .point-area p:first-child:before {
        display: none; }
      #container.search .product .right .bottom .point-area p:before {
        content: "";
        display: -moz-inline-box;
        display: inline-block;
        vertical-align: middle;
        width: 15px;
        height: 14px;
        margin-right: 3px;
        background: no-repeat center top; }

      /*ログイン済み会員別ポイント表記*/
      #container.search .product .right .bottom .point-area p.regular:before {
        background-image: url(/Content_BC/Images/search/regular_b.png);
        background-size: 90% auto; }
      #container.search .product .right .bottom .point-area p.bronze:before {
        background-image: url(/Content_BC/Images/search/bronze_b.png);
        background-size: 90% auto;}
      #container.search .product .right .bottom .point-area p.silver:before {
        background-image: url(/Content_BC/Images/search/silver_b.png);
        background-size: 90% auto;}
      #container.search .product .right .bottom .point-area p.gold:before {
        background-image: url(/Content_BC/Images/search/gold_b.png);
        background-size: 90% auto; }

/*----------------------------------------------------------------------------*/


#container.search .products-list {
  padding-bottom: 15px; }
  #container.search .products-list h2, #container.search .products-list h1 {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5px; }
  #container.search .products-list &gt; ul &gt; li {
    padding: 30px 0;
    border-bottom: 1px dotted #cccccc; }
    #container.search .products-list &gt; ul &gt; li:last-child {
      border-bottom: none; }
  #container.search .products-list .content:after {
    clear: both;
    display: block;
    content: ''; }
  #container.search .products-list .content .left {
    width: 125px;
    float: left; }
    #container.search .products-list .content .left .p1 {
      padding-top: 5px; }
  #container.search .products-list .content .right {
    width: 630px;
    float: right; }
    #container.search .products-list .content .right:after {
      clear: both;
      display: block;
      content: ''; }
    #container.search .products-list .content .right .tags {
      padding-bottom: 10px;
      letter-spacing: -.4em; }
      #container.search .products-list .content .right .tags li {
        letter-spacing: normal;
        text-align: center;
        margin-right: 10px;
        display: -moz-inline-box;
        display: inline-block;
        width: 50px;
        line-height: 20px;
        border: 1px solid #c20037;
        color: #c20037;
        -webkit-border-radius: 3px 3px 3px 3px;
        -moz-border-radius: 3px 3px 3px 3px;
        -ms-border-radius: 3px 3px 3px 3px;
        -o-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px; }
        #container.search .products-list .content .right .tags li.black {
          border-color: #444444;
          color: #444444; }
        #container.search .products-list .content .right .tags li.bg-gold {
          background-color: #9f8322;
          border-color: #9f8322;
          color: #FFF; }
        #container.search .products-list .content .right .tags li.bg-red {
          background-color: #c20037;
          border-color: #c20037;
          color: #FFF; }
        #container.search .products-list .content .right .tags li.wrap {
            background-color: #61B5D9;
            border-color: #61B5D9;
            color: #fff; 
			width: 120px;}
        #container.search .products-list .content .right .tags li.wrap-s {
            background-color: #f24954;
            border-color: #f24954;
            color: #fff; 
		    width: 120px;}
        #container.search .products-list .content .right .tags li.un-matome {
            background-color: #888888;
            border-color: #888888;
            color: #fff;
            width: 120px;
        }
    #container.search .products-list .content .right .name, #container.search .products-list .content .right .color {
    font-size: 15px;
    /* [disabled]font-weight: bold; */
    line-height: 1.3;
}
	#container.search .products-list .content .right .name {
		margin:0 0 10px 0;} 
	#container.search .products-list .content .right .name a{
		color: #444;} 
    #container.search .products-list .content .right .left {
    float: left;
    width: 290px;
}
    #container.search .products-list .content .right .right {
    float: right;
    width: 340px;
    text-align: right;
}
    #container.search #c-right .product .right .bottom .cart strong,
    #container.search .products-list .content .right .right strong {
      color: #c20037;
}
      #container.search .products-list .content .right .right &gt; div {
        text-align: left;
        display: -moz-inline-box;
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px; }
        #container.search .products-list .content .right .right &gt; div span {
          display: -moz-inline-box;
          display: inline-block;
          vertical-align: middle; }
        #container.search .products-list .content .right .right &gt; div.btn {
          width: 140px; }
      #container.search .products-list .content .right .right select, #container.search .products-list .content .right .right .easy-select-box {
        width: 80px;
        display: -moz-inline-box;
        display: inline-block;
        vertical-align: middle; }
    #container.search .products-list .content .right .total {
      color: #c20037;
      font-size: 14px;
      font-weight: bold; }
      #container.search .products-list .content .right .total strong {
        font-size: 24px;
        font-weight: bold;
        margin-right: 15px; }
.left .total strong {
}
.left .total strong {
}
.left .total strong {
}



  #container.search .products-list .point-area {
    margin-top: 10px;
    background-color: #efefef;
    padding: 10px 15px; }
    #container.search .products-list .point-area p {
      display: -moz-inline-box;
      display: inline-block;
      vertical-align: middle; }
      #container.search .products-list .point-area p:first-child:before {
        display: none; }
      #container.search .products-list .point-area p:before {
        content: "";
        display: -moz-inline-box;
        display: inline-block;
        vertical-align: middle;
        width: 15px;
        height: 14px;
        margin-right: 3px;
        background: no-repeat center top; }
      #container.search .products-list .point-area p.bronze:before {
        background-image: url(/Content_BC/Images/search/icon-bronze.png); }
      #container.search .products-list .point-area p.silver:before {
        background-image: url(/Content_BC/Images/search/icon-silver.png); }
      #container.search .products-list .point-area p.gold:before {
        background-image: url(/Content_BC/Images/search/icon-gold.png); }
      #container.search .products-list .point-area p.platinum:before {
        background-image: url(/Content_BC/Images/search/icon-platinum.png); }
#container.search .product-info {
  padding-bottom: 30px; }
  #container.search .product-info:after {
    clear: both;
    display: block;
    content: ''; }
  #container.search .product-info .left {
    width: 455px;
    float: left; }
  #container.search .product-info .right {
    width: 270px;
    float: right; }
  #container.search .product-info dl {
    margin-bottom: 12px; 
  }
  #container.search .product-info dl.comment {
    background-color: #efefef;
    padding: 15px;
    margin-top: 30px; }
  #container.search .product-info dl dt {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5px;
    margin-bottom: 10px; }
  #container.search .product-info dl dd {
    padding-bottom: 40px;
    font-size: 13px;
    line-height: 1.8;
}
    #container.search .product-info dl dd p {
      padding-bottom: 10px; }
      #container.search .product-info dl dd p strong {
        font-weight: bold; }
      #container.search .product-info dl dd p:last-child {
        padding-bottom: 0; }
      #container.search .product-info dl dd p.link {
        text-align: right; }
      #container.search .product-info dl dd p.gold {
        color: #9f8322; }
    #container.search .product-info dl dd:last-child {
      padding-bottom: 0; }
    #container.search .product-info dl dd.tags span {
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	color: #FFF;
	background-color: #9f8322;
	font-weight: bold;
	padding: 5px 10px;
	line-height: 1.1;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-ms-border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	margin-bottom: 8px;
}

#container.search .product-info .desc_multi{
    background:url(/Content_BC/Images/common/icon-arrow-red-r.png) no-repeat left center;
	text-decoration:underline;
	cursor:pointer;
	margin-top:15px;
	padding-left:25px;
	font-weight:bold;
}

#container.search .product-info .desc_multi.show{
    background:url(/Content_BC/Images/common/icon-arrow-red.png) no-repeat left center;
}

#container.search .kuchikomi-area .title-block {
  position: relative;
  padding-top: 20px; }
  #container.search .kuchikomi-area .title-block h2 {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5px;
    margin-bottom: 15px; }
  #container.search .kuchikomi-area .title-block .btn {
    position: absolute;
    right: 0;
    top: 0; }
    #container.search .kuchikomi-area .title-block .btn a {
      width: 200px; }
#container.search .kuchikomi-area .information {
  padding-bottom: 40px;
  font-size: 13px; }
  #container.search .kuchikomi-area .information:after {
    clear: both;
    display: block;
    content: ''; }
  #container.search .kuchikomi-area .information .left {
    float: left;
    width: 360px; }
    #container.search .kuchikomi-area .information .left .point {
      border-bottom: 1px dotted #cccccc;
      padding-bottom: 15px; }
      #container.search .kuchikomi-area .information .left .point p {
        display: -moz-inline-box;
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        margin-right: 30px; }
        #container.search .kuchikomi-area .information .left .point p.star {
          line-height: 0;
          margin-right: 20px; }
        #container.search .kuchikomi-area .information .left .point p strong {
          font-size: 16px;
          font-weight: bold;
          color: #9f8322; }
    #container.search .kuchikomi-area .information .left .bottom {
      padding-top: 10px; }
      #container.search .kuchikomi-area .information .left .bottom .title span {
        display: -moz-inline-box;
        display: inline-block;
        vertical-align: middle;
        margin-left: 8px;
        color: #FFF;
        background-color: #9f8322;
        font-weight: bold;
        padding: 5px 10px;
        line-height: 1.1;
        -webkit-border-radius: 3px 3px 3px 3px;
        -moz-border-radius: 3px 3px 3px 3px;
        -ms-border-radius: 3px 3px 3px 3px;
        -o-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px; }
      #container.search .kuchikomi-area .information .left .bottom .number {
        padding-top: 10px; }
        #container.search .kuchikomi-area .information .left .bottom .number p {
          display: -moz-inline-box;
          display: inline-block;
          vertical-align: middle;
          width: 160px;
          margin-bottom: 5px; }
          #container.search .kuchikomi-area .information .left .bottom .number p a {
            color: #9f8322;
            display: block; }
            #container.search .kuchikomi-area .information .left .bottom .number p a:hover {
              text-decoration: none; }
              #container.search .kuchikomi-area .information .left .bottom .number p a:hover img {
                -ms-filter: "alpha( opacity=$number*100 )";
                filter: alpha(opacity=70);
                opacity: 0.7; }
            #container.search .kuchikomi-area .information .left .bottom .number p a img:hover {
              -ms-filter: "alpha( opacity=$number*100 )";
              filter: alpha(opacity=100);
              opacity: 1; }
  #container.search .kuchikomi-area .information .comment {
    float: right;
    width: 370px;
    background-color: #efefef; }
    #container.search .kuchikomi-area .information .comment .title {
      color: #FFF;
      font-size: 14px;
      font-weight: bold;
      background-color: #444444;
      text-align: center;
      line-height: 40px; }
    #container.search .kuchikomi-area .information .comment strong,
    #container.search .kuchikomi-detail .comment strong {
    color: #c20037;
    /* [disabled]font-weight: bold; */
      }
      #container.search .kuchikomi-area .information .comment .title:before {
        content: "";
        display: -moz-inline-box;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        background: url(/Content_BC/Images/search/icon-fukidashi.png);
        width: 22px;
        height: 19px; }
    #container.search .kuchikomi-area .information .comment .text {
      padding: 15px 25px; }
      #container.search .kuchikomi-area .information .comment .text .link {
        text-align: right; }
#container.search .kuchikomi-area .sub-info {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 0; }
  #container.search .kuchikomi-area .sub-info .right p {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle; }
  #container.search .kuchikomi-area .sub-info .right .p1 {
    margin-right: 20px;
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle; }
    #container.search .kuchikomi-area .sub-info .right .p1 p {
      display: -moz-inline-box;
      display: inline-block;
      vertical-align: middle;
      font-weight: bold;
      color: #9f8322; }
      #container.search .kuchikomi-area .sub-info .right .p1 p a {
        font-weight: normal;
        color: #444444; }
      #container.search .kuchikomi-area .sub-info .right .p1 p:first-child {
        margin-left: 15px; }
      #container.search .kuchikomi-area .sub-info .right .p1 p:last-child:after {
        display: none; }
      #container.search .kuchikomi-area .sub-info .right .p1 p:after {
        content: "|";
        margin-left: 5px; }
  #container.search .kuchikomi-area .sub-info .right .b-btn a:hover:after {
    color: #FFF; }
#container.search .kuchikomi-area .kuchikomis {
  padding-bottom: 15px; }
  #container.search .kuchikomi-area .kuchikomis.nopb {
    padding-bottom: 0; }
  #container.search .kuchikomi-area .kuchikomis li {
    padding: 30px 0;
    border-bottom: 1px dotted #cccccc; }
    #container.search .kuchikomi-area .kuchikomis li:last-child {
      border-bottom: none; }
    #container.search .kuchikomi-area .kuchikomis li .star {
      padding-bottom: 15px;
      line-height: 1.2; }
      #container.search .kuchikomi-area .kuchikomis li .star p {
        display: -moz-inline-box;
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
        font-weight: bold;
        margin-left: 5px; }
    #container.search .kuchikomi-area .kuchikomis li .content {
    font-size: 13px;
    line-height: 1.8;
}
      #container.search .kuchikomi-area .kuchikomis li .content:after {
        clear: both;
        display: block;
        content: ''; }
      #container.search .kuchikomi-area .kuchikomis li .content .left {
        float: left;
        width: 200px;
        padding-right: 15px; }
        #container.search .kuchikomi-area .kuchikomis li .content .left strong {
          font-size: 16px;
          font-weight: bold; }
      #container.search .kuchikomi-area .kuchikomis li .content .right {
        width: 540px;
        float: right; }
		#container.search .kuchikomi-area .kuchikomis li .content .right .color {
      font-size: 13px;
      line-height: 1.3; } 	
		
        #container.search .kuchikomi-area .kuchikomis li .content .right .efficacy {
          padding-top: 5px; }
          #container.search .kuchikomi-area .kuchikomis li .content .right .efficacy span {
            display: -moz-inline-box;
            display: inline-block;
            vertical-align: middle;
            margin-left: 8px;
            color: #FFF;
            background-color: #9f8322;
            font-weight: bold;
            padding: 5px 10px;
            line-height: 1.1;
            -webkit-border-radius: 3px 3px 3px 3px;
            -moz-border-radius: 3px 3px 3px 3px;
            -ms-border-radius: 3px 3px 3px 3px;
            -o-border-radius: 3px 3px 3px 3px;
            border-radius: 3px 3px 3px 3px; }
        #container.search .kuchikomi-area .kuchikomis li .content .right .text {
          padding: 10px 0; }
        #container.search .kuchikomi-area .kuchikomis li .content .right .bottom:after {
          clear: both;
          display: block;
          content: ''; }
        #container.search .kuchikomi-area .kuchikomis li .content .right .bottom .p1 {
    float: left;
    line-height: 1.8;
    font-size: 15px;
}
          #container.search .kuchikomi-area .kuchikomis li .content .right .bottom .p1 strong {
            color: #c20037;
            font-size: 24px;
            font-weight: bold;
            display: -moz-inline-box;
            display: inline-block;
            vertical-align: middle; }
        #container.search .kuchikomi-area .kuchikomis li .content .right .bottom .b-btn {
          float: right; }
          #container.search .kuchikomi-area .kuchikomis li .content .right .bottom .b-btn input {
            width: 160px; }
        #container.search .kuchikomi-area .kuchikomis li .content .right .comment {
          background-color: #efefef;
          padding: 15px 10px;
          margin-top: 20px; }
          #container.search .kuchikomi-area .kuchikomis li .content .right .comment .title {
            font-size: 14px;
            font-weight: bold;
            padding-bottom: 5px; }
          #container.search .kuchikomi-area .kuchikomis li .content .right .comment small {
            font-size: 12px; }
    #container.search .kuchikomi-area .kuchikomis li .name-area {
      padding-bottom: 20px; }
      #container.search .kuchikomi-area .kuchikomis li .name-area:after {
        clear: both;
        display: block;
        content: ''; }
      #container.search .kuchikomi-area .kuchikomis li .name-area .img {
        line-height: 0;
        float: left; }
      #container.search .kuchikomi-area .kuchikomis li .name-area .right {
        float: right;
        width: 540px;
        padding: 20px;
        background-color: #efefef; }
        #container.search .kuchikomi-area .kuchikomis li .name-area .right .brand {
          font-size: 13px;
          padding-bottom: 10px; }
        #container.search .kuchikomi-area .kuchikomis li .name-area .right .name {
          font-size: 18px;
          font-weight: bold;
          border-bottom: 1px dotted #cccccc;
          padding-bottom: 5px; }
          #container.search .kuchikomi-area .kuchikomis li .name-area .right .name a {
            color: #444444; }
        #container.search .kuchikomi-area .kuchikomis li .name-area .right .star {
          padding-top: 10px;
          font-size: 14px;
          font-weight: bold; }
          #container.search .kuchikomi-area .kuchikomis li .name-area .right .star a {
            display: block;
            color: #9f8322; }
            #container.search .kuchikomi-area .kuchikomis li .name-area .right .star a:hover {
              text-decoration: none; }
              #container.search .kuchikomi-area .kuchikomis li .name-area .right .star a:hover span {
                color: #9f8322;
                text-decoration: underline; }
              #container.search .kuchikomi-area .kuchikomis li .name-area .right .star a:hover img {
                -ms-filter: "alpha( opacity=$number*100 )";
                filter: alpha(opacity=70);
                opacity: 0.7; }
            #container.search .kuchikomi-area .kuchikomis li .name-area .right .star a small {
              color: #444444;
              font-weight: normal; }
          #container.search .kuchikomi-area .kuchikomis li .name-area .right .star img {
            display: -moz-inline-box;
            display: inline-block;
            margin-top: -2px;
            vertical-align: middle; }
            #container.search .kuchikomi-area .kuchikomis li .name-area .right .star img:hover {
              -ms-filter: "alpha( opacity=$number*100 )";
              filter: alpha(opacity=100);
              opacity: 1; }
        #container.search .kuchikomi-area .kuchikomis li .name-area .right .cat a {
          display: -moz-inline-box;
          display: inline-block;
          vertical-align: middle;
          color: #444444;
          margin-right: 20px; }
#container.search .kuchikomi-area .refine {
  background-color: #efefef;
  padding: 15px 15px 20px;
  margin-bottom: 20px; }
  #container.search .kuchikomi-area .refine h2 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px; }
  #container.search .kuchikomi-area .refine .list:after {
    clear: both;
    display: block;
    content: ''; }
  #container.search .kuchikomi-area .refine .list &gt; div {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    width: 125px; }
    #container.search .kuchikomi-area .refine .list &gt; div select, #container.search .kuchikomi-area .refine .list &gt; div .easy-select-box {
      width: 125px; }
    #container.search .kuchikomi-area .refine .list &gt; div select {
      margin-bottom: 10px; }
    #container.search .kuchikomi-area .refine .list &gt; div:nth-child(5n) {
      margin-right: 0; }
#container.search .kuchikomi-detail .product-area {
  padding-bottom: 20px; }
  #container.search .kuchikomi-detail .product-area:after {
    clear: both;
    display: block;
    content: ''; }
  #container.search .kuchikomi-detail .product-area .left {
    float: left;
    width: 350px;
    height: 350px;
    text-align: center;
    position: relative;
    line-height: 0; }
    #container.search .kuchikomi-detail .product-area .left img {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      max-width: 100%;
      max-height: 100%; }
  #container.search .kuchikomi-detail .product-area .right {
    float: right;
    width: 390px; }
    #container.search .kuchikomi-detail .product-area .right .name-box .brand {
      padding-bottom: 5px; }
      #container.search .kuchikomi-detail .product-area .right .name-box .brand a {
        color: #444444; }
        #container.search .kuchikomi-detail .product-area .right .name-box .brand a:hover {
          color: #9f8322; }
    #container.search .kuchikomi-detail .product-area .right .name-box .name {
      line-height: 1.3;
      font-size: 18px;
      font-weight: bold; }
    #container.search .kuchikomi-detail .product-area .right .name-box .star {
      padding-top: 5px;
      font-size: 14px;
      font-weight: bold; }
      #container.search .kuchikomi-detail .product-area .right .name-box .star a {
        color: #9f8322; }
        #container.search .kuchikomi-detail .product-area .right .name-box .star a small {
          color: #444444;
          font-weight: normal; }
    #container.search .kuchikomi-detail .product-area .right .plice {
      margin-top: 15px;
      padding: 10px 5px;
      border-top: 1px dotted #cccccc;
      border-bottom: 1px dotted #cccccc; }
      #container.search .kuchikomi-detail .product-area .right .plice .total {
        font-size: 20px;
        font-weight: bold;
        color: #c20037;
        line-height: 1.2; }
        #container.search .kuchikomi-detail .product-area .right .plice .total strong {
          font-size: 32px;
          font-weight: bold;
          margin-right: 10px; }
        #container.search .kuchikomi-detail .product-area .right .plice .total span {
          margin-left: 10px;
          font-size: 14px; }
    #container.search .kuchikomi-detail .product-area .right .comment {
      margin-top: 20px; }
      #container.search .kuchikomi-detail .product-area .right .comment .title {
        color: #FFF;
        font-size: 14px;
        font-weight: bold;
        background-color: #444444;
        text-align: center;
        line-height: 40px; }
        #container.search .kuchikomi-detail .product-area .right .comment .title:before {
          content: "";
          display: -moz-inline-box;
          display: inline-block;
          vertical-align: middle;
          margin-right: 10px;
          background: url(/Content_BC/Images/search/icon-fukidashi.png);
          width: 22px;
          height: 19px; }
      #container.search .kuchikomi-detail .product-area .right .comment .text {
        background-color: #efefef;
        padding: 15px; }
        #container.search .kuchikomi-detail .product-area .right .comment .text .link {
          padding-top: 5px;
          text-align: right; }
#container.search .kuchikomi-detail .btn-area {
  text-align: center;
  letter-spacing: -.4em;
  padding-bottom: 35px; }
  #container.search .kuchikomi-detail .btn-area p {
    letter-spacing: normal;
    width: 50%;
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle; }
#container.search .kuchikomi-detail .efficacy {
  padding-bottom: 25px;
  font-size: 14px; }
  #container.search .kuchikomi-detail .efficacy span {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    color: #FFF;
    background-color: #9f8322;
    font-weight: bold;
    padding: 5px 10px;
    line-height: 1.1;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -ms-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px; }
#container.search .kuchikomi-detail .graphs {
  padding-bottom: 45px; }
  #container.search .kuchikomi-detail .graphs:after {
    clear: both;
    display: block;
    content: ''; }
  #container.search .kuchikomi-detail .graphs &gt; div {
    float: left;
    width: 240px;
    margin-right: 20px; }
    #container.search .kuchikomi-detail .graphs &gt; div:last-child {
      margin-right: 0; }
    #container.search .kuchikomi-detail .graphs &gt; div .title {
      font-size: 20px;
      font-weight: bold;
      border-bottom: 2px solid #9f8322; }
    #container.search .kuchikomi-detail .graphs &gt; div ul {
      padding-top: 20px; }
      #container.search .kuchikomi-detail .graphs &gt; div ul li {
        padding-bottom: 10px;
        display: table;
        width: 100%;
        line-height: 1.3; }
        #container.search .kuchikomi-detail .graphs &gt; div ul li p {
          display: table-cell;
          vertical-align: middle;
          padding-right: 10px;
          font-size: 13px; }
          #container.search .kuchikomi-detail .graphs &gt; div ul li p.th {
            width: 70px; }
          #container.search .kuchikomi-detail .graphs &gt; div ul li p.star {
            width: 75px;
            line-height: 0; }
          #container.search .kuchikomi-detail .graphs &gt; div ul li p.graph {
            width: 120px; }
            #container.search .kuchikomi-detail .graphs &gt; div ul li p.graph span {
              display: -moz-inline-box;
              display: inline-block;
              vertical-align: middle;
              height: 10px;
              width: 0;
              background-color: #cccccc; }
              #container.search .kuchikomi-detail .graphs &gt; div ul li p.graph span.w100 {
                width: 100%; }
              #container.search .kuchikomi-detail .graphs &gt; div ul li p.graph span.w90 {
                width: 90%; }
              #container.search .kuchikomi-detail .graphs &gt; div ul li p.graph span.w80 {
                width: 80%; }
              #container.search .kuchikomi-detail .graphs &gt; div ul li p.graph span.w70 {
                width: 70%; }
              #container.search .kuchikomi-detail .graphs &gt; div ul li p.graph span.w60 {
                width: 60%; }
              #container.search .kuchikomi-detail .graphs &gt; div ul li p.graph span.w50 {
                width: 50%; }
              #container.search .kuchikomi-detail .graphs &gt; div ul li p.graph span.w40 {
                width: 40%; }
              #container.search .kuchikomi-detail .graphs &gt; div ul li p.graph span.w30 {
                width: 30%; }
              #container.search .kuchikomi-detail .graphs &gt; div ul li p.graph span.w20 {
                width: 20%; }
              #container.search .kuchikomi-detail .graphs &gt; div ul li p.graph span.w10 {
                width: 10%; }
          #container.search .kuchikomi-detail .graphs &gt; div ul li p.number {
            text-align: right;
            width: 30px;
            padding-right: 0; }
            #container.search .kuchikomi-detail .graphs &gt; div ul li p.number a {
              color: #9f8322; }
			  

#container.search .ranking-area .cat-list:after {
  clear: both;
  display: block;
  content: ''; }
#container.search .ranking-area .cat-list li {
  float: left;
  width: 120px;
  margin-right: 8px;
  margin-bottom: 8px; }
  #container.search .ranking-area .cat-list li:nth-child(6n) {
    margin-right: 0; }
  #container.search .ranking-area .cat-list li.current a {
    background-color: #9f8322;
    color: #FFF; }
  #container.search .ranking-area .cat-list li a {
    line-height: 1.3;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 120px;
    height: 50px;
    text-decoration: none;
    color: #9f8322;
    background-color: #efefef;
    font-size: 14px;
    font-weight: bold;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -ms-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #container.search .ranking-area .cat-list li a:hover {
      background-color: #9f8322;
      color: #FFF; }
#container.search .ranking-area .product-ranking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: none;
  position: relative;
  padding: 20px 0 30px; }
  #container.search .ranking-area .product-ranking.upper {
    padding-bottom: 0; }
    #container.search .ranking-area .product-ranking.upper &gt; li {
      width: 235px;
      padding-left: 13px;
      padding-right: 13px; }
      #container.search .ranking-area .product-ranking.upper &gt; li .img {
        width: 240px;
        height: 241px; }
        #container.search .ranking-area .product-ranking.upper &gt; li .img img {
          max-width: 240px;
          max-height: 241px; }
      #container.search .ranking-area .product-ranking.upper &gt; li .star a:before {
        width: 168px;
        height: 27px;
        background-size: 168px auto; }
      #container.search .ranking-area .product-ranking.upper &gt; li .number {
        width: 39px;
        line-height: 39px;
        font-size: 20px; }
      #container.search .ranking-area .product-ranking.upper &gt; li:nth-child(1) .number {
        background-color: #9f8322; }
      #container.search .ranking-area .product-ranking.upper &gt; li:nth-child(2) .number {
        background-color: #929292; }
      #container.search .ranking-area .product-ranking.upper &gt; li:nth-child(3) .number {
        background-color: #9f6322; }
      #container.search .ranking-area .product-ranking.upper &gt; li:nth-child(1) {
        padding-left: 0; }
      #container.search .ranking-area .product-ranking.upper &gt; li:nth-child(3) {
        padding-right: 0; }
  #container.search .ranking-area .product-ranking.subordinate {
    padding-top: 0; }
    #container.search .ranking-area .product-ranking.subordinate &gt; li:nth-child(4n-3) {
      padding-left: 0; }
    #container.search .ranking-area .product-ranking.subordinate &gt; li:nth-child(4n) {
      padding-right: 0; }
    #container.search .ranking-area .product-ranking.subordinate &gt; li .number {
      color: #444444; }
  #container.search .ranking-area .product-ranking &gt; li {
    width: 170px;
    border-bottom: 1px dotted #cccccc;
    padding: 25px 0 30px;
    position: relative;
    padding-left: 13px;
    padding-right: 13px; }
    #container.search .ranking-area .product-ranking &gt; li .number {
      position: absolute;
      left: 10px;
      top: 30px;
      z-index: 10;
      background-color: #e4e4e4;
      float: left;
      width: 29px;
      line-height: 29px;
      -webkit-border-radius: 50% 50% 50% 50%;
      -moz-border-radius: 50% 50% 50% 50%;
      -ms-border-radius: 50% 50% 50% 50%;
      -o-border-radius: 50% 50% 50% 50%;
      border-radius: 50% 50% 50% 50%;
      color: #FFF;
      font-size: 14px;
      font-weight: bold;
      text-align: center; }
    #container.search .ranking-area .product-ranking &gt; li .img {
      margin-bottom: 15px;
      width: 176px;
      height: 176px;
      position: relative;
      line-height: 0;
      text-align: center;
      overflow: hidden;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #container.search .ranking-area .product-ranking &gt; li .img img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: 100%;
        width: auto;
        height: auto; }
      #container.search .ranking-area .product-ranking &gt; li .img img:hover {
        -ms-filter: "alpha( opacity=$number*100 )";
        filter: alpha(opacity=100);
        opacity: 1; }
    #container.search .ranking-area .product-ranking &gt; li .midashi {
      margin-bottom: 10px;
      line-height: 1.3;
      font-size: 14px; }
    #container.search .ranking-area .product-ranking &gt; li .category {
      margin-bottom: 10px;
      padding-top: 10px; }
      #container.search .ranking-area .product-ranking &gt; li .category a {
        display: block;
        color: #9f8322;
        position: relative;
        padding: 5px 0;
        line-height: 1.2;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        height: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center; }
        #container.search .ranking-area .product-ranking &gt; li .category a:before, #container.search .ranking-area .product-ranking &gt; li .category a:after {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          width: 10px;
          height: 100%;
          border-top: 1px solid #9f8322;
          border-bottom: 1px solid #9f8322;
          background: no-repeat center center;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          box-sizing: border-box; }
        #container.search .ranking-area .product-ranking &gt; li .category a:before {
          left: 0;
          border-left: 1px solid #9f8322; }
        #container.search .ranking-area .product-ranking &gt; li .category a:after {
          right: 0;
          border-right: 1px solid #9f8322; }
        #container.search .ranking-area .product-ranking &gt; li .category a:hover {
          background-color: #9f8322;
          color: #FFF;
          text-decoration: none; }
    #container.search .ranking-area .product-ranking &gt; li &gt; a {
      display: block;
      color: #444444;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #container.search .ranking-area .product-ranking &gt; li &gt; a:hover {
        color: #9f8322;
        text-decoration: none; }
        #container.search .ranking-area .product-ranking &gt; li &gt; a:hover .img {
          -ms-filter: "alpha( opacity=$number*100 )";
          filter: alpha(opacity=70);
          opacity: 0.7; }
    #container.search .ranking-area .product-ranking &gt; li .name {
      font-size: 14px;
      font-weight: bold; }
    #container.search .ranking-area .product-ranking &gt; li .text {
      line-height: 1.3;
      margin-bottom: 10px; }
    #container.search .ranking-area .product-ranking &gt; li .star {
      font-size: 13px; }
      #container.search .ranking-area .product-ranking &gt; li .star a {
        display: block;
        color: #444444; }
#container.search .brand-list {
  border-bottom: 3px solid #9f8322; }
  #container.search .brand-list .lines:after {
    clear: both;
    display: block;
    content: ''; }
  #container.search .brand-list .lines li {
    float: left;
    margin-left: 20px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    padding-bottom: 3px; }
    #container.search .brand-list .lines li.current {
      background-color: #9f8322; }
      #container.search .brand-list .lines li.current a {
        color: #FFF;
        background-color: #9f8322; }
    #container.search .brand-list .lines li a {
      font-size: 14px;
      display: block;
      width: 49px;
      line-height: 32px;
      background-color: #efefef;
      text-align: center;
      color: #444444;
      -webkit-border-radius: 3px 3px 3px 3px;
      -moz-border-radius: 3px 3px 3px 3px;
      -ms-border-radius: 3px 3px 3px 3px;
      -o-border-radius: 3px 3px 3px 3px;
      border-radius: 3px 3px 3px 3px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #container.search .brand-list .lines li a:hover {
        text-decoration: none;
        color: #FFF;
        background-color: #9f8322; }
  #container.search .brand-list .tab {
    display: none; }
    #container.search .brand-list .tab.current {
      display: block; }
#container.search .tab-content .tab {
  display: none; }
  #container.search .tab-content .tab.current {
    display: block; }
#container.search .tab-content .content {
  background-color: #efefef;
  padding: 15px 10px; }
  #container.search .tab-content .content h2 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px; }
  #container.search .tab-content .content .banners:after {
    clear: both;
    display: block;
    content: ''; }
  #container.search .tab-content .content .banners li {
    float: left;
    width: 240px;
    margin-right: 10px; }
    #container.search .tab-content .content .banners li:nth-child(3n) {
      margin-right: 0; }
    #container.search .tab-content .content .banners li a {
      display: block;
      color: #444444;
      line-height: 1.3;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #container.search .tab-content .content .banners li a:hover {
        text-decoration: none;
        -ms-filter: "alpha( opacity=$number*100 )";
        filter: alpha(opacity=70);
        opacity: 0.7; }
      #container.search .tab-content .content .banners li a .img {
        margin-bottom: 5px;
        line-height: 0;
        position: relative; }
        #container.search .tab-content .content .banners li a .img:before {
          content: "";
          display: block;
          border: 1px solid #efefef;
          width: 100%;
          height: 100%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          box-sizing: border-box;
          z-index: 2;
          left: 0;
          top: 0;
          position: absolute; }
        #container.search .tab-content .content .banners li a .img img:hover {
          -ms-filter: "alpha( opacity=$number*100 )";
          filter: alpha(opacity=100);
          opacity: 1; }
#container.search .unker-links {
  text-align: center;
  letter-spacing: -.4em;
  padding: 35px 0; }
  #container.search .unker-links p {
    letter-spacing: normal;
    display: -moz-inline-box;
    display: inline-block;
    margin: 0 5px; }
    #container.search .unker-links p a {
      -webkit-border-radius: 3px 3px 3px 3px;
      -moz-border-radius: 3px 3px 3px 3px;
      -ms-border-radius: 3px 3px 3px 3px;
      -o-border-radius: 3px 3px 3px 3px;
      border-radius: 3px 3px 3px 3px;
      line-height: 1;
      padding: 10px 10px 10px 35px;
      display: block;
      color: #444444;
      background: #efefef url(/Content_BC/Images/common/icon-arrow-white.png) no-repeat 10px center;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #container.search .unker-links p a:hover {
        color: #c20037;
        text-decoration: none;
        background-image: url(/Content_BC/Images/common/icon-arrow-red.png); }
#container.search .line-brands {
  padding-bottom: 30px; }
  #container.search .line-brands h2 {
    border-bottom: 2px solid #9f8322;
    font-size: 20px;
    font-weight: bold; }
  #container.search .line-brands &gt; ul &gt; li {
    border-bottom: 1px dotted #efefef;
    position: relative; }
    #container.search .line-brands &gt; ul &gt; li &gt; a {
      display: block;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      color: #444444;
      padding: 15px 10px;
      position: relative;
      padding-left: 50px; }
      #container.search .line-brands &gt; ul &gt; li &gt; a:after {
        clear: both;
        display: block;
        content: ''; }
      #container.search .line-brands &gt; ul &gt; li &gt; a:hover {
        text-decoration: none;
        background-color: #efefef; }
    #container.search .line-brands &gt; ul &gt; li .check-area {
      position: absolute;
      left: 10px;
      top: 50%;
      margin-top: -15px; }
    #container.search .line-brands &gt; ul &gt; li .img {
      line-height: 0;
      float: left;
      width: 60px;
      margin-right: 10px; }
    #container.search .line-brands &gt; ul &gt; li .name {
      width: 190px;
      float: left; }
      #container.search .line-brands &gt; ul &gt; li .name .p1 {
        font-size: 14px;
        font-weight: bold;
        padding-bottom: 10px; }
    #container.search .line-brands &gt; ul &gt; li .text {
      line-height: 1.3;
      width: 430px;
      float: right; }


  #container.search .content .right .coler-area{
	  font-size:0px;
	  float:left;
	  margin:0 10px 0 0;
	  width:16px;}
	  
  #container.search .content .right .coler-area img{
	  height: 16px; }

/*20160916ブランド全商品を見るボタン追加*/
#container.search .condition-area .c-product:after,
#container.search .search-result:after{
	    clear: both;
        display: block;
        content: ''; 
	}
#container.search .allbrand-btn{
    display: table;	
	margin:15px auto 0;

	}
	
#container.search .allbrand-btn a::after{
    content: "&lt;";
    font-family: "ＭＳ Ｐゴシック","MS PGothic","Chalkboard SE",sans-serif;
    left: 10px;
    line-height: 1;
    margin-top: -0.5em;
    position: absolute;
    right: initial;
    top: 50%;
}

#container.search .allbrand-btn a{	
    background-color: #9f8322;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    display: table-cell;
    font-size: 13px;
    max-width: 335px;
    outline: medium none;
    padding: 8px 20px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
}
#container.search .allbrand-btn a:hover {
    opacity: 0.7;
    text-decoration: none;
}
/*retina*/
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #container.search .condition-area .c-product &gt; .title.opener:after {
    background-image: url(/Content_BC/Images/common/icon-arrow-red@2x.png);
    background-size: 20px auto; }  #container.search .product .left .zoom:before {
    background-image: url(/Content_BC/Images/common/icon-zoom@2x.png);
    background-size: 19px auto; }
  #container.search .products-list .point-area p:before {
    background-size: 15px auto; }
  #container.search .products-list .point-area p.bronze:before {
    background-image: url(/Content_BC/Images/search/icon-bronze@2x.png); }
  #container.search .products-list .point-area p.silver:before {
    background-image: url(/Content_BC/Images/search/icon-silver@2x.png); }
  #container.search .products-list .point-area p.gold:before {
    background-image: url(/Content_BC/Images/search/icon-gold@2x.png); }
  #container.search .products-list .point-area p.platinum:before {
    background-image: url(/Content_BC/Images/search/icon-platinum@2x.png); }
  #container.search .kuchikomi-area .information .comment .title:before {
    background-image: url(/Content_BC/Images/search/icon-fukidashi@2x.png);
    background-size: 22px auto; }
  #container.search .kuchikomi-detail .product-area .right .comment .title:before {
    background-image: url(/Content_BC/Images/search/icon-fukidashi@2x.png);
    background-size: 22px auto; }
  #container.search .unker-links p a {
    background-image: url(/Content_BC/Images/common/icon-arrow-white@2x.png);
    background-size: 20px auto; }
    #container.search .unker-links p a:hover {
      background-image: url(/Content_BC/Images/common/icon-arrow-red@2x.png); } }
#container.search .slideContainer{
    overflow: hidden;
    height: 120px;
}
#container.search .autoHeight{
    overflow: visible;
    height: auto;
    padding-bottom: 78px;
}
#container.search .slideBtn{
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    text-align: center;
    position: absolute;
    height: 50px;
    box-shadow: 0 -8px 8px 10px rgba(255,255,255,1);
    cursor: pointer;
}
    #container.search .slideBtn span {
        font-weight: bold;
    }
@charset "UTF-8";

select {
    display: -moz-inline-box;
    display: inline-block;
    width: 180px;
    outline: none;
    cursor: pointer;
    position: relative;
    line-height: 40px;
    height: 40px;
    width: 100%;
    padding: 0 35px 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    -webkit-appearance: none;
    outline: none;
    overflow: hidden;
    font-size: 13px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #FFF;
    color: #444444;
    background: #FFF no-repeat url(/Content_BC/Images/common/icon-arrow-select.png) right 5px center;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}

    select:focus {
        border-color: #9f8322;
        background-image: url(/Content_BC/Images/common/icon-arrow-select_on.png);
    }

    select::-ms-expand {
        display: none;
    }

select {
    background-image: url(/Content_BC/Images/common/icon-arrow-select@2x.png);
    background-size: 20px auto;
}

    select:focus {
        background-image: url(/Content_BC/Images/common/icon-arrow-select_on@2x.png);
    }


/*  radio  */
.iCheckStyleOnly {
    display: none;
}
    .iCheckStyleOnly + label:hover
    {
         color: #c20037;
    }
    .iCheckStyleOnly + label::before {
        display: -moz-inline-box;
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(/Content_BC/Images/common/icon-radio.png) no-repeat;
        cursor: pointer;
        position: relative;
        vertical-align: middle;
        margin-right: 5px;
        content:'';
    }

        .iCheckStyleOnly:checked + label::before {
            background-image: url(/Content_BC/Images/common/icon-radio_on.png);
        }

        /*.iCheckStyleOnly + label.disabled::before {
            -ms-filter: "alpha( opacity=$number*100 )";
            filter: alpha(opacity=50);
            opacity: 0.5;
            cursor: default;
        }*/

  

@charset "utf-8";
/* CSS Document */

* {
	margin:0; 
	padding:0;
}
* {
    min-height:0;
    min-width : 0;
}
.recommend-item a {
	text-decoration: none;
	outline: none;
	border-style:none;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.recommend-item a:hover {
	color: #777;
    text-decoration:none;
	border-style:none;
}
.recommend-item a:visited {
    text-decoration:none;
	border-style:none;
}
.recommend-item a:focus{
	outline:none;
}

.prev.slick-arrow {
	position: absolute;
    top: 50%;
    left: 0%;
}
.next.slick-arrow {
	position: absolute;
    top: 50%;
    right: 0%;
}
.recommend-item {
	display:none;
}
.recommend p {
    text-overflow: ellipsis!important;
    display: -webkit-box!important;
    -webkit-box-orient: vertical!important;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical!important;
    -moz-line-clamp: 2;
    overflow: hidden;
    width: 88%;
    min-height: 3em;
    max-height: 3em;
    font-size: 13px;
    padding: 0px 0px 0px 0;
    margin: auto;
}

.recommend-item p.recommend-item-detail {
    width: 88%;
    min-height: 2.6em;
    max-height: 2.6em;
    line-height: 1.3;
    margin: auto;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;
    overflow: hidden;
}
.recommend p:last-child {
    width: 88%;
	font-size: 16px;
	font-weight: bold;
	min-height: 1.4em;
    line-height: 0;
    padding: 8px 0px 6px 0px;
	margin-top: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 0;
}
.recommend-item small {
    font-size: 12px;
	color: #888;
}
.recommend-item-link{
	text-overflow: ellipsis!important;
	overflow : hidden;
	display: -webkit-box!important;
	-webkit-box-orient: vertical!important;
	-webkit-line-clamp: 3!important;
}


/*------------------------------------
ランキングアイコン
------------------------------------*/
div.recommend div.rank1 {
	color: #fff;
	font-weight: bold;
	font-size: 15px;
    margin: 8px 0 0;
    width: 58px;
    min-height: 64px;
    line-height: 49px;
    background: url(https://www.bettysbeauty.jp/Content_BB/Images/smartphone/top/rank1.png) top no-repeat;
    background-size: 36px;
    /* background-color: #444444; */
    position: absolute;
    top: -10px;
    text-align: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
div.recommend div.rank2 {
	color: #fff;
	font-weight: bold;
	font-size: 15px;
    margin: 8px 0 0;
    min-width: 58px;
    min-height: 64px;
    line-height: 49px;
    background: url(https://www.bettysbeauty.jp/Content_BB/Images/smartphone/top/rank2.png) top no-repeat;
    background-size: 36px;
    /* background-color: #444444; */
    position: absolute;
    top: -10px;
    text-align: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
div.recommend div.rank3 {
	color: #fff;
	font-weight: bold;
	font-size: 15px;
    margin: 8px 0 0;
    width: 58px;
    min-height: 64px;
    line-height: 49px;
    background: url(https://www.bettysbeauty.jp/Content_BB/Images/smartphone/top/rank3.png) top no-repeat;
    background-size: 36px;
    /* background-color: #444444; */
    position: absolute;
    top: -10px;
    text-align: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
div.recommend div.rank4,div.recommend div.rank5,div.recommend div.rank6,
div.recommend div.rank7,div.recommend div.rank8,div.recommend div.rank9,div.recommend div.rank10 {
	display: block;
    margin: 0px 12px 0;
    width: 26px!important;
	height: 26px;
    line-height: 26px;
    background-size: 26px;
    background-color: #444444;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    position: absolute;
    top: 5px;
    text-align: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
    color: #ffffff;
}
div.popularity-ranking .num {
    font-weight: bold;
    color: #fff;
    font-size: 15px;
	line-height: 27px;
    text-align: center;
    padding: 0 0px 0 0;
    margin: auto;
	vertical-align: top;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.cart-title-area {
	font-size: 16px;
	background: #e9f4f4;
    border-left: 6px solid #584927;
    padding: 15px;
    line-height: 1.2;
    margin: 0px 0 20px;
    color: #584927;
}
.cart-recommend-area {
	margin-top: 70px;
    margin-bottom: 90px;
}

.autocomplete-result-list {
    z-index: 1000 !important;
}

header #head-main .search input[type="search"] {
    width: 360px;
    height: 30px;
    border-color: #efefef;
    border-left: none;
}

.autocomplete-result {
    padding: 6px !important;
    background-image: none !important;
    background-color: #fff;
    width: 100%;
}

.autocomplete-result-list {
    overflow-x: hidden;
    max-height: calc(100vh - 320px) !important;
}

.autocomplete-result-label-wrapper {
    display: flex;
}

.autocomplete-result-label-wrapper .autocomplete-title {
    padding: 3px 5px;
    margin-left: 6px;
}

.autocomplete-label {
    padding: 3px 10px;
    color: white;
    font-size: 12px;
    border-radius: 5px;
    flex-shrink: 0;
}

.label-category {
    background-color: #ffcc33;
}

.label-brand {
    background-color: #fd4545;

}

.label-item-name {
    background-color: #99ccff;
}

.autocomplete-result-label-wrapper .autocomplete-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-detail-list {
    position: absolute;
    left: 100%;
    width: 400px;
    z-index: 9999999;
    background-color: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);
}

.autocomplete-detail-list-item &gt; a {
    display: block;
    padding: 9px 11px;
    overflow: hidden;
    border-bottom: 1px solid #cfcfcf;
    text-decoration: none;
}

.autocomplete-detail-list-item &gt; a:hover {
    text-decoration: none;
}

.detail-list-item-image {
    width: 100px;
    height: 100px;
    float: left;
    position: relative;
    padding: 2px;
    border: 1px solid #efefef;
}

.detail-list-item-info {
    padding-left: 120px;
}

.autocomplete-detail-list-item .unit-price {
    color: #c20037;
    font-weight: bold;
    font-size: 18px;
}

.autocomplete-detail-list-item .brand-name {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 6px;
}

.detail-list-item-off {
    margin-left: 10px;
    font-size: 14px;
}

.hide {
    display: none;
}

[data-position=below] .autocomplete-input[aria-expanded=true] {
    border-radius: 0 !important;
}
</pre></body></html>