/****FSデフォルト潰し****/
[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-item {
    word-break: initial!important;
}
.fr3-item__link {
    display: block !important;
}
.fr3-item__imageContainer {
    display: block !important;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    margin-bottom: 10px;
}
.fr3-item__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.fr3-item__productName {
    display: block!important;
    font-size: 1.4rem !important;
}
.fr3-item__productPrice {
    display: block!important;
    margin-top: 5px;
}
.fr3-item__productPrice__price {
    font-size: 1.4rem!important;
}
.fr3-item__productPrice__price::before {
    content: "￥";
}
.fr3-item__productPrice__value::after {
    content: "税込";
    font-size: 1.0rem;
    margin-left: 3px;
}
.fr3-item__productPrice__addon {
    font-size: 1.0rem!important;
    display: none;
}
.fr3-item__rankContainer {
    display: block !important;
    height: auto !important;
}
.fr3-item__rank {
    display: block!important;
    width: auto!important;
    height: auto!important;
    font-size: 3.2rem!important;
    font-weight: 300!important;
    font-style: italic;
    color: #333!important;
    background-color: inherit!important;
}
.fr3-item:first-child .fr3-item__rank, 
.fr3-item:nth-child(2) .fr3-item__rank, 
.fr3-item:nth-child(3) .fr3-item__rank {
    font-weight: 700!important;
}
@media screen and (min-width: 600px) {
    .fr3-item__rankContainer {
        display: block !important;
        height: auto !important;
    }
    .fr3-item__rank {
        width: auto!important;
        height: auto!important;
        font-size: 3.2rem!important;
    }
}
@media screen and (max-width: 768px) {
    .fr3-item__rank {
        font-size: 3.0rem!important;
    }
    .fr3-item__productName {
        font-size: 1.2rem !important;
    }
}


html {
    font-size: 62.5%;
}
body {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
    -webkit-font-smoothing: antialiased;
    color: #333;
    opacity: 0;
    transition: opacity 0.3s;
}
body.show {
    opacity: 1;
}
main {
    overflow: hidden;
}
input,
textarea,
input:focus,
textarea:focus {
    outline: none;
}

h2 {
    font-family: "Overpass", sans-serif;
    font-size: 2.4rem;
    font-weight: 300;
    letter-spacing: 0.1em;
    text-align: center;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.noto_sans {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.overpass {
    font-family: "Overpass", sans-serif;
}
.roboto {
    font-family: "Roboto Condensed", sans-serif;
}
.center {
    text-align: center;
}
.justify {
    text-align: justify;
}

.sub-title {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    color: #999999;
    text-align: center;
    margin-bottom: 30px;
}

.sec-wrapper {
    max-width: 1320px;
    padding: 0 50px;
    margin: 0 auto 50px;
}

.more-btn {
    width: 220px;
    height: 55px;
    margin: 50px auto 0;
    border: 1px solid #333;
    transition: background-color 0.3s, color 0.3s;
}
.more-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    letter-spacing: 0.2em;
}
.more-btn:hover {
    color: #fff;
    background-color: #333;
}
.more-btn.black {
    color: #fff;
    border: 1px solid #333;
    background-color: #333;
    transition: background-color 0.3s, color 0.3s;
}
.more-btn.black:hover {
    color: #333;
    background-color: #fff;
}

.close-btn .sign {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
}
.close-btn .sign::before,
.close-btn .sign::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1.5px;
    background-color: #333;
}
.close-btn .sign::before {
    transform: rotate(45deg);
}
.close-btn .sign::after {
    transform: rotate(-45deg);
}

.slick-list .slick-track {
    margin-left: 0;
    margin-right: 0;
}
.slick-arrow {
    position: absolute;
    top: 37%;
    width: 13.4px;
    cursor: pointer;
    z-index: 1;
}
.prev-arrow {
    left: -4%;
}
.next-arrow {
    right: -4%;
}
.for_pc {
    display: block !important;
}
.for_sp {
    display: none !important;
}

.fs-c-breadcrumb {
    margin: 0 auto 30px;
    padding: 0 30px;
}
.fs-c-breadcrumb .fs-c-breadcrumb__list {
    padding: 0;
    font-size: 1.2rem;
}
.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
    content: " 〉 ";
    font-size: 1rem;
    margin-left: 5px;
    margin-right: -3px;
}

/* タグ関連 共通 */
.fs-productIDetailsIcons {
    display: flex;
    margin-bottom: 10px;
}
@media screen and (max-width: 685px) {
.fs-productIDetailsIcons {
    display: block;
    margin-bottom: 10px;}

.fs-productIDetailsIcons__item {
    margin-right: 7px;
    margin-bottom: 7px;
    width: 7vw;
    max-width: 84px;
    min-width: 70px;
    float: left;}

._layoutgroup1 {
    clear: both;}

}

