@charset "utf-8";

/* 共通スタイル 変更部分
**************************************************/

.sale * {
  margin: 0;
  padding: 0;
  box-sizing: content-box;
}

.sale ul,
.sale ol {
  list-style: none;
}

.sale a:hover,
.sale a:focus {
  text-decoration: none;
}

.container{
 padding: 0;
}

body{
  margin: 0;
  padding: 0;
}


/* sale
**************************************************/
.sale {
  width: 1200px;
  margin: 50px auto 0;
  color: #000;
  font-size: 13px;
  line-height: 1.5;
}
.sale .mvNotes {
  margin-top: 10px;
  text-align: center;
}
.sale .leadText {
  margin-top: 40px;
  text-align: center;
}
.sale .leadText .main {
  font-size: 20px;
}
.sale .leadText .sub {
  margin-top: 10px;
}
.sale .ancWrapper {
  width: 900px;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
}
.sale .ancWrapper a {
  width: 440px;
  padding: 20px 0;
  display: block;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  transition: all 500ms;
}
.sale .ancWrapper.blackFriday a {
  align-items: center;
  color: #efd8ae;
  border-radius: 16px;
}
.sale .ancWrapper a:hover {
  opacity: 0.8;
}
.sale .ancWrapper li.happybag a,
.sale .ancWrapper li.bfsale a,
.sale .ancWrapper li.snoopy a {
  background-color: #221815;
}
.sale .ancWrapper li.mens a {
  background-color: #233052;
}
.sale .ancWrapper li.ladies a {
  background-color: #f8699f;
}
.sale h2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.sale .titleNotes {
  margin-top: 10px;
  text-align: center;
}
.sale h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.sale h3#mens {
  color: #233052;
}
.sale h3#ladies {
  color: #f8699f;
}

.sale section {
  width: 900px;
  margin: 50px auto 0;
}
.sale .itemWrapper {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sale .itemWrapper .item {
  width: 425px;
}
.sale .itemWrapper .item:nth-of-type(n+3) {
  margin-top: 40px;
}
.sale .itemWrapper .notes {
  margin-top: 20px;
}
.sale .itemWrapper .notes li {
  padding-left: 1em;
  text-indent: -1em;
}
.sale .imageText {
  margin-top: 30px;
}
.sale .imageText .text {
  margin-top: 14px;
  font-size: 14px;
}
.couponContent {
  margin-top: 30px;
}
.couponContent .coupon_contents-list li:first-child {
  width: 100%;
  max-width: 940px;
  font-size: 20px;
  color: #333;
  background-color: #e1c576;
  padding: 10px 0;
  margin-bottom: 50px;
  font-weight: bold;
  text-align: center;
  margin:0 auto;
}
.couponContent .coupon_contents-list li:first-child:hover {
  background-color: #d6b461;
  cursor: pointer;
}
.couponContent .coupon_contents-list li:first-child:active {
  background-color: #d6b461;
}
.couponContent .l-melmaga__wrapper{
  padding: 20px 30px;
  background-color: #f7f7f7;
}
.couponContent .l-melmaga__wrapper .notes li{
  padding-left: 1em;
  text-indent: -1em;
}
.couponContent .l-melmaga__wrapper li + li{
  margin-top: 2px;
}
.couponContent .l-melmaga__wrapper .redText{
  color: #fc231a;
}
.couponContent .copy-alert {
  display: none;
  width: 100%;
  padding: 10px 0;
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: rgba(54,54,54,0.8);
  color: #ffffff;
  text-align: center;
}







/*SP*/
@media only screen and (max-width:861px) {
/* 共通スタイル 変更部分
**************************************************/
body .container {
  width: auto;
}
.sale * {
  margin: 0;
  padding: 0;
  box-sizing: content-box;
}

.sale ul,
.sale ol {
  list-style: none;
}

.sale a:hover,
.sale a:focus {
  text-decoration: none;
}




/*SP*/
@media only screen and (max-width:861px) {
/* 共通スタイル 変更部分
**************************************************/
body .container {
  width: auto;
}
.sale * {
  margin: 0;
  padding: 0;
  box-sizing: content-box;
}

.sale ul,
.sale ol {
  list-style: none;
}

.sale a:hover,
.sale a:focus {
  text-decoration: none;
}

/* sale
**************************************************/
  .sale,
  .sale .ancWrapper a,
  .sale section,
  .sale .itemWrapper .item {
    width: 100%;
  }
  .sale {
    margin: 20px auto 0;
  }
  .sale h1 {
    margin-left: -16px;
    margin-right: -16px;
  }
  .sale .leadText {
    margin-top: 30px;
  }
  .sale .leadText p + p {
    margin-top: 5px;
  }
  .sale .ancWrapper {
    width: auto;
    margin: 30px 0 0;
  }
  .sale .ancWrapper a {
    width: 100%;
    padding: 15px 0;
    font-size: 16px;
  }
  .sale .ancWrapper li {
    width: calc(50% - 5px);
  }
  .sale .ancWrapper.blackFriday li {
    width: 100%;
  }
  .sale .ancWrapper.blackFriday li + li {
    margin-top: 15px;
  }
  .sale .ancWrapper.blackFriday {
    display: block;
  }
  .sale .ancWrapper.blackFriday a {
    width: 100%;
    padding: 20px 0;
    border-radius: 8px;
  }
  .sale section {
    margin: 30px auto 0;
  }
  .sale .itemWrapper {
    display: block;
  }
  .sale .itemWrapper .item:nth-of-type(n+3) {
    margin-top: 0;
  }
  .sale .itemWrapper .item + .item {
    margin-top: 40px;
  }
  .sale .itemWrapper .notes {
    margin-top: 10px;
  }
  .sale .imageText {
    margin-top: 14px;
  }
  .couponContent {
    margin-top: 10px;
  }
  .couponContent .l-melmaga__wrapper{
    padding: 10px;
    background-color: #f7f7f7;
  }


}
}