/* ーーーーーーーーーーーーーーーーーーー */
/* FSデフォルト潰し ーーーーーーーーーーー */
/* ーーーーーーーーーーーーーーーーーーー */
* {
    min-width: auto;
    min-height: auto;
}
[type="hidden"]:focus, [type="text"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="url"]:focus, [type="email"]:focus, [type="password"]:focus, [type="datetime"]:focus, [type="date"]:focus, [type="month"]:focus, [type="week"]:focus, [type="time"]:focus, [type="datetime-local"]:focus, [type="number"]:focus,
select:focus,
textarea:focus {
    box-shadow: inherit;
}
[type="text"], [type="search"], [type="tel"], [type="url"], [type="email"], [type="password"], [type="datetime"], [type="date"], [type="month"], [type="week"], [type="time"], [type="datetime-local"], [type="number"],
select,
textarea {
    border: none;
    line-height: 1.6;
    min-height: inherit;
    padding: inherit;
}
.fs-p-heading--lv2 {
    display: none;
}
.fr3-productListStatic .fr3-item__productPrice__currencyMark {
    display: none;
}

/* ーーーーーーーーーーーーーーーーーーー */
/*  AIrecommend デフォルト潰し ーーーー */
/* ーーーーーーーーーーーーーーーーーーー */
.fr3-productListStatic {
    display: block !important;
    gap: inherit !important;
    padding: initial !important;
}
.fr3-productListStatic .slick-track {
    margin-left: 0;
}
.fr3-item {
    position: relative;
    word-break: initial!important;
    transition: opacity 0.3s;
}
.fr3-item:hover {
    opacity: 0.6;
}
.fr3-item__link {
    display: block !important;
    
}
.fr3-item__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fr3-item__imageContainer {
    display: block!important;
}
.fr3-item__productName {
    display: block!important;
    font-size: 1.4rem !important;
}
.fr3-item__productPrice {
    display: block!important;
}
.fr3-item__productPrice__price {
    font-size: 1.4rem!important;
}
.fr3-item__productPrice__addon {
    display: none;
}
.fr3-item__productPrice__value::after {
    content: "円";
}
.fr3-item__rankContainer {
    display: block !important;
    height: auto !important;
    position: absolute;
    top: 0;
    left: 0;
}
.fr3-item__rankContainer .fr3-item__rank {
    font-family: "HelveticaNeue", serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 36px;
    padding-bottom: 8px;
    clip-path: polygon(0% 0%, 100% 0, 100% 100%, 50% 78%, 0% 100%);
    background-color: #383838;
    border-radius: 0;
}
.fr3-item__rankContainer .fr3-item__rank[data-item-rank="1"] {
    background-color: #DAB164;
} 
.fr3-item__rankContainer .fr3-item__rank[data-item-rank="2"] {
    background-color: #ADADAD;
}
.fr3-item__rankContainer .fr3-item__rank[data-item-rank="3"] {
    background-color: #BA7848;
}

/* ーーーーーーーーーーーーーーーーーーー */
/* 共通css ーーーーーーーーーーーーーーー */
/* ーーーーーーーーーーーーーーーーーーー */
@font-face {
    font-family: "YuGothic-M";
    src: url(../fonts/YuGothic-Medium.woff);
}
@font-face {
    font-family: "YuGothic-B";
    src: url(../fonts/YuGothic-Bold.woff);
}
@font-face {
    font-family: "HelveticaNeue-M";
    src: url(../fonts/HelveticaNeue.woff);
}
@font-face {
    font-family: "HelveticaNeue-B";
    src: url(../fonts/HelveticaNeueBold.woff);
}
:root {
    --scrollbar: 0;
}
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    scroll-padding-top: 130px;
}
body {
    font-family: "YuGothic-M", sans-serif;
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    color: #000;
}
.body__inner {
    display: flex;
    background-color: #fff;
}
.main-wrapper {
    width: calc(100vw - 90px);
    min-height: 100vh;
    margin-left: auto;
    overflow: hidden;
}
main {
    margin-top: 100px;
}
@media screen and (max-width: 768px) {
    .main-wrapper {
        width: 100%;
    }
}
input,
textarea,
input:focus,
textarea:focus {
    outline: none;
}
.pc_only {
    display: block;
}
.sp_only {
    display: none;
}

/* a {
    transition: opacity 0.3s;
}
a:hover {
    opacity: 0.3;
} */

/* パンくず */
.fs-c-breadcrumb {
    padding: 30px 60px 52px;
    font-size: 1.2rem;
}

/* ページネーション */
.fs-c-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}
.fs-c-pagination__item {
    font-size: 1.6rem;
    font-family: "HelveticaNeue-M";
    flex: none;
    line-height: 1.4;
    margin: 0 2px;
}
.fs-c-pagination__item.is-active {
    color: #FF3700;
    background: inherit;
}
.fs-c-pagination__item--prev, 
.fs-c-pagination__item--next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #383838;
}
.fs-c-pagination__item--prev::before, 
.fs-c-pagination__item--next::before {
    content: "";
    background-image: url(https://delfonics.itembox.design/item/delfonics/images/common/arrow-next.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    font-family: auto;
    font-size: inherit;
}
.fs-c-pagination__item--prev::before {
    transform: rotate(180deg);
}

/* WP */
.page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}
.page-numbers li .page-numbers {
    font-size: 1.6rem;
    font-family: "HelveticaNeue-M";
    flex: none;
    line-height: 1.4;
    margin: 0 2px;
    padding: 8px;
    cursor: default;
}
.page-numbers li .page-numbers.current {
    color: #FF3700;
    background: inherit;
}
.page-numbers li .page-numbers.prev, 
.page-numbers li .page-numbers.next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #383838;
}

@media screen and (max-width:768px) {
    .fs-c-pagination {
        margin: 30px 0 150px;
    }
    .page-numbers {
        margin: 30px 0 150px;
    }
}