.fs-productIDetailsIcons__item {
    margin-right: 7px;
    width: 7vw;
    max-width: 84px;
    min-width: 70px;
}
.fs-c-productMark__mark.tag_label {
    font-size: 1.2rem;
    margin-right: 7px;
    margin-bottom: 5px;
    padding: 6px 6px;
    font-weight: 500;
    color: #fff;
}
.tag_new {
    background-color: #7CC4E3;
}
.tag_deliveryFree {
    background-color: #a7a7a7;
}
.tag_change {
    background-color: #9DD384;
}
.tag_net {
    background-color: #F2C376;
}
.tag_sale {
    background-color: #E89292;
}
.tag_limit {
    background-color: #D8CB6B;
}
.tag_outlet {
    background-color: #BA9CD0;
}
.fs-productColorChip {
    display: flex;
    align-items: center;
    margin-top: 7px;
    margin-bottom: 20px;
}
.fs-productColorChip .fs-c-productMark__item {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
.fs-productColorChip .fs-c-productMark__item .fs-c-productMark__mark {
    width: 100%;
    height: 100%;
    margin-right: 0;
    font-size: inherit;
}
.fs-productColorChip .fs-c-productMark__item img {
    object-fit: contain;
}

/* 商品一覧 */
.fs-c-productList__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 30px;
}
.fs-c-productList__list::before, 
.fs-c-productList__list::after {
    content: "";
    width: 24%;
    order: 1;
}
.fs-c-productList__list__item {
    width: 24%;
    margin-bottom: 40px;
    position: relative;
}
.fs-c-productListItem__imageContainer {
    margin-bottom: 10px;
}
.fs-c-productListItem__image {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.fs-c-productListItem__image a {
    display: block;
    width: 100%;
    height: 100%;
}
.fs-c-productImage__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.fs-c-productListItem__productName {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-align: left;
    margin-bottom: 7px;
}
.fs-c-productListItem__prices {
    text-align: right;
}
.fs-c-productPrice__addon {
    font-size: 1.0rem;
}
.fs-c-productPrice__main__addon {
    font-size: 1.0rem;
}
.fs-c-productPrice__main__joint {
    font-size: 1.0rem;
}
.fs-productlist-itemCode {
    float: left;
}
.fs-c-productListItem__outOfStock {
    color: #FF1010;
    text-align: right;
}
.fs-c-productShippingDateNote {
    line-height: 1;
}
.fs-c-productShippingDateNote__date {
    font-size: 1.2rem;
    margin-bottom: 5px;
    padding: 6px 6px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    display: inline-block;
    background-color: #A0A0A0;
}
.fs-c-button--addToCart--list {
    display: none;
}
.fs-c-button--viewProductDetail {
    display: none;
}
.fs-c-button--addToWishList--icon,
.fs-c-button--removeFromWishList--icon,
.fs-c-button--addToWishList--detail,
.fs-c-button--removeFromWishList--detail {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    padding: 8px 0 6px;
    transition: background-color 0.3s;
}
.fs-c-productList__list .fs-c-button--addToWishList--icon,
.fs-c-productList__list .fs-c-button--removeFromWishList--icon,
.fs-c-productListCarousel__list .fs-c-button--addToWishList--icon,
.fs-c-productListCarousel__list .fs-c-button--removeFromWishList--icon {
    position: absolute;
    top: 5px;
    right: 5px;
}
.fs-c-button--addToWishList--icon,
.fs-c-button--addToWishList--detail {
    background-color: #E5E5E5;
}
.fs-c-button--removeFromWishList--icon,
.fs-c-button--removeFromWishList--detail {
    background-color: #333;
}
.fs-c-button--addToWishList--icon:hover,
.fs-c-button--addToWishList--detail:hover {
    background-color: #333;
}
.fs-c-button--removeFromWishList--icon:hover,
.fs-c-button--removeFromWishList--detail:hover {
    background-color: #E5E5E5;
}
.fs-c-button--addToWishList--icon img,
.fs-c-button--removeFromWishList--icon img,
.fs-c-button--addToWishList--detail img,
.fs-c-button--removeFromWishList--detail img {
    object-fit: contain;
    height: 100%;
}
@media screen and (max-width: 1024px) {
    .fs-c-productListItem__productName {
        margin-bottom: 3px;
    }
    .fs-productlist-itemCode {
        float: none;
    }
    .fs-c-productListItem__prices {
        text-align: left;
    }
    .fs-c-productListItem__outOfStock {
        text-align: left;
    }
    .fs-c-productShippingDateNote__date {
        font-size: 1.0rem;
        padding: 5px 6px;
    }
}

@media screen and (max-width: 768px) {
    .sub-title {
        font-size: 1rem;
        margin-bottom: 25px;
    }
    .sec-wrapper {
        padding: 0 20px;
        margin: 0 auto 75px;
    }
    .more-btn {
        margin: 30px auto 0;
    }
    .prev-arrow {
        left: 0;
    }
    .next-arrow {
        right: 0;
    }
    .for_pc {
        display: none !important;
    }
    .for_sp {
        display: block !important;
    }
    .keep-break {
        word-break: keep-all;
    }
    .fs-c-breadcrumb {
        margin: 0 auto 25px;
        padding: 0 20px;
    }
    /* タグ関連 共通 */
    .fs-c-productMark__mark.tag_label {
        font-size: 1.0rem;
        margin-right: 4px;
        padding: 5px 6px;
    }
    /* 商品一覧 */
    .fs-c-productList__list {
        padding: 0 20px;
    }
    .fs-c-productList__list::before, 
    .fs-c-productList__list::after {
        width: 48%;
    }
    .fs-c-productList__list__item {
        width: 48%;
        margin-bottom: 20px;
    }
    .fs-c-productListItem__productName {
        font-size: 1.2rem;
    }
    .fs-productlist-itemCode {
        font-size: 1.2rem;
    }
    .fs-c-button--addToWishList--icon,
    .fs-c-button--removeFromWishList--icon {
        width: 25px;
        height: 25px;
        padding: 7px 0 5px;
    }
    .fs-c-button--addToWishList--icon:hover,
    .fs-c-button--addToWishList--detail:hover {
        background-color: #E5E5E5;
    }
    .fs-c-button--removeFromWishList--icon:hover,
    .fs-c-button--removeFromWishList--detail:hover {
        background-color: #333;
    }
}

/* おすすめ・お気に入り商品 */
.fs-c-productListCarousel {
    display: block!important;
}
.fs-c-productListCarousel__ctrl {
    display: none !important;
}
.fs-c-productListCarousel__list {
    display: block;
    max-width: 1120px;
    padding: 0 60px;
    margin: 0 auto;
}
.fs-c-productListCarousel__list .slick-arrow {
    top: 0;
    bottom: 0;
    margin: auto;
}
.fs-c-productListCarousel__list .slick-list {
    margin-right: -20px;
}
.fs-c-productListCarousel__list .slick-track {
    display: inline-block;
}
.fs-c-productListCarousel__list__item {
    display: flex !important;
    flex-flow: column;
    margin-right: 20px;
    position: relative;
}
.fs-c-productListCarousel__list .fs-c-price {
    display: inline-block!important;
}
.fs-c-productListCarousel__list .fs-c-button--viewProductDetail {
    display: none!important;
}
.fs-c-productListCarousel__list__item .fs-c-productMarks {
    order: 0;
}
.fs-c-productListCarousel__list__item .fs-c-productListItem__productName {
    order: 1;
}
.fs-c-productListCarousel__list__item .fs-c-productListItem__prices {
    order: 2;
}
.fs-c-productListCarousel__list__item .fs-c-productListItem__control {
    order: 3;
}
.fs-c-productListCarousel__list__item .fs-productColorChip {
    order: 4;
}

.fs-c-wishlistProduct__header {
    max-width: 1300px;
    padding: 0 30px;
    margin: 0 auto 40px;
}
.fs-c-wishlistProduct__title {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6;
    text-align: left;
    padding-bottom: 4px;
    border-bottom: 1px solid #333;
}
.fs-c-wishlistProduct__footer {
    max-width: 1300px;
    padding: 0 30px;
    margin: 0 auto 100px;
}
.fs-c-wishlistProduct__footer a {
    font-weight: 700;
    position: relative;
    padding-left: 20px;
}
.fs-c-wishlistProduct__footer a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 11px;
    height: 7px;
    background-image: url(https://luminousclub.itembox.design/item/luminous-club/images/arrow-bottom.svg?t=20240215143358);
    background-repeat: no-repeat;
    transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
    .fs-c-productListCarousel__list {
        padding: 0 20px;
    }
    .fs-c-productListCarousel__list .slick-arrow {
        top: auto;
        bottom: 30px;
        width: 9px;
    }
    .fs-c-productListCarousel__list .prev-arrow {
        left: calc(100vw / 2 - 55px);
    }
    .fs-c-productListCarousel__list .next-arrow {
        right: calc(100vw / 2 - 35px);
    }
    .fs-c-productListCarousel__list__itemTrack {
        margin-right: -20px;
        padding-bottom: 70px;
    }
    .fs-c-productListCarousel__list .slick-list {
        margin-right: 0;
    }
    .fs-c-productListCarousel__list__item {
        margin-right: 20px;
    }

    .fs-c-wishlistProduct__header {
        padding: 0 20px;
        margin-bottom: 25px;
    }
    .fs-c-wishlistProduct__title {
        font-size: 1.4rem;
    }
    .fs-c-wishlistProduct__footer {
        padding: 0 20px;
        margin: 0 auto 50px;
    }
}
/* レビュー系 */
.fs-c-reviewBody {
    margin: 10px 0 20px;
}
.fs-c-reviewProduct {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.fs-c-reviewProduct__image {
    width: 20%;
}
.fs-c-reviewProduct__info {
    width: 78%;
}
.fs-c-reviewInfo__date {
    display: flex;
    align-items: center;
    color: #7E7E7E;
}
.fs-c-reviewInfo__date dt {
    margin-right: 5px;
}
.fs-c-reviewStars::before {
    color: #333;
}
.fs-c-reviewInfo__status {
    font-weight: 700;
    margin-top: 10px;
}
.fs-c-buttonContainer--editReview a {
    border-bottom: 1px solid #333;
}
.fs-c-aggregateRating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0 15px;
}

/* ラック系ページ下部（バナーなど） */
.fs-bnr {
    display: block;
    max-width: 530px;
    padding: 0 20px;
    margin: 130px auto;
}
.fs-itemSearchArea:last-child {
    padding-bottom: 0;
}
.fs-itemSearchArea:last-child::after {
    content: none;
}
@media screen and (max-width: 768px) {
    .fs-bnr {
        margin: 80px auto;
    }
}

/* HEADER */
.header {
    width: 100vw;
    z-index: 999;
}
.header .h-inner {
    width: 100%;
    position: relative;
    padding: 20px 30px 40px;
}
.header .h-inner .h-logo {
    position: absolute;
    top: 20px;
    left: auto;
}
.header .h-inner .h-info {
    text-align: center;
    padding-bottom: 30px;
}
.header .h-inner .h-corporation-service {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background-color: #ea5800;
    border-bottom-left-radius: 10px;
}
.header .h-inner .h-corporation-service a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 25px;
    font-weight: 500;
    color: #fff;
}
.header .h-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
.header .h-nav-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .h-nav-list.menu {
    /*width: 60%; 20250116:re*/
    width: 70%;
}
.header .h-nav-list.menu li .h-menu-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .h-nav-list.menu li.open .h-menu-name {
    font-weight: 700;
}
.header .h-nav-list.menu li .h-menu-name .nav-arrow {
    width: 11px;
    margin-left: 5px;
}
.header .h-nav-list.menu li.open .h-menu-name .nav-arrow {
    transform: rotate(180deg);
}
.header .h-nav-list.menu li .h-menu-name span {
    display: none;
}
.header .h-nav-list li .h-menu-name {
    font-size: 1.4rem;
}



