body {
  background-color: #FFFFFF;
  background-image: url();
  color: #666666;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #444444;
  text-decoration: none;
}

a:hover {
  color: #c4a374;
  text-decoration: underline;
}

p,h1,h2,h3,h4,h5,h6 {
  margin-top: 0px;
  font-weight: 400;
}

img {
  vertical-align: bottom;
}

ul, ol, form {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

/* layout */
.container {
  width: 1200px;
  margin: 0 auto;
}

/* header */ 
.header-tools {
  width: 100%;
  min-width: 1000px;
  background-color: #fff;
  line-height: 2;
}

.header-tools a {
  color: #c4a374;
  margin: 0 5px;
}

/* shop logo */
.logo {
  text-align: center;
  margin: 20px auto 0 auto;
}

/* slider */
#slider div {
  width: 900px !important;
  text-align: center;
}

.slider {
  margin: 0 auto 60px;
  width: 900px;
  height:540px;
}

.slider .bx-wrapper {
  z-index: 0;
  margin-bottom: 0;
}

.slider .bx-wrapper .bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}

.slider .bx-wrapper .bx-caption {
  background: #fff;
  background: rgba(0, 0, 0, 0.6);
}

.slider .bx-wrapper .bx-caption span {
  font-size: 18px;
  padding: 30px;
}

.slider .bx-wrapper .bx-pager {
  padding-top: 20px !important;
  bottom: -30px !important;
}

/* main */
.main_section {
  margin-top: 10px;
  padding: 10px 0;
  overflow: hidden;
}

.main_section--product {
  padding: 5px 0 5px;
}

/* パンくずリスト */

.breadcrumb__section {
  padding-bottom: 20px;
}

