
    /*定価に取消線を入れる*/
        .fs-c-productPrice--listed .fs-c-price {
        text-decoration: line-through;
    }

/*円マーク非表示、\を後ろに表示*/
.fs-c-productListCarousel__list .fs-c-productListCarousel__list__item .fs-c-price__currencyMark {
    display: none;
}

.fs-c-productListCarousel__list .fs-c-productListCarousel__list__item .fs-c-price__value:before {
    content: '¥';
}


@font-face {
    font-family: 'Didot_Italic';
    src: url('/item/font/Didot_Italic.ttf') format('truetype');
}

body {
    font-family: 'Noto Sans JP', sans-serif !important;
}

/* body {
font-family: "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif !important;
} */

.fs-preview-header {
    display: none;
}

img {
    width: 100%;
}

body {
    font-size: 3vw;
    max-width: 800px;
    margin: 0 auto;
}

body.no-scroll {
    overflow: hidden;
}

a {
    text-decoration: none;
    color: black;
}

a:active,
a:hover {
    text-decoration: none !important;
}

.pc-only,
.pc-only * {
    display: none;
}

.img.zoom-when-sp {
    overflow: hidden;
    height: 50vh;
}

.img.zoom-when-sp>img {
    transform: scale(1.5);
    position: relative;
    top: 16%;
}

.fs-body-cart .fs-l-cart__contentsArea {
    max-width: 100%;
}

/* ヘッダー */
header#header {
    position: sticky;
    top: 0;
    z-index: 3;
}

.newsletter-banner {
    /* background-image: url("https://adelifestyle.itembox.design/item/img/mail_banner_background.png"); */
    /* background-position: center; */
    /* background-size: cover; */
    background-color: #f5d4b9;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 8px 0;
}

.newsletter-banner p {
    margin: 0;
}

header#header .container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 60px;
    padding-top: 5px;
    background-color: white;
    transition: height 0.5s, margin-bottom 0.5s, padding-bottom 0.5s;
    padding-left: 10px;
}

header#header .container.search-popup-displayed {
    height: 100px;
    padding-bottom: 50px;
    transition: height 0.5s, margin-bottom 0.5s, padding-bottom 0.5s;
}

header#header .container .left .logo {
    height: 48px;
    width: 60px;
}

header#header .container .right .icon {
    height: 18px;
    width: 20px;
}

header#header .container .right {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
}

header#header .container .right>div {
    margin: 0 5px;
    cursor: pointer;
}

header#header .container .right .search {
    display: flex;
    align-items: center;
}

header#header .container .right .search>img.icon {
    height: 24px;
    padding-bottom: 3px;
}

header#header .container .search-popup {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 60px;
    right: 1%;
    transition: opacity 0.5s;
}

header#header .container .search-popup.display {
    opacity: 1;
    pointer-events: initial;
    transition: opacity 0.5s;
}

header#header .container .search-popup.fs-p-searchForm form span {
    display: flex;
    align-items: center;
    border: none;
    background: none;
}

header#header .container .search-popup.fs-p-searchForm form span input {
    height: 18px;
    padding-left: 24px;
    border: 1px solid black;
    border-radius: 10px;
    font-size: 16px;
}

header#header .container .search-popup.fs-p-searchForm form span button {
    height: 16px;
    background-color: transparent;
    border: none;
    margin-bottom: 3px;
    display: flex;
    width: auto;
    right: 0;
    top: 21%;
}

header#header .container .search-popup.fs-p-searchForm form span button::before {
    content: "";
}

header#header .container .search-popup.fs-p-searchForm form span button img.icon {
    width: 18px;
    height: 17px;
}

header#header .container .menu-popup {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    right: 0;
    transition: opacity 0.5s, transform 0.2s 0.5s;
    width: 90%;
    padding: 20px 10px;
    box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
    background-color: white;
    transform: scale(0.8);
    border-radius: 5px;
    height: 73vh;
    overflow: scroll;
}

header#header .container .menu-popup.display {
    opacity: 1;
    pointer-events: initial;
    transition: opacity 0.5s, transform 0.2s;
    transform: scale(1);
}

header#header .container .menu-popup * {
    color: black;
}

header#header .container .menu-popup>form {
    margin: 20px 25px;
}