/* セット */
.header .h-set-container {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    padding: 40px 30px 25px;
    z-index: 99;
    background-color: #FAFAFA;
}
.header .h-menu-set.open .h-set-container {
    display: block;
}
.header .set-list-wrapper {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto 21px;
}

.header .set-list-wrapper p.sizeTtl {
    background: black;
    padding: 6px 5px;
    color: #fff;
    width: 100px;
    text-align: center;
    font-size: 1.2rem;
    margin: 0 0 10px;
}
.header .h-set-container .set-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0 0 10px;
}
.header .h-set-container .set-list::before,
.header .h-set-container .set-list::after {
    content: "";
    width: 16%;
    order: 1;
}
.header .h-set-container .set-list li {
    width: 12% ;
    margin-bottom: 25px;
}
.header .h-set-container .set-list li a {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    line-height: 1.4;
}
.header .h-set-container .set-list li a img {
    width: 25%;
    max-width: 48px;
    height: auto;
    aspect-ratio: 1/1;
    margin-right: 8px;
    object-fit: cover;
    mix-blend-mode: multiply;
}
.header .set-list li a img:last-child {
    display: none;
}
.header .item-link  {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    width: fit-content;
    margin-left: auto;
}
.header .item-link img {
    width: 11px;
    transform: rotate(-90deg);
    margin-left: 10px;
}
.header .item-link-1300 {
    display: none;
}



