/* マイページログイン */
.loginCustom .loginCustom__title {
    margin-bottom: 2.5vw;
}
.fs-login-contents-area, .fs-review-login-contents-area {
    display: flex;
    justify-content: space-between;
    padding: 5vw 17vw;
    margin-bottom: 5vw;
    background-color: #d9d9d9;
}
.fs-c-fsLogin-information-wrap, .fs-review-login-after-area {
    width: 50%;
    padding: 0 4vw;
    border-right: 1px solid #393939;
}
.fs-c-otherServiceLogin {
    width: 50%;
    padding: 0 0 0 4vw;
}
.fs-login-contents-area h2, .fs-c-newUsers h2, .fs-review-login-contents-area h2 {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 1.7vw;
    margin-bottom: 2.6vw;
}
.fs-c-fsLogin-information-wrap .fs-c-inputInformation__field, .fs-review-login-contents-area .fs-c-inputInformation__field {
    margin-bottom: 2vw;
}
.fs-c-inputTable__headerCell, .fs-c-inputTable__dataCell {
    display: block;
    padding: 0;
    text-align: left;
    font-size: 1.1vw;
    font-weight: 400;
}
.fs-c-inputTable__headerCell {
    margin-bottom: 0.6vw;
}
.fs-c-inputTable__headerCell .fs-c-inputTable__label {
    display: flex;
    align-items: center;
}

.fs-c-inputTable__dataCell {
    margin-bottom: 1.5vw;
}
#fs_form input {
    width: 100%;
    height: 100%;
    padding: 0.4vw;
    background-color: #fff;
    border-radius: 0.4vw;
}
.fs-c-inputGroup, .fs-c-inputGroup--inline, .fs-c-inputGroup--vertical {
    border: none;
    border-radius: inherit;
    background: inherit;
}
.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
    background: #fff;
    border-color: #393939;
    color: #ffffff;
    transition: all 0.5s 0s ease;
}
.fs-c-checkbox__checkMark {
    background: #ffffff;
    border-radius: 0.3vw;
    border: 1px solid #393939;
    cursor: pointer;
    display: block;
    width: 1vw;
    height: 1vw;
    margin: 0 0.8vw 0 0;
    overflow: hidden;
    position: relative;
    min-width: 14px;
    min-height: 14px;
}
.fs-c-checkbox__checkMark::before {
    color: #393939;
    display: block;
    font-size: 0.8em;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: #393939;
}
#fs_form .fs-c-inputInformation__button .fs-c-button--confirmRegister {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.7vw 4.5vw;
    font-size: 1.1vw;
    border: 2px solid #393939;
    border-radius: 5vw;
    margin-bottom: 1vw;
}

.fs-c-fsLogin-information-wrap .fs-c-inputTable {
    width: 100%;
}
.fs-c-button--displayPassword.fs-c-button--particular {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
}
.fs-c-fsLogin-information-wrap .fs-c-inputInformation__button .fs-c-button--login, 
.fs-review-login-after-area .fs-c-inputInformation__button .fs-c-button--login {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.7vw 4.5vw;
    font-size: 1.1vw;
    border: 2px solid #393939;
    border-radius: 5vw;
    margin-bottom: 1vw;
    transition: background-color 0.3s;
}
.fs-c-fsLogin-information-wrap .fs-c-inputInformation__button .fs-c-button--login:hover, 
.fs-review-login-after-area .fs-c-inputInformation__button .fs-c-button--login:hover {
    background-color: #fff;
}
.fs-c-fsLogin-information-wrap .fs-c-inputInformation__link, 
.fs-review-login-after-area .fs-c-inputInformation__link {
    text-align: center;
    font-size: 1.1vw;
}
.fs-c-otherServiceLogin .fs-c-linkedServiceLogin {
    display: flex;
    flex-flow: column;
    /* height: 100%; */
}
.fs-c-otherServiceLogin .fs-c-linkedServiceLogin__body {
    height: 100%;
}
.fs-c-otherServiceLogin .fs-c-linkedServiceLogin__login {
    height: 100%;
}
.fs-c-otherServiceLogin .fs-c-anotherLogin--amazon {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
}
.fs-c-otherServiceLogin .fs-c-anotherLogin__message--amazon {
    padding: 0 1.4vw;
    margin-bottom: 1vw;
}
.fs-c-otherServiceLogin .fs-c-anotherLogin__message p {
    font-size: 1.1vw;
    line-height: 1.8vw;
    text-align: justify;
}
.fs-c-otherServiceLogin .fs-c-anotherLogin__button--amazon {
    width: 100%!important;
    height: 4vw!important;
    margin-bottom: 2vw;
}
.fs-c-otherServiceLogin .fs-c-anotherLogin__message--line {
    padding: 0 1.4vw;
    margin-bottom: 1vw;
}
.fs-c-anotherLogin--line .fs-c-anotherLogin__button--line {
    display: flex;
    justify-content: center;
}

.fs-c-newUsers {
    padding: 0 36vw;
    margin-bottom: 10vw;
}
.fs-c-newUsers .fs-c-newUsers__message {
    font-size: 1.1vw;
    line-height: 1.8vw;
    margin-bottom: 3vw;
}
.fs-c-newUsers .fs-c-newUsers__message br {
    display: none;
}
.fs-c-newUsers .fs-c-buttonContainer--memberRegister .fs-c-button--memberRegister {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.7vw 4.5vw;
    font-size: 1.1vw;
    border: 2px solid #393939;
    border-radius: 5vw;
    margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
    #fs-page-error-container {
        font-size: 16px;
    }
    #fs_form input {
        padding: 7px 10px;
        border-radius: 5px;
        margin-bottom: 10px;
    }
    .loginCustom .loginCustom__title {
        margin-bottom: 20px;
    }
    .fs-login-contents-area, .fs-review-login-contents-area {
        display: block;
        padding: 50px 30px 70px;
        margin-bottom: 70px;
    }
    .fs-c-fsLogin-information-wrap, .fs-review-login-after-area {
        width: 100%;
        padding: 0;
        margin-bottom: 70px;        
        border-right: inherit;
        border-bottom: 1px solid #393939;
    }
    .fs-login-contents-area h2, .fs-c-newUsers h2, .fs-review-login-contents-area h2 {
        font-size: 18px;
        margin-bottom: 45px;
    }
    .fs-c-fsLogin-information-wrap .fs-c-inputInformation__field, .fs-review-login-contents-area .fs-c-inputInformation__field {
        margin-bottom: 40px;
    }
    .fs-c-fsLogin-information-wrap .fs-c-inputTable__headerCell, .fs-c-fsLogin-information-wrap .fs-c-inputTable__dataCell {
        font-size: 18px;
    }
    .fs-c-fsLogin-information-wrap .fs-c-inputTable__headerCell {
        margin-bottom: 8px;
    }
    .fs-c-fsLogin-information-wrap .fs-c-inputTable__headerCell .fs-c-inputTable__label::after {
        font-size: 15px;
    }
    .fs-c-fsLogin-information-wrap .fs-c-inputTable__dataCell {
        margin-bottom: 0;
    }
    .fs-c-fsLogin-information-wrap .fs-c-inputInformation__button .fs-c-button--login, 
    .fs-review-login-after-area .fs-c-inputInformation__button .fs-c-button--login {
        padding: 14px 72px;
        font-size: 16px;
        border-radius: 50px;
        margin: 0 auto;
    }
    .fs-c-fsLogin-information-wrap .fs-c-inputInformation__link, 
    .fs-review-login-after-area .fs-c-inputInformation__link {
        font-size: 14px;
        margin-top: 20px;
        margin-bottom: 60px;
    }
    .fs-c-otherServiceLogin {
        width: 100%;
        padding: 0;
    }
    .fs-c-otherServiceLogin .fs-c-anotherLogin__message--amazon {
        padding: 0;
        margin-bottom: 30px;
    }
    .fs-c-otherServiceLogin .fs-c-anotherLogin__message p {
        font-size: 14px;
        line-height: 1.6;
    }
    .fs-c-otherServiceLogin .fs-c-anotherLogin__button--amazon {
        width: 100%!important;
        height: 50px!important;
        margin-bottom: 0;
    }
    .fs-c-otherServiceLogin .fs-c-anotherLogin__message--line {
        padding: 0;
        margin-bottom: 30px;
        margin-top: 50px;
    }

    .fs-c-newUsers {
        padding: 0 30px;
        margin-bottom: 230px;
    }
    .fs-c-newUsers .fs-c-newUsers__message {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 60px;
    }
    .fs-c-newUsers .fs-c-buttonContainer--memberRegister .fs-c-button--memberRegister {
        padding: 14px 72px;
        font-size: 16px;
        border-radius: 50px;
        margin: 0 auto;
    }
    
    #fs_form .fs-c-inputInformation__button .fs-c-button--confirmRegister {
        padding: 14px 72px;
        font-size: 16px;
        border-radius: 50px;
        margin: 0 auto;
    }
}

/* カートからログイン */
.fs-new-guest-contents-area {
    display: flex;
    justify-content: space-between;
    padding: 5vw 17vw;
    margin-bottom: 5vw;
}
.fs-new-member-wrap {
    width: 50%;
    padding: 0 4vw;
    border-right: 1px solid #393939;
}
.fs-guest-pay-wrap {
    width: 50%;
    padding: 0 4vw;
}
.fs-c-registeredUsers__title {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 1.8vw;
    margin-bottom: 2.6vw;
}
.fs-new-member-wrap .loginCustom__text {
    font-size: 1.1vw;
    line-height: 1.8vw;
    text-align: justify;
}
.fs-new-member-wrap .fs-c-button--login {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.7vw 4.5vw;
    font-size: 1.1vw;
    border: 2px solid #393939;
    border-radius: 5vw;
    margin-top: 3vw;
    transition: background-color 0.3s;
}
.fs-c-buttonContainer--guestPurchase a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.7vw 5vw;
    font-size: 1.1vw;
    border: 2px solid #393939;
    border-radius: 5vw;
    transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
    .fs-new-guest-contents-area {
        display: block;
        padding: 50px 30px 70px;
        margin-bottom: 70px;
    }
    .fs-new-member-wrap {
        width: 100%;
        padding: 0;
        margin-bottom: 70px;
        border-right: inherit;
        border-bottom: 1px solid #393939;
    }
    .fs-guest-pay-wrap {
        width: 100%;
        padding: 0;
    }
    .fs-c-registeredUsers__title {
        font-size: 20px;
        margin-bottom: 45px;
    }
    .fs-new-member-wrap .loginCustom__text {
        font-size: 14px;
        line-height: 1.6;
    }
    .fs-new-member-wrap .fs-c-button--login {
        padding: 14px 72px;
        font-size: 16px;
        border-radius: 50px;
        margin: 50px auto;
    }
    .fs-c-buttonContainer--guestPurchase a {
        padding: 14px 72px;
        font-size: 16px;
        border-radius: 50px;
        margin: 50px auto;
    }
}
/* メルマガ登録 */
.type-mypage-title {
    margin-bottom: 2.5vw;
}
.fs-mail-magazine-area {
    padding: 5vw 30vw;
    background-color: #d9d9d9;
    text-align: center;
}
.fs-mail-magazine-area .fs-c-inputInformation__message {
    font-size: 1.1vw;
    text-align: center;
    margin-bottom: 3.5vw;
}
.fs-mail-magazine-area #fs_form {
    padding: 0 7vw;
}
.fs-mail-magazine-area .fs-c-inputTable {
    margin: 0 auto 3vw;
}
.fs-mail-magazine-area .fs-c-inputTable tr:first-child .fs-c-inputTable__headerCell {
    display: none;
}

.fs-mail-magazine-area .fs-c-inputTable tr:first-child .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:first-child::before {
    content: "氏";
}
.fs-mail-magazine-area .fs-c-inputTable tr:first-child .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:nth-child(2)::before {
    content: "名";
}

.fs-mail-magazine-area .fs-c-inputTable tr:first-child .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item, 
.fs-mail-magazine-area .fs-c-inputTable tr:first-child .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item {
    position: relative;
}
.fs-mail-magazine-area .fs-c-inputTable tr:first-child .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:first-child::after, 
.fs-mail-magazine-area .fs-c-inputTable tr:first-child .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:nth-child(2)::after {
    content: "必須";
    color: #EF5626;
    font-size: 0.8vw;
    margin-left: 1.5vw;
    margin-top: 0.1vw;
    position: absolute;
    top: 0;
    left: 0;
}
#fs_input_firstName, #fs_input_lastName {
    margin-top: 0.6vw;
}
#fs_input_firstNameKana, #fs_input_lastNameKana {
    margin-top: 0.6vw;
}
.fs-c-inputTextGroup > * + * {
    margin-left: 1vw;
}
.fs-c-memberPolicyAgreeField {
    margin-bottom: 1vw;
    font-size: 1.1vw;
  }
