* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  width: 100%;
  background-color: #fff2f5;
  color: #333;
  font-family: Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  font-size: 1.5em;
  -webkit-text-size-adjust: 100%;
}
body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
input,
li,
ol,
p,
td,
textarea,
th,
ul {
  padding: 0;
  margin: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}
img {
  border: 0;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal inside;
}
button,
input {
  -webkit-appearance: none;
}
input,
textarea {
  font-family: Hiragino Kaku Gothic Pro W3, Hiragino Kaku Gothic ProN, Meiryo,
    sans-serif;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 2px;
}
input[type="submit"] {
  background-color: #cd8b76;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  margin-top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}
button {
  display: block;
}
hr {
  border-width: 0;
  border-top: 1px dotted #c2c2c2;
}
h1 {
  font-size: 2em;
  font-weight: 700;
}
.none {
  display: none;
}
.no-style {
  list-style: none !important;
}
.w100 {
  width: 100% !important;
}
.size11 {
  font-size: 11px;
  font-size: 1.1rem;
}
.size12 {
  font-size: 9pt;
  font-size: 1.2rem;
}
.size15 {
  font-size: 15px;
  font-size: 1.5rem;
}
.link-blank {
  text-decoration: underline;
}
.link-blank:hover {
  text-decoration: none;
}
.link-blank:before {
  content: "";
  right: 4px;
  top: 1px;
  position: relative;
  width: 13px;
  height: 13px;
  background-image: url(http://www2.ttcn.ne.jp/~yukiko/wp-content/uploads/link-blank.png);
  background-size: cover;
  display: inline-block;
}
.pad-tb30 {
  padding: 30px 0;
}
.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 > div {
  margin-bottom: 5px;
}
.mb10 > * {
  margin-bottom: 10px;
}
.mb30 {
  margin-bottom: 30px;
}
.mr30 {
  margin-right: 30px;
}
.mr10 > * {
  margin-right: 10px;
}
.centered {
  text-align: center;
}
.wcentered > div {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.row,
.wcentered > div {
  display: -webkit-flex;
  display: flex;
}
.row {
  -webkit-flex-direction: column;
  flex-direction: column;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
}
.row > * {
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
.row > :nth-child(2n) {
  background: #eee;
}
.row > :last-child {
  border-bottom: 0;
}
.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex.nowrap {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.space_a {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.flex_s {
  -webkit-justify-content: flex-start !important;
  justify-content: flex-start !important;
}
.flex20,
.flex25,
.flex30,
.flex33,
.flex40,
.flex48,
.flex49,
.flex50 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
}
.flex20 > * {
  width: 20%;
}
.flex25 > * {
  width: 25% !important;
}
.flex30 > * {
  width: 30% !important;
}
.flex33 > * {
  width: 33.3%;
}
.flex40 > * {
  width: 40%;
}
.flex48 > * {
  width: 48%;
}
.flex49 > * {
  width: 49% !important;
}
.ie8 .flex49 > * {
  margin-right: 7px;
}
.flex20 p {
  margin-bottom: 0 !important;
}
.flex50 > div {
  border: 1px solid #eee;
  border-radius: 5px;
  width: 48%;
}
.flex30 img,
.flex50 img {
  width: 95%;
}
.blocked {
  margin: 5pc 5px 20px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  background-color: #cd8b76;
  border-radius: 10px;
  padding: 20px;
}
#sgs-menu a h3 {
  margin: 0;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  border: 0;
  padding: 0;
}
#sgs-menu a p {
  font-size: 9pt;
  font-size: 1.2rem;
}
#sgs-menu a:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
#sgs-top .sgsbox {
  border: 1px solid #aaa;
  border-radius: 5px;
  margin-bottom: 20px;
  height: 420px;
  overflow: hidden;
}
#sgs-top img {
  width: 100%;
}
.sgs-height div {
  height: 20em;
  margin-bottom: 2em;
  overflow: hidden;
}
.sgs-height img {
  width: 100%;
}
.sgs-yoyaku div {
  border-radius: 5px;
  margin-bottom: 0;
  overflow: hidden;
}
.sgs-yoyaku img {
  width: 100%;
}
.share_btn {
  display: -webkit-flex;
  display: flex;
  padding: 10px 0 5px;
  margin-bottom: 15px;
}
.share_btn img {
  width: 20px;
  height: 20px;
}
.share_btn div {
  margin-right: 5px;
}
#main-wrapper {
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
  padding: 0 10px;
  width: 970px;
  background: #fff;
}
#page-wrapper {
  background: #fff2f5;
}
.entry-thumbnail img {
  width: 100%;
  height: 100%;
}
header {
  background: #7f272e;
  position: relative;
}
#header-wrapper {
  width: 970px;
  margin: 0 auto;
  padding-bottom: 10px;
}
header ul {
  display: -webkit-flex;
  display: flex;
}
#header-benefits {
  display: block;
  margin-bottom: 10px;
  font-size: 11px;
  font-size: 1.1rem;
}
#header-benefits:after {
  content: "";
  clear: both;
  display: block;
}
#header-benefits h1,
#header-benefits p {
  display: inline-block;
  background: inherit;
  color: #fff;
  font-size: 1rem;
}
#header-benefits p a {
  color: #fff;
}
#header-benefits li {
  display: inline-block;
  float: right;
  background-color: #f09199;
  color: #fff;
  border-radius: 0 0 5px 5px;
  margin: 0 2px;
  padding: 0 10px;
}
#header-benefits2 {
  display: block;
  margin-top: -15px;
  margin-bottom: 10px;
  font-size: 11px;
  font-size: 1.1rem;
}
#header-benefits2:after {
  content: "";
  clear: both;
  display: block;
}
#header-benefits2 h1,
#header-benefits p {
  display: inline-block;
  background: inherit;
  color: #fff;
  font-size: 1rem;
}
#header-benefits2 p a {
  color: #fff;
}
#header-benefits2 li {
  display: inline-block;
  float: right;
  background-color: #f09199;
  color: #fff;
  border-radius: 0 0 5px 5px;
  margin: 0 2px;
  padding: 0 10px;
}
#header-global {
  margin-bottom: 10px;
}
#header-global a {
  color: #fff;
  display: block;
}
#header-global img {
  max-height: 60px;
  vertical-align: middle;
}
#header-global li:first-child {
  margin: auto 0;
  margin-right: auto;
}
#header-contact-tel img {
  padding: 5px;
}
#header-contact-mail img {
  border-radius: 5px;
  background: #f09199;
  box-shadow: 0 3px 0 #a0545a;
  padding: 5px;
  margin-right: 10px;
}
#header-contact-mail a:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#header-cart:hover {
  opacity: 0.5;
}
#header-cart {
  border-radius: 3px;
  box-shadow: 0 3px 0 #a0545a;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0 10px 0 43px;
  transition: 0.2s opacity;
  cursor: pointer;
  background: #f09199
    url(http://www2.ttcn.ne.jp/~yukiko/wp-content/uploads/icon-cart.png)
    no-repeat 10px 50%;
}
#header-cart a {
  padding: 19px 0;
}
.l-header__spmenu {
  display: none;
}
@media only screen and (max-width: 767px) {
  .l-header__spmenu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    outline: 0;
    border: 0;
    background: transparent;
    padding-top: 5px;
  }
}
.l-header__spmenu .spmenu__bar {
  position: relative;
  width: 30px;
  transition: all 0.2s;
}
.l-header__spmenu .spmenu__bar span {
  position: absolute;
  left: 0;
  height: 2px;
  background: #fff;
  transition: all 0.2s;
}
.l-header__spmenu .spmenu__bar span:nth-child(1) {
  top: 3px;
  width: 20px;
}
.l-header__spmenu .spmenu__bar span:nth-child(2) {
  top: -3px;
  width: 30px;
}
.l-header__spmenu.is-toggle {
  position: fixed;
  top: 50px;
  right: 15px;
}
.l-header__spmenu.is-toggle .spmenu__bar,
.l-header__spmenu.is-toggle .spmenu__bar span {
  width: 20px;
}
.l-header__spmenu.is-toggle .spmenu__bar span:nth-child(1) {
  background: #000;
  transform: translate3d(0, -3px, 0) rotate(-45deg);
}
.l-header__spmenu.is-toggle .spmenu__bar span:nth-child(2) {
  background: #000;
  transform: translate3d(0, 3px, 0) rotate(45deg);
}
.l-header__spmenu.is-toggle ~ .l-header__spnav {
  opacity: 1;
  pointer-events: auto;
}
.l-header__spmenu .spmenu__text {
  margin-top: 8px;
  color: #fff;
}
.l-header__spnav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #fff;
  opacity: 0;
  transition: all 0.2s;
  pointer-events: none;
}
.l-header__spnav ul {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  list-style: none;
}
.l-header__spnav ul li + li {
  margin-top: 10px;
}
.l-header__spnav ul li a {
  display: inline-block !important;
  border-bottom: 1px solid;
  color: #000 !important;
  font-size: 1pc;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
header nav {
  width: 970px;
  margin: 0 auto;
}
header nav ul {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
header nav ul li {
  border-right: 1px solid #fff;
  border-left: 0;
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
  font-size: 9pt;
  font-size: 1.2rem;
  padding: 5px 2px;
}
header nav ul li:first-child {
  border-left: 1px solid #fff;
}
header nav ul li:hover {
  transition: 0.2s;
}
header nav ul li:hover a {
  color: #7f272e;
}
header nav ul li a {
  color: #fff;
  display: block;
  transition: 0.2s;
}
#header-nav-wrapper {
  margin: 0 auto;
  padding: 5px 0;
  background-color: #f09199;
  box-shadow: 0 3px 5px #d4777e;
}
.fixed {
  position: fixed;
  top: 0;
  z-index: 3;
  width: 100%;
}
article {
  -webkit-order: 2;
  order: 2;
  display: -webkit-flex;
  display: flex;
  width: 45pc;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-size: 13px;
  font-size: 1.3rem;
}
article section:first-child {
  margin-right: 40px;
  width: 25pc;
  flex: none;
}
article h1 {
  font-size: 20px;
  font-size: 2rem;
}
article a {
  color: #cd8b76;
}
article a:hover {
  text-decoration: underline;
}
article small {
  color: #555;
}
a.brand {
  font-weight: 700;
  font-size: 9pt;
  font-size: 1.2rem;
}
.price {
  color: #ee2e31;
}
.price,
.price-coa {
  font-size: 24px;
  font-size: 2.4rem;
}
.price-shop {
  font-size: 18px;
  font-size: 1.8rem;
}
.price-shop-so {
  font-size: 1pc;
  font-size: 1.6rem;
}
.column {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
}
.listed {
  list-style: disc inside;
}
.category-product-list {
  position: relative;
}
.category-product-list .reserved-list-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 220px;
  background-color: rgba(85, 85, 85, 0.76);
  color: #fff;
  text-align: center;
  line-height: 200px;
  font-size: 2rem;
}
#product-detail .column img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
#product-set-wrapper img {
  width: 100%;
}
#product-set-wrapper .set-image {
  width: 300px;
}
#product-set-wrapper .set-desc {
  width: 20pc;
  margin-left: 18px;
}
.page .column {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.page .column img {
  border: 1px solid #ccc;
}
.page .column a:hover {
  opacity: 0.5;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.box {
  border: 1px solid #aaa;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 10px;
}
#section-wrapper {
  display: -webkit-flex;
  display: flex;
}
#breadcrumb {
  margin-bottom: 10px;
}
#breadcrumb div {
  display: inline;
  font-size: 11px;
  font-size: 1.1rem;
}
#in-cart {
  margin: 20px 0;
  border-radius: 3px;
  background-color: #ea686a;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 10px;
  transition: 0.2s all;
  cursor: pointer;
  border: 0;
  -webkit-box-shadow: 0 3px 0 #973e3f;
  box-shadow: 0 3px 0 #973e3f;
  outline: 0;
}
#in-cart:hover,
.in-cart-furisode:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
}
input.in-cart-furisode {
  margin: 0 0 30px;
  transition: 0.2s opacity;
  cursor: pointer;
}
#cartbox,
input.in-cart-furisode {
  border: 1px solid #be3030;
  border-radius: 3px;
  background-color: #ea686a;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 10px;
}
#cartbox {
  margin: 20px 0;
}
#productimage-wrapper {
  overflow: hidden;
  margin-bottom: 10px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
