@charset "utf-8";


/*
*    common
*/
.fs-c-loginForm {
    padding-top: 40px;
    background-color: #f5eff5;
}

.fs-c-fsLogin {
    border-bottom: 1px solid #d4bed3;
    padding-bottom: 40px;
}

.fs-c-button--particular.fs-c-button--displayPassword::before {
    font-size: 2rem;
    margin-right: 8px;
}

.fs-c-inputInformation {
    width: 92%;
    max-width: 1000px;
    margin: 0 auto;
}

.fs-c-inputInformation__link {
    text-align: left;
    width: 75%;
    max-width: 600px;
    margin: 1em auto 0;
}

a.fs-c-textLink {
    color: #0000bf;
    text-decoration: underline;
}

.fs-c-otherServiceLogin {
    width: 75%;
    max-width: 600px;
    margin: 40px auto !important;
}

.fs-c-anotherLogin__message {
    font-size: 1.2rem;
}

.amazonpay-button-inner-image {
    max-height: none !important;
}

.text_or {
    font-size: 1.2rem;
    display: inline-block;
    color: #FFF;
    background-color: #955b91;
    padding: 0 2em;
    border-radius: .75em;
    vertical-align: top;
    transform: translateY(-50%);
}

.fs-c-newUsers__title,
.fs-c-newUsers__message,
.fs-c-buttonContainer--memberRegister {
    display: none;
}

.new_member_reg {
    background-color: #FFF;
    text-align: center;
}

.new_member_reg .fs-c-subSection__title {
    font-weight: bold;
    background: url("../images/icon_beginners.png") no-repeat center top;
    background-size: 1em auto;
    padding-top: 1.5em;
    margin-top: 22px;
}

.reg_guide {
    font-weight: bold;
    padding: 1em 4%;
    margin-bottom: 1.5em;
    border-top: 1px solid #d4bed3;
    border-bottom: 1px solid #d4bed3;
}