header#header .container .menu-popup>form .fs-p-searchForm__inputGroup {
    position: relative;
    background-color: white;
    border-radius: 5px;
}

header#header .container .menu-popup>form .fs-p-searchForm__inputGroup:after {
    content: "";
    width: 20px;
    height: 20px;
    background-color: pink;
    position: absolute;
    right: 0;
    top: 15%;
    display: block;
    background-image: url("https://adelifestyle.itembox.design/item/img/header/search-icon.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
}

header#header .container .menu-popup>form .fs-p-searchForm__inputGroup button {
    opacity: 0;
}

header#header .container .menu-popup>form .fs-p-searchForm__inputGroup input {
    border-radius: 5px;
}


header#header .menu-popup .account {
    display: flex;
    justify-content: center;
    align-items: center;
}

header#header .menu-popup .account>ul {
    margin-left: 10px;
    border-left: 1px solid black;
    padding-left: 10px;
}

header#header .menu-popup .products {
    display: flex;
    flex-direction: column;
}

header#header .menu-popup .products>a {
    padding: 25px 0;
    border-top: 1px solid black;
}

header#header .menu-popup .products>a:last-child {
    border-bottom: 1px solid black;
}

header#header .menu-popup .informations {
    padding-bottom: 10px;
}

header#header .menu-popup .informations a {
    padding: 8px 0;
    display: block;
}

header#header .menu-popup .sns.icon .icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px;
}

header#header .menu-popup .sns.icon .icons a {
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    margin: 0 5px;
}

header#header .menu-popup .sns.icon .icons .line {
    background-image: url("https://adelifestyle.itembox.design/item/line.png");
}

header#header .menu-popup .sns.icon .icons .instagram {
    background-image: url("https://adelifestyle.itembox.design/item/img/sns/instagram-icon.png");
}



/* トップページ */