.fs-c-privacyPolicyAgreeField {
    margin-bottom: 1vw;
    font-size: 1.1vw;
}
@media screen and (max-width: 768px) {
    .type-mypage-title {
        margin-bottom: 20px;
    }
    .fs-mail-magazine-area {
        padding: 40px 30px 220px;
    }
    .fs-mail-magazine-area #fs_form {
        padding: 0;
    }
    .fs-mail-magazine-area .fs-c-inputInformation__message {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    .fs-c-inputTextGroup {
        display: block;
    }
    .fs-c-inputTable__headerCell, .fs-c-inputTable__dataCell {
        font-size: 18px;
    }
    #fs_input_firstName, #fs_input_lastName {
        margin-top: 8px;
    }
    #fs_input_firstNameKana, #fs_input_lastNameKana {
        margin-top: 8px;
    }
    .fs-mail-magazine-area .fs-c-inputTable tr:first-child .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:first-child::after, .fs-mail-magazine-area .fs-c-inputTable tr:first-child .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:nth-child(2)::after {
        font-size: 15px;
        margin-left: 30px;
        margin-top: 6px;
        width: 60px;
    }
    .fs-c-inputTable__headerCell .fs-c-inputTable__label::after {
        font-size: 15px;
        margin-left: 10px;
    }
    .fs-c-inputTable__headerCell {
        margin-bottom: 8px;
    }
    .fs-c-inputTable__dataCell {
        margin-bottom: 25px;
    }
    .fs-c-memberPolicyAgreeField {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .fs-c-privacyPolicyAgreeField {
        margin-bottom: 30px;
        font-size: 16px;
    }
    .fs-c-checkbox__checkMark {
        background: #ffffff;
        border-radius: 6px;
        width: 20px;
        height: 20px;
        margin: 0 10px 0 0;
    }
}

/* マイページ */
.mypage__parts {
    padding: 5vw 22vw;
    background-color: #d9d9d9;
    text-align: center;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.fs-c-accountService {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    column-gap: 0.6vw;
    row-gap: 0.6vw;
}
.fs-c-accountService li {
    background-color: #fff;
    width: 11vw;
    height: 11vw;
    font-size: 1.1vw;
}
.fs-c-accountService li a {
    display: block;
    width: 100%;
    height: 100%;
	position:relative;
}
.fs-c-accountService li .fs-c-accountService__pageLink__label {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.fs-c-accountService__page--accountReviews {
    display: none;
}
.fs-c-accountService__page .fs-c-accountService__pageLink__label::before {
    content: "";
    width: 5vw;
    height: 4vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 1vw;
}
.fs-c-accountService__page--couponList .fs-c-accountService__pageLink__label::before {
    background-image: url("https://oribe.itembox.design/item/2023/assets/img/mypage-coupon.svg");
}
.fs-c-accountService__page--wishList .fs-c-accountService__pageLink__label::before {
    background-image: url("https://oribe.itembox.design/item/2023/assets/img/mypage-favorite.svg");
}
.fs-c-accountService__page--orderHistoryList .fs-c-accountService__pageLink__label::before {
    background-image: url("https://oribe.itembox.design/item/2023/assets/img/mypage-log.svg");
}
.fs-c-accountService__page--pointHistory .fs-c-accountService__pageLink__label::before {
    background-image: url("https://oribe.itembox.design/item/2023/assets/img/mypage-point.svg");
}
.fs-c-accountService__page--addressbook .fs-c-accountService__pageLink__label::before {
    background-image: url("https://oribe.itembox.design/item/2023/assets/img/mypage-list.svg");
}
.fs-c-accountService__page--accountPassword .fs-c-accountService__pageLink__label::before {
    background-image: url("https://oribe.itembox.design/item/2023/assets/img/mypage-pass.svg");
}
.fs-c-accountService__page--accountSettingsModify .fs-c-accountService__pageLink__label::before {
    background-image: url("https://oribe.itembox.design/item/2023/assets/img/mypage-change.svg");
}
.fs-c-accountService__page--logout .fs-c-accountService__pageLink__label::before {
    background-image: url("https://oribe.itembox.design/item/2023/assets/img/mypage-logout.svg");
}
.mypage__parts .fs-clientInfo {
    text-align: left;
    font-size: 1.3vw;
    width: 33%;
}
.fs-p-accountInfo__header {
    font-weight: 500;
    padding-bottom: 1vw;
    border-bottom: 1px solid #fff;
}
.fs-p-accountInfo__body {
    padding: 1.6vw 0;
    border-bottom: 1px solid #fff;
}
.fs-p-accountInfo__point__label {
    display: block;
    font-size: 1.1vw;
    margin-bottom: 0.4vw;
}
.fs-p-accountInfo__point__point {
    margin-bottom: 1.4vw;
}
.fs-c-accountService__page .fs-c-string--label {
    font-size: 1.1vw;
}
.fs-p-accountInfo__body .fs-p-accountInfo__point__point__available {
    font-weight: 500;
}
.fs-p-accountInfo__body .fs-p-accountInfo__point__point__available__number {
    font-size: 2vw;
}
.fs-p-accountInfo__body .fs-p-accountInfo__point__point__rate {
    font-size: 1.1vw;
}
.fs-c-accountService__page--accountDelete {
    position: absolute;
    top: 20vw;
    right: 35vw;
    background-color: inherit!important;
    width: auto!important;
    height: auto!important;
    padding-bottom: 0.3vw;
    border-bottom: 1px solid #393939;
}
.fs-c-accountService__page--accountDelete .fs-c-accountService__pageLink__label::before {
    width: auto;
    height: auto;
    margin-bottom: 0;
}
.fs-body-my-top .fs-c-wishlistProduct {
    margin-top: 10vw;
}
@media screen and (max-width: 768px) {
    .mypage__parts {
        padding: 40px 30px 180px;
        flex-flow: column-reverse;
        position: relative;
    }
    .fs-c-accountService {
        column-gap: 2vw;
        row-gap: 2vw;
    }
    .fs-c-accountService li {
        width: 100%;
        height: 33vw;
    }
    .fs-c-accountService__page .fs-c-accountService__pageLink__label::before {
        width: inherit;
        height: 13vw;
        margin-bottom: 3vw;
		
		background-size: auto 80%;
position: absolute;
top: 4em;
    }
    .fs-c-accountService__page .fs-c-string--label {
        font-size: 14px;
        line-height: 1.4;
		
		
    }
	
	.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-string--label {
		position: absolute;
		bottom: 1em;
		display: flex;
		height: 3em;
		align-items: center;
	}
    .fs-c-accountService__page--addressbook .fs-c-string--label {
        padding: 0 20px;
    }
    .fs-c-accountService__page--accountPassword .fs-c-string--label {
        padding: 0 13px;
    }
    .fs-c-accountService__page--accountSettingsModify .fs-c-string--label {
        padding: 0 20px;
    }
    .mypage__parts .fs-clientInfo {
        font-size: 20px;
        width: 100%;
    }
    .fs-p-accountInfo__point__label {
        display: block;
        font-size: 18px;
        margin-bottom: 10px;
    }
    .fs-p-accountInfo__header {
        padding-bottom: 30px;
    }
    .fs-p-accountInfo__body {
        padding: 30px 0;
        margin-bottom: 40px;
    }.fs-c-accountService__page .fs-c-string--label
    .fs-p-accountInfo__point__label {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .fs-p-accountInfo__point__point {
        margin-bottom: 20px;
    }
    .fs-p-accountInfo__body .fs-p-accountInfo__point__point__available__number {
        font-size: 36px;
    }
    .fs-p-accountInfo__body .fs-p-accountInfo__point__point__rate {
        font-size: 18px;
    }
    .fs-p-accountInfo__body .fs-c-purchasePointExpiration {
        font-weight: 500;
    }
    .fs-c-accountService__page--accountDelete .fs-c-accountService__pageLink__label::before {
        width: auto;
        height: auto;
        margin-bottom: 0;
    }
    .fs-c-accountService__page--accountDelete {
        top: auto;
        right: auto;
        left: 30px;
        bottom: 140px;
        padding-bottom: 1px;
    }
    .fs-body-my-top .fs-c-wishlistProduct {
        margin-top: 100px;
    }
}
@media screen and (max-width: 370px) {
    .fs-c-accountService {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
    }
    .fs-c-accountService li {
        height: 40vw;
    }
    .fs-c-accountService__page .fs-c-accountService__pageLink__label::before {
        height: 18vw;
    }
    .fs-c-accountService__page--addressbook .fs-c-string--label {
        padding: 0;
    }
    .fs-c-accountService__page--accountSettingsModify .fs-c-string--label {
        padding: 0;
    }
}

/* お気に入り */
.fs-c-wishList {
    background-color: #d9d9d9;
    padding: 5vw 6vw 10vw;
    margin-bottom: 0!important;
}
.fs-c-button--viewProductDetail, .fs-c-button--addToCart--list {
    display: none!important;
}
.fs-c-buttonContainer--myPageTop {
    display: inline-block;
}
.fs-c-buttonContainer--myPageTop a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.7vw 2vw;
    font-size: 1.1vw;
    border: 2px solid #393939;
    border-radius: 5vw;
    transition: background-color 0.3s;
}
.fs-c-buttonContainer--myPageTop:hover a {
    background-color: #fff;
}
.fs-c-productListItem__control .fs-c-button--subscribeToArrivalNotice--list {
    display: none;
}
@media screen and (max-width: 768px) {
    .fs-c-wishList {
        padding: 40px 0 220px;
        margin-bottom: 0!important;
    }
    .fs-c-buttonContainer--myPageTop {
        display: block;
    }
    .fs-c-buttonContainer--myPageTop a {
        padding: 14px 40px;
        font-size: 16px;
        border-radius: 50px;
        margin: 0 auto;
        width: fit-content;
    }
}

/* 会員登録情報・退会手続き*/
.fs-member-info-area, .fs-member-cancel-contents-area {
    background-color: #d9d9d9;
    padding: 5vw 22vw 10vw;
    position: relative;
}
.fs-c-inputInformation__message {
    font-size: 1.1vw;
    text-align: center;
    margin-bottom: 3.5vw;
}
.fs-member-info-area .fs-c-inputTable, .fs-member-cancel-contents-area .fs-c-inputTable {
    width: 100%;
}
.fs-member-info-area .fs-c-inputTable__dataCell, .fs-member-cancel-contents-area .fs-c-inputTable__dataCell {
    font-size: 1.3vw;
    font-weight: 500;
    margin-bottom: 3vw;
}
.fs-member-info-area .fs-c-inputTable__headerCell, .fs-member-cancel-contents-area .fs-c-inputTable__headerCell {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.8vw;
}
.fs-c-inputTable__headerCell-border {
    width: 100%;
    height: 1px;
    background-color: #393939;
}
.fs-c-inputTable__headerCell-text {
    width: fit-content;
    flex: none;
    margin-right: 2vw;
}
.fs-member-info-area .fs-c-buttonContainer--change {
    display: inline-block;
    position: absolute;
    right: 22vw;
}
.fs-member-info-area .fs-c-buttonContainer--change a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.7vw 5.3vw;
    font-size: 1.1vw;
    border: 2px solid #393939;
    border-radius: 5vw;
    transition: background-color 0.3s;
}
.fs-member-info-area .fs-c-buttonContainer--change:hover a {
    background-color: #fff;
}
.fs-member-cancel-contents-area .fs-c-buttonContainer--leaveCancel {
    display: flex;
    float: right;
}
.fs-c-button--confirmLeave {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.7vw 4vw;
    font-size: 1.1vw;
    border: 2px solid #393939;
    border-radius: 5vw;
    transition: background-color 0.3s;
    margin-right: 1.2vw;
}
@media screen and (max-width: 768px) {
    .fs-member-info-area, .fs-member-cancel-contents-area {
        padding: 40px 30px 180px;
    }
    .fs-c-inputInformation__message {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 50px;
    }
    .fs-member-info-area .fs-c-inputTable__dataCell, .fs-member-cancel-contents-area .fs-c-inputTable__dataCell {
        font-size: 20px;
        margin-bottom: 40px;
    }
    .fs-c-inputTable__headerCell-text {
        margin-right: 15px;
    }
    .fs-member-info-area .fs-c-inputTable__headerCell, .fs-member-cancel-contents-area .fs-c-inputTable__headerCell {
        margin-bottom: 20px;
    }
    .fs-member-info-area .fs-c-buttonContainer--change {
        display: block;
        position: relative;
        right: auto;
    }
    .fs-member-info-area .fs-c-buttonContainer--change a {
        padding: 14px 86px;
        font-size: 16px;
        border-radius: 50px;
        margin: 0 auto 30px;
        width: fit-content;
    }
    .fs-member-cancel-contents-area .fs-c-buttonContainer--leaveCancel {
        display: block;
        float: inherit;
        margin-bottom: 30px;
    }
    .fs-c-button--confirmLeave {
        padding: 14px 72px;
        font-size: 16px;
        border-radius: 50px;
        margin: 30px auto 0;
        width: fit-content;
    }
}

/* 会員登録内容変更・登録 お客様情報入力*/
.fs-member-info-change-area, .fs-member-info-register-area, .fs-customer-info-contents-area {
    background-color: #d9d9d9;
    padding: 5vw 22vw 10vw;
    position: relative;
}
.fs-member-info-change-area .fs-c-inputTable__dataCell, .fs-member-info-register-area .fs-c-inputTable__dataCell, .fs-customer-info-contents-area .fs-c-inputTable__dataCell {
    margin-bottom: 2.5vw;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
    border-color: #393939;
}
.fs-c-radio__radioMark {
    border: 1px solid #393939;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
    background: #393939;
    width: 10px;
    height: 10px;
}
.fs-c-buttonContainer--confirmChange {
    display: inline-block;
    position: absolute;
    right: 22vw;
}
.fs-c-button--confirmChange {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.7vw 5.3vw;
    font-size: 1.1vw;
    border: 2px solid #393939;
    border-radius: 5vw;
    transition: background-color 0.3s;
}
.fs-c-inputField__explanation {
    line-height: 1.6;
    margin: 1vw 0;
}
.fs-c-radio__radioLabelText {
    font-weight: 500;
    margin-left: 0.3vw;
    margin-right: 2vw;
}
.fs-member-info-change-area .fs-c-inputTable tr:first-child .fs-c-inputTable__headerCell, 
.fs-member-info-change-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__headerCell, 
.fs-member-info-register-area .fs-c-inputTable tr:first-child .fs-c-inputTable__headerCell, 
.fs-member-info-register-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__headerCell, 
.fs-customer-info-contents-area .fs-c-inputTable tr:first-child .fs-c-inputTable__headerCell, 
.fs-customer-info-contents-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__headerCell {
    display: none;
}
.fs-member-info-change-area .fs-c-inputTable tr:first-child .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:first-child::before, 
.fs-member-info-register-area .fs-c-inputTable tr:first-child .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:first-child::before, 
.fs-customer-info-contents-area .fs-c-inputTable tr:first-child .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:first-child::before {
    content: "氏";
}
.fs-member-info-change-area .fs-c-inputTable tr:first-child .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:nth-child(2)::before, 
.fs-member-info-register-area .fs-c-inputTable tr:first-child .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:nth-child(2)::before, 
.fs-customer-info-contents-area .fs-c-inputTable tr:first-child .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:nth-child(2)::before {
    content: "名";
}
.fs-member-info-change-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:first-child::before, 
.fs-member-info-register-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:first-child::before, 
.fs-customer-info-contents-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:first-child::before {
    content: "氏（フリガナ）";
}
.fs-member-info-change-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:nth-child(2)::before, 
.fs-member-info-register-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:nth-child(2)::before, 
.fs-customer-info-contents-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:nth-child(2)::before {
    content: "名（フリガナ）";
}
.fs-member-info-change-area .fs-c-inputTable tr:first-child .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item, 
.fs-member-info-change-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item, 
.fs-member-info-register-area .fs-c-inputTable tr:first-child .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item, 
.fs-member-info-register-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item, 
.fs-customer-info-contents-area .fs-c-inputTable tr:first-child .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item, 
.fs-customer-info-contents-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item {
    position: relative;
}
.fs-member-info-change-area .fs-c-inputTable tr:first-child .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:first-child::after, 
.fs-member-info-change-area .fs-c-inputTable tr:first-child .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:nth-child(2)::after,
.fs-member-info-change-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:first-child::after, 
.fs-member-info-change-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:nth-child(2)::after, 
.fs-member-info-register-area .fs-c-inputTable tr:first-child .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:first-child::after, 
.fs-member-info-register-area .fs-c-inputTable tr:first-child .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:nth-child(2)::after,
.fs-member-info-register-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:first-child::after, 
.fs-member-info-register-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:nth-child(2)::after, 
.fs-customer-info-contents-area .fs-c-inputTable tr:first-child .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:first-child::after, 
.fs-customer-info-contents-area .fs-c-inputTable tr:first-child .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:nth-child(2)::after,
.fs-customer-info-contents-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:first-child::after, 
.fs-customer-info-contents-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:nth-child(2)::after {
    content: "必須";
    color: #EF5626;
    font-size: 0.8vw;
    margin-left: 1.5vw;
    margin-top: 0.1vw;
    position: absolute;
    top: 0;
    left: 0;
}
.fs-member-info-change-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:first-child::after, 
.fs-member-info-change-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:nth-child(2)::after, 
.fs-member-info-register-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:first-child::after, 
.fs-member-info-register-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:nth-child(2)::after, 
.fs-customer-info-contents-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:first-child::after, 
.fs-customer-info-contents-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:nth-child(2)::after {
    margin-left: 7.4vw;
}
.fs-c-buttonContainer--sendVerificationCode button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.7vw 5vw;
    font-size: 1.1vw;
    border: 2px solid #393939;
    border-radius: 5vw;
    transition: background-color 0.3s;
}
.fs-member-info-register-area .fs-c-buttonContainer--sendVerificationCode {
    margin-top: 3vw;
    margin-bottom: 1.4vw;
}
.fs-customer-info-contents-area .fs-c-agreementField {
    font-size: 1.1vw;
    line-height: 1.6;
}
.fs-c-agreementConfirmation__checkbox .fs-c-checkbox__label[for="fs_input_memberAgree"] {
    align-items: baseline;
  }
