@charset "utf-8";

    .lp_viewpc_block {
        display: block;
    }
    .lp_viewsmp_block {
        display: none;
    }
@media (max-width: 768px) {
    .lp_viewpc_block {
        display: none;
    }
    .lp_viewsmp_block {
        display: block;
    }
}
@media (max-width: 979px) {
    .container {
        padding: 0;
    }
}
#page-footer {
    margin-top: 0;
}
#contents-body {
    font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
}
/*nav*/
#lfs #global_img {
    width: 100%;
    text-align: center;
    background: #dddddd;
    z-index: 1000; 
}
#lfs #global_img.fixed {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #e95f00;
}
#lfs #global_img.fixed img {
    margin: 0 auto;
}

#lfs header.mainvisual-single h2 img {
    max-width: 100%;
    margin: 0 auto;
}
#lfs .mainvisual-single .global_mv {
	opacity: 1;
}
#lfs .mainvisual-single #global_img {
    display: none;
}
#lfs .mainvisual-single #global_img.fixed {
    display: block;
	position: fixed;
	top: 0;
	opacity: 1;
	z-index: 10;
}

#lfs .lfs-container {
    width: 100%;
    max-width: 1024px;
    margin: 45px auto 0;
    text-align: center;
}
#lfs .lfs-container a {
    transition: 0.3s;
}
#lfs .top-text {
    margin: 0 auto 90px;
}
#lfs .top-text h3 {
    margin-top: 25px;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.06em;
}
#lfs .top-text .period {
    margin-top: 30px;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.06em;
}
#lfs .top-text .u-under-bottom {
    display: inline-block;
}

#lfs .ranking {
    margin-top: 20px;
}
#lfs .ranking h4 {
    margin: 0px auto 8px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
}
#lfs .ranking p {
    margin-bottom: 22px;
    font-size: 14px;
    font-weight: bold;
}
#lfs .ranking-area {
    margin: 0 auto 100px;
}
#lfs .ranking .ranking-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 10px;
    width: 94%;
    margin: 0 auto;
}
#lfs .ranking .ranking-flex li {
    flex: 0 0 calc( (100% - 40px) /5);
    max-width: calc( (100% - 40px) /5);
}
#lfs .ranking_credit p {
    margin: 5px 0px !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
}

#lfs p.top-attention {
    margin-bottom: 60px;
    font-size: 14px;
    font-weight: bold;
    line-height: calc(30 / 17);
}
#lfs p.top-attention a {
    border-bottom: 1px solid;
}

#lfs .lp_coupon {
    width: 100%;
    margin: 0 auto 100px;
}
#lfs .lp_coupon-inner {
    width: 100%;
    margin: 0 auto;
}
#lfs .lp_coupon_titlewrap {
    margin-bottom: 30px;
}
#lfs .lp_coupon_title {
    margin: 0 auto 15px;
    color: #000;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
}
#lfs .lp_coupon_terms {
    margin: 20px auto 4px;
    text-align: center;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.05em;
}
/* lp_coupon lp_coupon_cardbox */
#lfs .lp_coupon_cardbox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#lfs .lp_coupon_card {
    width: 48.2%;
    max-width: 503px;
    padding: 40px 0;
    border: 5px solid #ea6000;
    background: #fff;
    color: #000;
}
#lfs .coming‐soon .lp_coupon_card {
    position: relative;
}
#lfs .coming‐soon .lp_coupon_card::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #333;
    opacity: 0.7;
}
#lfs .lp_coupon_text {
    width: 56%;
    margin: 5px auto 10px;
    text-align: center;
}
#lfs .lp_coupon_code {
    width: 73.4%;
    margin: 0 auto 12px;
    padding: 6px;
    text-align: center;
    background: #ea6000;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.14em;
}
#lfs .lp_coupon_code-target {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    cursor: pointer;
}
#lfs .lp_coupon_code-target .card-soon {
    display: inline-block;
    font-size: 0.8em;
    line-height: 1.3;
}
#lfs .lp_coupon_code-success {
    display: block;
}
#lfs .lp_coupon_date {
    margin: 0 3%;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.1em;
}

