h1 {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 65px;
}

.fs-c-registeredUsers__merit {
    padding: 0 0 60px;
}
.fs-c-registeredUsers__merit ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 750px;
    padding: 0 30px;
    margin: 0 auto;
}
.fs-c-registeredUsers__merit ul li {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 31%;
    min-width: 140px;
    height: auto;
    aspect-ratio: 1.4/1;
    background-color: #F7F7F7;
    border-radius: 10px;
    margin: 0 5px 10px;
}
.fs-c-registeredUsers__merit ul li img {
    height: 56px;
    margin-bottom: 20px;
}
.fs-c-registeredUsers__merit ul li:nth-child(2) img, 
.fs-c-registeredUsers__merit ul li:nth-child(3) img {
    margin-top: 9px;
    margin-bottom: 10px;
}
.fs-c-registeredUsers__merit ul li:last-child img {
    height: 64px;
    margin-bottom: 10px;
}
.fs-c-registeredUsers__merit ul li p {
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0;
}

.fs-form-wrapper {
    max-width: 860px;
    padding: 0 30px;
    margin: 0 auto 150px;
}
.fs-c-inputInformation__message {
    font-size: 1.6rem;
    margin-bottom: 50px;
}
form .fs-c-inputTable {
    margin-bottom: 15px;
}
form .fs-c-inputTable tr {
    border: 1px solid #bebebe;
}
form .fs-c-inputTable .fs-c-inputTable__headerCell {
    width: 32%;
    padding: 10px 10px 10px 25px;
    background-color: #F7F7F7;
    vertical-align: middle;
}
form .fs-c-inputTable .fs-c-inputTable__dataCell {
    width: 68%;
    padding: 30px 20px;
}
form .fs-c-inputTable tr input {
    border: 1px solid #bebebe!important;
}
form .fs-c-inputTable tr #fs_input_password {
    border: 1px solid #bebebe;
}

form .fs-c-inputTable .fs-c-dropdown {
    width: 40%;
    max-width: 180px;
}
form .fs-c-inputTable .fs-c-dropdown__menu {
    border: 1px solid #bebebe;
    text-align: left;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}
form .fs-c-inputTable .fs-c-dropdown::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7px;
    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;
    background-color: inherit;
    border-left: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-sizing: border-box;
    color: #333;
    display: block;
    padding: 0;
}
form .fs-c-inputTable .fs-c-inputField__field--zipCode {
    display: block;
    width: 40%;
    max-width: 180px;
}
form .fs-c-inputTable .fs-c-input--zipCode {
    max-width: none;
    min-width: none;
}
form .fs-c-inputTable .fs-c-inputDate__year {
    max-width: 140px;
}
form .fs-c-inputTable .fs-c-inputDate__month {
    max-width: 120px;
}
form .fs-c-inputTable .fs-c-inputDate__date {
    max-width: 120px;
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 1.8rem;
        margin-bottom: 40px;
    }

    .fs-c-registeredUsers__merit {
        padding: 0 0 30px;
    }
    .fs-c-registeredUsers__merit ul {
        padding: 0 10px;
    }
    .fs-c-registeredUsers__merit ul li {
        min-width: 150px;
    }
    .fs-c-registeredUsers__merit ul li img {
        height: 34px;
        margin-bottom: 16px;
    }
    .fs-c-registeredUsers__merit ul li:nth-child(2) img, 
    .fs-c-registeredUsers__merit ul li:nth-child(3) img {
        margin-top: 8px;
        margin-bottom: 11px;
    }
    .fs-c-registeredUsers__merit ul li:last-child img {
        height: 42px;
        margin-bottom: 11px;
    }
    .fs-c-registeredUsers__merit ul li p {
        font-size: 1.2rem;
    }

    .fs-form-wrapper {
        padding: 0 20px;
    }
    .fs-c-inputInformation__message {
        font-size: 1.2rem;
        margin-bottom: 30px;
    }
    form .fs-c-inputTable {
        border: 1px solid #bebebe;
    }
    form .fs-c-inputTable tr {
        display: flex;
        flex-wrap: wrap;
        border: none;
    }
    form .fs-c-inputTable .fs-c-inputTable__headerCell {
        width: 100%;
        padding: 5px 10px;
    }
    form .fs-c-inputTable .fs-c-inputTable__dataCell {
        width: 100%;
        padding: 15px 20px;
    }
    form .fs-c-inputTable .fs-c-dropdown {
        width: 60%;
        max-width: 150px;
    }
    form .fs-c-inputTable .fs-c-dropdown__menu {
        font-size: 1.2rem;
        padding: 5px 10px;
    }
    form .fs-c-inputTable .fs-c-inputField__field--zipCode {
        width: 60%;
        max-width: 150px;
    }
    form .fs-c-inputTable .fs-c-inputDate__month {
        margin-left: 6px;
    }
    form .fs-c-inputTable .fs-c-inputDate__date {
        margin-left: 6px;
    }
    .fs-c-inputDate__year + .fs-c-inputDate__month::before, 
    .fs-c-inputDate__month + .fs-c-inputDate__date::before {
        padding-right: 6px;
    }
    .fs-form-wrapper .fs-c-button--primary {
        margin: 40px auto 0;
    }
    .fs-form-wrapper .fs-c-button--cancel {
        margin: 40px auto 0;
    }
}