.sec__heading {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.sec__heading h2 {
    font-family: 'HelveticaNeue-M', serif;
    font-size: 3.7rem;
    color: #383838;
}

/* ボタン関連 */
.sec__more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 1px solid #333;
    width: 202px;
    height: 49px;
    padding-left: 20px;
    margin: 0 auto;
}
.sec__more-btn span {
    font-family: 'HelveticaNeue-M', serif;
    margin-right: 22px;
}
.sec__more-btn img {
    width: 23px;
    object-fit: contain;
    transition: transform 0.3s ease;
}
.sec__more-btn:hover {
    color: #D8622F;
    border: 1px solid #D8622F;
}
.sec__more-btn:hover img {
    filter: brightness(0) saturate(100%) invert(46%) sepia(84%) saturate(510%) hue-rotate(332deg) brightness(87%) contrast(93%);
    transform: translateX(10px);
}
.fs-c-button--primary {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 225px;
    height: 50px;
    margin: 0 auto;
    color: #fff;
    background-color: #333;
    transition: background-color 0.2s;
    border-radius: 5px;
}
.fs-c-button--primary:hover {
    background-color: #9A9A9A;
}
.fs-c-button--secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 225px;
    height: 50px;
    margin: 20px auto 0;
    color: #fff;
    background-color: #333;
    transition: background-color 0.2s;
    border-radius: 5px;
    margin-top: 20px;
}
.fs-c-button--secondary:hover {
    background-color: #9A9A9A;
}
.fs-c-button--standard {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: fit-content;
    height: 40px;
    padding: 0 34px;
    margin: 20px 0;
    border: 1px solid #383838;
    border-radius: 50px;
}
.fs-c-button--myPageTop {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 1px solid #333;
    width: 225px;
    height: 49px;
}
.fs-c-button--myPageTop::after {
    content: "";
    display: block;
    width: 23px;
    height: 10px;
    background-image: url(https://delfonics.itembox.design/item/delfonics/images/common/arrow-next.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.3s ease;
}
.fs-c-button--myPageTop:hover {
    color: #D8622F;
    border: 1px solid #D8622F;
}
.fs-c-button--myPageTop:hover::after {
    filter: brightness(0) saturate(100%) invert(46%) sepia(84%) saturate(510%) hue-rotate(332deg) brightness(87%) contrast(93%);
    transform: translateX(10px);
}
.fs-c-button--myPageTop .fs-c-button__label {
    margin-right: 15px;
}

/* 下層ページ共通 */
.fs-lower-heading {
    margin-bottom: 30px;
}
.fs-lower-heading h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
}
.fs-lower-heading h1 span {
    display: flex;
    align-items: center;
    font-family: "HelveticaNeue-M";
    font-size: 4.8rem;
    margin-bottom: 14px;
}
.fs-lower-heading h1 span::after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    margin: 0 -5px 0 9px;
    background-color: #707070;
    transform: rotate(-50deg);
}
.fs-lower-heading h1 .pc_only {
    display: flex;
}
.fs-lower-heading h1 .sp_only {
    display: none;
}
.fs-system-lower-heading {
    margin-bottom: 30px;
}
.fs-system-lower-heading h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "YuGothic-B";
    font-size: 2.8rem;
}

.fs-contents-wrapper {
    max-width: 1200px;
    padding: 0 60px;
    margin: 0 auto 180px;
}
.fs-c-textLink {
    color: #FF3700;
    text-decoration: underline;
}
.lower__link {
    color: #FF3700;
    text-decoration: underline;
}

/* 商品マーク ラベル */
.fs-c-productMarks {
    margin-bottom: 13px;
}
.fs-c-productMarks .fs-c-productMark__mark.tag_label {
    font-family: "YuGothic-B";
    font-size: 1.0rem;
    margin-right: 6px;
    margin-bottom: 6px;
    padding: 4px 10px;
    color: #383838;
    border: 1px solid #7f7f7f;
}
.fs-c-productMarks .fs-c-productMark__mark.tag_none {
    display: none;
}

/* 商品マーク カラーチップ */
.fs-productColorChip {
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
}
.fs-productColorChip .fs-c-productMark__mark.tag_color {
    width: 16px;
    height: 16px;
    font-size: inherit;
    margin-right: 6px;
    margin-bottom: 6px;
}

/* 商品画像 */
.fs-c-productListItem__imageContainer {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    margin-bottom: 18px;
}
.fs-c-productImage__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 768px) {
    .fs-c-productListItem__imageContainer {
        margin-bottom: 9px;
    }
}

