@charset "utf-8";

/*  common
------------------------------*/

.mat05 {
  margin-top: 5px;
}

.mat10 {
  margin-top: 10px;
}

.mat13 {
  margin-top: 13px;
}

.mat15 {
  margin-top: 15px;
}

.mat20 {
  margin-top: 20px;
}

.mab20 {
  margin-bottom: 15px;
}

.mab05 {
  margin-bottom: 5px;
}

.tac {
  text-align: center;
}

.category_area {
  position: relative;
  z-index: 0;
}

.category_area.finished::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 260px;
  background-image: url(/include_html/search_titlearea/images/parts/2019expensivesummer/finished_pc.png);
  background-color: rgba(000, 000, 000, 0.6);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}

.category_area h1 {
  margin: 0;
}

.category_area p {
  padding: 15px 1px 0;
  color: #666;
  line-height: 1.7;

}

.category_area .guide .guide-attention p {
  text-align: center;
}

.device_sp .category_area .guide .guide-attention p {
  margin-top: 10px;
}

.category_area p.text_overflow {
  text-align: justify;
}

/*
------------------------------*/
.col-2,
.col-3,
.category_area .main .col-2,
.category_area .main .col-3 {
  display: flex;
  flex-wrap: wrap;
}

.category_area .main .col-2,
.category_area .main .col-3 {
  margin: 10px 0 0;
}

.col-2 li {
  width: 50%;
}

.category_area .main .col-2 li {
  width: calc((100% / 2) - 5px);
  margin-right: 10px !important;
}

.category_area .main .col-2 li:nth-child(2n) {
  margin-right: 0px !important;
}

.col-3 li,
.category_area .main .col-3 li {
  width: calc(33.333% - 7px);
  margin-right: 10px !important;
}

.col-3 li:nth-child(3n),
.category_area .main .col-3 li:nth-child(3n) {
  margin-right: 0 !important;
}

.col-3 li a img,
.category_area .main .col-3 li a img {
  width: 100%;
  height: auto;
}

.col-3.btnarea li,
.category_area .main .col-3.btnarea li {
  margin-right: 0 !important;
  width: calc(100% / 3);
}

/*  2018 X'mas sale
------------------------------*/
.category_area .main ul {
  margin: 10px 0;
}

.category_area .main ul li {
  display: inline-block;
  margin: 0 0 10px 0;
}

.category_area .main ul li:nth-child(3n) {
  margin-right: 0;
}

.category_area .main ul li a {
  display: block;
}

.category_area .main ul li a:hover {
  opacity: 0.8;
}

.category_area .item-link_area {
  display: flex;
  justify-content: flex-end;
}

.category_area .item-link_area p.item-link {
  margin-left: 20px;
}

.category_area p.item-link {
  padding: 10px 0 30px;
  text-align: right;
}

.category_area p.item-link a {
  color: #916b3b;
}

#displist #titleArea h1 {
  padding-bottom: 0;
}


/*  2019expensivesummer
------------------------------*/
.category_area h1 {
  margin: 0 0 10px !important;
  width: auto !important;
}

.category_area h1 img {
  width: 100%;
  height: auto;
}

.category_area .col-3.coupon-list {
  display: flex;
  justify-content: space-between;
}

.category_area .col-3.coupon-list > * {
  width: calc((100% / 3) - 5px);
  margin-right: 5px;
  text-align: center;
  line-height: 1.5;
}

.category_area .col-3.coupon-list > *:last-child {
  margin-right: 0;
}

.category_area .col-3.coupon-list dl {
  margin-bottom: 3px;

}

.category_area .col-3.coupon-list dl dt {
  background: #eca027;
  font-size: 20px;
  padding: 7px 0;
  color: #000;
  font-weight: bold;
  border: solid #cccccc 1px;
  border-bottom: 0;
}

.category_area .col-3.coupon-list dl dt em {
  font-style: normal;
  font-size: 28px;
  line-height: 1;
}

.category_area .col-3.coupon-list dl dd {
  margin-left: 0;
  background: #ffffff;
  font-size: 16px;
  color: #ba1f23;
  font-weight: 600;
  border: solid #cccccc 1px;
  border-top: 0;
  padding: 10px 0 3px;
}

.category_area .col-3.coupon-list dl dd.price {

  font-weight: bold;
  font-size: 24px;
}


.category_area .col-3.coupon-list dl dd em {
  font-size: 28px;
  font-style: normal;
}

.category_area .col-3.coupon-list dl dd.code em {
  display: block;
  font-style: normal;
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
}

.coupon .guide {
  font-size: 14px;
  margin: 15px 0 30px;
}

.coupon .guide p {
  padding: 0;
  text-align: center;
  font-weight: bold;
  margin-bottom: 3px;
  color: #333;
}

.coupon .guide p.text {
  text-align: left;
  font-weight: normal;
}

.coupon ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.coupon ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.category_area.coupon .main ul li {
  padding-left: 0;
  text-indent: 0;
}

.coupon .finished {
  position: relative;
}

.coupon .finished::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 181px;
  background-image: url(/include_html/search_titlearea/images/parts/2019expensivesummer/finished_pc.png);
  background-color: rgba(000, 000, 000, 0.75);
  background-repeat: no-repeat;
  background-position: center;
}