/* 会員登録完了 */
.fs-success-wrapper {
    max-width: 760px;
    padding: 0 30px;
    margin: 0 auto 150px;
}
.fs-c-registerSuccessMessage {
    margin-bottom: 60px;
}
.fs-c-registerSuccessMessage p {
    margin-bottom: 30px;
}

.fs-c-buttonContainer--myPageTop {
    margin-top: 30px;
}
.fs-c-button--myPageTop {
    font-weight: 700;
    position: relative;
    padding-left: 20px;
}
.fs-c-button--myPageTop::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-success-wrapper {
        padding: 0 20px;
    }
}

/* お客様情報入力 */
.fs-c-agreementConfirmation__password__input {
    margin-top: 5px;
    margin-bottom: 20px;
}
.fs-c-agreementConfirmation__password__input #fs_input_password {
	border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    line-height: 1.4;
    min-height: 1.8em;
}
@media screen and (max-width: 768px) {
    .fs-c-agreementConfirmation__password__input #fs_input_password {
        font-size: 1.2rem;
        padding: 5px 10px;
    }
}

/* レビューを書く */
.fs-body-review-write h1 {
    padding: 0 20px;
}
.fs-c-productReviewed {
    margin-bottom: 30px;
}
.fs-c-productReviewed .fs-c-productReviewed__image {
    max-width: 500px;
    margin: 0 auto 30px;
}
.fs-c-productReviewed .fs-c-productName__name {
    font-size: 2.4rem;
    margin-bottom: 10px;
}
.fs-c-productReviewed .fs-c-productReviewed__prices .fs-c-productPrice {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
}
.fs-c-productReviewed .fs-c-productReviewed__prices .fs-c-productPrice .fs-c-productPrice__main {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
}
.fs-c-productReviewed .fs-c-productReviewed__prices .fs-c-productPrice .fs-c-productPrice__main__price {
    font-size: 2.0rem;
}
.fs-c-reveiwNotes p {
    margin-bottom: 20px;
}
.fs-c-aggregateRating__message {
    margin-bottom: 30px;
    font-size: 1.6rem;
}
.fs-c-inputField__explanation {
    font-size: 1.2rem;
    color: #7C7C7C;
}
.fs-c-inputTable__comment {
    font-size: 1.2rem;
    color: #7C7C7C;
}
form .fs-c-inputTable--child {
    width: 100%;
}
form .fs-c-inputTable--child .fs-c-inputTable__headerCell {
    width: 44%;
    padding: 10px 15px;
}
form .fs-c-inputTable--child .fs-c-inputTable__headerCell .fs-c-checkbox__labelText {
    font-size: 1.4rem;
}
form .fs-c-inputTable--child .fs-c-inputTable__dataCell {
    width: 56%;
    padding: 10px 15px;
}
form .fs-c-inputTable--child .fs-c-checkbox__label {
    margin-bottom: 0;
}
.fs-c-buttonContainer--back {
    margin-top: 30px;
}
.fs-c-buttonContainer--back a {
    font-weight: 700;
    position: relative;
    padding-left: 20px;
}
.fs-c-buttonContainer--back 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-productReviewed .fs-c-productName__name {
        font-size: 1.8rem;
    }
    form .fs-c-inputTable--child .fs-c-inputTable__headerCell {
        padding: 5px 10px;
    }
    form .fs-c-inputTable--child .fs-c-inputTable__dataCell {
        padding: 5px 10px;
    }
    form .fs-c-inputTable--child .fs-c-inputTable__headerCell .fs-c-checkbox__labelText {
        font-size: 1.2rem;
    }
    form .fs-c-inputTable--child .fs-c-radioGroup, 
    form .fs-c-inputTable--child .fs-c-checkboxGroup {
        flex-flow: wrap;
    }
    form .fs-c-inputTable--child .fs-c-dropdown {
        width: 100%;
    }
}
.fs-c-buttonContainer--topPage {
    margin-top: 10px;
}
.fs-c-buttonContainer--topPage a {
    font-weight: 700;
    position: relative;
    padding-left: 20px;
}
.fs-c-buttonContainer--topPage 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);
}