#productmainimage {
  width: 25pc;
  max-height: 100%;
  max-width: 100%;
}
#productimages ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
}
#productimages ul li {
  width: 50px;
  height: 50px;
  margin: 0 10px;
  overflow: hidden;
}
#productimages ul li img {
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
}
#productimages ul.change-hakama li {
  width: 19%;
  height: auto;
  text-align: center;
}
.ie8 #productimages ul.change-hakama li {
  display: inline-block;
}
#productimages ul.change-hakama li img {
  width: 100%;
  height: auto;
}
#product-detail {
  width: 280px;
}
aside {
  -webkit-order: 1;
  order: 1;
  width: 210px;
  margin-right: 20px;
}
aside > ul {
  margin-bottom: 20px;
}
aside ul li {
  border-bottom: 1px solid #f09199;
  background: #fff2f5;
  font-size: 9pt;
  font-size: 1.2rem;
  padding: 5px;
  padding-left: 15px;
}
aside > ul > li:first-child {
  border-bottom: 0;
  background: #cd8b76;
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
}
aside > ul > li:last-child {
  border-bottom: 0;
}
aside ul.list {
  border-bottom: 1px solid #f09199;
}
aside ul li ul li {
  border: 0;
  padding: 3px 10px;
}
aside div.list {
  background: #fff;
  font-size: 9pt;
  font-size: 1.2rem;
  padding: 5px;
  padding-bottom: 0;
}
aside .list p {
  font-size: 10px;
  font-size: 1rem;
}
aside ul li a {
  color: #cd8b76;
  display: block;
}
aside ul li a:hover {
  text-decoration: underline;
}
#aside-search {
  display: -webkit-flex;
  display: flex;
  padding: 5px 3px;
}
#aside-search input[type="search"] {
  box-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.5), 0 1px 0 rgba(0, 0, 0, 0.07) inset;
  border-radius: 3px 0 0 3px;
  border: 1px solid;
  border-color: #adb1b8 #a2a6ac #8d9096;
  height: 30px;
  -webkit-flex: 1;
  flex: 1;
  padding: -1px;
}
#aside-search input[type="image"] {
  height: 30px;
  margin-left: -2px;
  border-radius: 2px;
  padding: 3px;
  background-color: #555;
}
aside ul.side-banner li {
  background-color: #fff;
  padding: 0;
  margin-bottom: 10px;
  border: 0;
}
aside ul.side-banner li img {
  border: 1px solid #ccc;
}
aside ul.side-banner li a img:hover {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  opacity: 0.7;
}
footer {
  background: #675f5f;
}
#footer-sitemap {
  background-color: #80727b;
}
#footer-sitemap h3 {
  color: #fff;
  text-align: center;
  padding: 5px 0;
}
#footer-sitemap div {
  width: 970px;
  padding-top: 10px;
  margin: 0 auto;
}
#footer-sitemap ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-width: 0;
  border-bottom: 1px dotted #c2c2c2;
}
#footer-sitemap ul li {
  padding-left: 10px;
}
#footer-wrapper {
  width: 970px;
  padding: 20px 0;
  margin: 0 auto;
}
#footer-wrapper ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
#footer-wrapper ul li {
  padding: 0 10px;
  text-align: center;
}
#footer-wrapper ul.switch {
  display: none;
}
@media screen and (max-width: 767px) {
  #footer-wrapper ul.switch {
    display: block;
    padding: 5%;
  }
  #footer-wrapper ul.switch a {
    text-decoration: underline;
  }
  #footer-wrapper ul.switch a:hover {
    text-decoration: none;
  }
}
#footer-sns {
  margin: 10px auto;
}
#footer-sns img {
  width: 2pc;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