.fs-customer-info-contents-area .fs-c-button--registerAndContinue {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.7vw 3vw;
    font-size: 1.1vw;
    border: 2px solid #393939;
    border-radius: 5vw;
    transition: background-color 0.3s;
}
.fs-customer-info-contents-area .fs-c-button--next {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.7vw 5vw;
    font-size: 1.1vw;
    border: 2px solid #393939;
    border-radius: 5vw;
    transition: background-color 0.3s;
}
.fs-customer-info-contents-area #fs_registerAndContinue, .fs-customer-info-contents-area #fs_unregisterAndContinue {
    margin-top: 4vw;
}
.fs-customer-info-contents-area .fs-c-agreementConfirmation__message--registrationUnchecked {
    margin: 1vw 0;
}
.fs-customer-info-contents-area .fs-c-agreementConfirmation__message {
    line-height: 1.6;
    margin: 1vw 0;
}
@media screen and (max-width: 768px) {
    .fs-member-info-change-area, .fs-member-info-register-area, .fs-customer-info-contents-area {
        padding: 40px 30px 180px;
    }
    .fs-member-info-change-area .fs-c-inputTable tr:first-child .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:first-child::after, .fs-member-info-change-area .fs-c-inputTable tr:first-child .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:nth-child(2)::after, 
    .fs-member-info-register-area .fs-c-inputTable tr:first-child .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:first-child::after, .fs-member-info-register-area .fs-c-inputTable tr:first-child .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:nth-child(2)::after, 
    .fs-customer-info-contents-area .fs-c-inputTable tr:first-child .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:first-child::after, .fs-customer-info-contents-area .fs-c-inputTable tr:first-child .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:nth-child(2)::after {
        font-size: 15px;
        margin-left: 30px;
        margin-top: 6px;
        width: 60px;
    }
    .fs-member-info-change-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:first-child::after, .fs-member-info-change-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:nth-child(2)::after, 
    .fs-member-info-register-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:first-child::after, .fs-member-info-register-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:nth-child(2)::after, 
    .fs-customer-info-contents-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:first-child::after, .fs-customer-info-contents-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:nth-child(2)::after {
        font-size: 15px;
        margin-left: 125px;
        margin-top: 6px;
        width: 60px;
    }
    .fs-member-info-change-area .fs-c-inputTable tr:first-child, 
    .fs-member-info-change-area .fs-c-inputTable tr:nth-child(2),
    .fs-member-info-change-area .fs-c-inputTable tr:nth-child(3),
    .fs-member-info-change-area .fs-c-inputTable tr:nth-child(5), 
    .fs-member-info-change-area .fs-c-inputTable tr:nth-child(8), 
    .fs-member-info-change-area .fs-c-inputTable tr:nth-child(9), 
    .fs-member-info-change-area .fs-c-inputTable tr:last-child {
        display: block;
        margin-bottom: 30px;
    }
    .fs-member-info-register-area .fs-c-inputTable tr:first-child, 
    .fs-member-info-register-area .fs-c-inputTable tr:nth-child(2),
    .fs-member-info-register-area .fs-c-inputTable tr:nth-child(4),
    .fs-member-info-register-area .fs-c-inputTable tr:nth-child(6), 
    .fs-member-info-register-area .fs-c-inputTable tr:nth-child(9), 
    .fs-member-info-register-area .fs-c-inputTable tr:nth-child(10), 
    .fs-member-info-register-area .fs-c-inputTable tr:last-child {
        display: block;
        margin-bottom: 30px;
    }
    .fs-customer-info-contents-area .fs-c-inputTable tr:first-child, 
    .fs-customer-info-contents-area .fs-c-inputTable tr:nth-child(2),
    .fs-customer-info-contents-area .fs-c-inputTable tr:nth-child(3),
    .fs-customer-info-contents-area .fs-c-inputTable tr:nth-child(5), 
    .fs-customer-info-contents-area .fs-c-inputTable tr:nth-child(8), 
    .fs-customer-info-contents-area .fs-c-inputTable tr:last-child {
        display: block;
        margin-bottom: 30px;
    }
    .fs-member-info-change-area .fs-c-inputTable tr:last-child .fs-c-inputTable__headerCell, 
    .fs-member-info-register-area .fs-c-inputTable tr:last-child .fs-c-inputTable__headerCell, 
    .fs-customer-info-contents-area .fs-c-inputTable tr:last-child .fs-c-inputTable__headerCell {
        margin-bottom: 25px;
    }
    .fs-c-radioGroup, .fs-c-checkboxGroup {
        display: flex;
        flex-flow: row;
        justify-content: flex-start;
    }
    .fs-c-radioGroup > *, .fs-c-checkboxGroup > * {
        flex-basis: auto;
        margin-right: 20px;
    }
    .fs-c-radio__radioMark {
        width: 27px;
        height: 27px;
    }
    .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
        width: 17px;
        height: 17px;
    }
    .fs-c-inputField__explanation {
        line-height: 1.4;
        margin: 20px 0 50px;
        font-size: 14px;
    }
    .fs-c-buttonContainer--confirmChange {
        display: block;
        position: relative;
        right: auto;
    }
    .fs-c-button--confirmChange {
        padding: 14px 88px;
        font-size: 16px;
        border-radius: 50px;
        margin: 0 auto 30px;
        width: fit-content;
    }
    .fs-c-buttonContainer--sendVerificationCode button {
        padding: 14px 80px;
        font-size: 16px;
        border-radius: 50px;
        margin: 0 auto;
        width: fit-content;
    }
    .fs-member-info-register-area .fs-c-buttonContainer--sendVerificationCode, .fs-customer-info-contents-area .fs-c-buttonContainer--sendVerificationCode {
        margin-top: 100px;
        margin-bottom: 30px;
    }
    .fs-member-info-register-area .fs-c-inputInformation__buttonMessage, .fs-customer-info-contents-area .fs-c-inputInformation__buttonMessage {
        font-size: 16px;
        line-height: 1.4;
    }
    .fs-customer-info-contents-area .fs-c-agreementField {
        font-size: 16px;
    }
    .fs-customer-info-contents-area .fs-c-agreementConfirmation__message {
        margin: 30px 0;
    }
    .fs-c-agreementConfirmation__checkbox .fs-c-checkbox__label[for="fs_input_memberAgree"] .fs-c-checkbox__labelText {
        width: 80%;
    }
    .fs-customer-info-contents-area .fs-c-button--registerAndContinue {
        padding: 14px 45px;
        font-size: 16px;
        border-radius: 50px;
        margin: 0 auto;
        width: fit-content;
    }
    .fs-customer-info-contents-area .fs-c-button--next {
        padding: 14px 80px;
        font-size: 16px;
        border-radius: 50px;
        margin: 0 auto;
        width: fit-content;
    }
    .fs-member-info-change-area .fs-c-button--register, .fs-c-button--confirmChange {
        margin: 0 auto 30px!important;
    }
}
/* 会員登録完了 */ 
.fs-register-complete-area {
    background-color: #d9d9d9;
    padding: 5vw 25vw 10vw;
    position: relative;
    line-height: 1.6;
}
.fs-c-registerSuccessMessage p:first-child {
    font-size: 1.1vw;
    margin-bottom: 3.5vw;
}
.fs-register-complete-area .fs-c-registerSuccessMessage p:nth-child(2) {
    margin: 2vw 0;
}
.fs-c-registerSuccessMessage p:nth-child(3) {
    margin-bottom: 3vw;
    font-size: 1.1vw;
}
@media screen and (max-width: 768px) {
    .fs-register-complete-area {
        padding: 40px 30px 180px;
    }
    .fs-c-registerSuccessMessage p:first-child {
        font-size: 15px;
        margin-bottom: 50px;
    }
    .fs-c-registerSuccessMessage p:nth-child(2) {
        margin: 0 0 30px!important;
        font-size: 16px;
    }
    .fs-c-registerSuccessMessage p:nth-child(3) {
        margin-bottom: 50px;
        font-size: 15px;
    }
}