main.fs-l-main {
    overflow: hidden;
    padding: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.fs-c-slick .slick-next,
.fs-c-slick .slick-prev {
    background-color: transparent;
}

.fs-c-slick .slick-slide figure {
    margin: 0;
}

.fs-c-slick .slick-dots li button:before {
    font-size: 14px;
}

main.fs-l-main .fs-pt-carousel__track {
    width: 100vw;
}

main.fs-l-main .title {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0 20px;
    width: 100%;
}

main.fs-l-main .title hr {
    width: 25%;
    margin: 0 5%;
    z-index: 2;
}

main.fs-l-main .title h1 {
    width: 100%;
    text-align: center;
    z-index: 2;
    font-weight: 300;
    font-size: 26px;
    font-family: 'Didot_Italic', 'Noto Sans JP';
}

main.fs-l-main .title p.background-text {
    position: absolute;
    font-size: 13vw;
    top: -19%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
    white-space: nowrap;
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
}

main.fs-l-main .title p.background-text.yellow {
    color: rgb(252, 247, 217);
}

main.fs-l-main .title p.background-text.green {
    color: rgb(227, 240, 229);
}

main.fs-l-main .title p.background-text.beige {
    color: rgb(251, 235, 221);
}

main.fs-l-main .title p.background-text.grey {
    color: rgb(247, 244, 238);
}

main.fs-l-main .title-with-background {
    background-image: url("https://adelifestyle.itembox.design/item/TOP3.JPG");
    width: 100%;
    text-align: center;
    color: white;
    background-position: center;
    background-size: cover;
    margin: 15px 0;
}

main.fs-l-main .title-with-background.table-wear {
    background-image: url("https://adelifestyle.itembox.design/item/img/202303_top/table_wear_background.png");
}

main.fs-l-main .title-with-background.interior {
    background-image: url("https://adelifestyle.itembox.design/item/img/202303_top/interior_background.png");
}

main.fs-l-main .title-with-background.room-wear {
    background-image: url("https://adelifestyle.itembox.design/item/img/202303_top/room_wear_background.png");
}

main.fs-l-main .title-with-background>h1 {
    /* font-family: 'Playfair Display', serif; */
    font-family: 'Didot_Italic', 'Noto Sans JP';
    font-weight: 400;
    margin: 4px 0;
    font-size: 30px;

}

main.fs-l-main .products {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 60px;
    width: 100%;
}

main.fs-l-main .products.splide {
    padding-left: 20px;
    padding-right: 20px;
    display: block !important;
}

main.fs-l-main .products .product {
    width: 30%;
    margin: 10px 1.5%;
}

main.fs-l-main .products.splide .product {
    width: 46% !important;
    margin: 10px 2%;
}

main.fs-l-main .products .product .image {
    cursor: pointer;
}

main.fs-l-main .products .product .details {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

main.fs-l-main .products .product a {
    color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;

}

main.fs-l-main .products .product a:hover {
    text-decoration: none;
    color: black;
    cursor: pointer;
}

main.fs-l-main .products .product a p {
    margin: 2px 0;
}

main.fs-l-main .products .product a p.name,
main.fs-l-main .products .product a p.color,
main.fs-l-main .products .product a p.price,
main.fs-l-main .products .product a p.buy-button {
    font-size: 3vw;
}

main.fs-l-main .products .product a p.name {
    font-family: 'Noto Sans JP', sans-serif;
    min-height: 17px;
    text-align: center;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

main.fs-l-main .products .product a p.color {
    margin-top: 0;
}

main.fs-l-main .products .product a p.price {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

main.fs-l-main .products .product a p.buy-button {
    padding: 0 20px;
    background-image: url("https://adelifestyle.itembox.design/item/cart.png?t=20250605121519");
    background-position: center;
    background-size: 85px 25px;
    width: 85px;
    height: 25px;
}

main.fs-l-main a.more-button {
    margin: 0 auto 20px;
    background-image: url(https://adelifestyle.itembox.design/item/allitems.png?t=20230427201400?=1);
    background-position: center;
    background-size: 120px 35px;
    width: 120px;
    height: 35px;
    background-repeat: no-repeat;
}

main.fs-l-main .account.more-button:hover {
    color: black;
}

main.fs-l-main .more-button.hide {
    opacity: 0;
    transition: opacity 0.5s;
}

main.fs-l-main .more-button>span {
    transform: rotate(90deg);
    display: block;
    margin-left: 5px;
}

main.fs-l-main .more-content {
    max-height: 0;
    opacity: 0;
    display: flex;
    flex-wrap: wrap;
    transition: all 1s;
    pointer-events: none;
}

main.fs-l-main .more-content.display {
    max-height: 1000px;
    height: auto;
    opacity: 1;
    transition: all 1s;
    pointer-events: all;
}

main.fs-l-main section {
    width: 100%;
}

main.fs-l-main section#category h1 {
    text-align: center;
    font-family: 'Didot_Italic', 'Noto Sans JP';
}

main.fs-l-main section#category .products .product img {
    width: 112px;
    height: 112px;
}

main.fs-l-main section#category .products .product p.name {
    font-family: "Didot_Italic";
    font-size: 20px;
    margin: 10px 0;
    min-height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 17px;
}

main.fs-l-main section#category .products .product p.sub-name {
    font-size: 10px;
    margin-bottom: 10px;
    min-height: 36px;
    display: flex;
    align-items: center;
}

main.fs-l-main section#category .products .product p.buy-button {
    background-image: url("https://adelifestyle.itembox.design/item/ichiran.png");
    background-position: center;
    background-size: 85px 25px;
    width: 85px;
    height: 25px;
}



main.fs-l-main section.coordinate {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 40px 0;
}

main.fs-l-main section.coordinate h2.name {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0;
}

main.fs-l-main section.coordinate a.buy-button {
    border: 0.3px solid black;
    padding: 5px 10px;
    color: black;
}



/* カテゴリーページ */
.fs-c-heading--page {
    border-bottom: none !important;
    margin: 30px 0 10px !important;
    padding-bottom: 10px;
}

/* 商品一覧 */
.fs-c-productList {
    width: 100%;
}

/* マイページ */
.fs-c-accountService {
    width: 100%;
}


/* INFORMATION */
section#information {
    /* background-image: url("https://adelifestyle.itembox.design/item/img/202303_top/information_background.png"); */
    background-color: #f5d4b9;
    background-position: center;
    background-size: cover;
    padding: 0 10% 15px;
    width: 100%;
}