#lfs .sentence {
    margin: 100px auto 40px;
    font-size: 22px;
    font-weight: bold;
    line-height: calc(36 / 22);
}
#lfs .sentence b {
    display: inline-block;
    margin-top: 5px;
    font-size: 14px;
    line-height: calc(26 / 14);
}
#lfs .sentence b a {
    border-bottom: 1px solid;
}
#lfs .copy {
    width: 85%;
    max-width: 310px;
    position: relative;
    margin: 40px auto;
    padding: 15px 0 10px;
    font-size: 17px;
    font-weight: bold;
}
#lfs .copy::before,
#lfs .copy::after {
    position: absolute;
    top: 0.8rem;
    height: 1.8rem;
    content: '';
}
#lfs .copy::before {
    border-left: 3px solid #34c5db;
    left: 0;
    transform: rotate(-30deg);
}
#lfs .copy::after {
    border-right: 3px solid #34c5db;
    right: 0;
    transform: rotate(30deg);
}
#lfs .sub-ttl {
    display: flex;
    justify-content: space-between;
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 5em;
    color: #e95f00;
    margin: 0;
    padding: 8px 0 90px;
    letter-spacing: 0.05em;
}
#lfs .sub-ttl .contents_left,
#lfs .sub-ttl .contents_right {
    display: block;
    font-size: 0.24em;
    color: #e95f00;
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0;
    width:100%;
}
#lfs .sub-ttl span.contents_left {
    text-align:left;
}
#lfs .sub-ttl span.contents_right {
    text-align:right;
}

#lfs .brand-area {
    margin: -25px 100px 100px 100px;
}
#lfs .brand-area.link-none li {
    position: relative;
}
#lfs .brand-area.link-none li::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
}
#lfs .brand-area.link-none li a {
    pointer-events: none;
    text-decoration: none;
}
#lfs .brand-area .brand-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 43px;
}
#lfs .brand-area .brand-flex li {
    flex: 0 0 calc( (100% - 43px) /2);
    max-width: 256px;
}
#lfs .brand-area .brand-flex .brand-logo {
    height: 54px;
    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 {
    max-width: 330px;
    position: relative;
    margin: 0;
    padding: 3% 0;
    background-color: #e95f00;
    color: #fff;
    text-align: left;
    font-family: "futura-pt", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-weight: 500;
    font-style: normal;
}
#lfs .brand-area .brand-flex .brand-name span{
    margin: 0 0 0 7%;
}
#lfs .brand-area .brand-flex .brand-name::after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 16px;
    height: 5px;
    border-bottom: solid 1px;
    border-right: solid 1px;
    transform: skew(45deg);
    top: 0;
    bottom: 0;
    right: 10%;
    margin: auto 0;
}
/* BRAND グレーアウト */
#lfs .brand-area.link-none .brand-flex li .brand-img {
    display: block;
    position: relative;
}
#lfs .brand-area.link-none .brand-flex li .brand-img::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: url(//ds-assets.store-image.jp/lstock/2025/sp/2025wintersale/brand_00.png) no-repeat;
    background-size: cover;
}
/* BRAND グレーアウト ここまで */
a.all_link::after {
    content: '';
    width: 15px;
    height: 15px;
    border-top: solid 2px;
    border-right: solid 2px;
    position: absolute;
    right: 6%;
    top: calc(50% - 8px);
    transform: rotate(45deg);
}
#lfs .item-area {
    /* width: 84%; 4カラム */
    width: 100%;
    margin: 0 auto 90px;
}
#lfs .price-area {
    width: 100%;
    margin: 0 auto 100px;
}
#lfs .item-area .item-flex,
#lfs .price-area .item-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 13px 12px;
}
#lfs .item-area .item-flex li,
#lfs .price-area .item-flex li {
    width: calc((100% - (12px * 3)) / 4); /* 4カラム */
    max-width: 190px;
    border-radius: 3px;
    opacity: 1;
}
#lfs .item-area .item-flex li,
#lfs .price-area .item-flex li {
    width: calc((100% - (12px * 4)) / 5); /* 5カラム */
}
#lfs .item-area .item-flex li a,
#lfs .price-area .item-flex li a {
    display: block;
    padding: 30px 16px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    background-color: #ffefe4;
    border-radius: 5px;
}
#lfs .item-area .item-flex li a:hover,
#lfs .price-area .item-flex li a:hover {
    background-color: #e95f00;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    color: #fff !important;
    opacity: 1;
}
#lfs .item-area.link-none .item-flex li a,
#lfs .price-area.link-none .item-flex li a {
    color: #acaba3;
    background-color: #ffefe4;
    pointer-events: none;
    text-decoration: none;
}
#lfs a.all_link.link-none {
    color: #717171;
    background-color: #333;
    pointer-events: none;
    text-decoration: none;
}

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

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

