@charset "utf-8";

#lfs .lfs-container {
    max-width: 952px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#lfs .top-text {
    margin: 40px 0 60px;
}
#lfs .top-text h2 {
    font-size: 22px;
    font-weight: bold;
}
#lfs .top-text .period {
    font-size: 16px;
    font-weight: bold;
    margin-top: 12px;
}
#lfs .top-text .sentence {
    font-size: 14px;
    line-height: 25px;
    margin: 5% auto 10%;
}
#lfs .top-text .u-under-bottom {
    display: inline-block;
}
#lfs .sub-ttl {
    font-size: 30px;
    color: #E56355;
    margin: 0;
    padding: 0 0 60px;
    letter-spacing: 0.05em;
}
#lfs .sub-ttl span{
    font-size: 14px;
    color: #909090;
    margin: 0 0 37px 20px;
    vertical-align: bottom;
    letter-spacing: 0;
}
#lfs .brand-area .brand-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10%;
}
#lfs .brand-area .brand-flex li {
    margin-bottom: 30px;
    border-top: 1px solid #DFDFDF;
    flex: 0 0 calc( (100% - 56px) /3);
    max-width: calc( (100% - 56px) /3);
}
#lfs .brand-area .brand-flex li:nth-child(3n - 1) {
    margin: 0 28px;
}
#lfs .brand-area .brand-flex .brand-logo {
    height: 60px;
    position: relative;
}
#lfs .brand-area .brand-flex .brand-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#lfs .brand-area .brand-flex .brand-logo .lfs-repetto-image {
    position: absolute;
    top: 66%;
    left: 50%;
    transform: translate(-50%, -66%);
    -webkit-transform: translate(-50%, -66%);
    -ms-transform: translate(-50%, -66%);
}
#lfs .brand-area .brand-flex .brand-name {
    font-size: 14px;
    font-weight: bold;
    margin-top: 14px;
}
#lfs .item-area .item-flex {
    display: flex;
    flex-wrap: wrap;
}
#lfs .item-area .item-flex li {
    width: 18.5%;
    border-radius: 3px;
    opacity: 1;
    margin: 0 6px;
    margin-bottom: 13px;
}
#lfs .item-area .item-flex li:first-child {
    margin-left: 0;
}
#lfs .item-area .item-flex li:nth-child(5n) {
    margin-right: 0;
}
#lfs .item-area .item-flex li:nth-child(5n+1) {
    margin-left: 0;
}
#lfs .item-area .item-flex li a {
    display: block;
    padding: 30px 16px;
    background-color: #f1f1f1;
    font-size: 14px;
    font-weight: bold;
}
#lfs .item-area .item-flex li a:hover {
    background-color: #E56355;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    color: #fff !important;
    opacity: 1;
}

.p-header__ham-icon {
    display: none;
}
.lfs-marimekko-image {
    width: 150px;
}
.lfs-repetto-image {
    width: 105px;
}
.lfs-scapa-image {
    width: 123px;
}
.lfs-scapal-image {
    width: 181px;
}
.lfs-koret-image {
    width: 105px;
}
.lfs-keith-image {
    width: 87px;
}
.lfs-keithl-image {
    width: 146px;
}
.lfs-laisse-image {
    width: 141px;
}
.lfs-fiore-image {
    width: 141px;
}
.lfs-other-image {
    width: 90px;
}

a.link-none {
  pointer-events:none;
  text-decoration: none;
}

/*カウントダウン*/
.readtxt_stdate {
    max-width: 465px;
    margin: 20px auto;
}
.coutdown_wrap{
    position: relative;
    top:-105px;
}