/*  2019clearance
------------------------------*/
.clearance2019 {
  margin-bottom: 10px;
}

.clearance2019 .category_area h1 {
  margin: 0 !important;
}

.clearance2019 .coupon-area {
  display: flex;
}

.clearance2019 .coupon-area > * {
  width: calc(100% / 2);
  background: #9c0000;
  color: #fff;
  padding: 0 10px;
  font-size: 15px;
  border-top: 2px dashed #fff;
}

.clearance2019 .coupon-area > *:first-child {
  border-right: 2px dashed #fff;
}

.clearance2019 .coupon-area.col-1 {
  display: block;
}

.clearance2019 .coupon-area.col-1 > * {
  width: auto;
  border-right: 0;
}

.clearance2019 .coupon-area.col-1 > *:first-child {
  border-right: 0;
}

.clearance2019 .coupon-area > * dl dt {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 0;
}

.clearance2019 .coupon-area > * dl .code span {
  background: #fff;
  text-align: center;
  color: #000000;
  padding: 10px 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  width: 230px;

}

.clearance2019 .coupon-area > * dl .code em {
  font-style: normal;
  font-size: 24px;
  font-weight: bold;
}

.clearance2019 .coupon-area > * dl .btn {
  font-size: 14px;
  text-align: right;
  padding-bottom: 10px;
}

.clearance2019 .coupon-area > * dl .btn a {
  color: #fff;
  text-decoration: underline;
}

.clearance2019 .coupon-area.col-1 > * dl {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
}

.clearance2019 .coupon-area.col-1 > * dl .code {
  margin: 15px 0 0 30px;
}

.clearance2019 .guide {
  font-size: 12px;
  margin: 15px 0 30px;
}

.clearance2019 .guide dt {
  text-align: center;
  margin-bottom: 10px;
}


/*  bagbargain pickupitem
------------------------------*/
.bagbargain_pickup {
  position: relative;
  margin-bottom: 30px;
  background: #ffffff;
}

.bagbargain_pickup .category_area p {
  padding: 0;
}