.fr3-item {
    margin-right: 30px;
    max-width: 450px;
}
.flywheel-recommend__frame {
    width: 100%;
    padding-left: 4.7vw;
}
.fr3-item__imageContainer {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    margin-bottom: 30px;
}
.fr3-item__productName {
    line-height: 1.5;
    margin-bottom: 30px;
}
.fr3-productListStatic .slick-arrow {
    position: absolute;
    top: 0;
    margin-top: calc(100% / 5* 1 / 2 - 24px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 1;
}
.fr3-productListStatic .slick-arrow::after {
    content: "";
    position: absolute;
    inset: 0 0 0 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: rgba(195, 195, 195, 0.8);
    border-radius: 50%;
    transition: transform 0.4s ease;
}
.fr3-productListStatic .slick-arrow:hover::after {
    transform: scale(1.1);
}
.fr3-productListStatic .prev-arrow {
    left: -24px;
}
.fr3-productListStatic .next-arrow { 
    right: 60px;
}
.fr3-productListStatic .slick-arrow img {
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 768px) {
    .fs-c-breadcrumb {
        padding: 15px 20px 50px;
    }
    .sec__heading {
        margin-bottom: 22px;
    }
    .sec__heading h2 {
        font-size: 2.8rem;
    }
    .sec__more-btn {
        font-size: 1.3rem;
        width: 196px;
        height: 47px;
        margin-right: auto;
    }
    .sec__more-btn img {
        margin-bottom: 3px;
    }
    .fs-lower-heading h1 {
        font-size: 1.4rem;
    }
    .fs-lower-heading h1 span {
        font-size: 3.4rem;
    }
    .fs-lower-heading h1 .pc_only {
        display: none;
    }
    .fs-lower-heading h1 .sp_only {
        display: flex;
    }
    .fs-system-lower-heading h1 {
        font-size: 2.3rem;
    }
    .fs-contents-wrapper {
        padding: 0 20px;
        margin-bottom: 140px;
    }
    .pc_only {
        display: none;
    }
    .sp_only {
        display: block;
    }
    .flywheel-recommend__frame {
        width: 100%;
        padding: 0 20px;
    }
    .flywheel-recommend__frame .slick-list.draggable {
        margin-right: -25px;
    }
    .fr3-item {
        margin-right: 25px;
    }
    .fr3-item__imageContainer {
        margin-bottom: 20px;
    }
    .fr3-item__productName {
        line-height: 1.5;
        margin-bottom: 17px;
    }
    .fr3-productListStatic .slick-arrow {
        top: -80px;
        width: 41px;
        height: 41px;
        padding: 10px 11px;
    }
    .fr3-productListStatic .prev-arrow {
        left: auto;
        right: 52px;
    }
    .fr3-productListStatic .next-arrow { 
        right: 0;
    }
    .fr3-productListStatic .slick-arrow::after {
        background-color: inherit;
        border: 1px solid #707070;
    }
}
/* ===========================================
 * 任意商品・おすすめ・お気に入り商品（カルーセル）
 * ======================================== */
 .fs-c-productListCarousel {
    display: block!important;
}
.fs-c-productListCarousel__ctrl {
    display: none !important;
}
.fs-c-productListCarousel__list {
    display: block;
    padding-left: 4.7vw;
    overflow: inherit;
}
.fs-c-productListCarousel__list .slick-arrow {
    position: absolute;
    top: 0;
    margin-top: calc(100% / 5* 1 / 2 - 24px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 1;
}
.fs-c-productListCarousel__list .slick-arrow.prev-arrow {
    left: -24px;
}
.fs-c-productListCarousel__list .slick-arrow.next-arrow {
    right: 60px;
}
.fs-c-productListCarousel__list .slick-arrow::after {
    content: "";
    position: absolute;
    inset: 0 0 0 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: rgba(195, 195, 195, 0.8);
    border-radius: 50%;
    transition: transform 0.4s ease;
}
.fs-c-productListCarousel__list .slick-arrow:hover::after {
    transform: scale(1.1);
}
.fs-c-productListCarousel__list .slick-arrow img {
    position: relative;
    z-index: 1;
}
.fs-c-productListCarousel__list .slick-track {
    display: inline-block;
}
.fs-c-productListCarousel__list__item {
    display: flex !important;
    flex-flow: column;
    margin-right: 30px;
    position: relative;
    max-width: 450px;
    transition: opacity 0.3s;
}
.fs-c-productListCarousel__list__item:hover {
    opacity: 0.6;
}
.fs-c-productListCarousel__list .fs-c-productListItem__imageContainer {
    margin-bottom: 30px;
}
.fs-c-productListCarousel__list .fs-c-price {
    display: inline-block!important;
}
.fs-c-productListCarousel__list .fs-c-price__value::after {
    content: "円";
}
.fs-c-productListCarousel__list .fs-c-price__currencyMark {
    display: none;
}
.fs-c-productListCarousel__list .fs-c-productPrice__addon {
    display: none;
}
.fs-c-productListCarousel__list .fs-c-button--viewProductDetail {
    display: none!important;
}
.fs-c-productListCarousel__list__item .fs-c-productMarks {
    display: none;
    order: 0;
}
.fs-c-productListCarousel__list__item .fs-c-productListItem__productName {
    line-height: 1.5;
    margin-bottom: 30px;
    order: 1;
}
.fs-c-productListCarousel__list__item .fs-c-productListItem__prices {
    order: 2;
}
.fs-c-productListCarousel__list__item .fs-c-productListItem__control {
    display: none;
    order: 3;
}
.fs-c-productListCarousel__list__item .fs-productColorChip {
    order: 4;
}
.fs-c-featuredProduct__header,
.fs-c-wishlistProduct__header {
    display: none;
}
.recommend .fs-c-slick.slick-initialized .slick-slide {
    max-width: 450px;
    padding: 0;
}
.recommend .fs-c-productPrice__main, 
.wishlist .fs-c-productPrice__main,
.for-gift .fs-c-productPrice__main {
    font-size: 1.4rem;
    margin-right: 0;
}
.recommend .fs-c-productPrice__main::after, 
.wishlist .fs-c-productPrice__main::after,
.for-gift .fs-c-productPrice__main::after {
    font-size: 1.4rem;
}
.recommend .fs-c-productPrice__addon, 
.wishlist .fs-c-productPrice__addon,
.for-gift .fs-c-productPrice__addon {
    margin-top: 0;
}
.fs-c-productListItem__salesPeriod {
    display: none;
}
@media screen and (max-width: 768px) {
    .fs-c-productListCarousel__list {
        width: 100%;
        padding: 0 20px;
    }
    .fs-c-productListCarousel__list .slick-list {
        margin-right: -25px;
    }
    .fs-c-productListCarousel__list__item {
        margin-right: 25px;
    }
    .fs-c-productListCarousel__list .fs-c-productListItem__imageContainer {
        margin-bottom: 20px;
    }
    .fs-c-productListCarousel__list__item .fs-c-productListItem__productName {
        margin-bottom: 17px;
    }
    .fs-c-productListCarousel__list .slick-arrow {
        top: -80px;
        width: 41px;
        height: 41px;
        padding: 10px 11px;
    }
    .fs-c-productListCarousel__list .slick-arrow::after {
        background-color: inherit;
        border: 1px solid #707070;
    }
    .fs-c-productListCarousel__list .slick-arrow.prev-arrow {
        left: auto;
        right: 52px;
    }
    .fs-c-productListCarousel__list .slick-arrow.next-arrow {
        right: 0;
    }
}

/* ラジオボタン */
.fs-c-radio__radioMark {
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 6px 0 0;
    position: relative;
    min-width: 16px;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid #333;
    cursor: pointer;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
    border-color: #333;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
    background: #333;
    opacity: 1;
    width: 12px;
    height: 12px;
}
.is-disabled .fs-c-radio .fs-c-radio__radioMark {
    background-color: #E8EAEA;
    border: 1px solid #333;
}
/* ラジオボタン */

/* チェックボックス　*/
.fs-c-checkbox__checkMark {
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 10px 0 0;
    position: relative;
    min-width: 16px;
    background: #ffffff;
    border-radius: 2px;
    border: 1px solid #333;
    cursor: pointer;
}
.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
    background: #fff;
    border-color: #333;
}
.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark::before {
    content: "";
    background: #333;
    opacity: 1;
    width: 12px;
    height: 12px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 1px;
    font-size: inherit;
}
.fs-c-checkbox__label {
    margin-bottom: 7px;
}
.fs-c-checkbox__labelText {
    font-size: 1.6rem;
}
.fs-c-checkbox__labelText a {
    font-weight: 700;
    border-bottom: 1px solid #333;
}

/* 完了メッセージ */
.fs-c-documentContent {
    line-height: 1.6;
    margin-bottom: 30px;
}
.fs-c-checkoutSuccess {
    line-height: 1.6;
}
.fs-c-registerSuccessMessage {
    line-height: 1.6;
}

.fs-c-inputInformation__message {
    margin-bottom: 10px;
}

.fs-c-panelContainer {
    padding: 0 20px;
}
.fs-c-panel {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 24px;
}

/* モーダル共通 */
.fs-c-modal__header {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid #9A9A9A;
    margin-bottom: 20px;
    margin: 0 20px;
    padding: 20px 0;
}

/* サイズガイドモーダル */
#sizeGuideModal {
    position: fixed;
    inset: 0 0 0 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s, visibility 0.2s;
    z-index: 9999;
}
#sizeGuideModal.open {
    opacity: 1;
    visibility: visible;
}
.fs-sizeGuide-modal__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding: 20px;
    overflow-y: scroll;
}
.fs-sizeGuide-modal__img {
    position: relative;
    width: 84%;
    max-width: 1000px;
    padding: 0 70px;
    margin: 0 auto;
    z-index: 1;
}
.fs-sizeGuide-modal__filter {
    position: absolute;
    inset: 0 0 0 0;
    width: 100%;
    height: 100%;
    background-color: rgba(56, 56, 56, 0.8);
    z-index: 0;
}
.fs-sizeGuide-modal__close {
    position: absolute;
    top: 60px;
    right: 50px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 1;
}
.fs-sizeGuide-modal__close::before,
.fs-sizeGuide-modal__close::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
}
.fs-sizeGuide-modal__close::before {
    transform: rotate(45deg);
}
.fs-sizeGuide-modal__close::after {
    transform: rotate(-45deg);
}
@media screen and (max-width:768px) {
    .fs-sizeGuide-modal__inner {
        padding: 0;
    }
    .fs-sizeGuide-modal__close {
        right: 20px;
    }
    .fs-sizeGuide-modal__img {
        width: 100%;
        padding: 0;
    }
}