/* メルマガ登録完了 */
.fs-mail-magazine-certification-area {
    background-color: #d9d9d9;
    padding: 5vw 24vw 10vw;
    position: relative;
    line-height: 1.6;
}
.fs-mail-magazine-certification-area .fs-c-documentContent p:first-child {
    font-size: 1.1vw;
    font-weight: 500;
    margin-bottom: 2.5vw;
}
.fs-mail-magazine-certification-area .fs-c-documentContent p:nth-child(2) {
    font-size: 1.1vw;
    line-height: 1.6;
    margin-bottom: 2.5vw;
}
.fs-mail-magazine-certification-area .fs-c-button--topPage {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.7vw 3.4vw;
    font-size: 1.1vw;
    border: 2px solid #393939;
    border-radius: 5vw;
    transition: background-color 0.3s;
    width: fit-content;
}
@media screen and (max-width: 768px) {
    .fs-mail-magazine-certification-area {
        padding: 40px 30px 180px;
    }
    .fs-mail-magazine-certification-area .fs-c-documentContent p:first-child {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 30px;
    }
    .fs-mail-magazine-certification-area .fs-c-documentContent p:nth-child(2) {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 50px;
    }
    .fs-mail-magazine-certification-area .fs-c-button--topPage {
        padding: 14px 60px;
        font-size: 16px;
        border-radius: 50px;
        margin: 0 auto;
    }
}