.btn_area {
    width: 100vw;
    height: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: #e95f00;
    margin-top: 0;
    padding: 50px 0 80px;
}
.btn_area p {
    font-size: 20px;
    font-weight: bold;
    line-height: calc(20 / 15);
}
.btn_area p.attention {
    margin-top: 40px;
    color: #fff;
    font-size: 14px;
    line-height: calc(26 / 14);
}
.btn_area p.attention a {
    color: #fff;
    border-bottom: 1px solid;
}

a.all_link {
    display: block;
    width: 90%;
    max-width: 700px;
    position:relative;
    margin: 37px auto 20px;
    padding: 40px 0;
    background: #333;
    color: #fff;
    font-size: 1.7em;
    line-height: 1;
    font-weight: bold;
}
a.all_link.all_link_small {
    width: 75%;
    max-width: 450px;
    margin-top: 25px;
    padding: 18.5px 0;
    font-size: 17px;
}
a.all_link.all_link_small::after {
    width: 10px;
    height: 10px;
    right: 6%;
}
a.all_link:hover {
    background: #e0e0e0;
    color: #000;
    opacity: 1;
}

.btn_area .btn_white {
    display: block;
    position:relative;
    font-size: 1em;
    font-weight: lighter;
    padding: 3% 17%;
    background-color: #fff;
    border: 1px solid #2bb0cc;
    color: #2bb0cc;
    width: 26%;
    margin: 3% auto;
}
.btn_area .btn_white:hover {
    color: #2bb0cc;
}

