.top_wrap {
  /*margin: 0 0 0 -278px;*/
  padding: 0;
  width: 980px;
}
.top_wrap::after {
  content: "";
  display: block;
  clear:  both;
}








/*-------------------------------------------
        トップページコンテンツ
---------------------------------------------*/

.contents_box {
	width: 980px;
	margin:0 auto;
  padding-bottom: 20px;
  clear: both;
}

.contents_box img {
  width: 100%;
}

.contents_box div:hover {
  box-shadow: 0 0 10px #666666;
}

.contents_box h2 {
  text-align: center;
  font-size: 14px;
  color: #444444;
  margin: 7px 0 3px;
}

.contents_box h3 {
  text-align: center;
  font-size: 12px;
  color: #444444;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.contents_box p.contents_box_txt {
  font-size: 12px;
  color: #666666;
  padding: 0 30px;
  height: 60px;
}

.contents_box p.contents_box_link {
  text-align: center;
  font-size: 12px;
}

.contents_box p.contents_box_link a {
  display: block;
  width: 56%;
  margin: 0 auto;
  padding: 5px 0;
  color: #ffffff;
  background: #666666;
  text-decoration: none;
}

.contents_box_l {
  width: 320px;
  float: left;
  margin-right: 10px;
}

.contents_box_c {
  width: 320px;
  float: left;
  margin-right: 10px;
}

.contents_box_r {
  width: 320px;
  float: left;
}
/*----------- 海外商品スライダー --------------*/







/*----------- ピックアップバナー --------------*/

.cr_haisou {
  width: 100%;
  margin: 0 0 15px;
  vertical-align: bottom;
}

.cr_haisou:hover {
  box-shadow: 0 0 10px #666666;
}


/*-------------------------------------------
バーバリーについて
---------------------------------------------*/
.bbl-txt {
  height: 170px;
  overflow-y: scroll;
  padding: 15px;
  margin-bottom: 30px;
  background: #f9f9f9;
}

.bbl-txt h3 {
  font-size: 16px;
  margin: 0 3px 0;
  color: #444444;
}

.bbl-txt p {
  padding: 0;
  margin: 0 0 30px;
  line-height: 1.5;
  color: #666666;
}

.bbl-txt p a {
  color: #4169e1;
}

/*-------------------------------------------
        新着商品
---------------------------------------------*/

#weekly_new_item {
    width: 700px;
    margin: 0 auto 50px;
    float: right;
}
.weekly_select {
  /*width: 980px;*/
  margin: 0 0 35px;
  border-bottom: 1px solid #ddd;
}
.weekly_select li {
  text-align: center;
  font-size: 16px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.weekly_select li:last-child {
  border-right: none;
}
.weekly_select li a,
.weekly_select li span {
  display: block;
  padding: 2px;
  border-width: 1px 1px 1px 1px;
  background: #f4f4f4;
  letter-spacing: 0;
  color: #555555;
  text-decoration: none;
  transition: 0.2s;
  margin-bottom: -2px;
}
.weekly_select li.select a {
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #ddd #ddd #fff #ddd;
  background: #fff;
}
.new_item_list {
  margin: 0 0 50px;
}
.new_item_list ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.new_item_list li {
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  margin: 0 0 15px;
}
.new_item_list li a {
  color: #444;
  text-decoration: none;
  display: block;
  transition: .3s ease all
}
.new_item_list li a:hover {
  opacity: 0.8;
}
.new_item_list li a img {
  width: 100%;
}
.new_item_list li p {
  line-height: 1.5;
}
.new_item_list li a p {
  line-height: 1.5;
}
.new_item_list li a p:nth-of-type(1) {
  font-size: 14px;
}

.new_item_list .name {
  white-space: nowrap;
}

.new_item_price {
  text-align: right;
  font-size: 14px;
}

.new_item_price span {
  font-size: 10px;
  margin-left: 3px;
}

.more_link {
  clear: both;
  padding: 0;
  margin: 15px auto;
  font-size: 16px;
  text-align: right;
}

.more_link a {
  text-decoration: none;
  padding: 0;
  color: #4169e1;
}

.more_link a:hover {
  text-decoration: underline;
}

.item-list {
  text-align: left;
  font-size: 16px;
}

.item-list-title {
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
  letter-spacing: 2px;
  margin: 0 0 15px;
  font-size: 18px;
  color: #555;
}

.item-list-lineup {
  margin: 0 0 20px;
  overflow: hidden;
}

.item-list-lineup li {
  width: 86px;
  margin: 4px;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}

.item-list-lineup li img {
  width: 100%;
}

.timesale {
  padding: 5px 0;
  margin-bottom: 0;
}

.timesale_list {
  padding: 0 7px;
  transition: .3s ease all;
}

.timesale_list:hover {
  opacity: 0.6;
}

.timesale_list:nth-of-type(6n) {
  margin-right: 0;
}

.timesale_list a {
  text-decoration: none;
  color: #444;
}

.timesale_list img {
  width: 100%;
  vertical-align: bottom;
}

.timesale_name {
  font-size: 13px;
}

.timesale_off {
  font-size: 11px;
  color: #fff;
  background: #e73647;
  width: 60px;
  text-align: center;
  padding: 1px 0;
  float: left;
  margin: 3px 0 0;
  letter-spacing: 1px;
}

.timesale_price {
  font-size: 14px;
  color: #444;
  float: right;
  margin: 3px 0 0;
}

.timesale_price span {
  font-size: 10px;
  margin-left: 3px;
}

.timesale .slick-prev, .timesale .slick-next {
  top: 29%;
}



.coupon {
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}
.coupon_box {
  max-width: 500px;
  width: 90%;
  margin: auto;
  padding: 10px;
  box-sizing: border-box;
  position: fixed;
  top: 15vh;
  left: 50%;
  z-index: 9999;
  background: #cc270f;
  margin-left: -250px;
}
.coupon_box_inner {
  height: 100%;
  padding-bottom: 10px;
  border: 4px solid #fff;
  text-align: center;
  box-sizing: border-box;
}
.coupon_box-ttl {
  margin-bottom: 20px;
  padding: 10px;
  font-size: 26px;
  font-weight: bold;
  border-bottom: 2px dashed #fff;
  color: #fff;
  letter-spacing: 3px;
  text-shadow: 0 2px 1px rgba(0,0,0,0.2);
}
.coupon_box-desc dt {
  color: #fff;
  font-weight: bold;
}
.coupon_box-desc dd {
  color: #fff;
  font-weight: bold;
  font-size: 36px;
}
.coupon_box-txt {
  margin-top: 20px;
  color: #fff;
}
.coupon_box-coad input {
  width: 90%;
  margin: auto;
  padding: 10px;
  border: 0;
  background: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  box-sizing: border-box;
}
.coupon_box-items {
  width: 90%;
  margin: 30px auto 20px;
}
.coupon_box-items a {
  display: block;
  padding: 10px;
  background: #ffc000;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 2px 1px rgba(0,0,0,0.2);
}
.coupon_close {
  width: 30px;
  height: 30px;
  background: #fff;
  position: absolute;
  top: -5px;
  right: -5px;
  border: 0;
  border-radius: 50%;
}
.coupon_close:before,
.coupon_close:after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 13px;
  left: 5px;
}
.coupon_close:before {
  transform: rotate(45deg);
}
.coupon_close:after {
  transform: rotate(-45deg);
}