/* ポイント履歴 */
.fs-c-history__info {
    background-color: #d9d9d9;
    padding: 5vw 22vw;
    position: relative;
}
.fs-c-pointSummary {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    font-size: 1.3vw;
}
.fs-c-pointSummary dt {
    width: 50%;
    padding: 2vw 0;
    border-bottom: 1px solid #fff;
    font-weight: 500;
}
.fs-c-pointSummary dd {
    width: 50%;
    padding: 2vw 0;
    border-bottom: 1px solid #fff;
    text-align: right;
}
.fs-c-pointSummary__label--limitedPoint, .fs-c-pointSummary__value--limitedPoint {
    border-bottom: none!important;
}
.fs-c-pointSummary__label--limitedPoint {
    display: none;
}
.fs-c-pointSummary__value--limitedPoint {
    position: absolute;
    top: 6vw;
    right: 0;
    padding: 0!important;
}
.fs-c-pointSummary__value--limitedPoint::before {
    content: "(うち期間限定ポイント：";
}
.fs-c-pointSummary__value--limitedPoint::after {
    content: ")";
}
.fs-c-pointSummary__label--availablePoint {
    padding: 4vw 0 2vw!important;
}
.fs-c-pointSummary__value--availablePoint {
    font-size: 2.6vw;
    padding: 2vw 0 4vw!important;
}
.fs-c-history__listContainer {
    padding: 5vw 22vw 0;
    position: relative;
}
.fs-c-history__termCtrl {
    width: 7vw;
    float: left;
}
.fs-body-my-points .fs-c-dropdown__menu {
    display: flex;
    align-items: center;
    padding: 0.3vw 0.8vw!important;
    border: 1px #393939 solid;
    font-size: 1vw;
}
.fs-body-my-points .fs-c-listControl {
    float: right;
    font-size: 1.1vw;
    margin-top: 0.3vw;
    margin-right: 0;
}
.fs-body-my-points #fs_form .fs-c-dropdown {
    width: 100%;
}
.fs-c-pointListTable {
    width: 100%;
    margin-top: 3.4vw;
    margin-bottom: 3.4vw;
}
.fs-c-pointListTable tr {
    border-bottom: 1px solid #393939;
}
.fs-c-pointListTable th {
    font-weight: 500;
    font-size: 1.1vw;
    text-align: center;
    padding: 0.8vw 0;
    border-bottom: 5px solid #393939;
    position: relative;
}
.fs-c-pointListTable th::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, #000, #000 6px, transparent 3px, transparent 8px);
    background-size: 1px 10px;
    background-position: right top;
    background-repeat: repeat-y;
}
.fs-c-pointListTable th:last-child::after {
    background-image: none;
}
.fs-c-pointListTable td {
    font-weight: 500;
    font-size: 1.3vw;
    text-align: center;
    padding: 1.4vw 0;
    position: relative;
}
.fs-c-pointListTable td[aria-label=獲得・利用ポイント] {
    font-size: 1.3vw;
    padding: 1.4vw 1vw;
}
.fs-c-pointListTable td::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, #000, #000 6px, transparent 3px, transparent 8px);
    background-size: 1px 10px;
    background-position: right top;
    background-repeat: repeat-y;
}
.fs-c-pointListTable td:last-child::after {
    background-image: none;
}
.fs-body-my-points .fs-c-buttonContainer--myPageTop {
    padding: 0 0 10vw 22vw;
}
.fs-c-pointListTable__pointType .fs-c-pointListTable__dataDetail {
    font-size: 1vw;
    margin: 0.6vw 0.4vw 0;
}
@media screen and (max-width: 768px) {
    .fs-c-history__info {
        padding: 30px 30px 10px;
    }
    .fs-c-pointSummary {
        font-size: 20px;
    }
    .fs-c-pointSummary dt {
        width: 100%;
        padding: 20px 0;
        border-bottom: none;
        font-size: 24px;
        font-weight: 500;
    }
    .fs-c-pointSummary dd {
        width: 100%;
        padding: 0 0 20px;
        text-align: left;
    }
    .fs-c-pointSummary dd:last-child {
        border-bottom: none;
    }
    .fs-c-pointSummary__label--availablePoint {
        padding: 0!important;
        font-size: 20px!important;
    }
    .fs-c-pointSummary__value--availablePoint {
        font-size: 36px;
        padding: 20px 0 50px!important;
    }
    .fs-c-pointSummary__value--limitedPoint {
        top: 97px;
        font-size: 18px;
        left: 15px;
    }
    .fs-c-pointSummary__value--availablePoint .fs-c-pointSummary__number::after {
        content: "ポイント";
        font-size: 20px;
        margin-left: 5px;
        font-weight: 500;
    }
    .fs-c-history__listContainer {
        padding: 60px 30px 80px;
    }
    .fs-c-history__termCtrl {
        width: 100%;
        margin-bottom: 20px;
    }
    .fs-body-my-points .fs-c-dropdown__menu {
        padding: 10px!important;
        font-size: 18px;
    }
    .fs-body-my-points .fs-c-listControl {
        font-size: 15px;
        margin-top: 10px;
        margin-bottom: 20px;
        text-align: right;
    }
    .fs-body-my-points .fs-c-buttonContainer--myPageTop {
        padding: 0 0 200px;
    }
}
@media screen and (max-width: 600px) {
    .fs-c-pointListTable {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        border: 0.6px solid #393939;
    }
    .fs-c-pointListTable tr {
        border-bottom: none;
        padding: 10px 0 20px;
    }
    .fs-c-pointListTable th {
        font-size: 15px;
        text-align: left;
        padding: 0;
        border-bottom: none;
    }
    .fs-c-pointListTable td {
        font-weight: 500;
        font-size: 20px;
        text-align: center;
        padding: 15px 20px;
        position: relative;
    }
    .fs-c-pointListTable.fs-c-listTable > tbody > tr td {
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .fs-c-pointListTable td::after {
        content: none;
    }
    .fs-c-pointListTable.fs-c-listTable > tbody > tr td::before {
        width: auto!important;
        padding-right: 0!important;
    }
    .fs-c-listTable > tbody > tr > th::before, .fs-c-listTable > tbody > tr td::before {
        font-size: 15px!important;
        font-weight: 500!important;
    }
    .fs-c-pointListTable td[aria-label=獲得・利用ポイント] {
        font-size: 20px;
        padding: 15px 20px;
    }
    .fs-c-pointListTable td[aria-label=日付], .fs-c-pointListTable td[aria-label=ポイント状況], .fs-c-pointListTable td[aria-label=有効期限] {
        text-align: left;
    }
    .fs-body-my-points .fs-c-pointListTable__pointType .fs-c-pointListTable__data {
        text-align: right;
    }
    .fs-body-my-points .fs-c-pointListTable__pointType .fs-c-pointListTable__dataDetail {
        font-size: 12px;
        margin: 5px 0;
    }
}

/* 注文履歴 */
.order-return-message-title {
    font-size: 2vw;
    padding: 0 22vw;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.order-return-message-border {
    display: block;
    width: 37%;
    height: 1px;
    background-color: #393939;
}
.order-return-message-text {
    padding: 2vw 22vw;
    font-size: 1.1vw;
    line-height: 1.6;
    text-align: justify;
}
.fs-body-my-orders .fs-c-history__termCtrl {
    float: inherit;
}
.fs-body-my-orders #fs_form .fs-c-dropdown {
    width: 100%;
}
.fs-body-my-orders #fs_form .fs-c-dropdown .fs-c-dropdown__menu {
    display: flex;
    align-items: center;
    padding: 0.3vw 0.8vw!important;
    font-size: 1vw;
}
.fs-body-my-orders .fs-c-history__term {
    font-size: 1.1vw;
    margin-top: 2vw;
    padding-bottom: 1vw;
    border-bottom: 4px solid #393939;
}
.fs-body-my-orders .fs-c-pairList {
    grid-row-gap: 0;
    grid-column-gap: 0;
}
.fs-body-my-orders .fs-c-pairList > dt::after {
    content: ""!important;
}
.fs-body-my-orders .fs-c-pairList > dt {
    font-size: 1.3vw;
    font-weight: 500;
    padding: 1.3vw 0;
    border-bottom: 1px solid #393939;
}
.fs-body-my-orders .fs-c-pairList > dd {
    font-size: 1.3vw;
    font-weight: 500;
    padding: 1.3vw 0;
    border-bottom: 1px solid #393939;
    text-align: right;
}
.fs-body-my-orders .fs-c-pairList > dt:last-of-type, .fs-body-my-orders .fs-c-pairList > dd:last-of-type {
    border-bottom: none;
}
.fs-body-my-orders .fs-c-noResultMessage {
    font-size: 1.3vw;
    font-weight: 500;
    margin-bottom: 5vw;
}
.fs-body-my-orders .fs-c-listControl {
    font-size: 1.1vw;
    text-align: right;
    margin-right: 0;
    margin-bottom: 1.6vw;
}
.fs-c-orderHistoryItem {
    position: relative;
}
.fs-c-orderHistoryItem:last-child {
    border-bottom: 4px solid #393939;
    margin-bottom: 1vw;
}
.fs-c-orderHistoryItem__body {
    padding-bottom: 3vw;
}
.fs-c-orderHistoryItem__orderInfo {
    display: flex;
    justify-content: space-between;
    border-top: 4px solid #393939;
    margin-bottom: 2vw;
}
.fs-c-orderHistoryItem__orderInfo__info {
    display: flex;
    flex-flow: column;
    width: 33%;
}
.fs-c-orderHistoryItem__orderInfo__info:nth-child(2) {
    text-align: center;
}
.fs-c-orderHistoryItem__orderInfo__info:last-child {
    width: 34%;
    text-align: right;
}
.fs-c-orderHistoryItem__orderInfo__info dt {
    padding: 1vw 0;
    font-size: 1.1vw;
    font-weight: 500;
    border-bottom: 1px solid #393939;
}
.fs-c-orderHistoryItem__orderInfo__info dd {
    padding: 1vw 0;
    font-size: 1.3vw;
    font-weight: 500;
}
.fs-c-buttonContainer--viewOrderHistoryDetail {
    position: absolute;
    bottom: 5.2vw;
    right: 0;
    font-size: 1.1vw;
    font-weight: 500;
    line-height: 1.6;
    border-bottom: 1px solid #393939;
}
.fs-c-orderHistoryItem__product {
    display: grid;
    grid-template-columns: 0.7fr 1.5fr 0.8fr;
    grid-template-rows: 1.6fr 0.7fr 0.7fr;
    grid-column-gap: 2vw;
    grid-row-gap: 0px;
}
.fs-c-orderHistoryItem__productImage {
    grid-area: 1 / 1 / 4 / 2;
}
.fs-c-orderHistoryItem__productName {
    grid-area: 1 / 2 / 2 / 3;
    font-size: 1.3vw;
    font-weight: 500;
    line-height: 1.6;
}
.fs-c-orderHistoryItem__productName .fs-c-listedProductName__selection {
    font-size: 1.1vw;
}
.fs-c-orderHistoryItem__unitPrice {
    grid-area: 2 / 2 / 3 / 3;
    font-weight: 500;
}
.fs-c-orderHistoryItem__productQuantity {
    grid-area: 1 / 3 / 3 / 4;
    text-align: right;
    line-height: 1.6;
}
.fs-c-orderHistoryItem__deliveryInfo {
    grid-area: 3 / 2 / 4 / 3;
    display: flex;
    align-items: flex-end;
}
.fs-c-orderHistoryItem__deliveryStatus {
    font-weight: 400;
}
.fs-c-orderHistoryItem__deliveryStatus::after {
    content: ":";
    margin: 0 0.4vw;
}
.fs-c-buttonContainer--addReview--detail {
    grid-area: 3 / 3 / 4 / 4;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    font-size: 1vw;
    font-weight: 500;
}
.fs-c-button--addReview--detail.fs-c-button--plain {
    border-bottom: 1px solid #393939;
    padding-bottom: 0.2vw;
}
.fs-c-button--addReview--detail.fs-c-button--plain::before {
    content: "";
    background-image: url("https://oribe.itembox.design/item/2023/assets/img/review-icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 1vw;
    height: 1vw;
}

.fs-body-my-orders .fs-c-buttonContainer--myPageTop {
    margin-bottom: 10vw;
    padding-left: 22vw;
}
@media screen and (max-width: 768px) {
    .order-return-message-title {
        font-size: 24px;
        margin-top: 80px;
        padding: 0 30px;
    }
    .order-return-message-border {
        width: 24%;
    }
    .order-return-message-text {
        padding: 20px 30px 40px;
        font-size: 14px;
    }
    .fs-body-my-orders #fs_form .fs-c-dropdown .fs-c-dropdown__menu {
        padding: 10px!important;
        font-size: 18px;
    }
    .fs-body-my-orders .fs-c-history__termCtrl {
        margin-bottom: 50px;
    }
    .fs-body-my-orders .fs-c-history__term {
        font-size: 18px;
        margin-top: 0;
        padding-bottom: 40px;
        border-bottom: none;
    }
    .fs-body-my-orders .fs-c-pairList {
        margin-bottom: 20px;
    }
    .fs-body-my-orders .fs-c-pairList > dt {
        font-size: 15px;
        padding: 20px 0;
    }
    .fs-body-my-orders .fs-c-pairList > dd {
        font-size: 24px;
        padding: 18px 0;
    }
    .fs-body-my-orders .fs-c-noResultMessage {
        font-size: 20px;
        margin-bottom: 0;
    }
    .fs-body-my-orders .fs-c-listControl {
        font-size: 15px;
        text-align: right;
        margin-right: 0;
        margin-bottom: 12px;
    }
    .fs-c-orderHistoryItem:last-child {
        margin-bottom: 10px;
    }
    .fs-c-orderHistoryItem__body {
        padding-bottom: 40px;
    }
    .fs-c-orderHistoryItem__orderInfo {
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        border-top: 4px solid #393939;
        margin-bottom: 40px;
    }
    .fs-c-orderHistoryItem__orderInfo__info {
        display: flex;
        flex-flow: nowrap;
        justify-content: space-between;
        width: 100%;
    }
    .fs-c-orderHistoryItem__orderInfo__info:last-child {
        width: 100%;
    }
    .fs-c-orderHistoryItem__orderInfo__info dt {
        padding: 15px 0;
        font-size: 15px;
        width: 50%;
        text-align: left;
    }
    .fs-c-orderHistoryItem__orderInfo__info dd {
        width: 50%;
        padding: 0;
        font-size: 20px;
        border-bottom: 1px solid #393939;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .fs-c-orderHistoryItem__orderInfo__info:last-child dt, .fs-c-orderHistoryItem__orderInfo__info:last-child dd {
        border-bottom: none;
    }
    .fs-c-orderHistoryItem__product {
        grid-template-columns: 1fr 0.9fr;
        grid-template-rows: auto;
        grid-column-gap: 20px;
        grid-row-gap: 0px;
    }
    .fs-c-orderHistoryItem__productImage {
        grid-area: 1 / 1 / 5 / 2;
    }
    .fs-c-orderHistoryItem__productName {
        grid-area: 1 / 2 / 2 / 3;
        font-size: 15px;
        font-weight: 500;
        line-height: 1.2;
    }
    .fs-c-orderHistoryItem__productName .fs-c-listedProductName__selection {
        font-size: 12px;
        margin: 5px 0 10px;
    }
    .fs-c-orderHistoryItem__unitPrice {
        grid-area: 2 / 2 / 3 / 3;
        font-weight: 400;
        margin-bottom: 20px;
    }
    .fs-c-orderHistoryItem__unitPrice .fs-c-productPrice__addon {
        font-size: 15px;
    }
    .fs-c-orderHistoryItem__unitPrice .fs-c-productPrice__main__price.fs-c-price {
        font-size: 20px;
        margin-left: 0;
    }
    .fs-c-orderHistoryItem__productQuantity {
        grid-area: 3 / 2 / 4 / 3;
        text-align: left;
        line-height: 0;
        margin-bottom: 15px;
    }
    .fs-c-orderHistoryItem__productQuantity__label {
        font-size: 15px;
        margin-right: 7px;
    }
    .fs-c-orderHistoryItem__productQuantity__number {
        font-size: 20px;
    }
    .fs-c-orderHistoryItem__deliveryInfo {
        grid-area: 4 / 2 / 6 / 3;
        display: flex;
        align-items: flex-start;
        font-size: 15px;
        margin-bottom: 60px;
    }
    .fs-c-buttonContainer--addReview--detail {
        grid-area: 5 / 1 / 6 / 2;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
        font-size: 15px;
        padding-top: 20px;
        font-weight: 500;
    }
    .fs-c-button--addReview--detail.fs-c-button--plain {
        padding-bottom: 5px;
    }
    .fs-c-button--addReview--detail.fs-c-button--plain::before {
        width: 17px;
        height: 17px;
    }
    .fs-c-buttonContainer--viewOrderHistoryDetail {
        bottom: 40px;
        font-size: 15px;
        line-height: 1.9;
    }
    .fs-body-my-orders .fs-c-buttonContainer--myPageTop {
        margin-bottom: 200px;
        padding-left: 0;
    }
}
/* 注文履歴詳細 */
.fs-order-history-details-contents-area {
    padding: 4vw 22vw 10vw;
}
.fs-order-history-details-contents-area .fs-c-orderDetailList {
    display: flex;
    flex-wrap: wrap;
    border-top: 4px solid #393939;
}
.fs-order-history-details-contents-area .fs-c-orderDetailList dt, 
.fs-order-history-details-contents-area .fs-c-orderDetailList dd {
    width: 50%;
    font-size: 1.1vw;
    font-weight: 500;
    padding: 1vw 0;
    border-top: 1px solid #393939;
}
.fs-order-history-details-contents-area .fs-c-orderDetail__addresseeInfo h2, 
.fs-order-history-details-contents-area .fs-c-orderDetail__orderInfo h2 {
    font-size: 1.8vw;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 400;
    margin: 3vw 0;
}
.fs-order-history-details-contents-area .fs-c-orderPerAddressee__heading {
    font-size: 1.5vw;
    font-weight: 500;
    margin-bottom: 1.6vw;
}
.fs-order-history-details-contents-area .fs-c-orderPerAddressee__headingNumber::after {
    content: "：";
}
.fs-order-history-details-contents-area .fs-c-orderPerAddressee__addressee {
    display: flex;
    flex-wrap: wrap;
}
.fs-order-history-details-contents-area .fs-c-orderPerAddressee__addressee dt, 
.fs-order-history-details-contents-area .fs-c-orderPerAddressee__addressee dd {
    width: 50%;
    font-size: 1.1vw;
    font-weight: 500;
    padding: 1vw 0;
    border-top: 1px solid #393939;
}
.fs-order-history-details-contents-area .fs-c-orderPerAddressee__addressee dt:last-of-type, 
.fs-order-history-details-contents-area .fs-c-orderPerAddressee__addressee dd:last-of-type {
    border-bottom: 1px solid #393939;
}
.fs-order-history-details-contents-area .fs-c-orderPerAddressee__addressee dd:last-child span {
    line-height: 1.4;
}
.fs-order-history-details-contents-area .fs-c-orderPerAddressee__cartTable .fs-c-cartTable__product {
    padding: 1vw 0;
}
.fs-order-history-details-contents-area .fs-c-orderPerAddressee__cartTable .fs-c-cartTable__product > .fs-c-cartTable__productImage {
    width: 27%;
}
.fs-order-history-details-contents-area .fs-c-orderPerAddressee__cartTable .fs-c-cartTable__product > .fs-c-cartTable__productInfo {
    width: 71%;
}
.fs-order-history-details-contents-area .fs-c-orderPerAddressee__cartTable .fs-c-cartTable__dataCell--quantity, 
.fs-order-history-details-contents-area .fs-c-orderDetailInfo__cartTable .fs-c-cartTable__dataCell--quantity {
    position: relative;
    bottom: auto;
    right: auto;
    flex-flow: row;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 0.6vw;
}
.fs-order-history-details-contents-area .fs-c-orderPerAddressee__cartTable .fs-c-cartTable__dataCell--subtotal, 
.fs-order-history-details-contents-area .fs-c-orderDetailInfo__cartTable .fs-c-cartTable__dataCell--subtotal {
    position: relative;
    bottom: auto;
    right: auto;
    justify-content: flex-end;
}
.fs-order-history-details-contents-area .fs-c-orderPerAddressee .fs-c-orderTotalInfo, 
.fs-order-history-details-contents-area .fs-c-orderPerAddressee .fs-c-deliveryInfoList, 
.fs-order-history-details-contents-area .fs-c-orderDetail__orderInfo .fs-c-orderTotalTable, 
.fs-order-history-details-contents-area .fs-c-orderDetail__orderInfo .fs-c-orderPaymentTable {
    width: 45%;
}
.fs-order-history-details-contents-area .fs-c-orderPerAddressee .fs-c-orderPerAddressee__orderDeliveryInfo, 
.fs-order-history-details-contents-area .fs-c-orderDetail__orderInfo .fs-c-orderDetailInfo__orderTotal {
    display: flex;
    justify-content: space-between;
    margin-top: 3vw;
    padding-bottom: 4vw;
}
.fs-order-history-details-contents-area .fs-c-orderPerAddressee .fs-c-orderTotalTable > tbody > tr > th, 
.fs-order-history-details-contents-area .fs-c-orderDetail__orderInfo .fs-c-orderTotalTable > tbody > tr > th {
    padding: 1vw;
}
.fs-order-history-details-contents-area .fs-c-orderPerAddressee .fs-c-deliveryInfoList > *, 
.fs-order-history-details-contents-area .fs-c-orderPaymentTable th, .fs-order-history-details-contents-area .fs-c-orderPaymentTable td {
    border: 1px solid #d9d9d9;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fs-order-history-details-contents-area .fs-c-orderPaymentTable tr {
    display: flex;
    width: 100%;
}
.fs-order-history-details-contents-area .fs-c-orderPaymentTable th, .fs-order-history-details-contents-area .fs-c-orderPaymentTable td {
    width: 50%;
}
.fs-order-history-details-contents-area .fs-c-orderDetail__orderInfo .fs-c-orderPaymentTable {
    align-self: flex-end;
}
.fs-order-history-details-contents-area .topBackButton {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 0.7vw 2.2vw;
    font-size: 1.1vw;
    border: 2px solid #393939;
    border-radius: 5vw;
    transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
    .fs-order-history-details-contents-area {
        padding: 40px 30px 180px;
    }
    .fs-order-history-details-contents-area .fs-c-orderDetailList dt, 
    .fs-order-history-details-contents-area .fs-c-orderDetailList dd {
        font-size: 15px;
        padding: 10px 0;
    }
    .fs-order-history-details-contents-area .fs-c-orderDetail__addresseeInfo h2, 
    .fs-order-history-details-contents-area .fs-c-orderDetail__orderInfo h2 {
        font-size: 20px;
        margin: 50px 0 30px;
    }
    .fs-order-history-details-contents-area .fs-c-orderPerAddressee__heading {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .fs-order-history-details-contents-area .fs-c-orderPerAddressee__addressee dt, 
    .fs-order-history-details-contents-area .fs-c-orderPerAddressee__addressee dd {
        font-size: 14px;
        padding: 10px 0;
    }
    .fs-order-history-details-contents-area .fs-c-orderPerAddressee__cartTable .fs-c-cartTable__product {
        padding: 10px 0;
        display: flex;
        justify-content: space-between;
    }
    .fs-order-history-details-contents-area .fs-c-orderPerAddressee__cartTable .fs-c-cartTable__product > .fs-c-cartTable__productImage {
        width: 47%;
    }
    .fs-order-history-details-contents-area .fs-c-orderPerAddressee__cartTable .fs-c-cartTable__product > .fs-c-cartTable__productInfo {
        width: 50%;
        margin-top: 0;
    }
    .fs-order-history-details-contents-area .fs-c-orderPerAddressee__cartTable .fs-c-cartTable__dataCell--quantity, 
    .fs-order-history-details-contents-area .fs-c-orderDetailInfo__cartTable .fs-c-cartTable__dataCell--quantity {
        justify-content: flex-start;
        margin-bottom: 5px;
        font-size: 15px;
    }
    .fs-order-history-details-contents-area .fs-c-orderPerAddressee .fs-c-orderPerAddressee__orderDeliveryInfo, 
    .fs-order-history-details-contents-area .fs-c-orderDetail__orderInfo .fs-c-orderDetailInfo__orderTotal {
        display: block;
        margin-top: 20px;
        padding-bottom: 30px;
    }
    .fs-order-history-details-contents-area .fs-c-orderPerAddressee .fs-c-orderTotalInfo, 
    .fs-order-history-details-contents-area .fs-c-orderPerAddressee .fs-c-deliveryInfoList, 
    .fs-order-history-details-contents-area .fs-c-orderDetail__orderInfo .fs-c-orderTotalTable, 
    .fs-order-history-details-contents-area .fs-c-orderDetail__orderInfo .fs-c-orderPaymentTable {
        width: 100%;
        font-size: 14px;
    }
    .fs-order-history-details-contents-area .fs-c-orderPerAddressee .fs-c-deliveryInfoList, 
    .fs-order-history-details-contents-area .fs-c-orderDetail__orderInfo .fs-c-orderPaymentTable {
        margin-top: 20px;
    }
    .fs-order-history-details-contents-area .topBackButton {
        padding: 14px 56px;
        font-size: 16px;
        border-radius: 50px;
        margin: 30px auto 0;
    }
}
/* レビューを書く */
.fs-body-review-write .fs-review-contents-area {
    padding: 4vw 22vw 10vw;
    background-color: #d9d9d9;
}
.fs-body-review-write .fs-c-productReviewed {
    display: grid;
    grid-template-columns: 0.6fr 1.4fr;
    grid-template-rows: repeat(3, 1fr);
    grid-gap: 2vw;
}
.fs-body-review-write .fs-c-productReviewed__image.fs-c-productImage {
    grid-area: 1 / 1 / 4 / 2;
}
.fs-body-review-write .fs-c-productReviewed__name.fs-c-productName {
    grid-area: 1 / 2 / 2 / 3;
    font-size: 1.6vw;
}
.fs-body-review-write .fs-c-aggregateRating__message {
    margin: 1vw 0 2vw;
}
.fs-body-review-write .fs-c-reveiwNotes {
    line-height: 1.4;
    font-size: 1vw;
    margin-bottom: 2.6vw;
}
.fs-body-review-write .fs-c-reveiwNotes h3 {
    font-size: 1.2vw;
    font-weight: 500;
    margin-bottom: 0.2vw;
}
.fs-body-review-write .fs-c-inputField__explanation {
    margin: 0.4vw 0;
    font-size: 1vw;
}
.fs-body-review-write #fs_input_reviewContents {
    width: 100%;
    height: 100%;
    padding: 0.4vw;
    background-color: #fff;
    border-radius: 0.4vw;
}
.fs-body-review-write .fs-c-inputTable__comment {
    font-size: 1vw;
    margin-bottom: 1vw;
}
.fs-body-review-write .fs-c-inputTable {
    width: 100%;
}
.fs-body-review-write #fs_form .fs-c-dropdown {
    width: 100%;
}
.fs-body-review-write .fs-c-inputTable--child {
    width: 100%;
}
.fs-body-review-write .fs-c-button--submitReview.fs-c-button--primary {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 0.7vw 4.4vw;
    font-size: 1.1vw;
    border: 2px solid #393939;
    border-radius: 5vw;
    transition: background-color 0.3s;
    float: left;
    margin-top: 2vw;
}
.fs-body-review-write .topBackButton.fs-c-button--back.fs-c-button--standard {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 0.7vw 2vw;
    font-size: 1.1vw;
    border: 2px solid #393939;
    border-radius: 5vw;
    transition: background-color 0.3s;
    margin-left: auto;
    margin-top: 2vw;
}
@media screen and (max-width: 768px) {
    .fs-body-review-write .fs-review-contents-area {
        padding: 40px 30px 180px;
    }
    .fs-body-review-write .fs-c-productReviewed {
        display: flex;
        grid-gap: inherit;
        flex-flow: column;
    }
    .fs-body-review-write .fs-c-productReviewed__image.fs-c-productImage {
        margin-bottom: 15px;
    }
    .fs-body-review-write .fs-c-productReviewed__name.fs-c-productName {
        font-size: 16px;
    }
    .fs-body-review-write .fs-c-productReviewed__number {
        margin-bottom: 10px;
        margin-top: 5px;
    }
    .fs-body-review-write .fs-c-aggregateRating__message {
        margin: 15px 0 30px;
        font-size: 14px;
    }
    .fs-body-review-write .fs-c-reveiwNotes h3 {
        font-size: 16px;
        margin-bottom: 7px;
    }
    .fs-body-review-write .fs-c-reveiwNotes {
        font-size: 14px;
        margin-bottom: 40px;
    }
    .fs-body-review-write .fs-c-inputField__explanation {
        margin: 8px 0;
        font-size: 12px;
    }
    .fs-body-review-write .fs-c-inputTable__comment {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 1.4;
    }
    .fs-body-review-write .fs-c-button--submitReview.fs-c-button--primary {
        padding: 14px 80px;
        font-size: 16px;
        border-radius: 50px;
        margin: 30px auto 0;
        float: inherit;
    }
    .fs-body-review-write .topBackButton.fs-c-button--back.fs-c-button--standard {
        padding: 14px 33px;
        font-size: 16px;
        border-radius: 50px;
        margin: 30px auto 0;
        float: inherit;
    }
}
.fs-review-confirm-area {
    padding: 4vw 22vw 10vw;
    background-color: #d9d9d9;
    line-height: 1.4;
}
.fs-review-confirm-area .fs-c-button--topPage.fs-c-button--secondary {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 0.7vw 4.4vw;
    font-size: 1.1vw;
    border: 2px solid #393939;
    border-radius: 5vw;
    transition: background-color 0.3s;
    margin-top: 2vw;
    float: left;
}
.fs-review-confirm-area .topBackButton.fs-c-button--back.fs-c-button--standard {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 0.7vw 4.4vw;
    font-size: 1.1vw;
    border: 2px solid #393939;
    border-radius: 5vw;
    transition: background-color 0.3s;
    margin-top: 2vw;
    float: right;
}
@media screen and (max-width: 768px) {
    .fs-review-confirm-area {
        padding: 40px 30px 180px;
        font-size: 16px;
    }
    .fs-review-confirm-area .fs-c-button--topPage.fs-c-button--secondary {
        padding: 14px 60px;
        font-size: 16px;
        border-radius: 50px;
        margin: 30px auto 0;
        float: inherit;
    }
    .fs-review-confirm-area .topBackButton.fs-c-button--back.fs-c-button--standard {
        padding: 14px 45px;
        font-size: 16px;
        border-radius: 50px;
        margin: 30px auto 0;
        float: inherit;
    }
}