.device_pc .bagbargain_pickup .inner .textbox {
  width: 950px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.bagbargain_pickup .left {
  width: 340px;
}

.bagbargain_pickup .center {
  width: 100%;
  margin: 0 auto;
}

.bagbargain_pickup .brand-list li {
  font-size: 19px;
  font-weight: bold;
}

.bagbargain_pickup .brand-list li p {
  margin-top: 3px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
}

.bagbargain_pickup .brand-list {
  counter-reset: number;
  margin-top: 30px;
}

.bagbargain_pickup .brand-list.col-3 {
  align-items: stretch;
}

.bagbargain_pickup .brand-list li {
  counter-increment: number;
  position: relative;
}

.bagbargain_pickup .brand-list li + li {
  margin-top: 50px;
}

.bagbargain_pickup .brand-list.col-3 li {
  text-align: center;
}

.bagbargain_pickup .brand-list.col-3 li + li {
  margin-top: 0;
}

.bagbargain_pickup .brand-list.col-3 li:nth-child(n + 4) {
  margin-top: 15px;
}

.bagbargain_pickup .brand-list li::before {
  content: counter(number, decimal-leading-zero);
  margin-right: 10px;
  color: #6f655f;
}

.bagbargain_pickup .brand-list.col-3 li::before {
  content: none;
}

.bagbargain_pickup.september .brand-list li::before {
  color: #6f655f;
}

.bagbargain_pickup .brand-list.col-3 li .imgbox {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 200px;
}

.bagbargain_pickup .brand-list.col-3 li .title {
  font-size: 28px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bagbargain_pickup .right {
  width: calc(100% - 340px);
  position: relative;
}

.bagbargain_pickup .imgbox {
  position: relative;
}

.bagbargain_pickup .imgbox p {
  position: absolute;
}

.bagbargain_pickup .imgbox p:nth-child(1) {
  right: 5px;
  top: 90px;
}

.bagbargain_pickup .imgbox p:nth-child(2) {
  left: 30px;
  top: 194px;
}

.bagbargain_pickup .imgbox p:nth-child(3) {
  right: 0px;
  top: 425px;
}

.bagbargain_pickup .note {
  margin-top: 35px;
  padding: 20px 0 30px 40px;
}

.bagbargain_pickup.may .note {
  padding: 0 0 15px 40px;
}

@media (max-width: 767px) {
  .bagbargain_pickup .category_area .tac {
    padding: 0;
  }
}


/*  autumnmoresale
------------------------------*/
.autumnmoresale h1 {
  margin-bottom: 0 !important;
}

.autumnmoresale .coupon {
  background: #e3c59d;
  color: #333333 !important;
}

.autumnmoresale .coupon p {
  font-size: 23px;
  text-align: center;
  border-bottom: 1px dashed #333;
  padding: 0 1px;
  color: #333333;
}

.autumnmoresale .coupon p em {
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  margin-left: 5px;
}

.autumnmoresale .coupon .coupon_area {
  display: flex;
  align-items: center;
}

.autumnmoresale .coupon .coupon_area .left {
  width: 488px;
  padding: 10px 0;
  border-right: 1px dashed #333;
  text-align: center;
  font-size: 20px;
  line-height: 2.0;
}

.autumnmoresale .coupon .coupon_area .left dt {
  font-weight: 700;
  font-size: 20px;
}

.autumnmoresale .coupon .coupon_area .left dd {
  margin-top: 10px;
}

.autumnmoresale .coupon .coupon_area .code {
  font-size: 14px;
  background: #fff;
  display: inline;
  padding: 10px 40px 5px;
  margin-top: 10px;
}

.autumnmoresale .coupon .coupon_area .code span {
  font-size: 20px;
  font-weight: 700;
}

.autumnmoresale .coupon .coupon_area .right {
  width: calc(100% - 488px);
}

.autumnmoresale .coupon .coupon_area .right p {
  border-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.autumnmoresale .coupon .coupon_area .right p + p {
  margin-top: 15px;
}

.autumnmoresale .notes {
  margin: 10px 0 15px;
}

.autumnmoresale .notes p {
  padding: 0;
  color: #333333;
  text-align: center;
}

.autumnmoresale .notes p + p {
  padding: 5px 0 0;
  text-align: left;
}

.category_area.normal p {
  padding: 0;
}

.category_area.normal p + p {
  margin: 10px 0 25px;
}

.special_3days {
  background: #d37558;
  text-align: center;
  padding: 25px 0;
}

.special_3days a:hover {
  text-decoration: none;
}

.special_3days h1 img {
  width: inherit;
}

.special_3days .code {
  background: #ffffff;
  width: 310px;
  margin: 25px auto 0;
}

.special_3days .code p {
  padding: 5px 0;
  font-size: 16px;
  font-weight: 700;
  color: #7b112e;
}

.special_3days .code p em {
  font-size: 26px;
  font-style: normal;
}

.notes {
  color: #333333;
  margin: 15px 0 20px;
}

.notes p {
  padding: 0;
}

.notes .title {
  text-align: center;
  font-weight: 700;
}

.cybermonday {
  background: #000;
  padding: 25px;
  text-align: center;
}

.cybermonday h1 img {
  width: inherit;
  height: auto;
}

.cybermonday .code {
  background: #ffffff;
  width: 310px;
  margin: 25px auto 0;
  cursor: pointer;
}

.cybermonday .code p {
  padding: 5px 0;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}

.cybermonday .code p em {
  font-size: 26px;
  font-style: normal;
}

/* Tooltip */
.tooltip::after {
  content: 'コピー完了';
  background: #555;
  display: block;
  color: #fff;
  border-radius: .4rem;
  position: absolute;
  left: 50%;
  bottom: 100px;
  transform: translate(-50%, 0);
  font-size: 14px;
  padding: 7px 10px 6px 10px;
  width: 80px;
  text-align: center;
  animation: fade-tooltip .5s 1s 1 forwards;
}

/* Animation */
@keyframes fade-tooltip {
  to {
    opacity: 0;
  }
}

.yokoku {
  position: relative;
}

.yokoku::before {
  content: "";
  background-image: url(/include_html/search_titlearea/images/parts/2019wintersale/p_yokoku.png);
  position: absolute;
  top: 0;
  left: 0;
  width: 141px;
  height: 76px;
}

.wintermoresale {
  border: 1px solid #ccc;
}

.wintermoresale .coupon p {
  color: #fff;
  border-bottom: 1px dashed #fff;
}

.wintermoresale .coupon .coupon_area .left {
  border-right: 1px dashed #fff;
}

.wintermoresale .coupon {
  background: #b92a30;
  color: #fff !important;
}

.wintermoresale .coupon .coupon_area .code {
  font-size: 14px;
  color: #000;
}

.notes {
  text-align: center;
}

.category_area.expensivewinter .col-3.coupon-list dl dt {
  background: #f1d2d3;
  color: #fff;
}

.category_area.expensivewinter .col-3.coupon-list dl dt img {
  width: inherit;
}

.walettcollection2019 {
  margin-bottom: 25px;
}


.wintermoresale.fashionclearance {
  border: 0;
}

.fashionclearance .coupon {
  background: #dbdbdb;
  color: #000000 !important;
  border-top: 1px dashed #000000;
}

.fashionclearance .coupon .coupon_area .left {
  border-right: 0;
  width: 100%;
  position: relative;
}

.fashionclearance .coupon .coupon_area .left::before {
  content: "";
  position: absolute;
  left: 15%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 93px;
  height: 93px;
  background-size: 100%;
  background: url(/include_html/search_titlearea/images/parts/2020fashionclearance/i_fashionclearance.png) no-repeat;
}

.fashionclearance .coupon .coupon_area .left dt {
  margin-bottom: 10px;
}

.fashionclearance .coupon .coupon_area .left dd {
  margin-bottom: 5px;
}

.point {
  margin-top: 15px;
}

.grad-trigger {
  display: none;
  color: #424242;
  cursor: pointer;
  text-decoration: none;
}

.readmore-style .grad-trigger {
  display: block;
}

.grad-item {
  display: block;
}

.readmore-style .grad-item {
  display: none;
}

/* sample */
.l--flex {
  padding: 20px 20px 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.l--flex .left {
  flex: 0 0 30%;
  max-width: 30%;
  max-height: 400px;
}

.l--flex .right {
  flex: 0 0 70%;
  max-width: 70%;
  padding-left: 15px;
  box-sizing: border-box;
}

#displist #titleArea .l--flex .right h1 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.l--flex .right p {
  padding: 0;
}




@media (max-width: 767px) {
  .mat20 {
    margin-top: 20px;
  }

  .mat05 {
    margin-top: 5px !important;
  }

  .mab20 {
    margin-bottom: 15px !important;
  }

  .mab05 {
    margin-bottom: 5px !important;
  }

  .pat00 {
    padding-top: 0 !important;
  }

  .category_area {
    padding-top: 20px;
    padding-bottom: 10px;
    color: #666666;
    position: relative;
  }

  .category_area.finished::after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 208px;
    background-image: url(/include_html/search_titlearea/images/parts/2019expensivesummer/finished_pc.png);
    background-color: rgba(000, 000, 000, 0.6);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
  }


  .category_area img {
    width: 100%;
    height: auto;
  }

  .category_area p {
    font-size: 1.4rem;
    padding: 0 10px 0;
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .img-text {
    padding: 5px 15px;
    box-sizing: border-box;
  }

  /*
	------------------------------*/
  .col-2 li + li {
    margin-top: 15px;
  }

  .col-2.btnarea li + li {
    margin-top: 0;
  }

  /*  2018 X'mas sale
	------------------------------*/
  .category_area .main ul {
    margin: 0 15px;
  }

  .category_area .main ul li {
    display: inline-block;
    width: 49%;
    margin: 0 0 5px 0;
  }

  .category_area .main ul li:nth-child(2n) {
    margin-right: 0;
  }

  .category_area .main ul li a {
    display: block;
  }

  .category_area .main ul li a:hover {
    opacity: 0.8;
  }

  .category_area .main ul.col-3 {
    display: flex;
    justify-content: space-between;
  }

  .category_area .main ul.col-3 li {
    width: calc((100% / 3) - 7px);
  }

  .device_sp .category_area .main .sp-col-2 li {
    width: calc((100% / 2) - 5px);
    margin-right: 10px !important;
  }

  .device_sp .category_area .main .sp-col-2 li:nth-child(2n) {
    margin-right: 0px !important;
  }

  .category_area .banner-area {
    margin: 0 15px;
  }

  .category_area .banner-area li {
    margin: 0 0 5px 0;
  }

  .category_area p.item-link {
    padding: 0 15px 0;
    text-align: right;
  }

  .category_area p.item-link a {
    color: #916b3b;
  }


  /*  2019 高額クーポン
	------------------------------*/
  .category_area h1 {
    margin: 0;
    padding: 0;
  }

  .category_area h1 img {
    width: 100%;
    height: auto;
  }

  .category_area.coupon {
    padding: 0 10px 10px;
  }

  .category_area .main ul.col-3 {
    margin: 0;
  }

  .category_area .col-3.coupon-list {
    display: flex;
    justify-content: space-between;
  }

  .category_area .col-3.coupon-list > * {
    width: calc((100% / 3) - 5px);
    margin-right: 5px;
    text-align: center;
  }

  .category_area .col-3.coupon-list > *:last-child {
    margin-right: 0;
  }

  .category_area .col-3.coupon-list dl {
    margin-bottom: 3px;
  }

  .category_area .col-3.coupon-list dl dt {
    background: #eca027;
    color: #000000;
    font-size: 8px;
    padding: 4px 0;
    border: solid #c8c8c8 1px;
    border-bottom: 0;
  }

  .category_area .col-3.coupon-list dl dt em {
    font-style: normal;
    font-weight: bolder;
    font-size: 17px;
  }

  .category_area .col-3.coupon-list dl dd {
    margin-left: 0;
    font-size: 10px;
    padding: 0 0;
    padding: 5px 0 0;
  }


  .category_area .col-3.coupon-list dl dd em {
    font-size: 18px;
    font-style: normal;
    font-weight: bolder;
  }

  .category_area .col-3.coupon-list dl dd.code em {
    display: block;
    font-style: normal;
    margin-top: 0;
    font-size: 16px;
  }

  .coupon .guide {
    font-size: 11px;
    margin-top: 15px;
    color: #333333;
  }

  .coupon .guide p {
    padding: 0;
    text-align: center;
    font-weight: bold;
    margin-bottom: 3px;
  }

  .coupon ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .coupon ul li {
    padding-left: 1em;
    text-indent: -1em;
  }

  .category_area.coupon .main ul li {
    padding-left: 0;
    text-indent: 0;
  }

  .category_area .main .category_area .main .col-2 li {
    width: calc((100% / 2) - 3px);
    margin-right: 5px !important;
  }

  .coupon .finished {
    position: relative;
  }

  .coupon .finished::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 124px;
    background-image: url(/include_html/search_titlearea/images/parts/2019expensivesummer/finished_sp.png);
    background-color: rgba(000, 000, 000, 0.75);
    background-repeat: no-repeat;
    background-position: center;
  }

  /*  2019clearance
	------------------------------*/
  .clearance2019 {
    margin-bottom: 10px;
    padding: 10px;
  }

  .clearance2019 .category_area {
    padding-top: 0;
  }

  .clearance2019 .category_area h1 {
    margin: 0 !important;
    padding: 0;
  }

  .clearance2019 .coupon-area {
    display: flex;
  }

  .clearance2019 .coupon-area > * {
    width: calc(100% / 2);
    background: #9c0000;
    color: #ffffff;
    padding: 0 10px;
    font-size: 12px;
    border-top: 1px dashed #ffffff;
  }

  .clearance2019 .coupon-area > *:first-child {
    border-right: 1px dashed #ffffff;
  }

  .clearance2019 .coupon-area.col-1 {
    display: block;
  }

  .clearance2019 .coupon-area.col-1 > * {
    width: auto;
    border-right: 0;
  }

  .clearance2019 .coupon-area.col-1 > *:first-child {
    border-right: 0;
  }

  .clearance2019 .coupon-area > * dl dt {
    text-align: center;
    padding: 10px 0;
  }

  .clearance2019 .coupon-area > * dl .code span {
    background: #ffffff;
    text-align: center;
    color: #000000;
    padding: 10px 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    width: auto;
  }

  .clearance2019 .coupon-area > * dl .code em {
    font-style: normal;
    font-size: 16px;
    font-weight: bold;
  }

  .clearance2019 .coupon-area.col-1 > * dl {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
  }

  .clearance2019 .coupon-area.col-1 > * dl .code {
    margin: 10px 0 0 20px;
  }

  .clearance2019 .coupon-area.col-1 > * dl .code span {
    padding: 10px 15px 5px;
  }

  .clearance2019 .coupon-area > * dl .btn {
    text-align: right;
    padding-bottom: 10px;
  }

  .clearance2019 .coupon-area > * dl .btn a {
    color: #ffffff;
    text-decoration: underline;
  }

  .clearance2019 .guide {
    font-size: 12px;
    margin: 20px 0 0;
  }

  .clearance2019 .guide dt {
    text-align: center;
    margin-bottom: 10px;
  }

  .clearance2019 .guide li {
    padding-left: 1em;
    text-indent: -1em;
  }


  /*  bagbargain pickupitem sp
	------------------------------*/
  .bagbargain_pickup {
    padding: 0 20px 10px;
    margin: 0;
  }

  .bagbargain_pickup .category_area h1 img {
    width: 67%;
    height: auto;
  }

  .bagbargain_pickup .center .category_area h1 img {
    width: 100%;
    height: auto;
  }

  .bagbargain_pickup .inner {
    position: relative;
    width: 100%;
  }

  .bagbargain_pickup .imgbox {
    position: relative;
    display: flex;
    justify-content: flex-start;
  }

  .brand-list.col-2 .imgbox img {
    width: 80%;
  }

  .bagbargain_pickup .imgbox p {
    padding: 0;
    position: relative;
    margin-right: 0;
    margin-left: -17%;
  }

  .bagbargain_pickup .imgbox p:nth-child(1) {
    order: 3;
    z-index: 1;
    top: 0;
  }

  .bagbargain_pickup .imgbox p:nth-child(2) {
    order: 2;
    z-index: 2;
    margin-top: 40px;
  }

  .bagbargain_pickup .imgbox p:nth-child(3) {
    order: 1;
    z-index: 3;
    margin-top: 170px;
    margin-left: 0;
  }

  .bagbargain_pickup .textbox {
    position: relative;
  }

  .bagbargain_pickup .brand-list li {
    font-size: 19px;
    font-weight: 700;
  }

  .bagbargain_pickup .brand-list.col-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .bagbargain_pickup .brand-list.col-2 li {
    text-align: center;
    width: 48%;
  }

  .bagbargain_pickup .brand-list.col-3 li:nth-child(n + 3) {
    margin-top: 15px;
  }

  .bagbargain_pickup .brand-list.col-3 li {
    width: calc(50% - 5px);
  }

  .bagbargain_pickup .brand-list.col-3 li:nth-child(3n) {
    margin-right: 10px !important;
  }

  .bagbargain_pickup .brand-list.col-3 li:nth-child(2n) {
    margin-right: 0 !important;
  }

  .bagbargain_pickup .brand-list.col-2 li + li {
    margin-top: 0;
  }

  .bagbargain_pickup .brand-list.col-2 li .title {
    font-size: 19px;
    margin-top: 20px;
    font-weight: bold;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .bagbargain_pickup .brand-list.col-2 li .imgbox {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .bagbargain_pickup .brand-list.col-3 li .imgbox {
    min-height: 100px;
  }

  .bagbargain_pickup .brand-list li p {
    font-size: 11px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: -0.5px;
  }

  .bagbargain_pickup .brand-list.col-2 li p a {
    display: block;
  }

  .bagbargain_pickup .brand-list {
    counter-reset: number;
    margin-top: 0;
  }

  .bagbargain_pickup .brand-list li {
    counter-increment: number;
    position: relative;
  }

  .bagbargain_pickup .brand-list li + li {
    margin-top: 20px;
  }

  .bagbargain_pickup .brand-list li::before {
    content: counter(number, decimal-leading-zero);
    margin-right: 10px;
    color: #5e544f;
  }

  .bagbargain_pickup .brand-list.col-2 li::before {
    content: "";
  }

  .bagbargain_pickup.september .brand-list li::before {
    color: #5e544f;
  }

  .bagbargain_pickup .brand-list.col-3 li .title {
    font-size: 18px;
    margin-top: 25px;
  }

  .bagbargain_pickup .note {
    padding: 0;
    margin-top: 30px;
    text-align: center;
    font-size: 12px;
  }


  .autumnmoresale h1 {
    margin-bottom: 0 !important;
    padding: 0;
  }

  .autumnmoresale .coupon {
    background: #e3c59d;
    color: #333333 !important;
  }

  .autumnmoresale .coupon p {
    font-size: 14px;
    text-align: center;
    border-bottom: 1px dashed #333333;
    padding: 3px 1px;
    color: #333333;
  }

  .autumnmoresale .coupon p em {
    display: inline-block;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    margin-left: 5px;
  }

  .autumnmoresale .coupon .coupon_area {
    display: flex;
    align-items: center;
  }

  .autumnmoresale .coupon .coupon_area .left {
    width: 65%;
    padding: 10px 0;
    border-right: 1px dashed #333333;
    text-align: center;
    font-size: 20px;
    line-height: 2.0;
  }

  .autumnmoresale .coupon .coupon_area .left dt {
    font-weight: 700;
    font-size: 16px;
  }

  .autumnmoresale .coupon .coupon_area .left dd {
    margin-top: 10px;
  }

  .autumnmoresale .coupon .coupon_area .left dd img {
    width: 60%;
    height: auto;
  }

  .autumnmoresale .coupon .coupon_area .code {
    font-size: 14px;
    background: #ffffff;
    padding: 5px 20px 5px;
    margin: 10px auto 0;
    width: 46%;
    line-height: 1.3;
    margin-bottom: 10px;
  }

  .autumnmoresale .coupon .coupon_area .code span {
    font-size: 20px;
    font-weight: 700;
  }

  .autumnmoresale .coupon .coupon_area .right {
    width: calc(100% - 65%);
  }

  .autumnmoresale .coupon .coupon_area .right p {
    border-bottom: 0;
    font-size: 14px;
    font-weight: 700;
  }

  .autumnmoresale .coupon .coupon_area .right p img {
    width: 80%;
    height: auto;
  }

  .autumnmoresale .coupon .coupon_area .right p + p {
    margin-top: 5px;
  }

  .autumnmoresale .notes {
    margin: 10px 0 0;
  }

  .autumnmoresale .notes p {
    padding: 0;
    color: #333333;
    text-align: center;
  }

  .autumnmoresale .notes p + p {
    padding: 5px 0 0;
    text-align: left;
  }

  .category_area.normal h1 {
    padding: 0 0 15px;
  }

  .category_area.normal p {
    padding: 0;
  }

  .category_area.normal p + p {
    margin: 10px 0 0;
  }

  .special_3days {
    background: #d37558;
    text-align: center;
    padding: 15px 25px;
  }

  .special_3days a:hover {
    text-decoration: none;
  }

  .special_3days h1 {
    padding: 0;
  }

  .special_3days .code {
    background: #ffffff;
    width: 60%;
    margin: 15px auto 0;
  }

  .special_3days .code p {
    padding: 0;
    font-size: 12px;
    font-weight: 700;
    color: #7b112e;
    text-align: center;
  }

  .special_3days .code p em {
    font-size: 16px;
    font-style: normal;
  }

  .notes {
    color: #333333;
    margin: 15px 0 0;
  }

  .notes p {
    padding: 0;
  }

  .notes p + p {
    margin-top: 5px;
  }

  .notes .title {
    text-align: center;
    font-weight: 700;
  }


  .cybermonday {
    background: #000000;
    padding: 10px;
    margin-top: 20px;
    text-align: center;
  }

  .cybermonday h1 {
    padding: 0 0 15px;
  }

  .cybermonday h1 img {
    width: 100%;
    height: auto;
  }

  .cybermonday .code {
    background: #ffffff;
    width: 200px;
    margin: 0 auto 0;
    text-align: center;
    cursor: pointer;
  }

  .cybermonday .code p {
    padding: 5px 0;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    text-align: center;
  }

  .cybermonday .code p em {
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
  }

  /* Tooltip */
  .tooltip::after {
    content: "コピー完了";
    background: #555555;
    display: block;
    color: #ffffff;
    border-radius: 0.4rem;
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translate(-50%, 0);
    font-size: 14px;
    padding: 7px 10px 6px 10px;
    width: 80px;
    text-align: center;
    animation: fade-tooltip 0.5s 1s 1 forwards;
  }

  /* Animation */
  @keyframes fade-tooltip {
    to {
      opacity: 0;
    }
  }


  .yokoku {
    position: relative;
  }

  .yokoku::before {
    content: "";
    background: url(/include_html/search_titlearea/images/parts/2019wintersale/p_yokoku.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    background-size: contain;
  }

  .wintermoresale {
    border: 1px solid #cccccc;
    padding-top: 0;
    margin-top: 20px;
    padding-bottom: 0;
  }

  .wintermoresale .coupon p {
    color: #ffffff;
    border-bottom: 1px dashed #ffffff;
  }

  .wintermoresale .coupon .coupon_area .left {
    border-right: 1px dashed #ffffff;
  }

  .wintermoresale .coupon {
    background: #b92a30;
    color: #ffffff !important;
  }

  .wintermoresale .coupon_area > div {
    width: 100%;
  }

  .wintermoresale .coupon .coupon_area img {
    width: inherit;
  }

  .wintermoresale .coupon .coupon_area .code {
    font-size: 14px;
    color: #000000;
  }

  .category_area.expensivewinter .col-3.coupon-list dl dt {
    color: #ffffff;
    padding: 4px;
  }

  .category_area.expensivewinter .col-3.coupon-list dl dt img {
    max-height: 58px;
    width: auto;
  }

  .walettcollection2019 .category_area {
    padding-top: 0;
    padding-bottom: 0;
  }

  .walettcollection2019 .col-2 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }

  .walettcollection2019 .col-2 li {
    width: calc((100% / 2) - 8px);
    margin-right: 15px;
  }

  .walettcollection2019 .col-2 li:last-child {
    width: 100%;
    margin-right: 0;
  }

  .walettcollection2019 .col-2 li:nth-child(2n) {
    margin-right: 0;
  }

  .walettcollection2019 .col-2 li:nth-child(n + 3) {
    margin-top: 15px;
  }

  .walettcollection2019 .col-2 li + li {
    margin-top: 0;
  }

  .walettcollection2019 .col-2 li img {
    width: 100%;
    height: auto;
  }

  .walettcollection2019 .col-2 li + li {
    margin-top: 0;
  }

  .fashionclearance .coupon {
    background: #dbdbdb;
    color: #000000 !important;
    padding: 10px 0;
    border-top: 1px dashed #000000;
  }


  .grad-trigger {
    color: #424242;
    cursor: pointer;
    text-decoration: none;
    display: block;
  }

  .grad-trigger:hover {
    text-decoration: underline;
  }

  .grad-item {
    display: none;
    text-align: left;
  }


  /* sample */
  .l--flex {
    padding: 30px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
  }

  .l--flex .left {
    flex: 0 0 50%;
    max-width: 50%;
    max-height: 400px;
  }

  .l--flex .right {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    box-sizing: border-box;
  }

  .l--flex .right h1 {
    padding: 0;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    color: #000000;
  }

  .l--flex .right p {
    padding: 0;
    font-size: 12px;
  }

}

/*　↓リニューアル後新規追加　*/

/*  more sale
------------------*/
.coupon-area {
  border: 1px solid #fff;
}

.category_area .col-2.coupon-list {
  display: flex;
  justify-content: space-between;
  background: #fff;
}

.category_area .col-2.coupon-list > * {
  width: calc((100% / 2) - 5px);
  margin-right: 5px;
  text-align: center;
  line-height: 1.5;
}

.category_area .col-2.coupon-list > *:last-child {
  margin-right: 0;
}

.category_area .col-2.coupon-list .line dl {
  border-right: 2px dashed #6d6d6d;
}

.category_area .col-2.coupon-list dl {
  padding: 20px 0;
}

.category_area .col-2.coupon-list dl dt {
  font-size: 2.0rem;
  padding: 7px 0;
  color: #5e9f8f;
  font-weight: bold;
  border-bottom: 0;
}

.category_area .col-2.coupon-list dl dd {
  margin-left: 0;
  background: #f3f3f3;
  font-size: 2.4rem;
  color: #5e9f8f;
  font-weight: 600;
  padding: 0px 0;
  padding: 0 0 10px;
}

.category_area .col-2.coupon-list dl dd.price {
  font-weight: bold;
  font-size: 2.4rem;
}

.category_area .col-2.coupon-list dl dd.code {
  padding: 10px;
  margin: 0 auto;
  background: #e7f1ee;
  font-size: 1.6rem;
  font-weight: normal;
}

.category_area .col-2.coupon-list dl dd em {
  font-size: 4.5rem;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
}

.category_area .col-2.coupon-list dl dd.code em {
  font-style: normal;
  padding-left: 20px;
  font-size: 25px;
}

.category_area .btn-list li {
  margin-bottom: 10px;
  border: 1px solid #e5e5e5;
  text-align: center;
  position: relative;

}

.category_area .btn-list li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 7px;
  height: 10px;
  margin: auto;
  background: url(../../images/parts/icon/i-chevron-right.svg) top left no-repeat;

}

.category_area .btn-list li a {
  padding: 10px;
}

.category_area .btn-list.third li {
  border: none;
  border-left: 1px solid #b5b5b5;
  text-align: left;
  margin: 0;
}

.category_area .btn-list.third li:nth-child(3n+1) {
  border-left: 0;

}

.category_area .btn-list.third li a {
  padding: 15px 15px 15px 20px;
}

.category_area .main .col-2.btn-list {
  margin: 10px 10px 0;

}


/*fashioncoupon専用*/
.outersale.fashioncoupon {
  margin: 20px 0 10px 0 !important;
}

.col-2.coupon-list.fashioncoupon {
  background: #ffffff;
}

#coupon_style .col-2.coupon-list.fashioncoupon dl {
  background: #fdeff1;
}

.category_area .col-2.coupon-list.fashioncoupon dl dd.code {
  background: #fdeff1;
}

.category_area .col-2.coupon-list.fashioncoupon dl dt {
  color: #e60012;
}

.category_area .col-2.coupon-list.fashioncoupon dl dd {
  color: #e60012;
}

#coupon_style.category_area .col-2.coupon-list.fashioncoupon dl dt {
  border-right: 2px dashed #f3a4a8;
}

.coupon-area.fashioncoupon {
  border: none;
}

.category_area .col-2.coupon-list.fashioncoupon dl dd.code {
  font-weight: bold;
}

#coupon_style.category_area .col-2.coupon-list.fashioncoupon dl dt {
  padding: 15px 10px;
  font-size: 18px;
}