section#information h2.fs-p-heading--lv2 {
    text-align: center;
    border-bottom: none;
    color: black;
}

section#information .fs-p-dateList .fs-pt-list__item {
    border: none;
    text-align: center;
    padding-top: 0;
}

section#information .fs-p-dateList>li time:first-child {
    background-color: transparent;
    color: black;
}

section#information .fs-pt-list__link {
    color: black;
}


/*FOOTER*/
footer#footer .background-orange {
    background-color: #f5d4b9;
}

footer#footer .background-orange .sns {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

footer#footer .background-orange .sns>a {
    margin: 0 10px;
}

footer#footer .background-orange .sns>a>img {
    width: 38px;
    height: 38px;
}

footer#footer .background-orange .links {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 30px 0;
}

footer#footer .background-orange .links .col {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 1%;
    text-align: center;
}

footer#footer .background-orange .links .col>a {
    margin: 5px 0;
    color: black;
    font-size: 17px;
}

footer#footer .background-navy {
    background-color: rgb(38, 68, 90);
    display: flex;
    justify-content: center;
    align-items: center;
}

footer#footer .background-navy>p {
    text-align: center;
    margin: 0;
    color: white;
    font-weight: bold;
    padding: 5px 0;
}

footer#footer .background-navy>span.copyright {
    font-size: 22px;
    color: white;
    padding-top: 2px;
}

footer#footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: white;
    box-shadow: 2px 2px black;
    border-top: 1px solid #eee;
    z-index: 3;
}

footer#footer-fixed>a {
    margin: 10px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: black;
    width: 15%;
    white-space: nowrap;
    font-size: 10px;
}

footer#footer-fixed>a>img {
    width: 30px;
    height: 30px;
}

footer#footer-fixed>a>p {
    margin: 0;
}

/* PC */

@media (min-width: 768px) {

    /*共通*/
    body {
        font-size: 20px;
    }

    body.no-scroll {
        overflow: auto;
    }

    .pc-only,
    .pc-only * {
        display: block;
    }

    .sp-only,
    .sp-only * {
        display: none;
    }

    .img.zoom-when-sp {
        height: auto;
    }

    .img.zoom-when-sp>img {
        transform: initial;
    }

    /*HEADER*/
    header#header {
        height: 100px;
    }

    .newsletter-banner p {
        font-size: 14px;
    }

    header#header .left .logo {
        height: 80px;
    }

    header#header .right .icon {
        height: 24px;
        width: 38px;
    }

    header#header .container .menu-popup {
        width: 50%;
        height: 85vh;
        max-height: 755px;
        overflow: scroll;
    }

    header#header .container .menu-popup>form .fs-p-searchForm__inputGroup:after {
        top: 10%;
    }


    /*TOP*/
    main.fs-l-main .title {
        margin: 100px 0 50px;
    }

    main.fs-l-main .title p.background-text {
        font-size: 80px;
        top: -46%;
    }

    main.fs-l-main .fs-pt-carousel__track {
        width: 100%;
        max-width: 800px;
    }

    main.fs-l-main section#information .fs-p-dateList .fs-pt-list__item>a {
        font-size: 14px;
    }

    main.fs-l-main .products .product a p.buy-button {
        font-size: initial;
    }

    .fs-c-slick .slick-dots li button:before {
        font-size: 8px;
    }

    .fs-c-slick .slick-slide img {
        max-width: 800px;
    }

    main.fs-l-main .products .product a p.name,
    main.fs-l-main .products .product a p.color,
    main.fs-l-main .products .product a p.price,
    main.fs-l-main .products .product a p.buy-button {
        font-size: 15px;
    }

    main.fs-l-main section#category .products .product img {
        width: 240px;
        height: 240px;
    }

    main.fs-l-main section#category .products .product p.name {
        font-size: 30px;
        min-height: 53px;
        line-height: 26px;
    }

    main.fs-l-main section#category .products .product p.sub-name {
        font-size: 12px;
    }

    /*FOOTER*/
    footer#footer .background-orange .links .col>a {
        font-size: 16px;
    }

    footer#footer .background-navy>p {
        font-size: 12px;
    }

    footer#footer .background-navy>span.copyright {
        font-size: 20px;
    }
}