/*$color-sub01: mix($color-main01, $color-main02, 3%);
$color-sub02: mix($color-main02, #eee, 35%);*/
/*
@mixin left-top-shadow {
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

@mixin top-shadow {
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

@mixin bottom-shadow {
	box-shadow: 0 -1px 3px rgba(0,0,0,0.2);
}

@mixin hoge($color: #fff, $fSize: 16px) {
	color: $color;
	font-size: $fSize;
}
	//.text {
		//@include hoge(black, 20px);
	//}

@mixin sp-width {
	width: $sp-width;
	margin: auto;
}

@mixin pc-width {
	width: $pc-width;
	margin: auto;
}
*/
/*--------------------------------------------
		sales PC
---------------------------------------------*/

.sales__wrapper {
	  display: table;
	  width: 100%;
}

.sales__box {
  display: table-cell;
  vertical-align: top;
  padding-right: 40px;
}

.sales__box--twitter {
  width: 300px;
  padding-right: 0;
  padding-top: 1.45em;
}

.sales__txt {
  padding-top: 0.85em;
}

.sales__txt .pc-none {
  display: none;
}

.sales__txt img {
  right: -16px;
  bottom: -8px;
}

.sales__detail small {
  margin-top: 0 !important;
}

.sales__twitter {
  margin-top: 0;
}

.sales {
  padding-bottom: 80px;
  margin-top: 100px;
}

.sales__list {
  margin-bottom: 0;
}

.sales__item {
  width: 30%;
  padding-top: 16px;
  margin-right: 5%;
  margin-bottom: 3%;
}

.sales__item__img {
  height: 30vw;
}

.sales__item__img:after {
  left: 10px;
  top: 10px;
}

.sales__item a {
  padding: 10px 10px 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.sales__item a:hover {
  background: #ebd9b2;
}

.sales__item a:hover .sales__item__img:before {
  background: #f5efe2;
}

.sales__item__ttl {
  font-size: 1.4rem;
  bottom: 4vw;
}

.sales__item__ttl:after {
  width: 28px;
  margin-top: 15px;
}

.sales__item__english {
  font-size: 34px;
  font-size: 3.4rem;
  left: -4px;
  top: 8px;
}

.sales__item__english:after {
  width: 20vw;
}

/*ECサイト案内*/
.sales__detail{
  display: block;
}
.buongstaio_img {
  width: 20vw;
  float: right;
}