@media (max-width: 979px) {
    #lfs .top-text {
        margin: 0px 0 0px;
    }
    #lfs .top-text .period {
        margin-top: 16px;
        font-size: 16px;
    }
    #lfs .top-text h3 {
        font-size: 22px;
        margin-top: 7px;
    }
    #lfs p.top-attention {
        margin-bottom: 40px;
        font-size: 11px;
    }
    #lfs .ranking {
        font-size: 15px;
    }
    #lfs .ranking h4 {
        margin: 0px auto 10px;
        font-size: 24px;
        font-weight: bold;
        line-height: 1.5;
    }
    #lfs .ranking-area {
        margin: 0 0 90px 0;
    }
    #lfs .ranking p {
        margin-bottom: 13px;
        font-size: 12px;
        font-weight: bold;
    }
    #lfs .ranking .ranking-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px 0;
    }
    #lfs .ranking .ranking-flex li {
        flex: 0 0 calc( (100% - 0px) /3);
        max-width: calc( (100% - 0px) /3);
    }
    #lfs .ranking_credit p {
        margin: 5px 0px !important;
        font-size: 12px;
        font-weight: bold;
        line-height: 1.5;
    }
    #lfs .lp_coupon-inner {
        width: 94.6%;
    }
    #lfs .lp_coupon_titlewrap {
        margin-bottom: 5%;
    }
    #lfs .lp_coupon_title {
        margin-bottom: 8px;
        font-size: 21px;
        line-height: calc(50 / 42);
    }
    #lfs .lp_coupon_terms {
        margin: 0 auto;
        font-size: 12px;
    }
    #lfs .lp_coupon_cardbox {
        flex-direction: column;
        align-items: center;
    }
    #lfs .lp_coupon_card {
        width: calc(100% - 10px);
        max-width: none;
        padding: 20px 0;
        margin-bottom: 5%;
    }
    #lfs .lp_coupon_text {
        width: 63%;
        margin-bottom: 2%;
    }
    #lfs .lp_coupon_date {
        margin: 0 2%;
        font-size: 12px;
    }
    #lfs .sentence {
        margin-top: 0;
        font-size: 16px;
    }
    #lfs .sentence b {
        display: block;
        font-size: 11px;
    }
    #lfs .copy {
        width: 75%;
        font-size: 15px;
    }
    #lfs .sub-ttl {
        align-items: center;
        padding: 0 10px 40px;
        font-size: 3.5em;
    }
    #lfs .sub-ttl span {
        margin: 0 0 37px 10px;
    }
    #lfs .brand-area {
    margin: 0 auto 100px;
    }
    #lfs .brand-area .brand-flex {
        gap: 15px 4%;
    }
    #lfs .brand-area .brand-flex li {
        flex: 0 0 48%;
        max-width: 48%;
    }
    #lfs .item-area {
        width: 100%;
        margin-bottom: 100px;
    }
     #lfs .price-area{
        width: 100%;
        margin-bottom: 70px;
    }
    #lfs .item-area .item-flex,
    #lfs .price-area .item-flex {
        justify-content: center;
        gap: 10px 3%;
    }
    #lfs .item-area .item-flex li,
    #lfs .price-area .item-flex li {
        width: calc((100% - 7.5%) / 2);
    }
    #lfs .item-area .item-flex li a,
    #lfs .price-area .item-flex li a {
        font-size: 13px;
        padding: 25px 6px;
    }
    .lfs-marimekko-image {
        width: 125px;
    }
    .lfs-repetto-image {
        width: 90px;
    }
    .lfs-scapa-image {
        width: 110px;
    }
    .lfs-scapal-image {
        width: 150px;
    }
    .lfs-koret-image {
        width: 90px;
    }
    .lfs-keith-image {
        width: 75px;
    }
    .lfs-keithl-image {
        width: 110px;
    }
    .lfs-laisse-image {
        width: 130px;
    }
    .lfs-fiore-image {
        width: 121px;
    }
    .lfs-other-image {
        width: 70px;
    }
    #lfs .brand-area .brand-flex .brand-name {
        padding: 5% 0;
        margin: 0 auto;
    }
    #lfs .brand-area .brand-flex .brand-name::after {
        width: 17px;
        height: 5px;
    }
    a.all_link {
        padding: 2% 0%;
    }
    a.all_link::after {
        width: 10px;
        height: 10px;
    }
    a.all_link.all_link_small::after {
        width: 7px;
        height: 7px;
        right: 10px;
        top: calc(50% - 3.5px);
    }
}

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

@media (max-width: 767px) {
    .info_area {
        margin-top: 55px;
        padding: 35px 0 40px;
    }
    .info_area h3 {
        font-size: 28px;
    }
    .info_area h3 span {
        font-size: 14px;
    }
    .info_area p {
        width: 90%;
        font-size: 14px;
        line-height: 1.5;
    }
    .info_area p a {
        padding-top: 14px;
        font-size: 13px;
    }
    .info_area p a .arrow {
        width: 8px;
        height: 8.1px;
    }
    .info_area p a .arrow::before {
        width: 6px;
        height: 6px;
    }
    .btn_area {
        padding: 20px 0;
    }
    .btn_area p {
        font-size: 15px;
    }
    .btn_area p.attention {
        font-size: 11px;
    }
    a.all_link {
        padding: 8% 0;
        font-size: 17px;
    }
    #lfs .sub-ttl span.contents_left,
    #lfs .sub-ttl span.contents_right {
        margin: 0;
        font-size: 0.3em;
    }
    #lfs .brand-area {
        padding: 0 10px;;
    }
    #lfs .brand-area .brand-flex .brand-name {
        margin: 0 auto;
        padding: 3% 0;
        font-size: 1em;
   }
    #lfs .brand-area .brand-flex .brand-name::after {
        width: 13px;
        height: 4px;
    }
    #lfs .lfs-container {
        padding: 0 0;
        width: 100%;
    }
    #lfs .brand-area .brand-flex .brand-logo { 
        height: 40px;
    }
}