.member_benefits_list {
    width: 94%;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.member_benefits_item {
    font-size: 1.3rem;
    font-weight: normal;
    text-align: left;
    margin-bottom: .5em;
}

.member_benefits_item:before {
    content: "\30fb";
}

.member_benefits_item em {
    font-weight: bold;
    color: #cb1a31;
}

.registration_button {
    width: 75%;
    max-width: 600px;
    margin: 0 auto;
}

.registration_button a {
    display: block;
    background-color: #cb1a31;
    color: #FFF;
    padding: 1em;
    border-radius: 5px;
}

.fs-c-productPrice {
    font-size: 1.6rem;
}

.fs-c-noResultMessage {
    width: 92%;
    max-width: 1000px;
    margin: 0 auto;
}

.fs-p-announcement {
    width: 92%;
    max-width: 1000px;
    margin: 0 auto;
}

.fs-c-button--primary,
.fs-c-button--secondary {
    background-color: #955b91;
    border: none;
    box-shadow: none;
    padding: 1em;
    border-radius: 5px;
    width: 75%;
    max-width: 300px;
    margin: 0 auto;
    display: block;
}

.fs-c-buttonContainer--pair {
    width: 92%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}

.fs-c-button--standard {
    font-size: 1.3rem;
    background-color: #CCC;
    box-shadow: none;
    border: none;
    margin-top: 20px;
}

a.fs-c-button--standard {
    color: #FFF;
}

.fs-c-button--standard:hover {
    color: #FFF;
    background-color: #999;
}

.fs-p-announcement__title {
    color: #955b91;
    margin-bottom: 1em;
}

.fs-p-accountInfo {
    width: 92%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}

.fs-c-inputInformation__field {
    max-width: 100%;
    margin-bottom: 30px;
}

.fs-c-list {
    margin-bottom: 1em;
}

.fs-c-list li {
    padding-left: 1em;
    text-indent: -1em;
    margin: 0;
}

.fs-c-list li::before {
    display: inline;
    content: "\30fb";
    width: auto;
    height: auto;
    margin: 0;
    border: none;
}

.fs-c-inputInformation__field--display .fs-c-inputTable__headerCell {
    border: 1px solid #d4bed3;
    background-color: #f5eff5;
    font-size: 1.3rem;
    width: 40%;
    padding: 1em;
}

.fs-c-inputInformation__field--display .fs-c-inputTable__dataCell {
    border: 1px solid #d4bed3;
    font-size: 1.3rem;
    width: auto;
    padding: 1em;
}

@media (min-width: 480px) {
    .fs-c-buttonContainer--pair {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-around;
    }

    .fs-c-buttonContainer--pair .fs-c-button--primary {
        margin: 0;
    }

    .fs-c-button--standard {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .fs-c-anotherLogin__message {
        font-size: 1.4rem;
    }

    .text_or {
        font-size: 1.4rem;
    }

    .reg_guide {
        font-size: 1.6rem;
    }

    .member_benefits_item {
        font-size: 1.4rem;
    }

    .registration_button a {
        font-size: 1.6rem;
    }

    .fs-c-button--primary {
        font-size: 1.6rem;
    }
}

@media (min-width: 960px) {
    .fs-c-heading--page {
        margin-bottom: 1.5em;
    }

    .fs-c-registeredUsers {
        background-color: #f5eff5;
    }

    .fs-c-fsLogin {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .fs-c-inputInformation__field {
        width: 65%;
        margin-bottom: 20px;
    }

    .fs-c-inputInformation__link {
        width: 65%;
    }

    .fs-c-otherServiceLogin {
        width: 94%;
        margin: 0 auto !important;
    }

    .fs-c-subSection__title {
        font-size: 2.2rem;
    }

    .fs-c-anotherLogin__button img {
        max-height: none !important;
    }

    .new_member_reg {
        background: none;
    }

    .text_or {
        display: none;
    }

    .new_member_reg .fs-c-subSection__title {
        padding: 0;
        margin: 0 0 1em;
        background: none;
    }

    .fs-c-button--primary {
        font-size: 1.6rem;
    }

    .fs-c-inputInformation__message {
        font-size: 1.6rem;
    }
}


/*
*    login
*/
.fs-body-login .fs-c-loginForm,
.fs-body-cart-login .fs-c-loginForm {
    margin-top: 0;
    max-width: none;
}

.fs-body-login .fs-c-heading--page,
.fs-body-cart-login .fs-c-heading--page {
    margin-bottom: 0;
}

.fs-body-login .fs-c-inputInformation__field,
.fs-body-cart-login .fs-c-inputInformation__field,
.fs-body-wishlist-login .fs-c-inputInformation__field {
    background: none;
    max-width: 600px;
    width: 75%;
    padding: 0;
    margin: 0 auto;
}

.fs-body-login .fs-c-inputTable>tbody>tr+tr,
.fs-body-cart-login .fs-c-inputTable>tbody>tr+tr,
.fs-body-wishlist-login .fs-c-inputTable>tbody>tr+tr {
    margin-top: 1em;
}

.fs-body-login .fs-c-inputInformation__button,
.fs-body-cart-login .fs-c-inputInformation__button,
.fs-body-wishlist-login .fs-c-inputInformation__button {
    margin-top: 2em;
    padding: 0;
}

.fs-body-cart-login .fs-c-guestPurchase {
    width: 92%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 25px 0;
    border-color: #d4bed3;
}

.fs-c-button--guestPurchase {
    text-decoration: underline;
}

@media (min-width: 768px) {}

@media (min-width: 960px) {
    .fs-body-cart-login .fs-c-loginForm {
        display: flex;
        max-width: none;
    }

    .fs-body-login .fs-c-heading--page,
    .fs-body-cart-login .fs-c-heading--page {
        margin-bottom: 1.5em;
    }

    .fs-body-login .fs-c-loginForm,
    .fs-body-cart-login .fs-c-loginForm,
    .fs-body-wishlist-login .fs-c-loginForm {
        background: none;
        padding: 0 15px;
        justify-content: space-around;
    }

    .fs-body-login .fs-c-registeredUsers,
    .fs-body-cart-login .fs-c-registeredUsers,
    .fs-body-wishlist-login .fs-c-registeredUsers {
        flex: 0 0 48%;
        padding: 40px;
        margin: 0;
    }

    .fs-body-login .fs-c-newUsers,
    .fs-body-cart-login .new_member_reg,
    .fs-body-wishlist-login .fs-c-newUsers {
        background-color: #f5eff5;
        flex: 0 0 48%;
        margin: 0;
        padding: 40px;
    }

    .fs-body-cart-login .fs-c-guestPurchase {
        margin-top: 25px;
        padding-bottom: 0;
    }
}


/*
*    mypage top
*/
.fs-p-accountInfo {
    background: none;
}

.fs-c-accountService {
    width: 92%;
    max-width: 1000px;
    margin: 0 auto;
    justify-content: flex-start;
}

.fs-c-accountService__page {
    flex-basis: 31%;
    height: auto;
    margin: calc(7% / 6);
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
    box-shadow: none;
    border: none;
    background-color: #F5EFF5;
    padding: 10px 3px;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
    font-size: 1.1rem;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 8px auto;
    width: 45px;
    height: 45px;
}

.fs-c-accountService__page--couponList .fs-c-accountService__pageLink__label::before {
    background-image: url("../images/icon_coupon.png");
}

.fs-c-accountService__page--wishList .fs-c-accountService__pageLink__label::before {
    background-image: url("../images/icon_favorite.png");
}

.fs-c-accountService__page--orderHistoryList .fs-c-accountService__pageLink__label::before {
    background-image: url("../images/icon_gift.png");
}

.fs-c-accountService__page--pointHistory .fs-c-accountService__pageLink__label::before {
    background-image: url("../images/icon_point_history.png");
}

.fs-c-accountService__page--accountReviews .fs-c-accountService__pageLink__label::before {
    background-image: url("../images/icon_review_history.png");
}

.fs-c-accountService__page--addressbook .fs-c-accountService__pageLink__label::before {
    background-image: url("../images/icon_address_list.png");
}

.fs-c-accountService__page--accountPassword .fs-c-accountService__pageLink__label::before {
    background-image: url("../images/icon_password.png");
}

.fs-c-accountService__page--accountSettingsModify .fs-c-accountService__pageLink__label::before {
    background-image: url("../images/icon_change_personal_info.png");
}

.fs-c-accountService__page--accountDelete {
    flex-basis: 100%;
    justify-content: flex-end;
}

.fs-c-accountService__page--accountDelete .fs-c-accountService__pageLink {
    background-color: #F2F2F2;
    border: 1px solid #CCC;
    padding: 0 1em;
    border-radius: 3px;
}

.fs-c-wishlistProduct {
    display: none;
}

@media (min-width: 480px) {
    .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
        font-size: 1.3rem;
    }
}

@media (min-width: 600px) {
    .fs-c-accountService__page {
        flex-basis: 23%;
        margin: 1%;
    }

    .fs-p-accountInfo {
        padding: 0 1%;
    }

    .fs-c-accountService__page--accountDelete {
        flex-basis: 100%;
        margin-top: 20px;
    }
}

@media (min-width: 960px) {
    .fs-body-my-top .fs-l-account {
        display: block;
    }

    .fs-p-accountInfo__currentPurchase,
    .fs-p-accountInfo__header {
        font-size: 1.6rem;
    }

    .fs-p-accountInfo__point {
        text-align: right;
    }

    .fs-c-accountService__page {
        flex-basis: 18%;
    }

    .fs-c-accountService__page--accountDelete {
        flex-basis: 100%;
    }

    .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
        border-radius: 8px;
        padding: 20px 10px;
    }

    .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
        font-size: 1.5rem;
    }
}