/* カート内カウント */
.fs-client-cart-count {
    position: absolute;
    inset: -7px -11px auto auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    padding-top: 2px;
    border-radius: 50%;
    font-family: "HelveticaNeue-B";
    font-size: 1.3rem;
    color: #fff;
    background-color: #383838;
}
.fs-client-cart-count--0 {
    display: none;
}

/* 連携ログイン */
.fs-c-linkedServiceLogin__body {
    display: flex;
    flex-flow: column;
    align-items: center;
}
.fs-c-linkedServiceLogin__message {
    margin: 40px auto 7px;
}
.fs-c-anotherLogin.fs-c-anotherLogin--google {
    margin: 0 auto 20px;
}


/* ーーーーーーーーーーーーーーーーーーー */
/* SIDE ーーーーーーーーーーーーーーーー */
/* ーーーーーーーーーーーーーーーーーーー */
.side {
    position: fixed;
    top: 0;
    left: 0;
    width: 90px;
    height: 100dvh;
    background-color: #fff;
    z-index: 9999;
}
.side__inner {
    width: 100%;
    height: 100%;
    max-height: 800px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0 60px;
}
.side__logo__container {
    width: 30px;
}
.side__logo__container img {
    width: 100%;
    object-fit: contain;
}
.side__icons__item {
    margin-bottom: 30px;
    cursor: pointer;
}
.side__icons__item:last-child {
    position: relative;
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    .side {
        display: none;
    }
}