.device_sp #coupon_style.category_area .col-2.coupon-list.fashioncoupon dl dt {
  border-bottom: 1px dashed #f3a4a8;
}

.device_sp #coupon_style.category_area .col-2.coupon-list.fashioncoupon dl dt {
  font-weight: bold;
  font-size: 12px;
}

.device_sp .coupon-area.fashioncoupon {
  margin-top: 0px;
}

.device_sp .outersale.fashioncoupon {
  margin: 0 0 10px !important;
}

.device_sp .col-2.coupon-list.fashioncoupon dd {
  font-weight: bold;
}



@media (max-width: 767px) {
  .category_area.coupon {
    padding: 0 10px;

  }

  .coupon-area {
    margin-top: 30px;
  }

  .category_area .col-2.coupon-list dl {
    padding: 3px 0 10px;
  }

  .category_area .col-2.coupon-list .line dl {
    border-right: 1px dashed #6d6d6d;
  }

  .category_area .col-2.coupon-list dl dt {
    font-size: 1.2rem;
    font-weight: 100;
  }

  .category_area .col-2.coupon-list dl dd {
    font-size: 1.6rem;
    padding: 0 0 5px;
  }

  .category_area .col-2.coupon-list dl dd em {
    font-size: 23px;
  }

  .category_area .col-2.coupon-list dl dd.code {
    width: 80%;
    padding: 5px;
    font-size: 1.4rem;
    text-align: center;
  }

  .category_area .col-2.coupon-list dl dd.code em {
    padding-left: 0;
    font-size: 1.6rem;
  }


  .category_area .main ul.col-3.btn-list li {
    width: calc((100% / 2) - 5px);
    margin-right: 0 !important;
    font-size: 1.2rem;
  }


  .category_area .main ul.col-3.btn-list.third li {
    width: calc(100% / 2);
    margin-bottom: 0;

  }

  .category_area .btn-list.third li:nth-child(odd) {
    border-left: 0;
    border-right: 1px solid #b5b5b5;
  }

  .category_area .btn-list.third li:nth-child(even) {
    border-left: 0;
  }

  .category_area .btn-list.third li a {
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 30px 0 20px;
  }



}