/* パーツ */
.header .h-parts-container {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    padding: 40px 30px 25px;
    z-index: 99;
    background-color: #FAFAFA;
}
.header .h-menu-parts.open .h-parts-container {
    display: block;
}
.header .parts-list-wrapper {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto 21px;
}
.header .h-parts-container .parts-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.header .h-parts-container .parts-list::before,
.header .h-parts-container .parts-list::after {
    content: "";
    width: 16%;
    order: 1;
}
.header .h-parts-container .parts-list li {
    width: 22% ;
    margin-bottom: 25px;
}
.header .h-parts-container .parts-list li a {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    line-height: 1.4;
}
.header .h-parts-container .parts-list li a img {
    width: 25%;
    max-width: 48px;
    height: auto;
    aspect-ratio: 1/1;
    margin-right: 8px;
    object-fit: cover;
    mix-blend-mode: multiply;
}
.header .parts-list li a img:last-child {
    display: none;
}
.header .item-link  {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    width: fit-content;
    margin-left: auto;
}
.header .item-link img {
    width: 11px;
    transform: rotate(-90deg);
    margin-left: 10px;
}
.header .item-link-1300 {
    display: none;
}





/* アイテム */
.header .h-category-container {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    padding: 40px 30px 25px;
    z-index: 99;
    background-color: #FAFAFA;
}
.header .h-menu-category.open .h-category-container {
    display: block;
}
.header .category-list-wrapper {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto 21px;
}
.header .h-category-container .category-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.header .h-category-container .category-list::before,
.header .h-category-container .category-list::after {
    content: "";
    width: 16%;
    order: 1;
}
.header .h-category-container .category-list li {
    width: 16%;
    margin-bottom: 25px;
}
.header .h-category-container .category-list li a {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    line-height: 1.4;
}
.header .h-category-container .category-list li a img {
    width: 25%;
    max-width: 48px;
    height: auto;
    aspect-ratio: 1/1;
    margin-right: 8px;
    object-fit: cover;
    mix-blend-mode: multiply;
}
.header .category-list li a img:last-child {
    display: none;
}
.header .item-link  {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    width: fit-content;
    margin-left: auto;
}
.header .item-link img {
    width: 11px;
    transform: rotate(-90deg);
    margin-left: 10px;
}
.header .item-link-1300 {
    display: none;
}