/* クーポン履歴 */
.fs-coupon-contents-area {
    background-color: #d9d9d9;
    padding: 5vw 22vw 10vw;
    position: relative;
}
.fs-c-couponList {
    margin-bottom: 3vw;
}
.fs-c-couponList__item {
    font-size: 1.1vw;
    line-height: 1.4;
    padding-bottom: 4vw;
    border-bottom: 1px solid #393939;
    margin-bottom: 4vw;
}
/*
.fs-c-coupon__info::before {
    content: "COUPON";
    display: block;
    width: 100%;
    padding: 5vw 1vw;
    margin-top: 1.6vw;
    text-align: center;
    font-size: 4vw;
    font-weight: 700;
    color: #fff;
    background-color: #FE9E59;
}
.fs-c-couponList__item:nth-child(2) .fs-c-coupon__info::before {
    background-color: #ACE7E3;
}
*/
.fs-c-coupon__image {
	width:50%;
	float:left;
}
.fs-c-coupon__image img {
	display:block;
	width:100%;
}

.fs-c-coupon__name {
	width:calc(50% - 2em);
	float:right;
}

.fs-c-couponName__name {
    font-size: 1.1vw;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 400;
    text-align: left;
    margin-bottom: 0;
}
.fs-c-coupon__description {
	clear:both;
}
.fs-c-couponName__name, .fs-c-couponExpiration__title, .fs-c-couponName__discount__value, .fs-c-couponExpiration__list, .fs-c-coupon__description__appliedCondition,.fs-c-couponProduct__title {
    border-bottom: 1px solid #fff;
    display: block;
    padding: 1.2vw 0;
}
.fs-c-couponExpiration__title, .fs-c-couponExpiration__list__item__title, .fs-c-couponAppliedCondition__title,.fs-c-couponProduct__title {
    font-size: 1.3vw;
    font-weight: 500;
    margin-bottom: 0.8vw;
    display: block;
}
.fs-c-couponProduct__title {
	border-bottom: none;
  	padding-bottom: 0;
	margin-bottom: 0;
}

.fs-c-coupon__description__appliedCondition {
    margin-bottom: 1.2vw;
}
.fs-c-couponExpiration__list .fs-c-couponExpiration__list__item:nth-of-type(2n){
	margin-top: 1em;
}

.fs-c-couponProduct__footer {
  display: block;
  width: 18.3vw;
  height: 3.2vw;
  border-radius: 3vw;
  border: 2px solid #393939;
  margin-right: auto;
  transition: background-color 0.3s;
  margin-top: 1em;
}
.fs-c-couponProduct__viewAllProducts {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1vw;
  font-weight: 400;
  width: 100%;
  height: 100%;
}