/*ga-2012winterclearance専用*/
#ga-2012winterclearance h1 {
  margin: 0 !important;
  border: solid 1px #ccc;
  border-bottom: 0;
  border-top: 0;
}

#ga-2012winterclearance .col-2.coupon-list {
  border: solid 1px #ccc;
  border-top: 0;
}

#ga-2012winterclearance .col-2.coupon-list dl {
  padding: 10px 0 0;
}

#ga-2012winterclearance .col-2.coupon-list > * {
  width: calc(100% / 2);
  margin-right: 0px;
}

#ga-2012winterclearance .col-2.coupon-list dl dd.code {
  width: 100%;
}

.device_sp #ga-2012winterclearance .col-2.coupon-list dl {
  padding: 0 0;
}

/*ga-2101outersale*/
#coupon_style .coupon-area {
  background-color: #fff;
}

#coupon_style.category_area .col-2.coupon-list > * {
  width: 100%;
}

#coupon_style .coupon-list dl {
  display: flex;
  background: #e7f1ee;
  margin: 10px;
  padding: 0;
  align-items: center;
}

#coupon_style.category_area .col-2.coupon-list dl dt {
  width: 60%;
  border-right: 2px dashed #5e9f8f;
  padding: 15px;

}

#coupon_style.category_area .col-2.coupon-list dl dd.code {
  width: 40%;

}