/* シーン */
.header .h-scene-container {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    padding: 50px 30px 25px;
    width: 100%;
    z-index: 99;
    background-color: #FAFAFA;
}
.header .h-menu-scene.open .h-scene-container {
    display: block;
}
.header .scene-list-wrapper {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto 28px;
}
.header .h-scene-container .scene-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.header .h-scene-container .scene-list::before,
.header .h-scene-container .scene-list::after {
    content: "";
    width: 24%;
    order: 1;
}
.header .h-scene-container .scene-list li {
    width: 24%;
    margin-bottom: 40px;
}
.header .h-scene-container .scene-list li a {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    line-height: 1.4;
}
.header .h-scene-container .scene-list li a img {
    width: 20%;
    height: 55px;
    object-fit: contain;
    margin-right: 20px;
}
.header .scene-list li a img:last-child {
    display: none;
}
.header .scene-link-1300 {
    display: none;
}
/* シリーズ */
.header .h-series-container {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    padding: 40px 30px 25px;
    width: 100%;
    z-index: 99;
    background-color: #FAFAFA;
}
.header .h-menu-series.open .h-series-container {
    display: block;
}
.header .series-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1270px;
    margin: 0 auto 38px;
}
.header .series-column {
    width: 47%;
    display: flex;
    flex-flow: column;
}
.header .series-title {
    width: 100%;
    font-weight: 700;
    border-bottom: 1px solid #b1b1b1;
    padding-bottom: 6px;
    margin-bottom: 27px;
}
.header .series-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
.header .series-list li {
    width: 50%;
    margin-bottom: 23px;
}
.header .series-list li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.2rem;
    line-height: 1.4;
}
.header .series-list li a img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 100%;
    margin-right: 15px;
}
.header .series-list li a img:last-child {
    display: none;
}
.header .series-link  {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    width: fit-content;
    margin-top: auto;
    margin-left: auto;
}
.header .series-link img {
    width: 11px;
    transform: rotate(-90deg);
    margin-left: 10px;
}
.header .series-link-1300 {
    display: none;
}
.header .h-nav-list .close-btn {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
    cursor: pointer;
}
.header .h-nav-list .close-btn .text {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-top: 3px;
}
.header .h-nav-list .close-btn .sign {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
}
.header .h-nav-list .close-btn .sign::before,
.header .h-nav-list .close-btn .sign::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1.5px;
    background-color: #333;
}
.header .h-nav-list .close-btn .sign::before {
    transform: rotate(45deg);
}
.header .h-nav-list .close-btn .sign::after {
    transform: rotate(-45deg);
}
.header .h-nav-list.mypage .search {
    position: relative;
    margin-right: 43px;
}
.header .h-nav-list.mypage .search form {
    font-size: 1.2rem;
    border: 0.75px solid #ddd;
    border-radius: 5px;
    padding: 8px 30px 8px 15px;
    position: relative;
    width: 190px;
    /*width: 254px; 250116:rewrite*/
}
.header .h-nav-list.mypage .search button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 30px;
}
.header .h-nav-list.mypage .search button img {
    object-fit: contain;
}
.header .h-nav-list.mypage .search .search-master-btn {
    position: absolute;
    right: 0;
    margin-top: 4px;
}
.header .h-nav-list.mypage .login {
    margin-right: 24px;
}
.header .h-nav-list.mypage .register {
    margin-right: 18px;
}
.header .h-nav-list.mypage .fav {
    margin-right: 22px;
}
.header .h-nav-list.mypage img {
    width: auto;
    height: 30px;
    object-fit: contain;
}
.header .h-nav-list.mypage .cart {
    position: relative;
}
.header .h-nav-list .h-nav__icon a {
    position: relative;
}
.header .h-nav-list.mypage .login a, 
.header .h-nav-list.mypage .fav a, 
.header .h-nav-list.mypage .cart a {
    display: block;
}
.header .h-nav-list .h-nav__icon a .fs-nav-icon-ttl {
    position: absolute;
    margin: auto;
    inset: auto 0 -18px 50%;
    transform: translate(-50%);
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    width: max-content;
}
.header .h-nav-list.mypage .cart .fs-client-cart-count {
    position: absolute;
    inset: auto 0 16px 7px;
    margin: auto;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0;
    display: block;
    width: fit-content;
    height: fit-content;
}
.header .h-inner .category-link {
    display: none;
}
.header .h-inner .h-corporation-service-1300 {
    display: none;
}
.header .h-nav-list .hamburger-btn {
    display: none;
}
.header .h-nav-list .sp-search-btn {
    display: none;
}
.header .h-nav-list .h-menu-links {
    display: none;
}
@media screen and (max-width: 1300px) {
    .header .h-nav-list.menu {
        width: 75%;
    }
    .header .h-nav-list.mypage .search {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 400px;
        background-color: #fff;
        display: block;
        padding: 50px 20px 75px;
        margin-right: 0;
        transition: right 0.3s;
        z-index: 9999;
    }
    .header .h-nav-list.mypage .search.open {
        right: 0;
    }
    .header .h-nav-list .sp-search-btn.open {
        display: block;
        margin-right: 18px;
        cursor: pointer;
    }
    .header .h-nav-list .sp-search-btn.close {
        display: block;
        width: 32px;
        height: 12px;
        position: relative;
        cursor: pointer;
    }
    .header .h-nav-list .sp-search-btn.close::before,
    .header .h-nav-list .sp-search-btn.close::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        margin: 0;
        width: 100%;
        height: 2px;
        background-color: #333;
    }
    .header .h-nav-list .sp-search-btn.close {
        margin-left: auto;
        margin-bottom: 30px;
    }
    .header .h-nav-list .sp-search-btn.close::before {
        top: 45%;
        transform: rotate(30deg);
    }
    .header .h-nav-list .sp-search-btn.close::after {
        bottom: 45%;
        transform: rotate(-30deg);
    }
    .header .h-nav-list.mypage .search form {
        font-size: 1.4rem;
        width: 100%;
    }
    .header .h-nav-list.mypage .search .search-master-btn {
        right: 20px;
    }
    .header .h-nav:has(.search.open)::after {
        content: "";
        width: 100vw;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.1s, visibility 0.1s;
        z-index: 9998;
    }
    .header .h-nav.filter:has(.search.open)::after {
        opacity: 1;
        visibility: visible;
    }
}
@media screen and (max-width: 1024px) {
    .header .h-nav {
        justify-content: flex-end;
    }
    .header .h-inner .h-logo {
        top: 70px;
    }
    .header .h-inner .h-corporation-service {
        display: none;
    }
    .header .h-nav-list.menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 87%;
        max-width: 400px;
        height: 100dvh;
        background-color: #fff;
        display: block;
        padding: 27px 0 30px;
        transition: right 0.3s;
        z-index: 9999;
        overflow-y: scroll;
    }
    .header .h-nav-list.menu.open {
        right: 0;
    }
    .header .h-nav-list.menu li .h-menu-name {
        font-size: 1.4rem;

    }
    .header .h-nav-list.menu li .h-menu-name .nav-arrow {
        display: none;
    }
    .header .h-nav-list.menu li .h-menu-name span {
        display: inline-block;
        position: relative;
        width: 10px;
        height: 10px;
    }
    .header .h-nav-list.menu li .h-menu-name span::before, 
    .header .h-nav-list.menu li .h-menu-name span::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        height: 1px;
        background-color: #333;
    }
    .header .h-nav-list.menu li .h-menu-name span::after {
        transform: rotate(90deg);
    }
    .header .h-nav-list.menu li.open .h-menu-name span::after {
        transform: none;
    } 
    .header .h-nav::after {
        content: "";
        width: 100vw;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.1s, visibility 0.1s;
        z-index: 9998;
    }
    .header .h-nav.filter::after {
        opacity: 1;
        visibility: visible;
    }
    .header .h-nav-list.menu li a {
        height: 54px;
        padding: 0 40px;
        border-bottom: 1px solid #E0E0E0;
    }
    .header .h-inner .h-nav-list.menu .h-corporation-service-1300 {
        display: block;
        color: #fff;
        background-color: #ea5800;
        border-radius: 5px;
        max-width: 250px;
        margin: 10px auto 0;
        text-align: center;
    }
    .header .h-inner .h-nav-list.menu .h-corporation-service-1300 a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 15px 10px;
        font-weight: 700;
    }
    .header .h-set-container,
    .header .h-parts-container,
    .header .h-category-container,
    .header .h-scene-container,
    .header .h-series-container {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        margin: auto;
        padding: 0;
    }
    .header .set-list-wrapper,
    .header .parts-list-wrapper,
    .header .category-list-wrapper,
    .header .scene-list-wrapper,
    .header .series-list-wrapper {
        margin-bottom: 0;
    }
    .header .series-list-wrapper {
        display: block;
    }
    .header .series-column {
        width: 100%;
    }
    .header .series-title {
        display: none;
    }
    .header .series-list {
        display: block;
    }

    .header .set-list-wrapper p.sizeTtl{
        background: black;
    padding: 6px 5px;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    margin: 0 0 10px;
    }

    .header .set-list li{
        width: 100% !important;
        margin-bottom: 0;
    }
    .header .parts-list li{
        width: 100%;
        margin-bottom: 0;
    }
    .header .series-list li{
        width: 100%;
        margin-bottom: 0;
    }
    .header .series-list li.series-link-1300 {
        font-weight: 700;
    }
    .header .h-series-container .series-list li a {
        font-size: 1.2rem;
    }
    .header .series-list li a img {
        width: 36px;
        height: 36px;
        margin-right: 11px;
    }
    .header .h-scene-container .scene-list li a {
        justify-content: left;
        flex-flow: inherit;
        font-size: 1.2rem;
    }
    .header .h-category-container .category-list li a img,
    .header .h-parts-container .parts-list li a img {
        width: 16%;
        max-width: 45px;
    }
    .header .h-scene-container .scene-list li a img {
        width: 16%;
        height: 36px;
        margin-right: 9px;
    }
    .header .h-set-container .set-list li a img:last-child,
    .header .h-parts-container .parts-list li a img:last-child,
    .header .h-category-container .category-list li a img:last-child,
    .header .h-scene-container .scene-list li a img:last-child, 
    .header .h-series-container .series-list li a img:last-child {
        display: block;
        width: 11px;
        max-width: none;
        transform: rotate(-90deg);
        aspect-ratio: auto;
        margin-left: auto;
        margin-right: 0;
        object-fit: contain;
    }
    .header .h-set-container .set-list::before,
    .header .h-set-container .set-list::after {
        content: none;
    }
    .header .h-parts-container .parts-list::before,
    .header .h-parts-container .parts-list::after {
        content: none;
    }
    .header .h-category-container .category-list::before,
    .header .h-category-container .category-list::after {
        content: none;
    }
    .header .h-scene-container .scene-list::before,
    .header .h-scene-container .scene-list::after {
        content: none;
    }
    .header .h-set-container .category-list li,
    .header .h-category-container .category-list li,
    .header .h-parts-container .parts-list li,
    .header .h-scene-container .scene-list li {
        width: 100%;
        margin: 0;
    }
    .header .item-link,
    .header .series-link {
        display: none;
    }
    .header .item-link-1300, 
    .header .series-link-1300 {
        display: block;
    }
    .header .h-nav-list .close-btn {
        display: none;
    }
    .header .h-nav-list.mypage .cart {
        margin-right: 23px;
    }
    .header .h-nav-list.mypage .cart .fs-client-cart-count {
        inset: auto 0 14px 7px;
        font-size: 1.1rem;
    }
    .header .h-nav-list .hamburger-btn {
        display: block;
        width: 32px;
        height: 12px;
        position: relative;
        cursor: pointer;
    }
    .header .h-nav-list .hamburger-btn::before,
    .header .h-nav-list .hamburger-btn::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        margin: 0;
        width: 100%;
        height: 2px;
        background-color: #333;
    }
    .header .h-nav-list .hamburger-btn::before {
        top: 0;
    }
    .header .h-nav-list .hamburger-btn::after {
        bottom: 0;
    }
    .header .h-nav-list .hamburger-btn.close {
        margin-right: 20px;
        margin-left: auto;
        margin-bottom: 21px;
    }
    .header .h-nav-list .hamburger-btn.close::before {
        top: 45%;
        transform: rotate(30deg);
    }
    .header .h-nav-list .hamburger-btn.close::after {
        bottom: 45%;
        transform: rotate(-30deg);
    }
    .header .h-nav-list.menu .h-menu-links {
        display: flex;
        justify-content: space-between;
        padding: 0 20px 24px;
        border-bottom: 1px solid #E0E0E0;
    }
    .header .h-nav-list.menu .h-menu-links a {
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        width: 48.3%;
        height: auto;
        padding: 14px 0 6px;
        background-color: #E5E5E5;
        border-radius: 5px;
    }
    .header .h-nav-list.menu .h-menu-links a img {
        height: 24px;
        object-fit: contain;
        margin-bottom: 5px;
    }
    .header .h-nav-list.menu .h-menu-links a p {
        font-size: 1.2rem;
    }
    .header .h-nav-list .h-nav__icon a .fs-nav-icon-ttl {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .header .h-inner {
        padding: 10px 20px 20px;
    }
    .header .h-inner .h-info {
        font-size: 1.2rem;
        padding-bottom: 15px;
    }
    .header .h-inner .h-logo {
        width: 100px;
        top: 41px;
    }
    .header .h-inner .category-link {
        display: flex;
    }
    .header .h-nav-list li a {
        font-size: 1.4rem;
    }
    .header .h-scene-container .scene-list li a p {
        text-align: left;
    }
    .header .h-nav-list .sp-search-btn.open {
        margin-right: 8px;
    }
    .header .h-nav-list .sp-search-btn.open img {
        height: 26px;
    }
    .header .h-nav-list.mypage img {
        height: 23px;
    }
    .header .h-nav-list.mypage .login {
        margin-right: 16px;
    }
    .header .h-nav-list.mypage .register {
        margin-right: 11px;
    }
    .header .h-nav-list.mypage .fav {
        margin-right: 8px;
    }
    .header .h-nav-list.mypage .cart {
        margin-right: 14px;
    }
}