/* ーーーーーーーーーーーーーーーーーーー */
/* HEADER ーーーーーーーーーーーーーーー */
/* ーーーーーーーーーーーーーーーーーーー */
.header {
    display: block;
    position: fixed;
    top: 0;
    left: 90px;
    width: calc(100vw - 90px);
    background-color: #383838;
    z-index: 999;
}
.header__infoArea {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 35px;
    font-family: "YuGothic-B";
    color: #383838;
    background-color: #fff;
}
.header__infoArea .slick-slider {
    padding-bottom: 0;
}
.header__infoArea__slider {
    width: 100%;
    max-width: 500px;
    padding: 0 20px;
    margin: 0 auto;
}
.header__infoArea__slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 35px !important;
    text-align: center;
    margin-top: 2px;
}
.header__infoArea .slick-prev, 
.header__infoArea .slick-next {
    position: absolute;
    width: 10px;
    height: 8px;
    inset: 0 0 0 0;
    margin: auto;
    transform: rotate(-90deg);
    cursor: pointer;
}
.header__infoArea .slick-prev {
    inset: 0 auto 0 0;
    transform: rotate(90deg) !important;
}
.header__infoArea .slick-next {
    inset: 0 0 0 auto;
}
.header__inner {
    width: 100%;
    height: 65px;
}
.header__logo {
    position: relative;
    width: 136px;
}
.header__logo a {
    display: block;
    width: 100%;
}
.header__logo a img {
    position: absolute;
    inset: 0 0 0 0;
    margin: auto;
    display: block;
    width: 100%;
    object-fit: contain;
}
.header__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.header__list {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header__item {
    margin-right: 60px;
}
.header__item:last-child {
    margin-right: 0;
}
.header__btn.open {
    color: #FF3700;
}
.header__btn {
    font-size: 1.5rem;
    color: #fff;
    padding: 5px;
    cursor: pointer;
}

.header__nav__container {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}
.header__nav__container.open {
    opacity: 1;
    visibility: visible;
}
.header__nav__container__filter {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
}
.header__nav__container__inner {
    position: relative;
    display: flex;
    width: 100%;
}
.header__nav__container--large, 
.header__nav__container--small {
    width: 50%;
    padding: 40px 60px;
}
.header__nav__container--large {
    background-color: #D0D0D0;
}
.header__nav__container--small {
    position: relative;
    max-height: 80vh;
    background-color: #fff;
    overflow-y: scroll;
}
.header__nav__container--large ul {
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: repeat(2, auto);
    grid-column-gap: 34px;
    grid-row-gap: 30px;
    width: fit-content;
}
.header__nav__container--large li {
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    isolation: isolate;
    cursor: pointer;
}
.header__nav__container--large li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-color: #fff;
    z-index: -1;
    transform-origin: left;
    transition: transform 0.3s ease-out;
    transform: scaleX(0);
}
.header__nav__container--large li:hover::after {
    transform: scaleX(1);
}
.header__nav__container--large li:has(.header__nav__btn.open)::after {
    transform: scaleX(1);
}
.header__nav__container--small:has(.open)::after {
    content: "";
    position: absolute;
    top: 52px;
    left: 0;
    display: block;
    width: 12px;
    height: 16px;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    background-color: #D0D0D0;
    z-index: 1;
}
.header__nav__container ul li {
    display: flex;
    align-items: center;
}
.header__nav__container--large a.--all {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.header__nav__container .header__nav__btn {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-right: 40px;
}
.header__nav__container--large li.--empty {
    opacity: 0;
    visibility: hidden;
}
.header__nav__container--large li.--empty::after {
    content: none;
}
.header__nav__container ul li span {
    position: relative;
    display: block;
    width: 100%;
    font-size: 1.6rem;
    z-index: 1;
}
.header__nav__container__icon {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 20px;
    z-index: 1;
}
.header__nav__container .header__nav__btn .header__nav__arrow {
    position: absolute;
    inset: 0 20px 0 auto;
    margin: auto;
    display: none;
    width: 10px;
    transform: rotate(-90deg);
}
.header__nav__container .header__nav__btn.open .header__nav__arrow {
    display: block;
}

.header__nav__container__item {
    display: none;
}
.header__nav__container__item.open {
    display: block;
}
.header__nav__container__item.sp_only {
    display: none;
}
.header__nav__container__item ul {
    display: grid;
    grid-auto-columns: auto;
    grid-template-columns: repeat(2, auto);
    grid-column-gap: 80px;
    grid-row-gap: 20px;
    width: fit-content;
}
.header__nav__container__item ul li {
    width: fit-content;
}
.header__nav__container__item ul li a {
    font-size: 1.2rem;
    padding: 5px 0;
}
.header__nav__container__item ul li a img {
    display: none;
}
.header__nav__container__item a.--all {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 40px;
    padding: 0 50px;
    border: 1px solid #4C4C4C;
    border-radius: 50px;
    margin-bottom: 35px;
}

@media screen and (max-width: 1024px) {
    .header__item {
        margin-right: 40px;
    }
    .header__nav__container--large ul {
        grid-template-columns: repeat(1, auto);
    }
}

@media screen and (max-width: 768px) {
    .header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: inherit;
    }
    .header__inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 65px;
        padding: 0 20px;
        background-color: #383838;
    }
    .header__infoArea__slider {
        max-width: 360px;
    }
    .header__infoArea__slide {
        font-size: 1.3rem;
    }
    .header__menu {
        display: flex;
        align-items: center;
    }
    .header__icons__item {
        position: relative;
        width: 30px;
        height: 30px;
        padding: 3px;
        margin-left: 12px;
    }
    .header__icons__item .fs-client-cart-count {
        inset: -2px -5px auto auto;
        width: 16px;
        height: 16px;
        padding-top: 3px;
        font-size: 1.2rem;
        color: #383838;
        background-color: #fff;
    }
    .header__icons__item svg {
        width: 100%;
    }
    .header__icons__item img {
        width: 100%;
        object-fit: contain;
    }
    .header__icons__item svg path,
    .header__icons__item svg rect {
        fill: #fff;
    }
    .header__menu-btn {
        position: relative;
        display: block;
        width: 28px;
        height: 23px;
        cursor: pointer;
    }
    .header__menu-btn::before,
    .header__menu-btn::after {
        content: "";
        position: absolute;
        top: 6px;
        display: block;
        width: 100%;
        height: 2px;
        background-color: #fff;
        transition: all 0.2s;
    }
    .header__menu-btn::after {
        top: auto;
        bottom: 4px;
        left: 3px;
        width: 15px;
    }
    .header__menu-btn.open::before {
        top: 11px;
        transform: rotate(45deg);
    }
    .header__menu-btn.open::after {
        bottom: 10px;
        left: 0;
        width: 100%;
        transform: rotate(-45deg);
    }
    .header__nav {
        position: fixed;
        top: 0;
        right: 0;
        display: block;
        width: 90vw;
        height: 100dvh;
        padding-top: 80px;
        background-color: #383838;
        opacity: 0;
        visibility: hidden;
        transform: translateX(80px);
        transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
        overflow-y: scroll;
        z-index: 9999;
    }
    .header__nav.open {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }
    .header__closeBtn {
        position: absolute;
        inset: 32px 20px auto auto;
        display: block;
        width: 23px;
        height: 23px;
    }
    .header__closeBtn::after {
        content: "";
        position: absolute;
        inset: 0 0 0 0;
        margin: auto;
        display: block;
        width: 100%;
        height: 1px;
        background-color: #fff;
    }
    .header__registerLink {
        padding: 0 20px;
        margin-bottom: 50px;
    }
    .header__registerLink a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 42px;
        font-size: 1.4rem;
        color: #fff;
        border: 1px solid #fff;
    }
    .header__list {
        display: block;
        padding: 0 25px;
    }
    .header__item {
        position: relative;
        margin-right: 0;
    }
    .header__item::after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.36);
        transform: scaleY(0.5);
    }
    .header__item:first-child::before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.36);
        transform: scaleY(0.5);
    }
    .header__btn {
        display: block;
        width: 100%;
        font-size: 1.4rem;
        padding: 30px 0;
    }
    .header__item.--cat .header__btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header__item.--cat .header__btn span {
        position: relative;
        display: block;
        width: 12px;
        height: 12px;
    }
    .header__item.--cat .header__btn span::before, 
    .header__item.--cat .header__btn span::after {
        content: "";
        position: absolute;
        inset: 0 0 0 0;
        margin: auto;
        display: block;
        width: 100%;
        height: 1px;
        background-color: #fff;
    }
    .header__item.--cat .header__btn span::after {
        transition: transform 0.2s;
        transform: rotate(90deg);
    }
    .header__item.--cat .header__btn.open span::before, 
    .header__item.--cat .header__btn.open span::after {
        background-color: #FF3700;
    }
    .header__item.--cat .header__btn.open span::after {
        transform: rotate(0deg);
    }
    .header__nav__container {
        position: static;
        display: none;
        opacity: 1;
        visibility: inherit;
    }
    .header__nav__container ul li {
        display: block;
    }
    .header__nav__container__item.sp_only {
        position: relative;
        display: none;
        padding: 30px 15px 15px 15px;
        opacity: 0;
        transition: opacity 0.2s;
        z-index: 1;
    }
    .header__nav__container__item.sp_only.open {
        opacity: 1;
    }
    .header__nav__container--large {
        width: 100%;
        padding: 30px 20px;
    }
    .header__nav__container--large ul {
        display: block;
        width: 100%;
    }
    .header__nav__container--large li {
        display: block;
        width: 100%;
        margin-bottom: 30px;
        border-radius: 15px;
    }
    .header__nav__container--large li:last-child {
        margin-bottom: 0;
    }
    .header__nav__container--large li::after {
        border-radius: 15px;
        transform-origin: left top;
        transform: scale(0);
    }
    .header__nav__container--large .header__nav__container__list li::after {
        content: none;
    }
    .header__nav__container--large li:hover::after {
        transform: scale(0);
    }
    .header__nav__container--large li:has(.header__nav__container__item.open)::after {
        transform: scale(1);
    }
    .header__nav__container--large li.--empty {
        display: none;
    }
    .header__nav__container--small {
        min-height: auto;
        overflow-y: inherit;
    }
    .header__nav__container--small:has(.open)::after {
        content: none;
    }
    .header__nav__container__item a.--all {
        height: 31px;
        font-size: 1.2rem;
        padding: 0 30px;
        margin-bottom: 30px;
    }
    .header__nav__container__item ul li {
        margin-bottom: 20px;
    }
    .header__nav__container__item ul li:last-child {
        margin-bottom: 0;
    }
    .header__nav__container__filter {
        position: fixed;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        height: 100vh;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s;
        z-index: 0;
    }
    .header__nav__container__filter.open {
        opacity: 1;
        visibility: visible;
    }
    .header__nav__container .header__nav__btn.open .header__nav__arrow {
        display: none;
    }
}