.breadcrumb-list__unit {
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

/* sidebar */
.sidebar__section {
  float: left;
  width: 220px;
  margin-right: 80px;
}

.menu__section {
  margin-bottom: 20px;
}

.more-prd span {
  cursor: pointer;
}

/* information */
.info {
  margin-top: 40px;
}

.info-list {
  list-style-type: none;
}

.info-list__unit {
  padding-bottom: 20px;
}

.info-list__date {
  display: block;
  padding-bottom: 5px;
}

/* search */
.search {
  position: relative;
  float: none;
  margin-top: 20px;
  width: 250px;
}

.search__box {
  min-width: 250px;
  padding: 10px 10px 10px 10px;
  background: none;
  border: none;
  color: #333;
}

.search__box:focus {
  padding: 10px 10px 50px 10px;
  background: #fff;
}

/* link web */
.official a {
  font-size: 13px;
}

/* rank */
.rank-box {
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 5;
}

.rank-box--sidebar {
  top: 10px;
}

.rank-number {
  padding: 8px 0 0;
  background: #fff;
  color: #000;

  border-radius: 50%;
  width: 40px;
  height: 32px;
  display: block;
  text-align: center;
}

.rank-number--sidebar {
  padding: 4px 0 0;
  width: 22px;
  height: 18px;
}

.rank-number-color--1 {
  background: #CAA846;
}

.taglist {
  padding: 20px 0 0;
}
.taglist p {
  margin: 0 0 10px;
}
.taglist a {
  color: #444;
  margin: 0 6px 8px 0;
}

.taglist a:hover {
  color: #888;
  margin: 0 6px 8px 0;
}

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

.button--line {
  border: 1px solid #c4a374;
  color: #666;
}

.button--sort {
  font-size: 100%;
  padding: 5px 0;
  width: 28%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.button--tag {
  font-size: 85.71429%;
  padding: 4px 4px 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

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

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

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

.button--disabled {
  background: #c4a379;
  color: #fff;
}

/* check */

.check {
  margin: 0;
  padding-bottom: 20px;
  border-bottom: 2px solid #FFFFFF;
  font-size: 16px;
}

/* copyright */
.copyright__section {
  padding: 10px 0;
  font-size: 10px;
}

.copyright {
  margin: 0 0 10px;
}

.copyright__img {
  width: 200px;
  height: 18px;
  margin: 0 0 5px 5px;
}
  
/* @breadcrumb.sort */
.sort__section {
  position: absolute;
  top: 0;
  right: 0;
}

.sort--sub-layer {
  min-width: 200px;
  width: 100%;
}

/* contents */
.contents__section {
  float: right;
  width: 900px;
}

.info__section, .recommend__section, .seller__section, .together__section, .product-list__section, .delivery__section, .payment__section, .cancel__section {
  margin-bottom: 50px;
}

.product__image {
  margin: 50px;
}


.product-list__section {
  position: relative;
}

.recommend-list, .seller-list, .together-list {
  margin-top: 40px;
}

/* @sub-list */

.sub-list {
  padding-bottom: 60px;
  font-size: 0;
}

.sub-list__unit {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px 20px;
  width: 32.3%;
  font-size: 14px;
}

.sub-list__img {
  padding-bottom: 10px;
}

.sub-list__link {
  display: block;
}

.sub-list__name {
  display: block;
}

.product-list__freespace-top {
  padding-bottom: 60px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.product-list__freespace-bottom {
  padding-top: 60px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

/* history */
.history__section {
  clear: both;
  border-top: 1px solid #FFFFFF;
  padding-top: 60px;
}

.btn {
  border-radius: 0;
}

.mega-navi {
  display: none;
  list-style-type: none;
  border: none solid #FFFFFF;
  width: 1200px;
  position: absolute;
  top: 32px;
  left: 0;
  padding: 40px 60px;
  background: #FFFFFF;
  z-index: 50;
  text-align: left;
}

.mega-navi__unit {
  padding: 10px;
  text-align: left;
  width: 31%;
  display: inline-block;
  vertical-align: top;
}

.mega-navi__link {
  display: block;
  width: 100%;
}

/* footer */
.footer__guide {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #FFFFFF;
}

.guide__col {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}

.guide__col--one-third {
  width: 410px;
}

.guide__col--half {
  width: 625px;
}

.guide__h2 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #FFFFFF;
  font-size: 16px;
}

.guide__list {
  margin: 0;
}

.guide__name {
  padding-bottom: 15px;
}

.guide__other {
  margin: 0;
  padding-bottom: 30px;
  color: #666666;
}

.footer__navi {
  margin-bottom: 40px;
  font-size: 13px;
}

.footer-navi__col {
  list-style-type: none;
  line-height: 2.2;
}

.pagetop__btn {
  display: block;
  padding: 18px 0;
  width: 100%;
  max-width: 50px;
  border-radius: 50%;
  float: right;
}

/* side menu */
.menu-list {
  margin: 10px 0 0;
  list-style-type: none;
}

.menu-list--more-prd {
  margin: 10px 0 20px;
}

.menu-list__link {
  display: table;
  padding: 10px 0;
  width: 100%;
}

.menu-list__text {
  display: table-cell;
  padding-right: 20px;
  vertical-align: middle;
  width: 90%;
}

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

.category-list__unit {
  position: relative;
}

/* product-list */
.product-list {
  list-style-type: none;
  font-size: 0;
}

.product-list__unit {
  display: inline-block;
  font-size: 14px;
  margin: 0 10px 40px;
  vertical-align: top;
  position: relative;
  text-align: center;
}

.product-list__unit-sm {
  width: 110px;
}

.product-list__unit-md {
  width: 141px;
}

.product-list__unit-lg {
  width: 280px;
}

.product-list__unit--sidebar {
  display: block;
  margin: 0 0 20px;
}

.product-list__image:hover {
  opacity: 0.8;
}

.product-list__image--sm {
  max-width: 110px;
}

.product-list__text {
  display: block;
}

.product-list__name {
  margin-top: 20px;
  text-align: center;
}

.product-list__name--sidebar {
  margin-top: 0;
  margin-left: 10px;
}

.product-list__expl {
  margin-top: 20px;
  text-align: left;
}

.product-list__prices {
  margin-top: 10px;
  text-align: center;
}

.product-list__prices--sidebar {
  margin-left: 10px;
}

.product-list__price-regular {
  text-decoration: line-through;
}

.product-list__price-soldout {
  color: #ff0000;
}

.product-list__discount-rate {
  color: #ff0000;
}

/* ページ pagenation */
.pagenation {
  position: relative;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
.pagenation .disabled {
  color: #ccc;
}

.pagenation-prev {
  position: absolute;
  left: 0;
}

.pagenation-pos {
  line-height: 0.8;
}
.pagenation-pos__number {
  margin: 0 5px;
  font-size: 20px;
}

.pagenation-next {
  position: absolute;
  right: 0;
}

/* product */
.product__section {
  margin-bottom: 120px;
  margin-top: 20px;
}
.product__section h2 {
  border-bottom: none;
  font-size: 22px;
}

.product__explain {
  padding-top: 60px;
  line-height: 1.8;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.product__model {
  color: #666666;
}

.product__image-main {
  text-align: center;
}

.product__image-thumb ul li {
  cursor: pointer;
  margin-bottom: 25px;
  padding: 0 10px;
}

.image__thumb {
  padding: 2px;
  border: 2px solid #fff;
}

.image__thumb--active {
  border: 2px solid #FFFFFF;
}

.product__guide {
  padding: 0 0 60px;
}

.product__price-part {
  font-size: 22px;
  padding-bottom: 5px;
}

.product__price-regular {
  padding-bottom: 5px;
}

.product__price-establish {
  padding-bottom: 5px;
  color: #666666;
}

.product__discount {
  color: #ff0000;
}

.product__stock-str {
  padding-top: 30px;
  font-size: 22px;
}

.product__related-list__link {
  display: block;
  padding: 5px 0;
}
.product__related-list__link span {
  padding-left: 15px;
}

.product__order {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  padding: 40px 0 60px;
}

.option-list__name, .init-list__name, .text-titles-list__name {
  padding-bottom: 10px;
}

.option-list__detail, .init-list__detail, .text-titles-list__detail {
  margin: 0;
}

.option-list__select {
  height: 50px;
  border: 2px solid #FFFFFF;
}

.text-titles-list__detail-text {
  height: 50px;
  border: 2px solid #FFFFFF;
}

.init-list__detail-num {
  width: 200px;
  height: 38px;
  border: 2px solid #FFFFFF;
  display: inline-block;
}

.init-list__detail-updw {
  margin: 0;
  padding-left: 10px;
  vertical-align: middle;
  display: inline-block;
}

.init-list__detail-unit {
  padding-left: 10px;
}

.order-btn-list {
  margin: 0;
  padding-top: 30px;
}

.stock_error {
  text-align: center;
  color: #cf0400;
}

.option-table {
  margin: 40px 0;
}
.option-table table {
  width: 95%;
  margin: 0 auto;
  border-bottom: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
}
.option-table table th, .option-table table td {
  padding: 11px 7px;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
.option-table table th {
  text-align: center;
}
.option-table table td {
  vertical-align: top;
  text-align: center;
}

.related-list {
  text-align: right;
  padding-right: 15px;
}

.related-list__unit {
  display: inline-block;
}

/* option detail */
.option-detail__section {
  padding: 20px;
  text-align: center;
}

.option-detail__table th {
  text-align: center;
}
.option-detail__table td {
  text-align: center;
}

.option-detail__price--regular {
  text-decoration: line-through;
}

.option-detail__discount {
  color: #ff0000;
}

/* privacy.shopkeeper */
.shop-info__lead {
  margin: 40px 0 20px;
  line-height: 1.8;
}

.shop-info-list__title {
  padding: 20px 0 5px;
}
.shop-info-list__title:first-child {
  padding: 0 0 5px;
}

.shop-info-list__note {
  margin: 0;
  line-height: 1.8;
}

/* Module */
.section__title-h2 {
  margin: 0;
  padding-bottom: 20px;
  border-bottom: 2px solid #FFFFFF;
  font-size: 16px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.btn-primary {
  background: #c4a374;
  border: 1px solid #c4a374;
  color: #fff;
}

.btn-primary:hover {
  background: #ebd7ad;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}

.btn-secondary {
  background: #48A3FF;
  border: 1px solid #48A3FF;
  color: #fff;
}

.btn-secondary:hover {
  background: #48A3FF;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}

.btn-tertiary {
  background: #cf0400;
  border: 1px solid #cf0400;
  color: #fff;
}

.btn-tertiary:hover {
  background: #cf0400;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}

.btn__addcart, .btn__quick, .btn__soldout {
  padding: 20px 0 22px 0;
}
.btn__addcart i, .btn__quick i, .btn__soldout i {
  margin-right: 10px;
}
.btn__addcart span, .btn__quick span, .btn__soldout span {
  vertical-align: middle;
}

.btn__soldout.disabled,
.btn__soldout[disabled] {
  background-color: #cf0400;
  color: #fff;
}

/* font */
.txt-10 {
  font-size: 10px;
}

.txt-12 {
  font-size: 12px;
}

.txt-14 {
  font-size: 14px;
}

.txt-16 {
  font-size: 16px;
}

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

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

.txt--red {
  color: #ff0000;
}

.border--none {
  border: none;
}

.mar-t--20 {
  margin-top: 20px;
}

.mar-b--20 {
  margin-bottom: 20px;
}

.mar-b--60 {
  margin-bottom: 60px;
}

.width--110 {
  width: 110px;
}

.width--160 {
  width: 160px;
}

.hide {
  display: none;
}

/* textarea input */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  outline: none;
}


/* qrcode */
.qrcode {
  margin: 20px 0 60px;
  text-align: center;
}
/*
 * 210218追加
 */
.sns-list {
   text-align: center;
   margin-bottom: 40px;
}
.sns-list li {
   margin: 0 10px;
   display: inline-block;
}
.sns-list li svg {
   width: 40px;
}
.milk a svg {
   fill:#ffa8d5;
}
.milk a:hover svg {
   fill:#ffd4ed;
}
.milkboy a svg {
   fill:#6aebee;
}
.milkboy a:hover svg {
   fill:#aef4f4;
}
.land a svg {
   fill:#8b18b8;
}
.land a:hover svg {
   fill:#c57ce8;
}