/* モーダルベース */
.fs-c-modal__inner {
    padding: 20px;
}
.fs-c-modal__title {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: left;
    padding-bottom: 4px;
    border-bottom: 1px solid #bebebe;
    width: 100%;
    margin-bottom: 20px;
}
.fs-c-modal__contents {
    padding: 0;
}
.fs-c-inputTable--inModal > tbody > tr {
    display: table-row;
}
.fs-c-inputTable--inModal .fs-c-inputTable__headerCell {
    font-size: 1.4rem;
    padding: 10px 10px 10px 25px;
}
.fs-c-inputTable--inModal .fs-c-inputTable__dataCell {
    padding: 30px 20px;
}
.fs-c-checkout-checkoutMethod__body {
    padding: 0;
}
.fs-c-modal__inner .fs-c-checkout-addresseeSettingList .fs-c-checkout-checkoutMethod:first-child {
    margin-bottom: 25px;
}
.fs-c-modal--changeShippingOption form .fs-c-dropdown {
    width: 40%;
    max-width: 180px;
}
.fs-c-modal--changeShippingOption form .fs-c-dropdown__menu {
    border: 1px solid #bebebe;
    text-align: left;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}
.fs-c-modal--changeShippingOption form .fs-c-dropdown::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7px;
    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;
    background-color: inherit;
    border-left: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-sizing: border-box;
    color: #333;
    display: block;
    padding: 0;
}
.fs-c-modal--changeShippingOption form textarea {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #bebebe;
    background-color: #fff;
}
.fs-c-checkout-deliveryScheduleComment {
    margin-bottom: 20px;
}
.fs-c-checkout-settings dt {
    margin-bottom: 5px;
}
.fs-c-checkout-deliveryScheduleSetting__note {
    margin: 5px 0;
}

.fs-c-modal__close::before {
    font-size: 2.0em;
}
@media screen and (max-width: 768px) {
    .fs-c-inputTable--inModal > tbody > tr {
        display: flex;
        padding: 0;
    }
    .fs-c-modal--changeShippingOption form .fs-c-dropdown {
        width: 60%;
        max-width: 150px;
    }
    .fs-c-modal--changeShippingOption form .fs-c-dropdown__menu {
        font-size: 1.2rem;
        padding: 5px 10px;
    }
}