@media (min-width: 1280px) {
    .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
        padding: 30px 10px;
    }

    .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
        font-size: 1.6rem;
    }

    .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
        margin-bottom: 20px;
    }

    .fs-c-accountService__page--accountDelete .fs-c-accountService__pageLink {
        font-size: 1.5rem;
    }
}


/*
*    wishlist
*/
.fs-c-productMarks {
    display: none;
}

.favorite_list_exp {
    width: 92%;
    max-width: 1000px;
    margin: 30px auto;
}

.favorite_list_exp_item {
    margin-bottom: .5em;
    padding-left: 1em;
    text-indent: -1em;
}

.favorite_list_exp_item:before {
    content: "\30fb";
}

.fs-c-buttonContainer--back,
.fs-c-buttonContainer--myPageTop {
    width: 92%;
    max-width: 1000px;
    margin: 30px auto 0;
    padding: 0;
}

a.fs-c-button--myPageTop {
    color: #af6ca9;
}

.fs-c-button--myPageTop:after {
    content: "\ff1e";
}

.fs-c-productList__list {
    width: 92%;
    max-width: 1000px;
    margin: 0 auto;
    display: block;
}

.fs-c-productList__list__item {
    border: 1px solid #CCC;
    padding: 0;
    margin-bottom: 10px;
}

.fs-c-productList__list__item>form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
}

.fs-c-productList__list__item form>.insert_tag {
    display: flex;
    width: 100%;
}

.fs-c-productList__list__item form>.insert_tag:last-of-type {
    flex-wrap: wrap;
    margin-top: auto;
}

.fs-c-productList__list__item form>.insert_tag>.insert_tag {
    flex: 1 1 auto;
    padding: 15px;
    padding-left: 0;
}

.fs-c-productListItem__imageContainer {
    flex: 0 0 30%;
    max-width: 120px;
    padding: 15px;
}