/* HEADER FIXED */
.header-fixed {
    width: 100vw;
    position: fixed;
    top: -100%;
    transition: top 0.5s;
    z-index: 999;
}
.header-fixed.show {
    top: 0;
}
.header-fixed .h-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 20px 30px;
}
.header-fixed .h-nav {
    margin: 0;
}
.header-fixed .h-inner .h-logo {
    position: relative;
    top: auto;
}
.header-fixed .h-nav-list.menu {
    width: 80%;
    margin-right: auto;
    margin-left: 24px;
}
.header-fixed .h-nav-list.menu li a {
    font-size: 1.2rem;
}
.header-fixed .h-scene-container .scene-list li a {
    font-size: 1.4rem;
}
.header-fixed .h-nav-list.menu li .h-menu-name .nav-arrow {
    width: 9px;
    padding-top: 2px;
}
.header-fixed .h-nav-list.menu li.open .h-menu-name .nav-arrow {
    padding-top: 0px;
    padding-bottom: 2px;
}
.header-fixed .h-nav-list.category {
    margin-right: 20px;
}
.header-fixed .h-nav-list.category .link {
    border: 1px solid #eaeaea;
    border-radius: 5px;
    width: 200px;
    box-shadow: 6px 6px 5px rgba(51, 51, 51, 0.1);
    margin-right: 10px;
}
.header-fixed .h-nav-list.category .link a {
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
}
.header-fixed .h-nav-list.category .link .treat {
    width: 7px;
    height: auto;
    margin-right: 20px;
    background-color: #333;
    border-radius: 10px;
}
.header-fixed .h-nav-list.category .link a p {
    display: flex;
    flex-flow: column;
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    margin-right: auto;
}
.header-fixed .h-nav-list.category .link a img {
    width: 5px;
}
.header-fixed .h-nav-list.category .link a p span {
    font-size: 1rem;
    color: #999999;
}
.header-fixed .h-nav-list.mypage .sp-search-btn.open {
    margin-right: 9px;
}
.header-fixed .h-nav-list.mypage .login {
    margin-right: 20px;
}
.header-fixed .h-nav-list.mypage .register {
    margin-right: 12px;
}
.header-fixed .h-nav-list.mypage .fav {
    margin-right: 18px;
}
@media screen and (max-width: 1300px) {
    .header-fixed .h-logo {
        width: 100px;
    }
    .header-fixed .h-nav-list.menu {
        margin-right: 10px;
        margin-left: 15px;
    }
    .header-fixed .h-nav-list.category {
        margin-right: 10px;
    }
    .header-fixed .h-nav-list.menu li:has(.h-menu-name.--about) {
        display: none;
    }
    .header-fixed .h-nav-list.category .link .treat {
        margin-right: 10px;
    }
    .header-fixed .h-nav-list.category .link a p {
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 1024px) {
    .header-fixed .h-nav-list.menu {
        display: none;
    }
    .header-fixed .h-nav-list.category {
        display: none;
    }
    .header-fixed .h-nav-list.mypage .fav {
        margin-right: 11px;
    }
}
@media screen and (max-width: 768px) {
    .header-fixed .h-inner {
        padding: 12px 20px;
    }
}
.category-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1190px;
    margin: 0 auto 90px;
    padding: 0 15px;
}
.category-link .link {
    border: 1px solid #eaeaea;
    border-radius: 5px;
    width: 32%;
    max-width: 535px;
    background-color: #fff;
    box-shadow: 6px 6px 5px rgba(51, 51, 51, 0.1);
}
.category-link .link a {
    display: flex;
    justify-content: space-between;
    padding: 13px 43px 13px 25px;
}
.category-link .link .treat {
    width: 9px;
    height: auto;
    margin-right: 35px;
    background-color: #484848;
    border-radius: 10px;
}
.category-link .link a p {
    display: flex;
    flex-flow: column;
    font-size: 2rem;
    letter-spacing: 0.2em;
    margin-right: auto;
}
.category-link .link a p span {
    font-size: 1.2rem;
    color: #999999;
    margin-top: 2px;
}
.category-link .link a img {
    width: 6px;
}
@media screen and (max-width: 768px) {
    .sec-mv .category-link {
        display: none;
    }
    .category-link {
        margin: 20px auto 0;
        padding: 0;
    }
    .category-link .link {
        box-shadow: 3px 3px 5px rgba(51, 51, 51, 0.1);
    }
    .category-link .link a {
        padding: 5px 10px;
    }
    .category-link .link a p {
        font-size: 1.1rem;
    }
    .category-link .link .treat {
        width: 5px;
        margin-right: 15px;
    }
    .category-link .link a p span {
        font-size: 0.9rem;
        margin-top: 0;
    }
    .category-link .link a img {
        width: 5px;
    }
}