#footer-sns img:hover {
  opacity: 1;
}
footer ul li a {
  font-size: 9pt;
  font-size: 1.2rem;
  color: #fff;
}
footer ul li a:hover {
  text-decoration: underline;
}
footer small {
  display: block;
  color: #fff;
  text-align: center;
}
.bxslider {
  display: none;
}
.bxslider img {
  margin: 0 auto;
  display: block;
}
.slider-wrapper {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  background: #fff;
}
#top-news {
  height: 15pc;
  overflow: auto;
  border: 3px double #ccc;
  padding: 10px;
  margin: 0 20px;
}
#top-news article {
  width: 100%;
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
}
#top-news article:first-child {
  padding-top: 0;
}
#top-news article:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
#top-news p {
  margin: 0 !important;
}
#top-menu {
  width: 100%;
  font-size: 9pt;
  font-size: 1.2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
}
#top-menu li {
  width: 50%;
  padding: 10px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
#top-menu li:hover {
  opacity: 0.7;
}
#top-menu li a div {
  text-align: center;
  padding-top: 25%;
  width: 330px;
  height: 210px;
  border: 1px solid #eee;
  background-color: #eee;
  margin: 0 auto;
  margin-bottom: 10px;
}
#top-menu img {
  width: 100%;
}
#top-cp,
#top-cp li.nopad {
  font-size: 9pt;
  font-size: 1.2rem;
}
#top-cp li.nopad {
  width: auto;
  margin: 20px;
  text-align: center;
}
#top-cp li.nopad a img {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  height: auto;
}
#top-cp li.nopad a img:hover {
  opacity: 0.7;
}
#top-cp ul li img {
  width: 100%;
  display: block;
  margin: 0 auto;
  border: 1px solid #ccc;
}
#top-cp a {
  font-size: 9pt;
  font-size: 1.2rem;
}
#top-cp .nopad {
  padding: 0;
}
#top-ranking {
  height: auto;
  overflow: hidden;
}
#top-ranking li {
  height: auto;
}
#top-ranking img {
  margin: 0 auto 10px;
  display: block;
  border: 1px solid #ccc;
}
#top-ranking img.ranking-header {
  border: 0;
}
#top-reserve {
  height: 15pc;
  overflow: auto;
  border: 3px double #ccc;
  padding: 10px;
  margin: 0 20px;
}
#top-reserve li {
  border-bottom: 1px dotted #ccc;
}
#sgs-cp ul li.nopad {
  width: 100%;
  padding: 20px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