@media screen and (max-width: 768px) {
    .fs-coupon-contents-area {
        padding: 40px 20px 180px;
    }
    .fs-c-couponList__item {
        font-size: 18px;
        line-height: 1.8;
        padding-bottom: 55px;
        margin-bottom: 55px;
    }
	.fs-c-coupon__products {
		width: calc(100% + 40px);
  		margin-left: -20px;
	}
	/*
    .fs-c-coupon__info::before {
        padding: 20px 30px;
        margin-top: 25px;
        font-size: 29px;
    }*/
	.fs-c-coupon__image,
	.fs-c-coupon__name {
		width:100%;
		float:none;
	}
	.fs-c-coupon__image {
		margin-bottom:1em;
	}
	
    .fs-c-couponName__name, .fs-c-couponExpiration__title, .fs-c-couponName__discount__value, .fs-c-couponExpiration__list, .fs-c-coupon__description__appliedCondition,.fs-c-couponProduct__title {
        padding: 30px 0;
    }
    .fs-c-couponName__name {
        font-size: 18px;
    }
    .fs-c-couponExpiration__title, .fs-c-couponExpiration__list__item__title, .fs-c-couponAppliedCondition__title,.fs-c-couponProduct__title {
        font-size: 20px;
        margin-bottom: 0;
    }
    .fs-c-coupon__description__appliedCondition {
        margin-bottom: 25px;
    }
	
	
	.fs-c-couponProduct__footer {
		position: unset;
		width: 230px;
		height: 50px;
		border-radius: 35px;
		margin: 1em auto 0;
	}
	.fs-c-couponProduct__viewAllProducts {
		font-size: 16px;
	}
	
}
/* お届け先リスト */
.fs-addressbook-contents-area {
    padding: 0 22vw 10vw;
    position: relative;
}
.fs-c-addressBookList__addButton {
    float: left;
}
.fs-c-button--addToAddressbook {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 0.7vw 2.2vw;
    font-size: 1.1vw;
    border: 2px solid #393939;
    border-radius: 5vw;
    transition: background-color 0.3s;
}
.fs-c-addressBookList__count {
    font-size: 1.1vw;
    text-align: right;
    padding-top: 0.8vw;
}
.fs-c-addressBookList__list {
    width: 100%;
    margin: 3vw 0;
    border-top: 5px solid #393939;
}
.fs-c-addressBookList__list tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.3vw;
    font-weight: 500;
    border-bottom: 1px solid #393939;
}
.fs-c-addressBookList__list tr td:first-child {
    width: 24%;
}
.fs-c-addressBookList__list tr td:nth-child(2) {
    width: 44%;
    line-height: 1.6;
    padding: 1vw 2vw;
    position: relative;
}
.fs-c-addressBookList__list tr td:last-child {
    width: 32%;
}
.fs-c-addressBookList__list .fs-c-buttonContainer.fs-c-buttonContainer--deleteChange {
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
}
.fs-c-button--changeInfomation {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 0.7vw 2.2vw;
    font-size: 1.1vw;
    border: 2px solid #393939;
    border-radius: 5vw;
    transition: background-color 0.3s;
}
.fs-c-button--delete {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 0.7vw 2.2vw;
    font-size: 1.1vw;
    border: 2px solid #393939;
    border-radius: 5vw;
    background-color: #d9d9d9;
    transition: background-color 0.3s;
    margin-right: 0.8vw;
}
.fs-c-addressBookList__list tr td:nth-child(2)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, #000, #000 6px, transparent 3px, transparent 8px), linear-gradient(to top, #000, #000 6px, transparent 3px, transparent 8px);
    background-size: 1px 10px;
    background-position: right top, left bottom;
    background-repeat: repeat-y;
}
.fs-addressbook-contents-area .fs-c-checkout-addresseeList {
    width: 100%;
    margin: 3vw 0;
    border-top: 5px solid #393939;
}
.fs-addressbook-contents-area .fs-c-checkout-addresseeList li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.3vw;
    font-weight: 500;
    border-bottom: 1px solid #393939;
}
.fs-addressbook-contents-area .fs-c-checkout-addressee__data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 68%;
}
.fs-addressbook-contents-area .fs-c-checkout-addresseeList .fs-c-checkout-addressee__control {
    width: 32%;
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
}
.fs-addressbook-contents-area .fs-c-checkout-addresseeList .fs-c-checkout-addressee__control .fs-c-button--edit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 0.7vw 2.2vw;
    font-size: 1.1vw;
    border: 2px solid #393939;
    border-radius: 5vw;
    transition: background-color 0.3s;
}
.fs-addressbook-contents-area .fs-c-checkout-addresseeList .fs-c-button--delete {
    margin-left: auto;
}
.fs-addressbook-contents-area .fs-c-checkout-addressee__data__name {
    width: 36%;
}
.fs-addressbook-contents-area .fs-c-checkout-addressee__data__address {
    width: 64%;
    line-height: 1.6;
    padding: 1vw 2vw;
    position: relative;
}
.fs-addressbook-contents-area .fs-c-checkout-addressee__data__address::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, #000, #000 6px, transparent 3px, transparent 8px), linear-gradient(to top, #000, #000 6px, transparent 3px, transparent 8px);
    background-size: 1px 10px;
    background-position: right top, left bottom;
    background-repeat: repeat-y;
}
.fs-addressbook-contents-area .fs-c-checkout-multiAddress__button {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2vw;
}
.fs-addressbook-contents-area .fs-c-button--viewAddresseeList {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 0.7vw 3.3vw;
    font-size: 1.1vw;
    border: 2px solid #393939;
    border-radius: 5vw;
    transition: background-color 0.3s;
}
.fs-addressbook-contents-area .fs-c-button--addAddressee {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 0.7vw 2.2vw;
    font-size: 1.1vw;
    border: 2px solid #393939;
    border-radius: 5vw;
    transition: background-color 0.3s;
}
.fs-addressbook-contents-area .fs-c-button--next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 0.7vw 6vw;
    font-size: 1.1vw;
    border: 2px solid #393939;
    border-radius: 5vw;
    transition: background-color 0.3s;
    float: right;
}
.fs-addressbook-contents-area .topBackButton.fs-c-button--back--moderate {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 0.7vw 6vw;
    font-size: 1.1vw;
    border: 2px solid #393939;
    border-radius: 5vw;
    transition: background-color 0.3s;
    float: left;
}
.fs-c-modal .fs-c-button--addDestination {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.7vw 1.8vw;
    font-size: 1.1vw;
    border: 2px solid #393939;
    border-radius: 5vw;
    transition: background-color 0.3s;
    margin-bottom: 1.4vw;
}
.fs-body-my-addressbook .fs-c-modal .fs-c-button--confirmDelete, .fs-body-checkout-multiAddress .fs-c-modal .fs-c-button--confirmDelete {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.7vw 3vw;
    font-size: 1.1vw;
    border: 2px solid #393939;
    border-radius: 5vw;
    transition: background-color 0.3s;
    margin-right: 0;
    margin-top: 30px;
    float: left;
}
.fs-body-my-addressbook .fs-c-modal .fs-c-button--cancel, .fs-body-checkout-multiAddress .fs-c-modal .fs-c-button--cancel {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.7vw 2vw;
    font-size: 1.1vw;
    border: 2px solid #393939;
    border-radius: 5vw;
    transition: background-color 0.3s;
    margin-right: 0;
    margin-top: 30px;
    float: right;
}
@media screen and (max-width: 768px)  {
    .fs-addressbook-contents-area {
        padding: 75px 30px 180px;
        position: relative;
    }
    .fs-c-addressBookList__count {
        position: absolute;
        top: 30px;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 15px;
        text-align: center;
        padding-top: 0;
    }
    .fs-c-button--addToAddressbook {
        padding: 14px 40px;
        font-size: 16px;
        border-radius: 50px;
        margin: 0 auto;
        width: fit-content;
    }
    .fs-c-addressBookList__addButton {
        float: inherit;
    }
    .fs-c-addressBookList__list {
        margin: 35px 0 50px;
    }
    .fs-c-listTable > tbody > tr {
        flex-flow: column!important;
        align-items: flex-start;
        font-size: 20px;
    }
    .fs-c-addressBookList__list tr td:first-child {
        width: 100%;
        padding: 15px 0;
    }
    .fs-c-addressBookList__list tr td:nth-child(2) {
        width: 100%;
        padding: 15px 0;
    }
    .fs-c-addressBookList__list tr td:last-child {
        width: 100%;
        padding: 25px 0;
    }
    .fs-c-addressBookList__list tr td:nth-child(2)::after {
        background-image: linear-gradient(to right, #000, #000 6px, transparent 3px, transparent 8px), linear-gradient(to left, #000, #000 6px, transparent 3px, transparent 8px);
        background-size: 10px 1px;
        background-position: left top, right bottom;
        background-repeat: repeat-x;
    }
    .fs-c-addressBookList__list .fs-c-buttonContainer.fs-c-buttonContainer--deleteChange {
        justify-content: space-between;
    }
    .fs-c-button--changeInfomation {
        padding: 14px 56px;
        font-size: 16px;
        border-radius: 50px;
    }
    .fs-c-button--delete {
        padding: 14px 56px;
        font-size: 16px;
        border-radius: 50px;
        margin-right: 0;
    }
    .fs-body-checkout-multiAddress .fs-addressbook-contents-area {
        padding: 20px 30px 180px;
        position: relative;
    }
    .fs-addressbook-contents-area .fs-c-checkout-addresseeList {
        width: 100%;
        margin: 35px 0 50px;
    }
    .fs-addressbook-contents-area .fs-c-checkout-addresseeList li {
        flex-flow: column!important;
        align-items: flex-start;
        font-size: 20px;
    }
    .fs-addressbook-contents-area .fs-c-checkout-addressee__data {
        width: 100%;
        flex-flow: column!important;
        align-items: flex-start;
        font-size: 20px;
    }
    .fs-addressbook-contents-area .fs-c-checkout-addressee__data__name {
        width: 100%;
        padding: 15px 0;
    }
    .fs-addressbook-contents-area .fs-c-checkout-addressee__data__address {
        width: 100%;
        line-height: 1.6;
        padding: 15px 0;
        position: relative;
        font-size: 20px;
    }
    .fs-addressbook-contents-area .fs-c-checkout-addresseeList .fs-c-checkout-addressee__control {
        width: 100%;
        padding: 25px 0;
        justify-content: space-between;
    }
    .fs-addressbook-contents-area .fs-c-checkout-addresseeList .fs-c-checkout-addressee__control .fs-c-button--edit {
        padding: 14px 56px;
        font-size: 16px;
        border-radius: 50px;
    }
    .fs-addressbook-contents-area .fs-c-checkout-addresseeList .fs-c-button--delete {
        margin-right: auto;
    }
    .fs-addressbook-contents-area .fs-c-checkout-addressee__data__address::after {
        background-image: linear-gradient(to right, #000, #000 6px, transparent 3px, transparent 8px), linear-gradient(to left, #000, #000 6px, transparent 3px, transparent 8px);
        background-size: 10px 1px;
        background-position: left top, right bottom;
        background-repeat: repeat-x;
    }
    .fs-addressbook-contents-area .fs-c-checkout-multiAddress__button {
        display: block;
        margin-bottom: 30px;
    }
    .fs-addressbook-contents-area .fs-c-button--viewAddresseeList {
        padding: 14px 56px;
        font-size: 16px;
        border-radius: 50px;
        margin: 0 auto 30px;
    }
    .fs-addressbook-contents-area .fs-c-button--addAddressee {
        padding: 14px 41px;
        font-size: 16px;
        border-radius: 50px;
        margin: 0 auto;
    }
    .fs-addressbook-contents-area .fs-c-button--next {
        float: inherit;
        padding: 14px 97px;
        font-size: 16px;
        border-radius: 50px;
        margin: 0 auto 30px;
    }
    .fs-addressbook-contents-area .topBackButton.fs-c-button--back--moderate {
        float: inherit;
        padding: 14px 97px;
        font-size: 16px;
        border-radius: 50px;
        margin: 0 auto;
    }
    .fs-c-modal .fs-c-button--addDestination {
        padding: 14px 33px;
        font-size: 16px;
        border-radius: 50px;
        margin: 30px auto 0;
    }
    .fs-body-my-addressbook .fs-c-modal .fs-c-button--confirmDelete, .fs-body-checkout-multiAddress .fs-c-modal .fs-c-button--confirmDelete {
        padding: 14px 88px;
        font-size: 16px;
        border-radius: 50px;
        margin: 30px auto 0;
        float: inherit;
    }
    .fs-body-my-addressbook .fs-c-modal .fs-c-button--cancel, .fs-body-checkout-multiAddress .fs-c-modal .fs-c-button--cancel {
        padding: 14px 65px;
        font-size: 16px;
        border-radius: 50px;
        margin: 30px auto 0;
        float: inherit;
    }
}



/* お届け先追加・変更 */
.fs-addressbook-add-contents-area, .fs-addressbook-change-contents-area {
    background-color: #d9d9d9;
    padding: 5vw 22vw 14vw;
    position: relative;
}
.fs-addressbook-add-contents-area .fs-c-inputTable, .fs-addressbook-change-contents-area .fs-c-inputTable {
    width: 100%;
}
.fs-c-input--zipCode {
    flex-basis: auto;
    max-width: initial;
    width: 49.4%!important;
}
#fs_form .fs-c-dropdown {
    width: 49.4%;
}
.fs-addressbook-add-contents-area .fs-c-inputTable tr:first-child .fs-c-inputTable__headerCell, 
.fs-addressbook-add-contents-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__headerCell, 
.fs-addressbook-change-contents-area .fs-c-inputTable tr:first-child .fs-c-inputTable__headerCell, 
.fs-addressbook-change-contents-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__headerCell {
    display: none;
}
.fs-addressbook-add-contents-area .fs-c-inputTable tr:first-child .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:first-child::before, 
.fs-addressbook-change-contents-area .fs-c-inputTable tr:first-child .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:first-child::before {
    content: "氏";
}
.fs-addressbook-add-contents-area .fs-c-inputTable tr:first-child .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:nth-child(2)::before, 
.fs-addressbook-change-contents-area .fs-c-inputTable tr:first-child .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:nth-child(2)::before {
    content: "名";
}
.fs-addressbook-add-contents-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:first-child::before, 
.fs-addressbook-change-contents-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:first-child::before {
    content: "氏（フリガナ）";
}
.fs-addressbook-add-contents-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:nth-child(2)::before, 
.fs-addressbook-change-contents-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:nth-child(2)::before {
    content: "名（フリガナ）";
}
.fs-addressbook-add-contents-area .fs-c-inputTable tr:first-child .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item, 
.fs-addressbook-add-contents-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item, 
.fs-addressbook-change-contents-area .fs-c-inputTable tr:first-child .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item, 
.fs-addressbook-change-contents-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item {
    position: relative;
}
.fs-addressbook-add-contents-area .fs-c-inputTable tr:first-child .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:first-child::after, 
.fs-addressbook-add-contents-area .fs-c-inputTable tr:first-child .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:nth-child(2)::after,
.fs-addressbook-add-contents-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:first-child::after, 
.fs-addressbook-add-contents-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:nth-child(2)::after,
.fs-addressbook-change-contents-area .fs-c-inputTable tr:first-child .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:first-child::after, 
.fs-addressbook-change-contents-area .fs-c-inputTable tr:first-child .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:nth-child(2)::after,
.fs-addressbook-change-contents-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:first-child::after, 
.fs-addressbook-change-contents-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:nth-child(2)::after {
    content: "必須";
    color: #EF5626;
    font-size: 0.8vw;
    margin-left: 1.5vw;
    margin-top: 0.1vw;
    position: absolute;
    top: 0;
    left: 0;
}
.fs-addressbook-add-contents-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:first-child::after, 
.fs-addressbook-add-contents-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:nth-child(2)::after, 
.fs-addressbook-change-contents-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:first-child::after, 
.fs-addressbook-change-contents-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:nth-child(2)::after {
    margin-left: 7.4vw;
}
.fs-c-inputInformation__button.fs-c-buttonContainer.fs-c-buttonContainer--registerCancel.fs-c-buttonContainer--pair, 
.fs-c-inputInformation__button.fs-c-buttonContainer.fs-c-buttonContainer--confirmCancel.fs-c-buttonContainer--pair {
    display: flex;
    flex-direction: row-reverse;
    float: right;
    margin-top: 1vw;
}
.fs-c-button--register, .fs-c-button--confirmChange {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.7vw 5vw;
    font-size: 1.1vw;
    border: 2px solid #393939;
    border-radius: 5vw;
    transition: background-color 0.3s;
}
.fs-c-button--cancel {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.7vw 4vw;
    font-size: 1.1vw;
    border: 2px solid #393939;
    border-radius: 5vw;
    transition: background-color 0.3s;
    margin-right: 1.2vw;
}
.fs-addressbook-add-contents-area .fs-c-buttonContainer--myPageTop, .fs-addressbook-change-contents-area .fs-c-buttonContainer--myPageTop {
    margin-top: 1vw;
    float: left;
}
@media screen and (max-width: 768px) {
    .fs-addressbook-add-contents-area, .fs-addressbook-change-contents-area {
        padding: 40px 30px 180px;
    }

    #fs_form .fs-c-input--zipCode {
        width: 100%!important;
        margin-right: 0!important;
    }
    #fs_form .fs-c-dropdown {
        width: 100%;
    }
    .fs-addressbook-add-contents-area .fs-c-inputTable tr:first-child .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:first-child::after, .fs-addressbook-add-contents-area .fs-c-inputTable tr:first-child .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:nth-child(2)::after, 
    .fs-addressbook-change-contents-area .fs-c-inputTable tr:first-child .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:first-child::after, .fs-addressbook-change-contents-area .fs-c-inputTable tr:first-child .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:nth-child(2)::after {
        font-size: 15px;
        margin-left: 30px;
        margin-top: 6px;
        width: 60px;
    }
    .fs-addressbook-add-contents-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:first-child::after, .fs-addressbook-add-contents-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:nth-child(2)::after, 
    .fs-addressbook-change-contents-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:first-child::after, .fs-addressbook-change-contents-area .fs-c-inputTable tr:nth-child(2) .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item:nth-child(2)::after {
        font-size: 15px;
        margin-left: 125px;
        margin-top: 6px;
        width: 60px;
    }
    .fs-c-inputInformation__button.fs-c-buttonContainer.fs-c-buttonContainer--registerCancel.fs-c-buttonContainer--pair, 
    .fs-c-inputInformation__button.fs-c-buttonContainer.fs-c-buttonContainer--confirmCancel.fs-c-buttonContainer--pair {
        display: block;
        float: inherit;
        margin-top: 30px;
    }
    .fs-c-button--register, .fs-c-button--confirmChange {
        padding: 14px 87px;
        font-size: 16px;
        border-radius: 50px;
        margin: 0 auto;
    }
    .fs-c-button--cancel {
        padding: 14px 65px;
        font-size: 16px;
        border-radius: 50px;
        margin: 30px auto 0;
        width: fit-content;
    }
    .fs-addressbook-add-contents-area .fs-c-buttonContainer--myPageTop, .fs-addressbook-change-contents-area .fs-c-buttonContainer--myPageTop {
        margin-top: 30px;
        float: inherit;
    }
}
.fs-body-checkout-multiAddress.is-modalOpen .fs-c-checkout-addressee.fs-c-checkPanel {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    
}
.fs-body-checkout-multiAddress.is-modalOpen #__fs_modal_addressList .fs-c-checkout-addresseeList li:first-child .fs-c-checkout-addressee__data {
    padding-bottom: 0;
}
.fs-body-checkout-multiAddress.is-modalOpen .fs-c-checkout-addressee.fs-c-checkPanel .fs-c-checkout-addressee__control {
    width: 100%;
}
.fs-body-checkout-multiAddress.is-modalOpen .fs-c-checkout-addressee.fs-c-checkPanel .fs-c-checkout-addressee__data {
    width: 80%;
}