/* FOOTER */
.footer .search-master-btn {
    position: fixed;
    bottom: 4dvh;
    right: 30px;
    width: 90px;
    height: 90px;
    color: #fff;
    background-color: #fa7100;
    border-radius: 100%;
    z-index: 999;
}
.footer .search-master-btn a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.footer .search-master-btn a img {
    width: 24px;
    margin-bottom: 5px;
}
.footer .search-master-btn a p {
    font-size: 1.2rem;
    /*text-indent: 0.4em;*/
    text-align: center;
}
@media screen and (max-width: 768px) {
    .footer .search-master-btn {
        bottom: 4dvh;
        right: 8px;
        width: 75px;
        height: 75px;
    }
    .footer .search-master-btn a p {
        font-size: 0.8rem;
        /*text-indent: 0.4em;*/
    text-align: center;
    }
}

.f-inner {
    position: relative;
    background-color: #f7f7f7;
    padding: 40px 60px 20px;
}
.f-contents-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
}
.f-contents {
    width: 32%;
}
.f-contents ul {
    margin-bottom: 20px;
}
.f-contents ul li {
    font-size: 1.2rem;
    margin-bottom: 6px;
}
.f-contents ul li a {
    display: block;
    width: fit-content;
    position: relative;
}
.f-contents ul li a::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #333;
    transition: transform 0.5s;
    transform-origin: right top;
    transform: scale(0, 1);
}
.f-contents ul li .f-link-inner {
    position: relative;
    width: fit-content;
    margin-left: 20px;
}
.f-contents ul li .f-link-inner::before {
    content: "-";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    margin: auto;
}
.f-contents ul li .f-link-inner::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #333;
    transition: transform 0.5s;
    transform-origin: right top;
    transform: scale(0, 1);
}
.f-contents ul li a:hover .f-link-inner::after {
    transform-origin: left;
    transform: scale(1, 1);
}
.f-contents ul .f-link-main .f-link-inner {
    margin-left: 0;
}
.f-contents ul .f-link-main .f-link-inner::before {
    content: none;
}
.f-contents ul .f-link-brandsite .f-link-inner::before,
.f-contents ul .f-link-corporate .f-link-inner::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: -20px;
    margin: auto;
    width: 12px;
    height: 12px;
    /* background-image: url("/images/target_blank-icon.svg"); */
    background-image: url("https://luminousclub.itembox.design/item/luminous-club/images/target_blank-icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
.f-contents .f-notes {
    font-size: 1rem;
    border: 1px solid #333;
    padding: 5px 10px;
    margin-bottom: 20px;
}
.f-p-mark {
    width: 34px;
    margin-top: 10px;
}
.f-logo {
    width: 108px;
    margin-left: auto;
}

.f-contents-wrapper:nth-child(3) {
    display: flex;
    justify-content: space-between;
    max-width: none;
    margin-top: 25px;
    font-size: 1rem;
}
.f-contents-wrapper:nth-child(3) ul {
    display: flex;
    width: 55%;
}
.f-contents-wrapper:nth-child(3) ul li a {
    display: block;
    padding: 0 20px;
    border-right: 1px solid #333;
}
.f-contents-wrapper:nth-child(3) ul li:last-child a {
    border-right: none;
}
.f-copyright {
    font-size: 1.3rem;
    color: #fff;
    background-color: #484848;
    padding: 8px 0 8px;
    text-align: center;
    letter-spacing: 0;
}
.f-copyright small {
    font-size: 100%;
}
@media screen and (max-width: 1024px) {
    .f-contents-wrapper {
        flex-wrap: wrap;
    }
    .f-contents {
        width: 33%;
    }
    .f-contents-wrapper:nth-child(3) ul {
        width: 100%;
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 768px) {
    .f-inner {
        padding: 100px 20px 30px;
    }
    .f-contents-wrapper {
        display: block;
    }
    .f-contents {
        width: 100%;
    }
    .f-contents ul {
        margin-bottom: 25px;
    }
    .f-p-mark {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .f-contents .f-notes {
        margin-bottom: 14px;
    }
    .f-logo {
        position: absolute;
        top: 40px;
        left: auto;
    }
    .f-contents-wrapper:nth-child(3) ul li a {
        padding: 0 8px;
    }
}


.p10{padding: 10px;}
.pt10{padding-top: 10px;}
.pb10{padding-bottom: 10px;}
.pt20{padding-top: 20px;}
.pb20{padding-bottom: 20px;}

.m10{margin: 10px;}
.mt10{margin-top: 10px;}
.mb10{margin-bottom: 10px;}
.mt20{margin-top: 20px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}

/*スマホ版のサイズから探す*/
@media screen and (max-width: 768px) {
.header .set-list-wrapper p.sizeTtl{margin: 0px !important; }
.header .h-set-container .set-list li{margin-bottom: 0 !important;}
}