.fs-c-productListItem__productDescription {
    display: none;
}

.fs-c-productListItem__viewMoreImageButton {
    display: none;
}

.fs-c-aggregateRating {
    background-color: #f2f2f2;
    flex-basis: 100%;
    padding: 15px 15px 0;
    margin: 0;
}

.fs-c-aggregateRating__rating {
    flex-wrap: nowrap;
    flex-basis: 100%;
}

.fs-c-aggregateRating__rating::before {
    flex: 0 0 auto;
    font-size: 1.2rem;
    margin-right: 1em;
}

.fs-c-reviewStars {
    font-size: 1.4rem;
}

.fs-c-rating__value {
    font-size: 1.6rem;
    margin-left: .5em;
}

.fs-c-button--viewProductDetail {
    display: none;
}

.fs-c-buttonContainer--viewReview {
    flex-basis: 43%;
    background-color: #f2f2f2;
    padding: 10px 15px;
    display: block;
    font-size: 1.3rem;
}

.fs-c-button--plain {
    color: #0000bf;
}

.fs-c-productListItem__control {
    flex: 1 0 57%;
    justify-content: flex-end;
    background-color: #f2f2f2;
    padding: 10px 15px 10px 0;
}

.fs-c-productListItem__control>:last-child {
    margin-left: 0;
    display: flex;
    align-items: center;
}

.fs-c-button--particular.fs-c-button--addToWishList--icon .fs-c-button__label,
.fs-c-button--particular.fs-c-button--displayPassword .fs-c-button__label,
.fs-c-button--particular.fs-c-button--hidePassword .fs-c-button__label,
.fs-c-button--particular.fs-c-button--removeFromWishList--icon .fs-c-button__label {
    display: block;
}

.fs-c-button--particular {
    font-size: 1.3rem;
}

.fs-c-button--particular.fs-c-button--addToWishList--icon::before,
.fs-c-button--particular.fs-c-button--displayPassword::before,
.fs-c-button--particular.fs-c-button--hidePassword::before,
.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
    font-size: 1.6rem;
}

@media (min-width: 768px) {
    .fs-c-productList {}

    .fs-c-productList__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 92%;
        max-width: 1000px;
        margin: 0 auto;
    }

    .fs-c-productList__list__item {
        flex-basis: 49%;
        margin-bottom: 2%;
    }
}


/*
*    settings
*/
.fs-body-my-account-settings .fs-c-inputInformation__field {
    width: 100%;
}

.fs-body-my-account-settings .fs-c-inputTable>tbody {
    display: table-row-group;
}

.fs-body-my-account-settings .fs-c-inputTable>tbody>tr {
    display: table-row;
}

@media (min-width: 480px) {
    .fs-c-inputInformation__field--display .fs-c-inputTable__dataCell {
        font-size: 1.4rem;
    }
}

@media (min-width: 768px) {
    .fs-c-inputInformation__field--display .fs-c-inputTable__headerCell {
        width: 275px;
    }
}

@media (min-width: 1280px) {
    .fs-c-inputInformation__field--display .fs-c-inputTable__headerCell {
        font-size: 1.6rem;
    }

    .fs-c-inputInformation__field--display .fs-c-inputTable__dataCell {
        font-size: 1.6rem;
    }
}


/*
*    delete
*/
.fs-body-my-account-delete .fs-c-inputInformation__field {
    width: 100%;
}

.fs-body-my-account-delete .fs-c-inputTable>tbody {
    display: table-row-group;
}

.fs-body-my-account-delete .fs-c-inputTable>tbody>tr {
    display: table-row;
}

/*
*    addressbook
*/
.fs-c-addressBookList__form {
    width: 92%;
    max-width: 1000px;
    margin: 0 auto 20px;
}


/*
*    password
*/
.fs-body-my-account-password .fs-c-inputInformation__field {
    background: none;
}


/*
*    orders
*/
.fs-c-history {
    width: 92%;
    max-width: 1000px;
    margin: 0 auto;
}

.fs-c-orderDetail {
    width: 92%;
    max-width: 1000px;
    margin: 0 auto;
}

.fs-c-inputInformation__message {
    width: 92%;
}

@media (min-width: 960px) {
    .fs-body-my-orders-details .fs-c-orderPerAddressee {
        -ms-grid-columns: 1fr 280px;
        grid-template: auto auto auto/1fr 280px;
    }

    .fs-body-my-orders-details .fs-c-orderDetailInfo {
        -ms-grid-columns: 1fr 280px;
        grid-template: auto auto auto/1fr 280px;
    }
}