#coupon_style.category_area .col-2.coupon-btn-list {
  margin: 0 10px;
  background-color: #f8f5e4;
  padding-bottom: 10px;
}

.device_sp #coupon_style.category_area .col-2.coupon-btn-list {
  padding-bottom: 10px;
}

#coupon_style.category_area .col-2.coupon-btn-list > * {
  width: calc((100% / 2) - 3px);
  margin-right: 5px;

}

#coupon_style.category_area .col-2.coupon-btn-list > *:nth-child(2n) {
  margin-right: 0;

}

.category_area .text a {
  color: #e56767;
  border-bottom:solid;
  border-color:#e56767;
  border-width:1px;

}

.col-2.sp-col-2.clearance {
  padding: 0 10px;
}

.device_sp #coupon_style.category_area .col-2.coupon-list,
.device_sp #coupon_style .coupon-list dl {
  display: block;
}

.device_sp #coupon_style.category_area .col-2.coupon-list dl dt {
  width: 100%;
  border-bottom: 1px dashed #5e9f8f;
  border-right: 0;

}

.device_sp #coupon_style.category_area .col-2.coupon-list dl dd.code {
  padding: 10px;
}

.device_sp #coupon_style.category_area .col-2.coupon-list dl dd.code {
  width: 80%;
}

.col-3.sp-col-2.clearance {
  padding: 0 10px 0;
  margin: 0;
}