#sgs-cp li:hover {
  opacity: 0.7;
}
#sgs-cp .nopad img {
  height: auto;
  width: 100%;
  display: block;
}
#sgs-cp .nopad {
  padding: 0;
}
#sgs-flow {
  -webkit-align-items: baseline;
  align-items: baseline;
}
#sgs-flow li {
  width: 33.33%;
}
.sgs-border {
  border: 1px solid #eee;
}
.sgs-border-y {
  height: 156px;
}
.sgs-border-y img {
  border: 1px solid #ccc;
}
#top-category {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#top-category li {
  width: 150px;
}
#top-category div,
#top-category img {
  border: 1px solid #ccc;
  width: 150px;
  height: 150px;
}
#top-faq {
  font-size: 15px;
  font-size: 1.5rem;
}
#top-faq dt {
  cursor: pointer;
}
#top-faq dd,
#top-faq dt {
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
}
#top-faq dt:before {
  content: "Q.";
  margin: 10px;
}
#top-faq dd:before {
  content: "A.";
  margin: 10px;
}
#top-info {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#top-info .column img {
  border: 1px solid #ccc;
}
#top-info > li {
  width: 49.3%;
  border-radius: 10px;
  border: 1px solid #aaa;
  padding: 15px 20px;
  margin-bottom: 10px;
}
#top-info > li > *:first-child {
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 6px;
}
#category-wrapper #top-info li {
  width: 49.3%;
}
#category-wrapper #top-info > li:first-child {
  width: 100%;
  margin-bottom: 10px;
}
#top-info li ul {
  list-style: disc inside;
}
#top-info li ul li + li {
  margin-top: 4px;
}
#top-info .column {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: initial;
  justify-content: initial;
  margin: 0;
  margin-bottom: 5px;
}
#top-info .column img {
  height: auto;
  margin: 2px;
}
.home .h2_title,
.home h2 {
  margin: 5pc 5px 20px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  background-color: #cd8b76;
  border-radius: 10px;
  padding: 20px;
}
.home h2:first-child {
  margin-top: 0;
}
.alink-colored {
  color: #cd8b76;
  display: inline-block;
  font-size: 18px;
  text-decoration: underline;
}
.alink-colored:hover {
  text-decoration: none;
}
#eyec-wrapper {
  width: 970px;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px 9px;
}
#eyec-wrapper img {
  display: block;
  border: 1px solid #eee;
}
#category-wrapper ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
#category-wrapper ul li {
  width: 33.33%;
  padding-bottom: 10px;
}
#category-wrapper ul li img {
  height: 220px;
  margin: 0 auto;
  border: 1px solid #ccc;
}
#category-wrapper ul#top-ranking li img {
  height: auto;
}
#category-wrapper ul li img:hover {
  opacity: 0.7;
}
#category-wrapper ul li a {
  display: block;
  color: #cd8b76;
  text-decoration: underline;
  font-weight: 700;
  font-size: 9pt;
  font-size: 1.2rem;
  margin-top: 5px;
}
#category-wrapper ul li a:hover {
  text-decoration: none;
}
#category-wrapper ul li.category-product-list a {
  margin-top: 0;
}
#category-wrapper ul li span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
}
#category-wrapper .box {
  padding: 10px;
  justify-content: space-between;
  height: 300px;
}
#category-wrapper .menu.box {
  line-height: 5pc;
  height: 75pt;
  text-align: center;
}
#category-wrapper ul.category-cp li {
  font-size: 9pt;
  font-size: 1.2rem;
}
#category-wrapper ul.category-cp li img {
  width: 100%;
  height: auto;
}
#category-wrapper ul.category-cp li a {
  margin-top: 0;
  font-weight: inherit;
}
#category-wrapper ul.category-cp li a:hover {
  text-decoration: none;
}
#yurai li {
  font-size: 20px;
}
#category-wrapper p {
  margin: 20px 5px 40px;
  font-size: 15px;
  font-size: 1.5rem;
}
#category-wrapper .category-reserved ul,
#category-wrapper ul.category-reserved {
  width: auto;
  display: inline-block;
}
#category-wrapper ul.category-reserved li {
  width: auto;
  line-height: 1.3;
}
#category-wrapper ul.category-reserved > li {
  width: 33.33%;
  display: inline-block;
  margin-bottom: 30px;
}
#category-wrapper ul.category-reserved li ul li {
  border-bottom: 1px solid #ccc;
}
#category-wrapper ul.category-reserved li ul li img {
  width: 90%;
  height: auto;
}
.cat-title {
  font-size: 2em;
  font-weight: 700;
}
#furisode-qa h1 {
  border-top: 1px solid #000;
}
.furisode-in div {
  height: 450px;
  margin-bottom: 20px;
  overflow: hidden;
}
.furisode-in img {
  width: 100%;
}
.furisode-komono {
  margin-bottom: 5em;
}
#category-wrapper .furisode-komono div {
  margin-bottom: 20px;
  overflow: hidden;
  height: 270px;
  padding: 0;
  border: 0;
}
.furisode-komono img {
  width: 100%;
}
#category-wrapper h2 {
  margin: 5pc 0 20px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  background-color: #cd8b76;
  border-radius: 10px;
  padding: 20px;
}
#category-wrapper h2.no-style {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-size: 1.5rem;
  background: inherit;
  border: 0;
}
#category-wrapper h2:first-child {
  margin-top: 40px;
}
#category-wrapper h3 {
  margin: 40px 0 20px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px 0;
}
#category-wrapper h3.no-style {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-size: 1.5rem;
  background: inherit;
  border: 0;
}
#adbox,
#category-anai {
  margin-bottom: 20px;
}
#adbox {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#adbox div {
  text-align: center;
  margin-bottom: 20px;
  width: 33%;
}
#adbox div img {
  border: 1px solid #aaa;
  border-radius: 10px;
}
.breadcrumbs {
  font-size: 11px;
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #cd8b76;
}
.breadcrumbs a {
  text-decoration: underline;
  color: #cd8b76;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.pagination {
  position: relative;
  font-size: 9pt;
  font-size: 1.2rem;
  line-height: 13px;
  padding: 20px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.pagination a,
.pagination span {
  display: block;
  float: left;
  margin: 5px 5px 5px 0;
  padding: 10px 15px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #cd8b76;
}
.pagination a:hover {
  color: #fff;
  background: #f09199;
  text-decoration: none;
}
.pagination .current {
  padding: 10px 15px;
  color: #fff;
  background-color: #ccc;
}
.pagination:after {
  content: "";
  display: block;
  clear: both;
}
.reading-eyec {
  width: 100%;
  height: auto;
}
#reading {
  line-height: 2.15;
  font-size: 17px;
  font-size: 1.7rem;
}
#reading h1 {
  font-size: 30px;
  font-size: 3rem;
}
#reading h2 {
  margin: 5pc 0 40px;
  font-size: 28px;
  font-size: 2.8rem;
  color: #fff;
  background-color: #cd8b76;
  border-radius: 10px;
  padding: 20px;
}
#reading h2,
#reading h3 {
  font-weight: 700;
  line-height: 1.5;
}
#reading h3 {
  margin: 75pt 0 40px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #333;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px 0;
}
#reading h1 + h2 {
  margin-top: 30px;
}
#reading ol,
#reading p,
#reading ul {
  margin-bottom: 30px;
  line-height: 1.8;
}
#reading a {
  color: #cd8b76;
  text-decoration: underline;
}
#reading a:hover {
  text-decoration: none;
}
#reading ul {
  list-style: disc inside;
}
#reading table {
  border: 1px solid #888;
  padding: 30px;
  margin-bottom: 30px;
}
#reading strong {
  font-weight: 700;
}
#reading .column {
  -webkit-justify-content: initial;
  justify-content: initial;
}
#reading .column img {
  border: 0;
  margin-left: 20px;
}
#flow h3 {
  margin-top: 0;
}
#flow p {
  margin-bottom: 0;
}
#flow .step1 {
  height: 220px;
}
#flow .step2 {
  height: 260px;
}
#flow .step3 {
  height: 290px;
}
#flow .step4 {
  height: 470px;
}
#flow .step5 {
  height: 25pc;
}
#flow .step6 {
  height: 220px;
}
.sp-table {
  table-layout: fixed;
  width: 100%;
}
.sp-table th {
  background-color: #eee;
}
.sp-table.bordered td,
.sp-table.bordered th {
  border: 1px solid #ccc;
  padding: 5px;
}
.komono.sp-table img {
  width: 100%;
}
#reading table#company,
#reading table#order,
.sp-table {
  width: 100%;
  border: 0;
  border-spacing: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
#company td,
#order td {
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
#order tr td:first-child {
  width: 30%;
}
#order tr td table tr td:first-child {
  width: 100%;
  background: #eee;
}
#order tr td table tr td,
#order tr td table tr th {
  width: 100%;
  display: block;
  padding: 5px;
}
#order .in-table dd {
  margin-left: 20px;
}
.sitemap {
  overflow: hidden;
  position: relative;
  zoom: 1;
}
.sitemap ul {
  float: left;
}
.sitemap h3 {
  color: #deb887;
}
.sitemap li {
  margin-right: 50px;
  padding-left: 35px;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 7px;
  margin-top: 5px;
  list-style: none;
  font: 13px/1.231;
}
.sub {
  margin-bottom: 15px;
}
.sitemap p {
  margin: 20px 5px 40px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
  background-color: #eee;
  border-radius: 10px;
  padding: 20px;
}
.sitemap li {
  position: relative;
}
.sitemap li:after,
.sitemap li:before {
  display: block;
  content: "";
  position: absolute;
}
.sitemap li:after {
  top: 6px;
  left: 1em;
  width: 14px;
  height: 14px;
  background-color: coral;
  border-radius: 100%;
}
.sitemap li:before {
  z-index: 2;
  top: 10px;
  left: 1.3em;
  width: 4px;
  height: 4px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.single #main-wrapper {
  padding: 20px 10px;
}
.fb_iframe_widget > span {
  vertical-align: baseline !important;
}
@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
  }
  .for-pc {
    display: none !important;
  }
  .sp-flex-100 > * {
    width: 100%;
  }
  .sp-flex-50 > * {
    width: 50%;
  }
  .sp-table td,
  .sp-table th {
    width: 100%;
    display: block;
    padding: 5px;
  }
  .sp-table.steady td,
  .sp-table.steady th {
    width: auto;
    display: table-cell;
  }
  .sp-table td:first-child {
    background: #eee;
  }
  .sp-table.bordered td,
  .sp-table.bordered th {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #ccc;
  }
  .blocked {
    font-size: 1.6rem;
  }
  header {
    box-shadow: 0 3px 10px #989898;
  }
  #header-benefits li:not(:first-child),
  header nav {
    display: none;
  }
  #header-benefits {
    width: 100%;
    text-align: center;
  }
  #header-global {
    margin-bottom: 0;
  }
  #header-wrapper {
    width: 100%;
    padding: 5px;
  }
  #header-nav-wrapper,
  #header-wrapper nav {
    display: none;
  }
  #header-title img {
    width: 70vw;
  }
  #header-contact-tel {
    display: none;
  }
  #header-contact-mail img {
    height: 35px;
  }
  #header-cart {
    display: none;
    font-size: 0;
    background: inherit;
    border: 0;
  }
  #header-cart:hover {
    opacity: 0.5;
  }
  #header-cart a {
    height: 2pc;
    padding: 0 30px 0 0;
    margin: 20px 0;
    border: 1px solid #be3030;
    border-radius: 3px;
    background-color: #ea686a;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 10px;
    transition: 0.2s opacity;
    cursor: pointer;
    background: url(images/icon-cart.png) no-repeat 0;
  }
  #main-wrapper {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .home #main-wrapper,
  .single #main-wrapper {
    padding: 0;
  }
  .slider-wrapper {
    width: 100%;
  }
  #main-wrapper,
  #page-wrapper {
    width: 100%;
    padding: 0;
  }
  article {
    width: 100%;
  }
  #eyec-wrapper {
    width: 100%;
    padding: 10px 0;
  }
  #eyec-wrapper img {
    width: 97%;
    display: block;
    margin: 0 auto;
  }
  #category-wrapper h2:first-child {
    margin-top: 0;
  }
  #category-wrapper h2 {
    margin: 5pc 5px 20px;
  }
  #category-wrapper h3 {
    margin: 40px 5px 20px;
  }
  #category-wrapper ul {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  #adbox div {
    margin-bottom: 0;
  }
  #adbox div img {
    width: 95%;
  }
  #top-menu {
    width: auto;
  }
  #top-menu li {
    width: 100%;
    margin-bottom: 20px;
  }
  #top-cp a,
  #top-cp li,
  #top-cp li.nopad {
    font-size: 1rem;
  }
  #top-cp .flex49 {
    margin: 0 5px;
  }
  #top-faq dd {
    margin-left: 0;
    padding-left: 10px;
    background-color: #eee;
  }
  #top-info {
    padding: 0 5px;
  }
  #top-info li {
    width: 100%;
    margin-bottom: 10px;
  }
  #top-info li ul li + li {
    margin-top: 0;
  }
  .furisode-in div {
    height: auto;
    border: 0;
  }
  #category-wrapper ul li {
    width: 140px;
    padding-bottom: 10px;
  }
  #category-wrapper ul li img {
    width: 140px;
    height: 140px;
  }
  #category-wrapper #top-cp ul li img {
    width: auto;
    height: auto;
  }
  #section-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  article section:first-child {
    margin: 0;
    width: 100%;
  }
  article small {
    text-align: center;
    display: block;
    padding: 10px;
  }
  #productimage-wrapper {
    display: block;
    width: 100%;
  }
  #productimages ul {
    padding: 0;
  }
  #productimages ul li img {
    max-height: 50px;
  }
  #product-detail {
    width: 100%;
    padding: 0 5px;
  }
  #reading {
    padding: 0 10px;
  }
  #reading h1,
  .entry-thumbnail h1 {
    font-size: 20px;
    font-size: 2rem;
  }
  .entry-thumbnail h1 {
    padding: 0 10px;
  }
  #category-wrapper h2,
  #reading h2,
  .home .h2_title,
  .home h2 {
    font-size: 1.6rem;
  }
  #reading table {
    padding: 0;
  }
  #flow > * {
    width: 100%;
  }
  #flow ol.row li {
    height: auto;
  }
  #company td,
  #company th,
  #order td,
  #order th,
  #order tr td:first-child {
    width: 100%;
    display: block;
    padding: 5px;
  }
  #company td:first-child,
  #order td:first-child {
    background: #eee;
  }
  aside {
    margin: 0;
    width: 100%;
  }
  #footer-wrapper {
    padding: 20px 0;
    width: 100%;
  }
  footer ul li {
    font-size: 10px;
    font-size: 1rem;
  }
  .breadcrumbs {
    padding: 10px;
  }
  .breadcrumbs a {
    color: #cd8b76;
  }
}
.ie8 #header-benefits,
.ie8 header ul {
  display: table;
}
.ie8 #header-benefits li {
  display: table-cell;
  padding: 3px;
}
.ie8 #header-global {
  display: table;
  width: 100%;
}
.ie8 #header-global li,
.ie8 header nav ul,
.ie8 header nav ul li {
  display: table-cell;
}
.ie8 #main-wrapper aside {
  float: left;
}
.ie8 #main-wrapper article {
  float: right;
}
.ie8 #top-news article {
  float: none;
}
.ie8 #top-menu li {
  float: left;
  display: block;
  height: 15pc;
}
.ie8 #top-category {
  text-align: center;
}
.ie8 #top-category li {
  width: 25%;
  float: left;
}
.ie8 #adbox div {
  float: left;
}
.ie8 #category-wrapper ul li {
  float: left;
}
.ie8 #category-wrapper .category-reserved li {
  float: none;
}
.ie8 #category-wrapper .flex49.category-cp li {
  height: 15pc;
}
.ie8 #footer-wrapper li {
  float: left;
}
.ie8 footer ul {
  display: table;
  margin: 0 auto;
}
.ie8 #top-info li {
  float: left;
}
.ie8 #top-info li li {
  float: none;
}
.ie8 #top-info .column {
  display: block;
}
.ie8 #top-info .column img {
  float: left;
}
.ie8 #order TR TD TABLE TR TD:first-child {
  width: 30%;
}
.ie8 #header-benefits li:first-child {
  float: left;
}
.ie8 #header-benefits {
  width: 100%;
}
.ie8 #header-benefits li {
  float: right;
}
#header-benefits li.hh {
  float: left;
  background-color: #7f272e;
  margin: 0;
  padding: 0;
}
#header-benefits li.mr0 {
  margin-right: 0;
}
.ie8 #footer-sitemap ul li,
.ie8 #section-wrapper section {
  float: left;
}
.ie8 #productimages ul {
  text-align: center;
}
.ie8 #productimages ul li {
  display: inline;
  zoom: 1;
}
.ie8 #sgs-cp ul li.nopad {
  float: none;
}
.ie8 .pagination {
  text-align: center;
}
.ie8 .pagination a,
.ie8 .pagination span {
  float: none;
  display: inline;
  zoom: 1;
}
.ie8 .clearfix:after,
.ie8 .column:after {
  content: "";
  clear: both;
  display: block;
}
.ie8 .column div {
  float: left;
}
.ie8 header nav ul li {
  width: 90pt;
  padding: 10px 0;
}
.ie8 #top-cp .flex49 > * {
  margin: 0 3px 10px;
  height: 15pc;
}
.ie8 #top-ranking > * {
  margin: 0 11px;
}
.ie8 .flex20 > *,
.ie8 .flex25 > *,
.ie8 .flex30 > *,
.ie8 .flex33 > *,
.ie8 .flex40 > *,
.ie8 .flex48 > *,
.ie8 .flex49 > *,
.ie8 .flex50 > *,
.ie8 .flex > * {
  float: left;
}
.ie8 .flex20:after,
.ie8 .flex25:after,
.ie8 .flex30:after,
.ie8 .flex33:after,
.ie8 .flex40:after,
.ie8 .flex48:after,
.ie8 .flex49:after,
.ie8 .flex50:after,
.ie8 .flex:after {
  content: "";
  clear: both;
  display: block;
}
.blog-wrapper {
  -webkit-order: 2;
  order: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.blog article,
.blog-wrapper {
  width: 45pc;
  font-size: 13px;
  font-size: 1.3rem;
}
.blog article {
  -webkit-order: initial;
  order: initial;
  display: block;
}
.c_box__row02 dl {
  margin-bottom: 40px;
  padding: 0 10px;
}
.c_box__row02 dt {
  width: 30%;
  text-align: center;
}
.c_box__row02 dd,
.c_box__row02 dt {
  display: inline-block;
  vertical-align: middle;
}
.c_box__row02 dd {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .c_box__row02 dd,
  .c_box__row02 dt {
    width: 100%;
  }
}
.c_box__row02 img {
  width: 150px;
  border: 1px solid #ccc;
}
.c_box__row02 p {
  margin-left: 10px;
}
.c_box__row02 h3,
.c_box__row02 h4 {
  font-size: 18px;
  border-bottom: 1px solid #f09199;
  border-left: 5px solid #f09199;
  padding-left: 10px;
  margin-bottom: 5px;
}
.home h2.no-style {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}
.a_col {
  margin: 2em 5px;
}
.a_col__container {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 1em;
}
.a_col__container:last-child {
  margin-right: 0;
}
.a_col__container #in-cart {
  margin: 0;
  border: 0;
  -webkit-box-shadow: 0 3px 0 #973e3f;
  box-shadow: 0 3px 0 #973e3f;
  outline: 0;
}
.a_col__container #in-cart:focus,
.a_col__container #in-cart:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
}
.c_gas {
  width: 100%;
  height: auto;
  margin: 4rem 0;
}
.l-subfooter {
  padding: 60px 0;
  background: #e8e8e8;
  color: #777;
  font-size: 1.2rem;
}
.l-subfooter a {
  color: #777;
}
.l-subfooter a:before {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  margin-bottom: -0.2em;
  display: inline-block;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg) scale(0.6);
  content: "";
}
.l-subfooter a:hover {
  text-decoration: underline;
}
.l-subfooter li {
  margin-bottom: 5px;
}
.l-subfooter__wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 970px;
  margin: 0 auto;
  padding: 0 10px;
}
.l-subfooter__container {
  width: 25%;
  padding: 0 10px;
}
.l-subfooter__container:not(:last-child) {
  border-right: 1px solid #ccc;
}
.l-subfooter__heading {
  margin-bottom: 9pt;
  font-size: 1.1em;
}
@media screen and (max-width: 767px) {
  .l-subfooter__container,
  .l-subfooter__wrapper {
    width: 100%;
  }
  .l-subfooter__container:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-right: 0;
    border-bottom: 1px solid #ccc;
  }
}
.cartjs_box {
  margin-top: 10px !important;
}
.cartjs_box input {
  border: 0;
}
.furisode-ranking li {
  text-align: center;
}
.furisode-ranking img {
  height: auto !important;
  border: 0 0 !important;
}
.furisode-ranking span {
  font-size: 1.6rem !important;
}
@media screen and (max-width: 767px) {
  .flex25 > * {
    width: 50% !important;
  }
  .furisode-ranking img {
    width: auto !important;
  }
}
.bx-wrapper {
  position: relative;
  margin: 0 auto 30px;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bx-wrapper .bx-viewport {
  background: #fff;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: 700;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff2f5;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #fba4a6;
}
.bx-wrapper .bx-prev {
  left: 5%;
}
.bx-wrapper .bx-next {
  right: 5%;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -1pc;
  outline: 0;
  width: 2pc;
  height: 2pc;
  text-indent: -9999px;
  z-index: 5;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