/* パスワード変更 */
.fs-pass-change-contents-area, .fs-pass-forget-contents-area {
    background-color: #d9d9d9;
    padding: 5vw 22vw 10vw;
    position: relative;
}
.fs-pass-change-contents-area .fs-c-inputTable, .fs-pass-forget-contents-area .fs-c-inputTable {
    width: 52%;
    margin: 0 auto 2vw;
}
.fs-pass-change-contents-area .fs-c-inputInformation__button {
    float: right;
}
.fs-pass-change-contents-area .fs-c-inputInformation__button .fs-c-button--change, .fs-pass-forget-contents-area .fs-c-inputInformation__button .fs-c-button--send {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.7vw 5.3vw;
    font-size: 1.1vw;
    border: 2px solid #393939;
    border-radius: 5vw;
    transition: background-color 0.3s;
}
.fs-pass-forget-contents-area .fs-c-inputInformation__button .fs-c-button--send {
    margin: 0 auto;
}
.fs-c-inputInformation__message .fs-c-orderedList {
    margin: 0;
}
@media screen and (max-width: 768px) {
    .fs-pass-change-contents-area, .fs-pass-forget-contents-area {
        padding: 40px 30px 180px;
    }
    .fs-pass-change-contents-area .fs-c-inputTable, .fs-pass-forget-contents-area .fs-c-inputTable {
        width: 100%;
        margin-bottom: 20px;
    }
    .fs-pass-change-contents-area .fs-c-inputInformation__button {
        float: inherit;
    }
    .fs-pass-change-contents-area .fs-c-inputInformation__button .fs-c-button--change, .fs-pass-forget-contents-area .fs-c-inputInformation__button .fs-c-button--send {
        padding: 14px 88px;
        font-size: 16px;
        border-radius: 50px;
        margin: 0 auto 30px;
        width: fit-content;
    }
}

/* メールアドレス認証 */
.fs-mail-certification-area {
    background-color: #d9d9d9;
    padding: 5vw 22vw 10vw;
    position: relative;
}
.fs-c-button--resendVerificationCode {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.7vw 4vw;
    font-size: 1.1vw;
    border: 2px solid #393939;
    border-radius: 5vw;
    margin-top: 2vw;
    margin-bottom: 2vw;
}
.fs-mail-certification-area .fs-c-button--backToRegister {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.7vw 4.5vw;
    font-size: 1.1vw;
    border: 2px solid #393939;
    border-radius: 5vw;
    float: right;
}
.fs-mail-certification-area #fs_form .fs-c-inputInformation__button .fs-c-button--confirmRegister {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.7vw 4.5vw;
    font-size: 1.1vw;
    border: 2px solid #393939;
    border-radius: 5vw;
    margin-bottom: 1vw;
    float: left;
}
@media screen and (max-width: 768px) {
    .fs-mail-certification-area {
        padding: 40px 30px 180px;
    }
    .fs-c-button--resendVerificationCode {
        padding: 14px 35px;
        font-size: 16px;
        border-radius: 50px;
        margin: 30px auto 30px;
        width: fit-content;
    }
    .fs-mail-certification-area .fs-c-button--backToRegister {
        padding: 14px 88px;
        font-size: 16px;
        border-radius: 50px;
        margin: 0 auto;
        float: inherit;
    }
    .fs-mail-certification-area #fs_form .fs-c-inputInformation__button .fs-c-button--confirmRegister {
        padding: 14px 88px;
        font-size: 16px;
        border-radius: 50px;
        margin: 0 auto 30px;
        float: inherit;
    }
}

/* お問い合わせ */
.contactForm {
    background-color: #d9d9d9;
    padding: 5vw 22vw 10vw;
}
.contactForm__description {
    font-size: 1.1vw;
    text-align: center;
    margin-bottom: 3.5vw;
    line-height: 1.6;
}
.contactForm__table tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.4vw;
}
.contactForm__table td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70%;
}
.contactForm__table td input {
    width: 100%;
    height: 100%;
    padding: 0.4vw;
    background-color: #fff;
    border-radius: 0.4vw;
}
.contactForm__table .contact-name td input, .contactForm__table .contact-kana td input {
    width: 49%;
}
.contactForm__table .contact-place td input {
    width: 46%;
}
.contactForm__table tr th:first-child {
    text-align: left;
    font-size: 1.1vw;
    font-weight: 400;
}
.contactForm__table tr th:nth-child(2) {
    display: flex;
    align-items: center;
    margin-right: auto;
    margin-left: 0.3vw;
}
.contactForm__table .contactForm__text--required {
    color: #EF5626;
    font-size: 0.8vw;
    margin-left: 0.4vw;
    font-weight: 400;
}
.contactForm__table .contact-city select {
    width: 100%;
    height: 100%;
    padding: 0.6vw 0.4vw;
    background-color: #fff;
    border-radius: 0.4vw;
}
.contactForm__table .contact-contents textarea {
    width: 100%;
    height: 100%;
    padding: 0.4vw;
    background-color: #fff;
    border-radius: 0.4vw;
}
.contactForm__table .contact-contents th {
    align-self: baseline;
}
.contactForm__btn input {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.7vw 4vw;
    font-size: 1.1vw;
    border: 2px solid #393939;
    border-radius: 5vw;
    margin-top: 3vw;
    margin-left: auto;
    transition: background-color 0.3s;
}
.contactForm__btn input:hover {
    background-color: #fff;
}

.contact-success-description {
    margin-bottom: 0.6vw;
}
@media screen and (max-width: 768px) {
    .contactForm {
        padding: 40px 30px 180px;
    }
    .contactForm__description {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 50px;
    }
    .contactForm__table {
        width: 100%;
    }
    .contactForm__table tr {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .contactForm__table tr th:first-child {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .contactForm__table .contactForm__text--required {
        font-size: 15px;
        margin-left: 10px;
        margin-bottom: 8px;
    }
    .contactForm__table td {
        width: 100%;
        font-size: 16px;
    }
    .contactForm__table td input {
        padding: 7px 10px;
        border-radius: 5px;
        margin-bottom: 10px;
        font-size: 16px;
    }
    .contactForm__table .contact-place td input {
        width: 44%;
        margin-bottom: 0;
    }
    .contactForm__table .contact-city select {
        padding: 12px 10px;
        border-radius: 5px;
        margin-bottom: 10px;
        font-size: 16px;
    }
    .contactForm__table .contact-contents textarea {
        padding: 7px 10px;
        border-radius: 5px;
        font-size: 16px;
        max-width: 85vw;
    }
    .contactForm__btn input {
        padding: 14px 70px;
        font-size: 16px;
        border-radius: 50px;
        margin: 30px auto 0;
    }

    .contact-success-description {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 1.6;
    }
}