@media (max-width: 979px) {
    #lfs .top-text {
        margin: 24px 0 36px;
    }
    #lfs .top-text h2 {
        line-height: 35px;
    }
    #lfs .top-text .period {
        margin-top: 8px;
    }
    #lfs .top-text .sentence {
        line-height: 24px;
        margin: 10% auto 20%;
    }
    #lfs .sub-ttl{
        padding: 0 0 40px;
    }
    #lfs .sub-ttl span{
        margin: 0 0 37px 10px;
    }
    #lfs .brand-area .brand-flex li {
        flex: 0 0 48%;
        max-width: 48%;
        margin-bottom: 15px;
    }
    #lfs .brand-area .brand-flex li:nth-child(3n - 1) {
        margin: 0;
    }
    #lfs .brand-area .brand-flex li:nth-child(2n + 1) {
        margin-right: 4%;
    }
    #lfs .item-area .item-flex li {
        margin: 0;
        margin-bottom: 10px;
    }
    #lfs .item-area .item-flex li a {
        font-size: 13px;
        padding: 30px 6px;
    }
    #lfs .item-area .item-flex::after,
    #lfs .item-area .item-flex::before {
        content: "";
        display: block;
        width: 21%;
        height: 0;
    }
    #lfs .item-area .item-flex::before {
        order: 1;
    }
    #lfs .item-area .item-flex li:nth-child(2n + 1) {
        margin-right: 2.5%;
    }
    #lfs .item-area .item-flex li {
        width: 48%;
    }
    .lfs-marimekko-image {
        width: 120px;
    }
    .lfs-repetto-image {
        width: 90px;
    }
    .lfs-scapa-image {
        width: 105px;
    }
    .lfs-scapal-image {
        width: 155px;
    }
    .lfs-koret-image {
        width: 90px;
    }
    .lfs-keith-image {
        width: 74px;
    }
    .lfs-keithl-image {
        width: 124px;
    }
    .lfs-laisse-image {
        width: 121px;
    }
    .lfs-fiore-image {
        width: 121px;
    }
    .lfs-other-image {
        width: 70px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .coutdown_wrap{
        position: relative;
        top:-85px;
    }
    #lfs .top-text .sentence {
        margin: 5% auto 10%;
    }
}

@media (max-width: 767px) {
    /*カウントダウン*/
    .readtxt_stdate {
        max-width: 90%;
    }
    .coutdown_wrap{
        position: relative;
        top:-75px;
    }
}

/* couponここから */
.lfs-container .coupon__information{
  width: 100%;
  max-width: 1060px;
  background: #E56355;
  text-align: center;
  margin: 0 auto;
  padding: 4% 0 1%;
  color: #ffffff;
}
.lfs-container .coupon__information .coupon__information h3 {
  width: 50%;
  margin: 0 auto 5%;
  text-align: center;
}
.coupon__information .coupon_code{
  max-width: 810px;
  background-color: #ffffff;
  margin: 3% auto;
  padding: 2% 0;
  color: #4a4a4a;
  font-size: 18px;
  line-height: 0.6em;
}
.coupon__information .coupon_code span.btn-clipboard {
  font-size: 53px;
  letter-spacing: 0.15em;
  margin: 5% auto 5%;
  line-height: 1.6em;
}
.coupon__information .coupon_terms {
  margin: 0 auto 4%;
}
.coupon__information .coupon_terms p {
  font-size: 23px;
  font-weight: bold;;
}
.coupon__information .coupon_terms ul {
  font-size: 13px;
  font-weight: 300;
  line-height: 2.3em;
}
.coupon__information .coupon_terms ul li {
  margin: 0 auto 0.7%;
  font-size: 15px;
  letter-spacing: 0.08em;
}
.coupon__information img{
  margin: 0 auto;
}
.coupon__information .coupon_terms .coupon_large {
  font-size:20px;
}
h5 {
  width: 100%;
  text-align: center;
  margin: 5% auto 15%;
  font-size: 1em;
}
@media (max-width: 768px) {
  .p-main .coupon__information {
    padding: 7% 0 3%;
  }
  .coupon__information .coupon_code {
    font-size: 12px;
    padding: 5% 0;
  }
  .coupon__information .coupon_code span.btn-clipboard {
    font-size: 25px;
  }
  .coupon__information .coupon_terms p {
    font-size: 14px;
  }
  .coupon__information .coupon_terms ul li {
    font-size: 12px;
  }
  .coupon__information img{
    width: 80%;
    margin: 3% auto;
    }
  .coupon__information .coupon_terms .coupon_large {
    font-size:16px;
  }
  }
  h5 {
    margin: 5% auto 20%;
  }
}
/* クリップボードにコピー */
.btn-clipboard {
  display: inline-block;
}
.btn-clipboard:hover {
  cursor:
  pointer;
  color: #DEAC87;
}
.clipboard-success {
  display: none;
  margin: 0 0 0 8px;
  font-size: .9em;
}
/* couponここまで */