/* ーーーーーーーーーーーーーーーーーーー */
/* FOOTER ーーーーーーーーーーーーーーー */
/* ーーーーーーーーーーーーーーーーーーー */
.footer {
    position: relative;
}
.pageTop-btn {
    position: absolute;
    top: -100px;
    right: 0;
    display: flex;
    align-items: center;
    transform: rotate(90deg);
    transition: color 0.2s;
}
.pageTop-btn img {
    width: 97px;
    height: 97px;
    padding: 26px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    transform: rotate(180deg);
    margin-left: 22px;
    transition: background-color 0.2s;
}
.pageTop-btn:hover {
    color: #FF3700;
}
.pageTop-btn:hover img {
    background-color: rgba(209, 209, 209, 0.8);
}
.footer__inner {
    background-color: #383838;
}
.footer__inner img {
    width: 100%;
    margin: 0 auto;
}
.footer__inner {
    display: flex;
    padding: 60px 60px 100px;
    color: #fff;
    background-color: #383838;
}
.footer__nav li {
    margin-bottom: 14px;
}
.footer__nav:first-of-type {
    margin-right: 70px;
}
.footer__nav:last-of-type {
    margin-right: 45px;
}
.footer__business {
    padding-right: 45px;
    margin-right: 45px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.footer__business p {
    opacity: 0.6;
    margin-bottom: 14px;
}
/* .footer__business p::before {
    content: "";
    width: 16px;
    height: 12px;
    background-color: #7e7e7e;
    clip-path: polygon(50% 80%, 0 0, 100% 0);
    margin-right: 10px;
} */
.footer__business a {
    display: block;
    width: 200px;
}
.footer__contact p {
    margin-bottom: 15px;
}
.footer__contact p:first-child {
    opacity: 0.6;
}
/* .footer__contact p:first-child::before {
    content: "";
    width: 16px;
    height: 12px;
    background-color: #7e7e7e;
    clip-path: polygon(50% 80%, 0 0, 100% 0);
    margin-right: 10px;
} */
.footer__contact .footer__contact__txt {
    line-height: 2;
    opacity: 0.6;
    margin-bottom: 10px;
}
.footer__contect__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 48px;
    font-family: "YuGothic-B";
    color: #fff;
    font-size: 1.5rem;
    border: 1px solid #fff;
    margin-bottom: 20px;
}
.footer__sns__links {
    display: flex;
}
.footer__sns__links li {
    margin-right: 23px;
    opacity: 0.5;
}
.footer__bottom {
    display: flex;
    justify-content: space-between;
    padding: 30px 60px;
    color: #fff;
    background-color: #414141;
}
.footer__bottom ul {
    display: flex;
}
.footer__bottom ul li {
    margin-right: 30px;
}
.footer__copyright {
    font-family: "HelveticaNeue-M";
}
@media screen and (max-width: 1024px) {
    .footer__inner {
        display: flex;
        flex-wrap: wrap;
        padding: 70px 20px 60px;
    }
    .footer__nav {
        margin-bottom: 40px;
    }
    .footer__business {
        padding-right: 0;
        margin-right: 40px;
        border-right: none;
    }
    .footer__bottom {
        display: flex;
        flex-flow: column;
        padding: 50px 20px 34px;
    }
    .footer__bottom ul {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .footer__bottom ul li {
        font-size: 1.3rem;
        margin-right: 20px;
        margin-bottom: 13px;
    }
}
@media screen and (max-width: 768px) {
    .pageTop-btn {
        top: -75px;
        right: -25px;
        font-size: 1.3rem;
    }
    .pageTop-btn img {
        width: 63px;
        height: 63px;
        padding: 18px;
        margin-left: 20px;
    }
    .footer__nav:first-of-type {
        margin-right: 30px;
    }
    .footer__nav:last-of-type {
        margin-right: 0;
    }
    .footer__business {
        margin-bottom: 60px;
    }
    .footer__contact {
        display: flex;
        flex-flow: column;
        width: 100%;
    }
    .footer__sns__links li {
        margin-left: 11px;
        margin-right: 11px;
    }
}


/* 絞り込み検索フォーム */
.fs-c-searchDetails {
    position: fixed;
    inset: 0 0 0 0;
    margin: auto 0 auto auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100vw - 90px);
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 99999;
}
.fs-c-searchDetails.open {
    opacity: 1;
    visibility: visible;
}
.fs-c-searchDetails__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    /* padding: 110px 20px; */
    overflow-y: scroll;
}
.fs-c-searchDetails__inner {
    position: relative;
    display: block;
    margin: 0 auto auto auto;
    width: 100%;
    height: fit-content;
    min-height: 728px;
    padding: 70px 30px 80px;
    background-color: #fff;
    z-index: 2;
}
.fs-c-searchDetails form {
    max-width: 1300px;
    margin: 0 auto;
}
.fs-c-searchDetails__inner::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 100%;
}
.fs-c-searchDetails__filter {
    position: absolute;
    inset: 0 0 0 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: rgba(8, 8, 8, 0.2);
    z-index: 1;
}
.fs-c-searchDetails__heading {
    font-size: 1.6rem;
    margin-bottom: 40px;
}
.fs-c-searchDetails__item {
    margin-bottom: 50px;
}
.fs-c-searchDetails__ttl {
    display: block;
    font-family: "HelveticaNeue-B";
    font-size: 2.0rem;
    letter-spacing: 0.1em;
    margin-bottom: 26px;
}
.fs-c-searchDetails__item.--keyword label {
    position: relative;
    display: block;
    max-width: 470px;
    height: 50px;
}
.fs-c-searchDetails__item.--keyword input {
    width: 100%;
    height: 100%;
    padding: 10px 55px 10px 27px;
    border: 1px solid #383838;
    border-radius: 50px;
}
.fs-c-searchDetails__item.--keyword button {
    position: absolute;
    inset: 0 27px 0 auto;
}
.fs-c-searchDetails__item.--keyword p {
    font-size: 1.2rem;
    margin-top: 13px;
}
.fs-c-searchDetails__item.--color .fs-c-searchDetails__ttl, 
.fs-c-searchDetails__item.--price .fs-c-searchDetails__ttl {
    /* display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 28px; */
}
/* .fs-c-searchDetails__item.--color .fs-c-searchDetails__ttl::after, 
.fs-c-searchDetails__item.--price .fs-c-searchDetails__ttl::after {
    content: "";
    display: block;
    width: 14px;
    height: 1px;
    transform: scaleY(1.6);
    background-color: rgba(8, 8, 8, 0.6);
} */
.fs-c-searchDetails__container {
    font-size: 1.4rem;
    padding-left: 20px;
}
.fs-c-searchDetails__item.--color .fs-c-searchDetails__container, 
.fs-c-searchDetails__item.--price .fs-c-searchDetails__container {
    /* padding-top: 30px;
    border-top: 1px solid #F5F5F5; */
}
.fs-c-searchDetails__item.--price .fs-c-searchDetails__container {
    display: flex;
    align-items: center;
}
.fs-c-searchDetails__item.--price .fs-c-searchDetails__container input {
    width: 172px;
    height: 50px;
    padding: 0 45px 0 20px;
    color: #000;
    border: 1px solid #000;
    border-radius: 7px;
}
.fs-c-searchDetails__item.--price .fs-c-searchDetails__container input::placeholder {
    color: #000;
    opacity: 1;
}
.fs-c-searchDetails__item.--price .fs-c-searchDetails__container span {
    margin: 0 30px;
}
.fs-c-searchDetails__item.--cat {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 35px;
}
.fs-c-searchDetails__item.--cat .fs-c-searchDetails__ttl {
    width: 100%;
    margin-right: 20px;
}
.fs-c-searchDetails__item.--cat .fs-c-searchDetails__container {
    position: relative;
    width: fit-content;
    height: 50px;
    margin-bottom: 15px;
}
.fs-c-searchDetails__item.--cat .fs-c-searchDetails__container::after {
    content: "";
    position: absolute;
    inset: 0 15px 0 auto;
    margin: auto;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.fs-c-searchDetails__item.--cat .fs-c-searchDetails__container.--lv1::after {
    width: 14px;
    height: 10px;
    background-image: url(https://delfonics.itembox.design/item/delfonics/images/common/arrow-bottom.svg);
}
.fs-c-searchDetails__item.--cat .fs-c-searchDetails__container.--lv2::after, 
.fs-c-searchDetails__item.--cat .fs-c-searchDetails__container.--lv3::after {
    width: 14px;
    height: 10px;
    background-image: url(https://delfonics.itembox.design/item/delfonics/images/common/plus.svg);
}
.fs-c-searchDetails__item.--cat .fs-c-searchDetails__container.--lv2, 
.fs-c-searchDetails__item.--cat .fs-c-searchDetails__container.--lv3 {
    display: none;
}
.fs-c-searchDetails__item.--cat .fs-c-searchDetails__container.--lv2.show, 
.fs-c-searchDetails__item.--cat .fs-c-searchDetails__container.--lv3.show {
    display: block;
}

.fs-c-searchDetails__item.--cat .fs-c-searchDetails__container select {
    width: 100%;
    height: 100%;
    padding: 0 45px 0 20px;
    color: #b3b3b3;
    background-color: #E8EAEA;
    border: 1px solid #E8EAEA;
    border-radius: 7px;
}
.fs-c-searchDetails__item.--cat .fs-c-searchDetails__container.--lv1 select {
    background-color: #fff;
    border: 1px solid #000;
}
.fs-c-searchDetails__item.--cat .fs-c-searchDetails__container.--lv2 select, 
.fs-c-searchDetails__item.--cat .fs-c-searchDetails__container.--lv3 select {
    color: #000;
}
.fs-c-searchDetails__item.--color {
    margin-bottom: 35px;
}
.fs-c-searchDetails__item.--color .fs-c-searchDetails__container {
    display: flex;
    flex-wrap: wrap;
    width: fit-content;
}
.fs-c-searchDetails__item.--color .fs-c-searchDetails__container label {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.fs-c-searchDetails__item.--color .fs-c-searchDetails__container input[type="checkbox"] {
    display: none;
}
.fs-c-searchDetails__item.--color .fs-c-searchDetails__container label::before {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 35px;
    cursor: pointer;
}
.fs-c-searchDetails__item.--color .fs-c-searchDetails__container label.white::before {
    background-color: #fff;
    border: 1px solid #707070;
}
.fs-c-searchDetails__item.--color .fs-c-searchDetails__container label.black::before {
    background-color: #000;
    border: 1px solid #000;
}
.fs-c-searchDetails__item.--color .fs-c-searchDetails__container label.grey::before {
    background-color: #D3D3D3;
    border: 1px solid #D3D3D3;
}
.fs-c-searchDetails__item.--color .fs-c-searchDetails__container label.beige::before {
    background-color: #DFCBAD;
    border: 1px solid #DFCBAD;
}
.fs-c-searchDetails__item.--color .fs-c-searchDetails__container label.pink::before {
    background-color: #EFC3D2;
    border: 1px solid #EFC3D2;
}
.fs-c-searchDetails__item.--color .fs-c-searchDetails__container label.red::before {
    background-color: #F3474B;
    border: 1px solid #F3474B;
}
.fs-c-searchDetails__item.--color .fs-c-searchDetails__container label.orange::before {
    background-color: #F8A839;
    border: 1px solid #F8A839;
}
.fs-c-searchDetails__item.--color .fs-c-searchDetails__container label.brown::before {
    background-color: #A4765B;
    border: 1px solid #A4765B;
}
.fs-c-searchDetails__item.--color .fs-c-searchDetails__container label.yellow::before {
    background-color: #FEDD61;
    border: 1px solid #FEDD61;
}
.fs-c-searchDetails__item.--color .fs-c-searchDetails__container label.green::before {
    background-color: #75B96A;
    border: 1px solid #75B96A;
}
.fs-c-searchDetails__item.--color .fs-c-searchDetails__container label.blue::before {
    background-color: #5598C1;
    border: 1px solid #5598C1;
}
.fs-c-searchDetails__item.--color .fs-c-searchDetails__container label.purple::before {
    background-color: #B583C7;
    border: 1px solid #B583C7;
}
.fs-c-searchDetails__item.--color .fs-c-searchDetails__container label.multicolor::before {
    background-image: url(https://delfonics.itembox.design/item/delfonics/images/color-chip/22_multicolor.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.fs-c-searchDetails__item.--color .fs-c-searchDetails__container label.silver::before {
    background-image: linear-gradient(45deg, rgba(78, 78, 78, 1), rgb(242, 242, 242));
}
.fs-c-searchDetails__item.--color .fs-c-searchDetails__container label::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 -6px;
    margin: auto;
    display: none;
    width: 47px;
    height: 47px;
    background-color: transparent;
    border: 1px solid #707070;
    border-radius: 50%;
    cursor: pointer;
}
.fs-c-searchDetails__item.--color .fs-c-searchDetails__container label:has([type="checkbox"]:checked)::after {
    display: block;
}
.fs-c-searchDetails__item.--price .fs-c-searchDetails__container input::placeholder {
    color: #828282;
}

.fs-c-searchDetails__item.--stock {
    position: relative;
    display: flex;
    align-items: center;
}
.fs-c-searchDetails__item.--stock input[type="checkbox"] {
    display: none;
}
.fs-c-searchDetails__item.--stock::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #CDCDCD;
    border-radius: 0;
    margin-right: 6px;
}
.fs-c-searchDetails__item.--stock::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 2px;
    margin: auto;
    display: none;
    width: 8px;
    height: 8px;
    background-color: #CDCDCD;
}
.fs-c-searchDetails__item.--stock:has([type="checkbox"]:checked)::after {
    display: block;
}
.fs-p-productSearch__btnContainer {
    display: flex;
    justify-content: center;
}
.fs-p-productSearch__resetButton {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 142px;
    height: 49px;
    margin: 0 25px;
    font-size: 1.4rem;
    border-radius: 50px;
    border: 1px solid #383838;
    cursor: pointer;
}
.fs-p-productSearch__searchButton {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 178px;
    height: 49px;
    margin: 0 25px;
    font-size: 1.4rem;
    color: #fff;
    background-color: #383838;
    border-radius: 50px;
}
.fs-p-productSearch__searchButton img {
    margin-left: 20px;
    margin-bottom: 4px;
    transition: transform 0.3s ease;
}
.fs-p-productSearch__searchButton:hover img {
    transform: translateX(10px);
}
.fs-c-searchDetails__close {
    position: absolute;
    top: 60px;
    right: 100px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 1;
}
.fs-c-searchDetails__close span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.fs-c-searchDetails__close::before, 
.fs-c-searchDetails__close::after {
    content: "";
    position: absolute;
    inset: 0 0 0 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #383838;
}
.fs-c-searchDetails__close::before {
    transform: rotate(45deg);
}
.fs-c-searchDetails__close::after {
    transform: rotate(-45deg);
}
@media screen and (max-width:768px) {
    .fs-c-searchDetails {
        inset: 0 auto auto 0;
        margin: auto auto auto 0;
        width: calc(100vw - 50px);
    }
    .fs-c-searchDetails__inner {
        margin: 0 auto auto auto;
        padding: 70px 20px 90px;
    }
    .fs-c-searchDetails__item {
        padding-bottom: 50px;
        border-bottom: 1px solid #333;
        margin-bottom: 50px;
    }
    .fs-c-searchDetails__ttl {
        margin-bottom: 20px;
    }
    .fs-c-searchDetails__item.--cat {
        padding-bottom: 35px;
        margin-bottom: 50px;
    }
    .fs-c-searchDetails__item.--cat .fs-c-searchDetails__ttl {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .fs-c-searchDetails__container {
        padding-left: 0;
    }
    .fs-c-searchDetails__item.--cat .fs-c-searchDetails__container {
        margin-bottom: 17px;
    }
    .fs-c-searchDetails__item.--color {
        margin-bottom: 50px;
    }
    .fs-c-searchDetails__item.--color .fs-c-searchDetails__container label {
        margin-bottom: 0;
    }
    .fs-c-searchDetails__item.--color .fs-c-searchDetails__container label::before {
        width: 24px;
        height: 24px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .fs-c-searchDetails__item.--color .fs-c-searchDetails__container label::after {
        inset: auto auto 6px -4px;
        width: 32px;
        height: 32px;
    }
    .fs-c-searchDetails__item.--price .fs-c-searchDetails__container input {
        width: 73px;
        height: 28px;
        padding: 0 10px;
        border-radius: 70px;
    }
    .fs-c-searchDetails__item.--price .fs-c-searchDetails__container span {
        margin: 0 7px;
    }
    .fs-c-searchDetails__item.--price .fs-c-searchDetails__container::after {
        content: "円";
        margin-left: 8px;
        margin-top: 4px;
    }
    .fs-p-productSearch__btnContainer {
        flex-flow: column;
    }
    .fs-p-productSearch__resetButton {
        width: 100%;
        height: 42px;
        margin: 0;
        font-size: 1.4rem;
        border-radius: 0;
        margin-bottom: 16px;
    }
    .fs-p-productSearch__searchButton {
        width: 100%;
        height: 42px;
        margin: 0;
        font-size: 1.4rem;
        border-radius: 0;
    }
    .fs-c-searchDetails__filter {
        width: 100vw;
    }
    .fs-c-searchDetails__close {
        top: 20px;
        right: 25px;
        width: 20px;
        height: 20px;
    }
}
