@charset "UTF-8";

#fs_preview_header {
    display: none
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after {
    content: '';
    content: none
}

q:before,
q:after {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

ul {
    list-style-type: none
}

img {
    vertical-align: bottom
}

input[type="text"],
input[type="reset"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="tel"] {
    border: 1px solid #d7d7d7;
    padding: 9px;
    outline: 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font: 1.3rem "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #363636;
    margin: 0;
    @inlcude border-radius(0);
    max-width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none
}

@media screen and (min-width:480px) {

    input[type="text"],
    input[type="reset"],
    input[type="number"],
    input[type="password"],
    input[type="email"],
    input[type="tel"] {
        font-size: 1.6rem
    }
}

textarea {
    border: 1px solid #d7d7d7;
    padding: 9px;
    outline: 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font: 1.3rem "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #363636;
    margin: 0;
    max-width: 100%;
    display: block;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none
}

@media screen and (min-width:480px) {
    textarea {
        font-size: 1.6rem
    }
}

select {
    border: 1px solid #d7d7d7;
    padding: 6px;
    outline: 0;
    font-size: 13px;
    color: #555;
    margin: 0;
    max-width: 100%;
    background: #fff;
    cursor: pointer;
    -webkit-padding-end: 30px;
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: ''
}

select::-ms-expand {
    display: none
}

@media screen and (min-width:480px) {
    select {
        font-size: 1.6rem
    }
}

button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    outline: 0;
    padding: 0;
    appearance: none
}

input[type="reset"] {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    outline: 0;
    padding: 0;
    appearance: none
}

@-moz-document url-prefix() {
    select {
        background-image: none
    }
}

input[type="number"] {
    padding: 5px
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="email"]:focus {
    border: 1px solid #aaa;
    color: #333;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2)
}

textarea:focus {
    border: 1px solid #aaa;
    color: #333;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2)
}

label {
    display: block;
    font-weight: normal;
    margin-bottom: 4px
}

input[type="checkbox"] {
    display: inline
}

label span {
    font-weight: normal;
    font-size: 13px
}

@media screen and (min-width:480px) {
    label span {
        font-size: 1.6rem
    }
}

textarea {
    width: 95%
}

ul,
dl,
ol {
    list-style-type: none;
    padding: 0;
    margin: 0
}

li,
dt,
dd {
    margin: 0;
    padding: 0
}

@media screen and (max-width:481px) {

    input,
    select,
    textarea {
        font-size: 1.6rem
    }
}

.common-article {
    margin: 0 18px;
    padding: 0
}

@media screen and (min-width:1000px) {
    .common-article {
        margin: 0 auto;
        padding: 50px;
        width: calc(1000px - 60px);
        border: 1px solid #d7d7d7;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media screen and (min-width:481px) and (max-width:999px) {
    .common-article {
        margin: 0 34px;
        width: calc(100% - 78px);
        padding: 0;
        border: 0
    }
}

@media screen and (min-width:1000px) {
    .common-article.noborder {
        border: 0
    }
}

.common-article2 {
    margin: 0 18px;
    padding: 0
}

@media screen and (min-width:1000px) {
    .common-article2 {
        margin: 0 auto;
        width: calc(1000px - 60px);
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media screen and (min-width:481px) and (max-width:999px) {
    .common-article2 {
        margin: 0 34px;
        width: calc(100% - 78px);
        padding: 0;
        border: 0
    }
}

@media screen and (min-width:480px) {
    .innerContainer {
        width: 768px;
        margin: 0 auto 50px;
        padding: 50px 80px;
        border: 1px solid #000
    }
}

@media screen and (min-width:481px) and (max-width:999px) {
    .innerContainer {
        width: 680px
    }
}

span.fs-c-price__currencyMark {
    display: none
}

span.fs-c-price__value:after {
    content: "円"
}

.fs-c-orderTotalTable__paymentFee td::after {
    content: "円"
}

.fs-c-orderTotalTable__wrappingFee td::after {
    content: "円"
}

.fs-c-orderTotalTable__postageFee td::after {
    content: "円"
}

.fs-c-orderTotalTable__subtotal td::after {
    content: "円"
}

.fs-c-orderTotalTable__coolDeliveryFee>td::after {
    content: "円"
}

.fs-c-orderTotalTable__cartSum>td::after {
    content: "円"
}

.fs-c-orderTotalTable__bundleDiscount>td::after {
    content: "円"
}

.fs-c-orderTotalTable__couponDiscount>td::after {
    content: "円"
}

.fs-c-orderTotalTable__volumeDiscount>td::after {
    content: "円"
}

.fs-c-inputGroup,
.fs-c-inputGroup--vertical,
.fs-c-inputGroup--inline {
    border: 1px solid #d7d7d7;
    border-radius: 0;
    background: #fff;
    display: flex;
    align-items: stretch;
    min-height: 1.8em;
    position: relative
}

.fs-c-radio__radio:checked:enabled+label>.fs-c-radio__radioMark {
    border-color: #656565;
    transition: all .5s 0 ease
}

.fs-c-radio__radio+.fs-c-radio__label .fs-c-radio__radioMark {
    background: #fff;
    border-radius: 50%;
    border: 1px solid #656565;
    cursor: pointer
}

.fs-c-radio__radio:checked:enabled+label>.fs-c-radio__radioMark::before {
    background: #656565
}

.fs-c-orderTotalTable .fs-c-orderTotalTable__total>th,
.fs-c-orderTotalTable .fs-c-orderTotalTable__total>td,
.fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal>th,
.fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal>td {
    border-top: 0
}

.fs-c-inputInformation__button {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.fs-c-inputInformation__button .fs-c-button--confirmLeave,
.fs-c-inputInformation__button .fs-c-button--cancel {
    margin-left: 20px
}

@media screen and (min-width:480px) {
    .fs-c-inputInformation__button {
        display: -ms-flex;
        display: -webkit-flex;
        display: flex
    }
}

.fs-c-dropdown__menu {
    border-radius: 0;
    outline: 0;
    background: 0
}

.fs-c-productMarks .fs-c-productMark {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.fs-c-productMarks .fs-c-productMark__item {
    margin-right: 5px;
    margin-bottom: 5px
}

.fs-c-productMarks .fs-c-productMark__mark {
    margin: 0;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff
}

.fs-c-productMarks .fs-c-productMark__mark.mark_new {
    background-color: #ffc000
}

.fs-c-productMarks .fs-c-productMark__mark.mark_sale {
    background-color: red
}

.fs-c-productMarks .fs-c-productMark__mark.mark_yukijas {
    background-color: #c6f4b4;
    color: #363636
}

.fs-c-productMarks .fs-c-productMark__mark.mark_no-suger {
    background-color: #b4c6e6;
    color: #363636
}

.fs-c-productMarks .fs-c-productMark__mark.mark_not-use-animal-raw {
    background-color: #ff7566;
    color: #363636
}

.fs-c-productMarks .fs-c-productMark__mark.mark_not-use-flour {
    background-color: #e2c5a8;
    color: #363636
}

@media screen and (min-width:1000px) {
    .fs-c-cartTableContainer {
        margin-bottom: 30px;
        border: 1px solid #d7d7d7
    }
}

.fs-c-noResultMessage {
    margin-bottom: 30px
}

.fs-c-cartTable__dataCell--point::before,
.fs-c-cartTable__dataCell--quantity::before,
.fs-c-cartTable__dataCell--subtotal::before {
    display: inline-block;
    content: attr(data-cell-label);
    font-weight: normal;
    font-size: 1.3rem;
    margin-right: 8px;
    min-width: 2em
}

@media screen and (min-width:1000px) {

    .fs-c-cartTable__dataCell--point::before,
    .fs-c-cartTable__dataCell--quantity::before,
    .fs-c-cartTable__dataCell--subtotal::before {
        display: none
    }
}

.fs-c-cartTable__dataCell--subtotal::before {
    display: none
}

.fs-c-cartTable {
    border-top: 1px solid #d7d7d7;
    margin-bottom: 30px
}

@media screen and (min-width:1000px) {
    .fs-c-cartTable {
        border: 0;
        margin-bottom: 0
    }

    .fs-c-cartTable thead tr {
        display: flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 20px;
        background-color: #fffbe2
    }
}

.fs-c-cartTable>thead {
    display: none
}

@media screen and (min-width:1000px) {
    .fs-c-cartTable>thead {
        display: table-header-group
    }
}

.fs-c-cartTable__row {
    border-bottom: 1px solid #d7d7d7;
    padding: 20px
}

@media screen and (min-width:1000px) {
    .fs-c-cartTable__row {
        display: flex;
        flex-direction: column;
        border: 0
    }
}

.fs-c-cartTable__headerCell,
.fs-c-cartTable__dataCell {
    padding: 0;
    margin-bottom: 20px;
    width: 100%;
    border: 0
}

.fs-c-cartTable__headerCell:last-child,
.fs-c-cartTable__dataCell:last-child {
    margin-bottom: 0
}

@media screen and (min-width:1000px) {

    .fs-c-cartTable__headerCell,
    .fs-c-cartTable__dataCell {
        border: 0;
        margin-bottom: 0
    }
}

.fs-c-cartTable__headerCell {
    display: none
}

@media screen and (min-width:1000px) {
    .fs-c-cartTable__headerCell {
        display: block
    }
}

@media screen and (min-width:1000px) {

    .fs-c-cartTable__headerCell--product,
    .fs-c-cartTable__dataCell--product {
        width: 58%
    }
}

.fs-c-cartTable__headerCell--quantity,
.fs-c-cartTable__dataCell--quantity {
    width: 50%
}

@media screen and (min-width:1000px) {

    .fs-c-cartTable__headerCell--quantity,
    .fs-c-cartTable__dataCell--quantity {
        width: 10%
    }
}

.fs-c-cartTable__headerCell--subtotal,
.fs-c-cartTable__dataCell--subtotal {
    width: 50%
}

@media screen and (min-width:1000px) {

    .fs-c-cartTable__headerCell--subtotal,
    .fs-c-cartTable__dataCell--subtotal {
        width: 20%
    }
}

.fs-c-cartTable__headerCell--point,
.fs-c-cartTable__dataCell--point {
    width: 100%
}

@media screen and (min-width:1000px) {

    .fs-c-cartTable__headerCell--point,
    .fs-c-cartTable__dataCell--point {
        width: 12%
    }
}

@media screen and (min-width:1000px) {
    .fs-c-cartTable__headerCell--action {
        display: none
    }
}

.fs-c-cartTable__dataCell--action {
    width: 100%
}

@media screen and (min-width:1000px) {
    .fs-c-cartTable__dataCell--action {
        margin-top: 20px
    }
}

.fs-c-cartTable__productImage {
    width: 30%
}

@media screen and (min-width:1000px) {
    .fs-c-cartTable__productImage {
        width: 96px
    }
}

.fs-c-cartTable__productImage .fs-c-productImage__image {
    width: 100%
}

.fs-c-cartTable__product>.fs-c-cartTable__productImage {
    padding-right: 20px
}

.fs-c-cartTable__productName {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.4rem
}

@media screen and (min-width:1000px) {
    .fs-c-cartTable__productName {
        font-size: 1.6rem
    }
}

.fs-c-cartTable__unitPrice {
    text-align: right
}

.fs-c-cartTable__unitPrice .fs-c-priceDisplay {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.fs-c-price {
    display: inline-block
}

.fs-c-productPrice__main__label {
    color: #363636;
    border: 2px solid #c89f94;
    padding: 3px 5px;
    display: inline-block;
    border-radius: 10px
}

.fs-c-productPrice--member .fs-c-productPrice__main__label,
.fs-c-productPrice--preorder .fs-c-productPrice__main__label {
    font-size: 1.8rem;
}

@media screen and (max-width:999px) {
    .fs-c-productPrice--member .fs-c-productPrice__main__label {
        font-size: 1.6rem
    }
}

.s-c-cartTable__dataCell--quantity {
    content: "[ "attr(href) " ]"
}

.fs-c-cartTable__dataCell--subtotal {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    font-weight: bold;
    font-size: 1.4rem
}

.fs-c-cartTable__dataCell--subtotal span.fs-c-price__value:after {
    content: "円税込"
}

@media screen and (min-width:1000px) {
    .fs-c-cartTable__dataCell--subtotal {
        border-top: 0;
        font-size: 1.6rem
    }
}

@media screen and (min-width:1000px) {
    .fs-c-cartTable__price {
        display: inline-block;
        white-space: nowrap
    }
}

.fs-c-cartTable__quantity {
    float: right
}

.fs-c-cartTable__dataCell--review {
    text-align: right
}

.fs-c-deliveryInfoList dt {
    background-color: #eaeaea;
    padding: 10px
}

.fs-c-deliveryInfoList dd {
    padding: 10px;
    background-color: #fff
}

.fs-c-orderPaymentTable {
    width: 100%
}

.fs-c-orderPaymentTable th {
    text-align: left;
    padding: 10px;
    background-color: #eaeaea;
    width: 50%;
    font-weight: normal
}

.fs-c-orderPaymentTable td {
    background-color: #fff;
    padding: 10px
}

.fs-c-listedProductName__variation,
.fs-c-listedProductName__selection {
    font-size: 1.3rem
}

.fs-c-reviewStars::before {
    color: #363636
}

.fs-c-totalAndActions .fs-c-checkout-preview__title {
    border-bottom: 0;
    padding-top: 20px
}

.fs-c-orderTotalTable__grandTotal .fs-c-price__value {
    font-size: 2.4rem
}

.fs-c-orderTotalTable {
    border: 0;
    width: 100%;
    margin-bottom: 40px;
    border-top: 1px solid #d7d7d7
}

@media screen and (min-width:1000px) {
    .fs-c-orderTotalTable {
        border-top: 0
    }
}

.fs-c-orderTotalTable th,
.fs-c-orderTotalTable td {
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    font-weight: normal
}

@media screen and (min-width:1000px) {

    .fs-c-orderTotalTable th,
    .fs-c-orderTotalTable td {
        font-weight: bold
    }
}

.fs-c-orderTotalTable .fs-c-orderTotalTable__mainRow td {
    color: #ea4b27
}

.fs-c-orderTotalTable>tbody>tr>th {
    text-align: left;
    padding: 20px;
    font-size: 1.4rem
}

@media screen and (min-width:1000px) {
    .fs-c-orderTotalTable>tbody>tr>th {
        font-size: 1.6rem;
        padding: 20px 0
    }
}

.fs-c-orderTotalTable>tbody>tr>td {
    padding: 20px;
    font-size: 1.4rem;
    font-weight: bold
}

@media screen and (min-width:1000px) {
    .fs-c-orderTotalTable>tbody>tr>td {
        font-size: 1.6rem;
        padding: 20px 0
    }
}

#fs-checkout-amazon-container {
    margin-left: 20px;
    margin-right: 20px;
    border: 1px solid #d7d7d7;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px
}

@media screen and (min-width:1000px) {
    #fs-checkout-amazon-container {
        border: 0;
        padding: 0;
        margin-left: 0;
        margin-right: 0
    }
}

.fs-c-payWithAmazon .fs-c-payWithAmazon__message {
    margin-bottom: 25px;
    line-height: 1.7
}

.fs-c-payWithAmazon .fs-c-payWithAmazon__message p {
    margin: 0;
    font-size: 1.3rem
}

.fs-c-payWithAmazon .fs-c-payWithAmazon__button {
    margin-bottom: 0
}

.fs-c-breadcrumb {
    width: 100%
}

@media screen and (min-width:1000px) {
    .fs-c-breadcrumb {
        margin-left: 0;
        margin-right: 0
    }
}

@media screen and (min-width:1000px) {
    .fs-l-cart__contentsArea {
        margin: 0;
        padding-top: 0
    }
}

.fs-l-cart__mainColumn {
    margin-bottom: 50px
}

.fs-c-cartTable__dataCell--subtotal {
    border: 0
}

.fs-c-cartTable__row {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0
}

@media screen and (min-width:1000px) {
    .fs-c-cartTable__dataCell {
        display: block
    }
}

.fs-c-cartTable__dataCell--quantity {
    text-align: left
}

@media screen and (min-width:1000px) {
    .fs-c-cartTable__dataCell--quantity {
        text-align: center
    }
}

.fs-c-cartTable__dataCell--quantity .fs-c-quantity {
    float: none;
    display: inline-block
}

@media screen and (min-width:1000px) {
    .fs-c-cartTable__dataCell--quantity .fs-c-quantity {
        width: 50px;
        max-width: 50px
    }
}

@media screen and (min-width:1000px) {
    .fs-c-cartTable__dataCell--subtotal {
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 15px 0
    }
}

.fs-c-cartTable__actionButton {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap
}

.fs-c-cartTable__actionButton>div {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px
}

.fs-c-cartTable__actionButton>div:last-child {
    margin-bottom: 0
}

@media screen and (min-width:1000px) {
    .fs-c-cartTable__actionButton>div {
        margin-left: 0;
        margin-right: 10px;
        width: 20%
    }
}

.fs-c-cartTable__actionButton button {
    text-align: left
}

@media screen and (min-width:1000px) {
    .fs-c-cartTable__actionButton button {
        margin-bottom: 10px
    }
}

.fs-c-cartDiscountInfo--postage {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px
}

@media screen and (min-width:1000px) {
    .fs-c-cartDiscountInfo--postage {
        margin-left: 0;
        margin-right: 0
    }
}

.fs-c-productListItem__control form {
    width: 100%;
    margin-top: 10px
}

.fs-c-button--removeFromWishList--icon {
    top: 170px;
    right: 5px
}

.fs-c-wishlistProduct__footer {
    width: 100%;
    text-align: center
}

@media screen and (min-width:1000px) {
    .fs-c-wishlistProduct__footer {
        width: 1280px;
        margin: 0 auto
    }
}

@media screen and (min-width:1000px) {
    .fs-l-cart__contentsArea {
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        align-items: flex-start
    }
}

@media screen and (min-width:1000px) {
    .fs-l-cart__mainColumn {
        width: calc(100% - 320px)
    }
}

.fs-l-cart__sideColumn .fs-c-purchaseHere {
    margin-left: 18px;
    margin-right: 18px
}

@media screen and (min-width:1000px) {
    .fs-l-cart__sideColumn .fs-c-purchaseHere {
        margin: 0
    }
}

@media screen and (min-width:1000px) {
    .fs-l-cart__sideColumn {
        width: 280px;
        border: 1px solid #d7d7d7;
        background-color: #f6f6f6;
        padding: 20px 40px
    }

    .fs-l-cart__sideColumn .fs-c-button--continueShopping {
        margin-left: auto;
        margin-right: auto
    }
}

.fs-c-purchaseHere__message {
    text-align: center;
    margin: 0 auto 30px
}

.fs-c-purchaseHere__message p {
    font-weight: bold
}

.fs-c-cartPayment__button {
    margin: 0 auto 30px
}

@media screen and (min-width:481px) and (max-width:999px) {
    .fs-body-cart .fs-c-button--loginAndPurchase {
        width: 100%
    }
}

.fs-c-continueShopping {
    margin-left: 20px;
    margin-right: 20px
}

@media screen and (min-width:1000px) {
    .fs-c-continueShopping {
        margin: 0
    }
}

@media screen and (min-width:480px) {
    .fs-c-fsLogin {
        margin: 0;
        padding-top: 0
    }
}

.fs-c-defaultUsers {
    padding: 20px;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
    border: 1px solid #d7d7d7
}

@media screen and (min-width:1000px) {
    .fs-c-defaultUsers {
        width: 768px;
        margin: 0 auto 50px;
        padding: 50px
    }
}

.fs-c-newUsers {
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #d7d7d7
}

@media screen and (min-width:1000px) {
    .fs-c-newUsers {
        width: 768px;
        margin: 0 auto 30px;
        padding: 50px
    }
}

.fs-c-newUsers__message {
    margin-bottom: 30px;
    text-align: center
}

.fs-c-registerSuccessMessage {
    margin-bottom: 50px
}

.fs-c-registerSuccessMessage {
    margin: 0 20px;
    padding: 0
}

@media screen and (min-width:1000px) {
    .fs-c-registerSuccessMessage {
        margin: 0 auto;
        width: calc(1000px - 60px);
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media screen and (min-width:481px) and (max-width:999px) {
    .fs-c-registerSuccessMessage {
        margin: 0 34px;
        width: calc(100% - 78px);
        padding: 0;
        border: 0
    }
}

.fs-c-registerSuccessMessage p {
    margin-bottom: 1em
}

.fs-c-registerSuccessMessage p:last-child {
    margin-bottom: 0
}

.fs-c-subSection__title {
    font-size: 1.8rem;
    text-align: center;
    margin: 0 0 20px;
    padding: 0;
    font-weight: bold
}

@media screen and (min-width:480px) {
    .fs-c-subSection__title {
        font-size: 2.4rem
    }
}

.entry,
.password,
.forgot-password,
.entry-mail,
.login-member,
.login-cart {
    background-color: #f6f6f6;
    padding: 20px;
    border: 1px solid #eaeaea
}

@media screen and (min-width:480px) {

    .entry,
    .password,
    .forgot-password,
    .entry-mail,
    .login-member,
    .login-cart {
        width: 500px;
        margin: 0 auto;
        padding: 50px 100px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

.entry .fs-c-button--primary,
.password .fs-c-button--primary,
.forgot-password .fs-c-button--primary,
.entry-mail .fs-c-button--primary,
.login-member .fs-c-button--primary,
.login-cart .fs-c-button--primary {
    width: 100%
}

.entry .o_devider,
.password .o_devider,
.forgot-password .o_devider,
.entry-mail .o_devider,
.login-member .o_devider,
.login-cart .o_devider {
    display: block;
    text-align: center;
    font-size: 1.8rem;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px
}

.entry .o_devider:before,
.entry .o_devider:after,
.password .o_devider:before,
.password .o_devider:after,
.forgot-password .o_devider:before,
.forgot-password .o_devider:after,
.entry-mail .o_devider:before,
.entry-mail .o_devider:after,
.login-member .o_devider:before,
.login-member .o_devider:after,
.login-cart .o_devider:before,
.login-cart .o_devider:after {
    content: '';
    width: 30%;
    height: 6px;
    border-top: 1px solid #000;
    display: inline-block;
    margin: 0 10px
}

.fs-c-inputInformation {
    margin-bottom: 30px
}

.fs-c-inputInformation__field {
    margin-bottom: 20px
}

.fs-c-inputTable {
    width: 100%
}

@media screen and (min-width:480px) {
    .fs-c-inputTable {
        border-top: 3px solid #f6f6f6;
        margin-bottom: 30px
    }
}

.fs-c-inputTable tr {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width:480px) {
    .fs-c-inputTable tr {
        display: table-row;
        border-bottom: 3px solid #f6f6f6
    }
}

.fs-c-inputTable .fs-c-inputTable__headerCell {
    text-align: left;
    padding: 10px;
    display: block;
    font-weight: bold;
    background-color: #fff6be
}

@media screen and (min-width:480px) {
    .fs-c-inputTable .fs-c-inputTable__headerCell {
        display: table-cell;
        width: 30%;
        padding: 20px;
        background-color: transparent
    }
}

.fs-c-inputTable .fs-c-inputTable__headerCell label {
    font-weight: bold;
    margin-bottom: 0
}

.fs-c-inputTable .fs-c-inputTable__dataCell {
    padding: 10px 0;
    margin-bottom: 10px;
    display: block
}

@media screen and (min-width:480px) {
    .fs-c-inputTable .fs-c-inputTable__dataCell {
        display: table-cell;
        width: 70%;
        padding: 20px
    }
}

.fs-c-inputTable .fs-c-inputTable__dataCell input[type="text"],
.fs-c-inputTable .fs-c-inputTable__dataCell input[type="tel"],
.fs-c-inputTable .fs-c-inputTable__dataCell select {
    border: 1px solid #d7d7d7;
    background-color: #fff
}

input[type="text"]#fs_input_password,
input[type="text"]#fs_input_currentPassword,
input[type="text"]#fs_input_newPassword {
    border: 0
}

input[type="password"] {
    border: 1px solid #d7d7d7;
    background-color: #fff
}

.fs-c-inputInformation__button>div {
    width: 100%
}

.fs-c-inputInformation__link {
    text-align: center;
    font-size: 1.5rem
}

.fs-c-otherServiceLogin {
    margin: 0;
    padding: 20px;
    background-color: #f6f6f6;
    border: 1px solid #d7d7d7
}

.fs-c-anotherLogin__message h2.ttl2 {
    margin-bottom: 10px
}

.fs-c-anotherLogin__message p {
    margin-bottom: 10px
}

.fs-c-guestPurchase {
    margin: 0 20px;
    text-align: center
}

@media screen and (min-width:480px) {
    .fs-c-guestPurchase {
        margin: 0 auto 50px
    }
}

.login-devider {
    text-align: center;
    margin: 50px 0
}

.login-devider span {
    display: inline-block;
    font-size: 2rem
}

.login-devider span:after,
.login-devider span:before {
    content: '';
    width: 100px;
    height: 3px;
    border-top: 1px solid #000;
    display: inline-block
}

.login-devider span:after {
    margin-left: 1em
}

.login-devider span:before {
    margin-right: 1em
}

.custome-info-message {
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px
}

@media screen and (min-width:480px) {
    .customer-details {
        width: 620px;
        margin: 0 auto
    }
}

.customer-details .fs-c-inputInformation__field {
    margin-bottom: 0
}

.customer-details .fs-c-inputTable {
    margin-bottom: 30px
}

.customer-details .member-merit {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

@media screen and (min-width:480px) {
    .customer-details .member-merit {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.customer-details .member-merit span {
    display: block;
    text-align: center
}

@media screen and (min-width:480px) {
    .customer-details .member-merit li {
        padding: 0 50px
    }
}

.customer-details .fs-c-button--next {
    width: 100%
}

@media screen and (min-width:480px) {
    .customer-details .fs-c-button--next {
        width: 300px;
        margin-left: auto;
        margin-right: auto
    }
}

.fs-c-agreementConfirmationArea {
    font-size: 1.5rem
}

@media screen and (min-width:480px) {
    .fs-c-agreementConfirmationArea {
        font-size: 1.4rem
    }
}

.fs-c-agreementConfirmationArea__message {
    margin-bottom: 30px
}

.fs-c-agreementConfirmation__checkbox {
    margin-bottom: 0
}

.fs-c-agreementConfirmation__password {
    margin-bottom: 30px
}

.fs-c-agreementConfirmation__addon {
    margin-left: 0
}

.fs-c-button--next,
.fs-c-button--registerAndContinue {
    width: 100%
}

@media screen and (min-width:480px) {

    .fs-c-button--next,
    .fs-c-button--registerAndContinue {
        width: 300px;
        margin-left: auto;
        margin-right: auto
    }
}

input[type="checkbox"].fs-c-checkbox__checkbox {
    display: none
}

.fs-c-checkbox__checkbox:checked+label>.fs-c-checkbox__checkMark {
    background: #fff;
    border-color: #eaeaea;
    color: #000;
    transition: all .5s 0 ease
}

.fs-c-checkbox__checkMark::before {
    color: #363636;
    top: 2px;
    left: 2px
}

.fs-c-suggestedAddress__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-color: #f6f6f6
}

.fs-c-suggestedAddress__list li {
    padding: 15px
}

.privacypolicyLink {
    text-align: center
}

.fs-body-checkout .fs-c-buttonContainer--pair {
    margin-left: 0
}

.content-devider {
    clear: both
}

.fs-c-checkout-destination__body {
    display: block
}

.fs-c-checkout-destination__body .fs-c-checkout-destination__control {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0
}

@media screen and (min-width:480px) {
    .fs-c-checkout-destination__body .fs-c-checkout-destination__control {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.fs-c-checkout-destination__body .fs-c-checkout-destination__button {
    margin: 0
}

@media screen and (min-width:480px) {
    .fs-c-checkout-destination__body .fs-c-checkout-destination__button {
        margin-left: 20px
    }
}

.fs-c-checkout-destination__body .fs-c-checkout-destination__button .fs-c-button--change--small {
    margin: 0;
    margin-bottom: 15px
}

@media screen and (min-width:480px) {
    .fs-c-checkout-destination__body .fs-c-checkout-destination__button .fs-c-button--change--small {
        margin-bottom: 0
    }
}

@media screen and (min-width:480px) {

    .fs-body-checkout .fs-c-buttonContainer.fs-c-buttonContainer--changeSmall,
    .fs-body-checkout-amazon .fs-c-buttonContainer.fs-c-buttonContainer--changeSmall {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media screen and (min-width:480px) and (max-width:1000px) {

    .fs-body-checkout .fs-c-button--confirmOrder,
    .fs-body-checkout-amazon .fs-c-button--confirmOrder {
        width: 100%
    }
}

.checkoutWrap {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (min-width:1000px) {
    .checkoutWrap {
        margin: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.fs-l-checkout__mainColumn {
    width: 100%;
    border-top: 1px solid #d7d7d7
}

@media screen and (min-width:1000px) {
    .fs-l-checkout__mainColumn {
        width: calc(100% - 400px);
        border-left: 1px solid #d7d7d7;
        border-right: 1px solid #d7d7d7
    }
}

.fs-l-checkout__sideColumn {
    width: 100%
}

@media screen and (min-width:1000px) {
    .fs-l-checkout__sideColumn {
        width: 360px;
        border: 1px solid #d7d7d7;
        background-color: #f6f6f6;
        padding: 20px 40px
    }

    .fs-l-checkout__sideColumn .fs-c-button--continueShopping {
        margin-left: auto;
        margin-right: auto
    }
}

.fs-l-checkout__mainColumn>div>div {
    border-bottom: 1px solid #d7d7d7;
    padding: 20px
}

.fs-l-checkout__mainColumn>div>div.fs-c-checkout-widgets__message {
    border: 0;
    padding: 0
}

.fs-c-checkout-preview__title {
    text-align: center;
    font-size: 1.6rem;
    border-bottom: 1px solid #707070;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-weight: bold
}

@media screen and (min-width:1000px) {
    .fs-c-checkout-preview__title {
        font-size: 2rem
    }
}

.fs-c-checkout-preview__button,
.fs-c-checkout-destination__button,
.fs-c-checkout-previewAndEdit__button {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.fs-c-checkout-customerInfo {
    margin-bottom: 20px
}

.fs-c-checkout-customerInfo .fs-c-checkout-customerInfo__name {
    margin-bottom: 20px;
    font-size: 1.3rem
}

.fs-c-checkout-customerInfo li {
    margin-bottom: 5px
}

.fs-c-checkout-customerInfo li rt {
    font-size: 1.3rem
}

.fs-c-checkout-destination .fs-c-checkout-destination__name {
    font-size: 1.3rem
}

.fs-c-checkout-destination li rt {
    font-size: 1.3rem
}

.fs-c-checkout-addresseeList {
    margin-bottom: 30px
}

.fs-c-checkout-addresseeList .fs-c-checkout-addressee {
    border-bottom: 1px solid #eaeaea;
    padding: 20px 0
}

@media screen and (min-width:480px) {
    .fs-c-checkout-addresseeList .fs-c-checkout-addressee {
        overflow: hidden;
        *zoom: 1
    }
}

@media screen and (min-width:480px) {
    .fs-c-checkout-addresseeList .fs-c-checkout-addressee .fs-c-checkout-addressee__control {
        float: right
    }
}

@media screen and (min-width:480px) {
    .fs-c-checkout-addresseeList .fs-c-checkout-addressee__data {
        width: 70%
    }
}

.fs-c-checkout-paymentMethod__creditCardRegistration .fs-c-buttonContainer--inputCreditCardData {
    width: 100%;
    margin: 10px auto
}

@media screen and (min-width:1000px) {
    .fs-c-checkout-paymentMethod__creditCardRegistration .fs-c-buttonContainer--inputCreditCardData {
        width: auto;
        margin: 0
    }
}

.fs-c-creditCardIcons {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap
}

.fs-c-creditCardIcons li {
    margin-left: 10px
}

.fs-c-checkout-destination__list {
    margin-bottom: 20px
}

.fs-c-checkout-destination__list .fs-c-checkout-destination__name {
    margin-bottom: 20px
}

.fs-c-checkout-destination__button {
    width: 100%
}

@media screen and (min-width:1000px) {
    .fs-c-checkout-destination__button {
        width: auto;
        margin-left: 20px
    }
}

.fs-c-checkout-pointInfo .fs-c-checkout-pointInfo__usePoint {
    margin-bottom: 20px
}

.fs-c-checkout-delivery__method__title {
    display: none
}

.fs-c-checkout-delivery__method__deliveryDateTime {
    margin-bottom: 20px
}

.wrapping-message {
    margin-bottom: 20px
}

.wrapping-message .text {
    margin-bottom: 20px
}

.wrapping-message .text a {
    text-decoration: underline
}

.wrapping-message .note {
    font-size: 1.4rem
}

.fs-c-checkout-wrappingInfo__info {
    margin-bottom: 20px
}

.fs-c-returnedSpecialContract {
    display: none
}

.fs-c-checkout-preview .fs-c-cartTable {
    border-top: 0
}

.fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__row {
    border-bottom: 0;
    padding: 0
}

@media screen and (min-width:1000px) {
    .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__row {
        display: table-row;
        border: 1px solid #eaeaea
    }
}

.fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__headerCell {
    display: table-cell;
    padding: 10px;
    font-weight: normal
}

@media screen and (min-width:1000px) {
    .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__headerCell {
        white-space: nowrap
    }
}

.fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__headerCell,
.fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__dataCell {
    margin-bottom: 0;
    padding: 10px
}

@media screen and (min-width:1000px) {

    .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__headerCell,
    .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__dataCell {
        display: table-cell;
        vertical-align: middle
    }
}

@media screen and (min-width:1000px) {
    .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__headerCell--product {
        width: 60%
    }
}

@media screen and (min-width:1000px) {
    .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__headerCell--quantity {
        width: 10%
    }
}

@media screen and (min-width:1000px) {
    .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__headerCell--subtotal {
        width: 10%
    }
}

@media screen and (min-width:1000px) {

    .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__dataCell--point::before,
    .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__dataCell--quantity::before,
    .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__dataCell--subtotal::before {
        display: none
    }
}

.fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__dataCell {
    border-bottom: 1px dotted #d7d7d7
}

@media screen and (min-width:1000px) {
    .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__dataCell {
        width: inherit
    }
}

.fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__dataCell--quantity {
    padding: 10px
}

.fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__dataCell--subtotal {
    padding: 10px
}

@media screen and (min-width:1000px) {
    .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__productName {
        margin-bottom: 10px;
        font-size: 1.3rem;
        padding: 10px
    }
}

@media screen and (min-width:1000px) {
    .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__productInfo {
        width: 100%
    }
}

@media screen and (min-width:1000px) {
    .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__unitPrice .fs-c-priceDisplay {
        font-size: 1.3rem
    }
}

.fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__dataCell--quantity {
    width: 100%
}

@media screen and (min-width:1000px) {
    .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__dataCell--quantity {
        text-align: center
    }
}

@media screen and (min-width:1000px) {
    .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__dataCell--quantity .fs-c-cartTable__quantity {
        float: none
    }
}

.fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__dataCell--subtotal {
    width: 100%
}

.fs-c-checkout-preview .fs-c-confirmOrder {
    margin-left: 20px;
    margin-right: 20px
}

@media screen and (min-width:1000px) {
    .fs-c-checkout-preview .fs-c-confirmOrder {
        margin: 0
    }
}

.fs-c-checkout-couponInfo input[type="text"] {
    border: 1px solid #d7d7d7
}

.fs-c-checkout-couponInfo .fs-c-checkout-couponCodeInput {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap
}

.fs-c-checkout-couponInfo .fs-c-couponCodeInput__button {
    width: 100%;
    margin-top: 20px
}

@media screen and (min-width:1000px) {
    .fs-c-checkout-couponInfo .fs-c-couponCodeInput__button {
        margin-top: 0;
        width: auto
    }
}

.fs-c-checkout-couponInfo .fs-c-button--useCoupon {
    padding: 5px 0;
    font-size: 1.6rem;
    width: 100%
}

@media screen and (min-width:1000px) {
    .fs-c-checkout-couponInfo .fs-c-button--useCoupon {
        width: 100px;
        font-size: 1.3rem;
        font-weight: normal
    }
}

@media screen and (min-width:481px) and (max-width:999px) {
    .fs-c-checkout-couponInfo .fs-c-button--useCoupon {
        margin-left: auto;
        margin-right: auto;
        margin-top: 0
    }
}

.cart-recommend-section {
    padding-left: 38px;
    padding-right: 38px;
    margin-bottom: 40px;
    margin-top: 40px
}

@media screen and (min-width:1000px) {
    .cart-recommend-section {
        width: 1000px;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (min-width:480px) {
    .cart-recommend-section {
        padding: 0
    }
}

.cart-recommend-section .ttl-h2 {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center
}

@media screen and (min-width:480px) {
    .cart-recommend-section .ttl-h2 {
        font-size: 2.4rem;
        text-align: center;
        font-weight: bold;
        border: 0;
        background-color: transparent;
        padding: 0
    }

    .cart-recommend-section .ttl-h2 br {
        display: none
    }
}

.cart-recommend-section .productList {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-left: -12px
}

@media screen and (min-width:480px) {
    .cart-recommend-section .productList {
        margin-left: -16px
    }
}

.cart-recommend-section .productList .item {
    width: calc(100% / 3 - 12px);
    margin-left: 12px;
    text-align: center;
    margin-top: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (min-width:480px) {
    .cart-recommend-section .productList .item {
        width: calc(100% / 4 - 16px);
        padding: 0;
        margin-left: 16px
    }
}

.cart-recommend-section .productList .item .productName {
    font-size: 1.1rem
}

@media screen and (min-width:480px) {
    .cart-recommend-section .productList .item .productName {
        font-size: 1.6rem;
        padding: 18px 0;
        display: block
    }
}

.cart-recommend-section .productList .item .priceBox {
    font-size: 1rem;
    color: #ea4b27;
    text-align: center;
    display: block
}

@media screen and (min-width:480px) {
    .cart-recommend-section .productList .item .priceBox {
        font-size: 1.6rem;
        font-weight: bold
    }
}

@media screen and (min-width:480px) {
    .cart-recommend-section .productList .item .priceBox .price-add {
        font-size: 1.3rem
    }
}

.fs-c-checkoutSuccess {
    margin: 0 18px
}

@media screen and (min-width:480px) {
    .fs-c-checkoutSuccess {
        margin: 0
    }
}

.fs-c-checkoutSuccess h2 {
    text-align: center;
    margin-bottom: 20px
}

@media screen and (min-width:480px) {
    .fs-c-checkoutSuccess p {
        text-align: center
    }
}

.fs-body-my-top .btn_logout {
    width: 100%;
    margin-bottom: 20px
}

.fs-body-my-top .btn_logout a {
    display: block;
    font-size: 1.6rem;
    padding: 20px;
    border: 1px solid #eaeaea;
    position: relative;
    background-color: #f6f6f6
}

.fs-body-my-top .btn_logout a:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    position: absolute;
    top: 50%;
    right: 16px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -4px
}

.fs-body-my-top .common-article {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap
}

.fs-p-accountInfo {
    background-color: #f6f6f6;
    width: 100%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 15px
}

.fs-p-accountInfo__header {
    text-align: center;
    margin-bottom: 10px
}

.fs-p-accountInfo__header .fs-p-accountInfo__accountName__name {
    font-size: 1.8rem
}

.fs-p-accountInfo__body {
    background-color: #fff;
    padding: 10px;
    text-align: center
}

.fs-p-accountInfo__body .fs-p-accountInfo__point__point__available__number {
    font-weight: bold;
    font-size: 1.8rem;
    color: #ea4b27
}

.fs-c-accountService {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap
}

.fs-c-accountService>li {
    width: 100%;
    margin-bottom: 20px
}

.fs-c-accountService>li:last-of-type {
    margin-bottom: 0
}

.fs-c-accountService>li a {
    display: block;
    font-size: 1.6rem;
    padding: 20px;
    border: 1px solid #d7d7d7;
    position: relative
}

.fs-c-accountService>li a:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    position: absolute;
    top: 50%;
    right: 16px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -4px
}

.wishListWrap h2.ttl3 {
    text-align: center
}

.fs-c-featuredProduct__header {
    margin-top: 50px
}

.fs-c-featuredProduct__title,
.fs-c-wishlistProduct__title {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 20px
}

@media screen and (min-width:480px) {

    .fs-c-featuredProduct__title,
    .fs-c-wishlistProduct__title {
        font-size: 2.4rem;
        text-align: center;
        margin-bottom: 30px
    }
}

.fs-c-wishlistProduct__header {
    margin-top: 50px
}

@media screen and (min-width:480px) {
    .fs-c-wishList {
        margin: 0
    }
}

.fs-c-wishlistProduct {
    padding: 0
}

.fs-c-wishlistProduct__footer {
    width: 100%;
    text-align: center;
    display: none
}

@media screen and (min-width:480px) {
    .fs-c-wishlistProduct__footer {
        width: 1280px;
        margin: 0 auto
    }
}

@media screen and (min-width:480px) and (max-width:1000px) {
    .fs-c-wishlistProduct__footer {
        width: 100%
    }
}

.fs-body-my-wishlist .fs-c-productList__list__item .fs-c-productListItem__control {
    display: block
}

.fs-body-my-wishlist .fs-c-productList__list__item .fs-c-productListItem__control .fs-c-button--particular {
    display: block;
    z-index: 10;
    position: absolute;
    right: 5px;
    top: 5px
}

@media screen and (min-width:480px) {
    .fs-body-my-wishlist .fs-c-productList__list__item .fs-c-productListItem__control .fs-c-button--particular {
        right: 5px;
        top: 5px
    }
}

.fs-body-my-wishlist .fs-c-wishList__message {
    margin-bottom: 30px;
    text-align: center
}

.fs-c-productListCarousel {
    width: 100%;
    margin-bottom: 20px;
    display: block;
    padding: 0 20px;
    position: relative
}

@media screen and (min-width:1000px) {
    .fs-c-wishlistProduct .fs-c-productListCarousel {
        width: 1000px;
        margin-left: auto;
        margin-right: auto
    }
}

.fs-c-productListCarousel .fs-c-productListCarousel__list__item {
    position: relative
}

.fs-c-productListCarousel .fs-c-button--addToCart--list {
    width: 40px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 10px
}

.fs-c-productListCarousel__ctrl--prev {
    position: absolute;
    top: 50%;
    left: 10px;
    z-index: 10000
}

@media screen and (min-width:481px) and (max-width:999px) {
    .fs-c-productListCarousel__ctrl--prev {
        left: 5px
    }
}

.fs-c-productListCarousel__ctrl--prev:before {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
    position: absolute;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 0
}

.fs-c-button--carousel--prev {
    position: relative
}

.fs-c-button--carousel--prev .fs-c-button__label {
    display: none
}

.fs-c-productListCarousel__ctrl--next {
    position: absolute;
    top: 50%;
    right: 10px
}

@media screen and (min-width:481px) and (max-width:999px) {
    .fs-c-productListCarousel__ctrl--next {
        right: 5px
    }
}

.fs-c-productListCarousel__ctrl--next:before {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    position: absolute;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 0
}

.fs-c-button--carousel--next {
    position: relative
}

.fs-c-button--carousel--next .fs-c-button__label {
    display: none
}

.fs-c-productListItem__control form {
    width: 100%;
    margin-top: 10px
}

.fs-c-button--removeFromWishList--icon {
    top: 5px;
    right: 5px
}

.fs-c-productListCarousel__list__item {
    flex-basis: 335px;
    max-width: 335px;
    min-width: 335px;
    margin: 0 20px 0 0
}

@media screen and (min-width:480px) {
    .fs-c-productListCarousel__list__item {
        flex-basis: 220px;
        max-width: 220px;
        min-width: 220px
    }
}

@media screen and (min-width:480px) and (max-width:1000px) {
    .fs-c-productListCarousel__list__item {
        width: 100%
    }
}

.fs-c-productListCarousel__list__item .fs-c-productImage__image {
    width: 100%
}

.fs-body-my-orders .fs-c-history {
    margin-left: 18px;
    margin-right: 18px
}

@media screen and (min-width:480px) {
    .fs-body-my-orders .fs-c-history {
        overflow: hidden;
        *zoom: 1
    }
}

.fs-body-my-orders .fs-c-history__termCtrl {
    padding: 10px
}

.fs-body-my-orders .fs-c-history__info {
    border: 1px solid #d7d7d7;
    margin-bottom: 30px
}

@media screen and (min-width:1000px) {
    .fs-body-my-orders .fs-c-history__info {
        width: 33%;
        float: right
    }
}

.fs-body-my-orders .fs-c-history__infoSummary {
    margin-top: 20px
}

.fs-body-my-orders .fs-c-history__total {
    margin-top: 20px
}

.fs-body-my-orders .fs-c-history__total dt {
    border-top: 1px solid #eaeaea;
    padding: 15px;
    font-weight: bold
}

.fs-body-my-orders .fs-c-history__total dd {
    border-top: 1px solid #eaeaea;
    text-align: right;
    padding: 15px
}

.fs-body-my-orders .fs-c-history__term {
    text-align: center
}

.fs-body-my-orders .fs-c-pairList {
    grid-column-gap: 0;
    grid-row-gap: 0
}

.fs-body-my-orders .fs-c-pairList>dt::after {
    display: none
}

.fs-body-my-orders .fs-c-history__listContainer {
    margin-bottom: 50px
}

@media screen and (min-width:1000px) {
    .fs-body-my-orders .fs-c-history__listContainer {
        width: 65%;
        float: left
    }
}

.fs-body-my-orders .fs-c-listControl {
    background-color: #d7d7d7;
    padding: 5px;
    text-align: right
}

.fs-body-my-orders .fs-c-orderHistory {
    margin-bottom: 30px
}

.fs-body-my-orders .fs-c-orderHistoryItem {
    border: 1px solid #d7d7d7;
    margin-top: 20px
}

@media screen and (min-width:1000px) {
    .fs-body-my-orders .fs-c-orderHistoryItem {
        padding: 0
    }
}

.fs-body-my-orders .fs-c-orderHistoryItem .fs-c-productImage__image {
    margin-left: auto;
    margin-right: auto
}

.fs-body-my-orders .fs-c-orderHistoryItem__header {
    margin-bottom: 30px
}

@media screen and (min-width:1000px) {
    .fs-body-my-orders .fs-c-orderHistoryItem__header {
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #f6f6f6;
        margin-bottom: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.fs-body-my-orders .fs-c-orderHistoryItem__header dl {
    margin: 0;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #d7d7d7;
    padding: 15px 5px;
    background-color: #f6f6f6
}

@media screen and (min-width:1000px) {
    .fs-body-my-orders .fs-c-orderHistoryItem__header dl {
        display: block;
        border: 0;
        padding: 20px;
        background-color: transparent
    }
}

.fs-body-my-orders .fs-c-orderHistoryItem__header dl dt {
    margin: 0;
    padding: 0;
    font-weight: bold
}

@media screen and (min-width:1000px) {
    .fs-body-my-orders .fs-c-orderHistoryItem__header dl dt {
        text-align: center
    }
}

.fs-body-my-orders .fs-c-orderHistoryItem__header dl dd {
    margin: 0;
    padding: 0
}

.fs-body-my-orders .fs-c-orderHistoryItem__orderInfo {
    margin-bottom: 20px
}

@media screen and (min-width:1000px) {
    .fs-body-my-orders .fs-c-orderHistoryItem__orderInfo {
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 70%
    }
}

.fs-body-my-orders .fs-c-orderHistoryItem__header__button {
    margin-left: auto;
    margin-right: auto;
    max-width: 280px
}

@media screen and (min-width:1000px) {
    .fs-body-my-orders .fs-c-orderHistoryItem__header__button {
        width: 30%;
        padding: 0 20px
    }
}

.fs-body-my-orders .fs-c-orderHistoryItem__body {
    border-top: 1px solid #d7d7d7
}

.fs-body-my-orders .fs-c-orderHistoryItem__product {
    padding: 20px;
    border-bottom: 1px solid #d7d7d7
}

.fs-body-my-orders .fs-c-orderHistoryItem__product:last-of-type {
    border: 0
}

@media screen and (min-width:1000px) {
    .fs-body-my-orders .fs-c-orderHistoryItem__product {
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.fs-body-my-orders .fs-c-orderHistoryItem__product>div {
    margin-bottom: 10px
}

@media screen and (min-width:1000px) {
    .fs-body-my-orders .fs-c-orderHistoryItem__product>div {
        margin-bottom: 0;
        padding: 10px
    }
}

.fs-body-my-orders .fs-c-orderHistoryItem__productImage {
    width: 50%;
    margin: 0 auto 20px
}

@media screen and (min-width:1000px) {
    .fs-body-my-orders .fs-c-orderHistoryItem__productImage {
        width: 25%
    }
}

.fs-body-my-orders .fs-c-orderHistoryItem__productName {
    width: 100%;
    text-align: center;
    font-weight: bold
}

@media screen and (min-width:1000px) {
    .fs-body-my-orders .fs-c-orderHistoryItem__productName {
        width: 40%;
        text-align: left
    }
}

@media screen and (min-width:1000px) {
    .fs-body-my-orders .fs-c-orderHistoryItem__unitPrice {
        width: 20%
    }
}

.fs-body-my-orders .fs-c-orderHistoryItem__unitPrice .fs-c-priceDisplay {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.fs-body-my-orders .fs-c-orderHistoryItem__productQuantity {
    text-align: center
}

@media screen and (min-width:1000px) {
    .fs-body-my-orders .fs-c-orderHistoryItem__productQuantity {
        width: 15%
    }
}

.fs-body-my-orders .fs-c-orderHistoryItem__button {
    margin-left: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (min-width:1000px) {
    .fs-body-my-orders .fs-c-orderHistoryItem__button {
        width: 25%;
        padding: 10px 0
    }
}

.fs-body-my-orders-details .fs-c-orderDetail h2.fs-c-heading {
    font-size: 1.6rem;
    font-weight: bold;
    padding: 5px
}

@media screen and (min-width:1000px) {
    .fs-body-my-orders-details .fs-c-orderDetail h2.fs-c-heading {
        font-size: 2rem
    }
}

.fs-body-my-orders-details .fs-c-orderDetail h3 {
    font-size: 1.6rem
}

@media screen and (min-width:1000px) {
    .fs-body-my-orders-details .fs-c-orderDetail h3 {
        font-size: 2rem
    }
}

.fs-body-my-orders-details .fs-c-orderDetail__data {
    margin-left: 18px;
    margin-right: 18px
}

@media screen and (min-width:1000px) {
    .fs-body-my-orders-details .fs-c-orderDetail__data {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 50px
    }
}

.fs-body-my-orders-details .fs-c-orderDetailList {
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    margin-bottom: 30px;
    @inlcude clearfix
}

.fs-body-my-orders-details .fs-c-orderDetailList dt {
    float: left;
    width: 8em;
    clear: both;
    margin: 0;
    padding: 10px;
    background-color: #f6f6f6;
    border-top: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea
}

.fs-body-my-orders-details .fs-c-orderDetailList dd {
    margin: 0;
    margin-left: 8em;
    padding: 10px;
    border-top: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea
}

.fs-body-my-orders-details .fs-c-orderDetail__addresseeInfo {
    margin-bottom: 50px
}

@media screen and (min-width:1000px) {
    .fs-body-my-orders-details .fs-c-orderPerAddressee {
        overflow: hidden;
        *zoom: 1
    }
}

.fs-body-my-orders-details .fs-c-orderPerAddressee__heading {
    background-color: #f6f6f6;
    padding: 10px
}

.fs-body-my-orders-details .fs-c-orderPerAddressee__headingNumber {
    margin-right: 15px
}

.fs-body-my-orders-details .fs-c-orderPerAddressee__addressee {
    padding: 10px
}

@media screen and (min-width:1000px) {
    .fs-body-my-orders-details .fs-c-orderPerAddressee__addressee {
        padding: 20px;
        margin-bottom: 30px
    }
}

.fs-body-my-orders-details .fs-c-orderPerAddressee__addressee dt {
    font-weight: bold;
    margin-bottom: 5px
}

.fs-body-my-orders-details .fs-c-orderPerAddressee__addressee dd {
    margin: 0;
    margin-bottom: 10px
}

.fs-body-my-orders-details .fs-c-cartTable__row .fs-c-cartTable__dataCell--product {
    margin-bottom: 0;
    display: block
}

.fs-body-my-orders-details .fs-c-cartTable__row .fs-c-cartTable__dataCell--product .fs-c-cartTable__productInfo {
    width: 100%
}

.fs-body-my-orders-details .fs-c-cartTable__row .fs-c-cartTable__dataCell--quantity {
    margin-bottom: 0;
    padding: 20px;
    display: block
}

.fs-body-my-orders-details .fs-c-cartTable__row .fs-c-cartTable__dataCell--subtotal {
    margin-bottom: 0;
    padding: 20px;
    display: block
}

@media screen and (min-width:1000px) {
    .fs-body-my-orders-details .fs-c-orderPerAddressee__cartTable {
        width: 65%;
        float: left;
        border: 1px solid #d7d7d7
    }
}

.fs-body-my-orders-details .fs-c-orderPerAddressee__orderDeliveryInfo {
    border-right: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px;
    margin-left: 18px;
    margin-right: 18px
}

@media screen and (min-width:1000px) {
    .fs-body-my-orders-details .fs-c-orderPerAddressee__orderDeliveryInfo {
        float: right;
        width: 32%;
        margin: 0;
        border: 1px solid #d7d7d7;
        padding: 0 20px 20px
    }
}

.fs-body-my-orders-details .fs-c-orderDetailInfo__heading {
    font-size: 1.5rem
}

.fs-body-my-orders-details .fs-c-orderDetail__orderInfo {
    margin-bottom: 50px
}

@media screen and (min-width:1000px) {
    .fs-body-my-orders-details .fs-c-orderDetail__orderInfo {
        overflow: hidden;
        *zoom: 1
    }
}

@media screen and (min-width:1000px) {
    .fs-body-my-orders-details .fs-c-orderDetail__orderInfo .fs-c-orderDetailInfo__cartTable {
        width: 65%;
        float: left;
        border: 1px solid #d7d7d7
    }
}

.fs-body-my-orders-details .fs-c-orderDetail__orderInfo .fs-c-orderDetailInfo__orderTotal {
    border-right: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px;
    margin-left: 18px;
    margin-right: 18px
}

@media screen and (min-width:1000px) {
    .fs-body-my-orders-details .fs-c-orderDetail__orderInfo .fs-c-orderDetailInfo__orderTotal {
        float: right;
        width: 32%;
        margin: 0;
        border: 1px solid #d7d7d7;
        padding: 0 20px 20px
    }
}

.fs-body-my-orders-details .fs-c-deliveryInfoList {
    margin-left: 10px;
    margin-right: 10px
}

.fs-body-my-orders-details .fs-c-orderPaymentTable {
    margin: 10px;
    margin-left: 10px;
    width: calc(100% - 20px)
}

@media screen and (min-width:1000px) {
    .fs-body-my-orders-details .fs-c-orderPaymentTable {
        width: 100%;
        margin: 0
    }
}

.fs-body-my-addressbook .fs-c-noResultMessage__title {
    padding: 30px;
    text-align: center
}

.fs-body-my-addressbook .fs-c-addressBookList__addButton {
    margin-bottom: 50px;
    margin-left: 18px;
    margin-right: 18px
}

@media screen and (min-width:480px) {
    .fs-body-my-addressbook .fs-c-addressBookList__addButton {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.fs-body-my-addressbook .fs-c-addressBookList__count {
    background-color: #f6f6f6;
    padding: 10px;
    text-align: right
}

.fs-body-my-addressbook .fs-c-addressBookList__list {
    margin-bottom: 50px;
    width: 100%
}

.fs-body-my-addressbook .fs-c-addressBookList__list tr {
    border-bottom: 1px solid #d7d7d7
}

.fs-body-my-addressbook .fs-c-addressBookList__list td {
    padding: 10px;
    vertical-align: middle
}

@media screen and (min-width:480px) {
    .fs-body-my-addressbook .fs-c-addressBookList__list td {
        border-bottom: 1px solid #d7d7d7
    }
}

@media screen and (min-width:480px) {
    .fs-body-my-addressbook .fs-c-addressBookList__list td:first-child {
        white-space: nowrap;
        width: 20%
    }
}

.fs-body-my-addressbook .fs-c-addressBookList__list .fs-c-buttonContainer {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width:480px) {
    .fs-body-my-addressbook .fs-c-addressBookList__list .fs-c-buttonContainer {
        margin: 0 auto;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.fs-body-my-addressbook .fs-c-addressBookList__list .fs-c-buttonContainer .fs-c-button--changeInfomation {
    margin-right: 10px
}

.fs-body-my-addressbook .fs-c-buttonContainer--pair {
    margin-left: 0
}

.fs-c-inputInformation__message {
    text-align: center;
    background-color: #fffbe2;
    padding: 20px;
    margin-bottom: 30px
}

.fs-c-inputInformation__message p {
    text-align: center
}

.fs-c-inputInformation__message .fs-c-orderedList li {
    text-align: left
}

.fs-c-history {
    margin-bottom: 50px
}

.fs-c-listControl {
    padding: 10px;
    position: relative
}

.fs-c-listControl .fs-c-listControl__status {
    margin-bottom: 10px
}

@media screen and (min-width:480px) {
    .fs-c-listControl .fs-c-listControl__status {
        margin-bottom: 0
    }
}

@media screen and (min-width:480px) {
    .fs-c-listControl .fs-c-pagination {
        position: absolute;
        top: 0;
        right: 0;
        margin-bottom: 0
    }
}

.fs-body-my-reviews .fs-c-history {
    margin-bottom: 50px
}

.fs-body-my-reviews .fs-c-listControl {
    background-color: #eaeaea;
    padding: 10px
}

.fs-c-reviewList {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    list-style-type: none;
    border-top: 1px solid #d7d7d7
}

.fs-c-reviewList li.fs-c-reviewList__item {
    border-bottom: 1px solid #d7d7d7;
    padding: 10px
}

@media screen and (min-width:1000px) {
    .fs-c-reviewList li.fs-c-reviewList__item>div {
        display: table-cell;
        vertical-align: middle;
        padding: 10px
    }
}

.fs-c-reviewList li.fs-c-reviewList__item .fs-c-productImage__image {
    width: 100%;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto
}

.fs-c-reviewList li.fs-c-reviewList__item .fs-c-reviewList__item__body {
    margin: 20px 0
}

.fs-c-reviewList .fs-c-button--editReview {
    font-size: 1.3rem;
    padding: 10px 0;
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width:1000px) {
    .fs-c-reviewList .fs-c-button--editReview {
        width: 200px
    }
}

.fs-c-reviewList .fs-c-reviewList__item__product {
    margin-bottom: 20px
}

@media screen and (min-width:1000px) {
    .fs-c-reviewList .fs-c-reviewList__item__product {
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (min-width:1000px) {
    .fs-c-reviewList .fs-c-reviewList__item__product {
        width: 30%
    }
}

@media screen and (min-width:1000px) {
    .fs-c-reviewList .fs-c-reviewList__item__info {
        width: 20%
    }
}

@media screen and (min-width:1000px) {
    .fs-c-reviewList .fs-c-reviewList__item__body {
        width: 50%
    }
}

.fs-c-reviewList .fs-c-productName {
    font-size: 1.6rem;
    font-weight: bold
}

.fs-c-reviewList .fs-c-reviewRating {
    margin-bottom: 10px
}

.fs-c-reviewList .fs-c-reviewInfo__date {
    margin-bottom: 10px
}

.fs-c-reviewList .fs-c-reviewInfo__date dt {
    float: left;
    clear: both
}

.fs-c-reviewList .fs-c-reviewInfo__date dd {
    margin-left: 4em
}

.fs-body-review-write .fs-c-inputInformation__field .fs-c-inputTable--child {
    width: 100%
}

@media screen and (min-width:480px) {
    .fs-body-review-write .fs-c-inputInformation__field .fs-c-inputTable--child .fs-c-inputTable__headerCell {
        width: 45%
    }
}

.fs-body-review-write .fs-c-buttonContainer--back {
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px
}

.fs-c-productReviewed {
    border: 1px solid #d7d7d7;
    padding: 30px;
    margin-bottom: 20px
}

@media screen and (min-width:480px) {
    .fs-c-productReviewed {
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (min-width:480px) {
    .fs-c-productReviewed>div {
        margin-left: 20px
    }
}

.fs-c-productReviewed .fs-c-productReviewed__image {
    margin-bottom: 10px
}

@media screen and (min-width:480px) {
    .fs-c-productReviewed .fs-c-productReviewed__image {
        width: calc(20% - 20px)
    }
}

.fs-c-productReviewed .fs-c-productReviewed__name {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px
}

@media screen and (min-width:480px) {
    .fs-c-productReviewed .fs-c-productReviewed__name {
        width: calc(50% - 20px)
    }
}

.fs-c-productReviewed .fs-c-productReviewed__number {
    margin-bottom: 10px
}

@media screen and (min-width:480px) {
    .fs-c-productReviewed .fs-c-productReviewed__number {
        width: calc(15% - 20px)
    }
}

.fs-c-productReviewed .fs-c-productReviewed__number .fs-c-productNumber {
    display: block
}

.fs-c-productReviewed .fs-c-productReviewed__prices {
    text-align: center
}

@media screen and (min-width:480px) {
    .fs-c-productReviewed .fs-c-productReviewed__prices {
        width: calc(15% - 20px)
    }
}

.fs-c-productReviewed .fs-c-productReviewed__prices .fs-c-productPrice__main__price {
    font-size: 1.6rem;
    font-weight: bold
}

.fs-c-productReviewed .fs-c-productPrice--member {
    margin-top: 10px
}

.fs-c-aggregateRating {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f6f6f6
}

.fs-c-aggregateRating .fs-c-aggregateRating__count {
    margin-left: 20px
}

.fs-c-reveiwNotes {
    border: 5px solid #eaeaea;
    padding: 10px;
    margin-bottom: 30px
}

.fs-c-reveiwNotes h3 {
    margin: 0;
    padding: 0;
    font-weight: bold
}

.fs-body-review-success .fs-c-reviewSuccessComment {
    margin-bottom: 30px
}

@media screen and (min-width:1000px) {
    .fs-body-review-success .fs-c-reviewSuccessComment {
        margin-bottom: 50px
    }
}

@media screen and (min-width:1000px) {
    .fs-body-review-success .fs-c-buttonContainer--back {
        margin: 0 auto;
        width: calc(1000px - 60px);
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media screen and (min-width:481px) and (max-width:999px) {
    .fs-body-review-success .fs-c-buttonContainer--back {
        margin: 0 34px;
        width: calc(100% - 78px);
        padding: 0;
        border: 0
    }
}

.fs-body-my-points .fs-c-history__info {
    margin-bottom: 50px
}

.fs-body-my-points .fs-c-listControl {
    margin-bottom: 20px
}

.fs-body-my-points .fs-c-pointSummary {
    background-color: #f6f6f6;
    padding: 10px 20px 20px;
    border: 1px solid #d7d7d7;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width:480px) {
    .fs-body-my-points .fs-c-pointSummary {
        width: 500px;
        margin: 0 auto;
        padding: 50px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

.fs-body-my-points .fs-c-pointSummary dt {
    width: 60%;
    padding: 10px;
    border-bottom: 1px solid #707070
}

.fs-body-my-points .fs-c-pointSummary dd {
    width: 40%;
    margin: 0;
    padding: 10px;
    text-align: right;
    border-bottom: 1px solid #707070
}

.fs-body-my-points .fs-c-pointSummary .fs-c-pointSummary__label--availablePoint {
    font-size: 1.5rem
}

.fs-body-my-points .fs-c-pointSummary .fs-c-pointSummary__value--availablePoint {
    font-size: 1.8rem;
    font-weight: bold;
    color: #c5193d
}

.fs-body-my-points .fs-c-pointSummary .fs-c-pointSummary__label--limitedPoint {
    text-align: right
}

.fs-body-my-points .fs-c-dropdown {
    margin-bottom: 30px;
    width: 50%
}

@media screen and (min-width:480px) {
    .fs-body-my-points .fs-c-dropdown {
        width: 30%
    }
}

.fs-body-my-points .fs-c-pointListTable {
    width: 100%;
    margin-bottom: 20px
}

@media screen and (min-width:480px) {
    .fs-body-my-points .fs-c-pointListTable {
        border-collapse: collapse;
        border-top: 1px solid #d7d7d7;
        border-left: 1px solid #d7d7d7
    }
}

@media screen and (min-width:480px) {
    .fs-body-my-points .fs-c-pointListTable th {
        padding: 10px;
        background-color: #f6f6f6;
        border-bottom: 1px solid #d7d7d7;
        border-right: 1px solid #d7d7d7
    }
}

.fs-body-my-points .fs-c-pointListTable td {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #d7d7d7
}

@media screen and (min-width:480px) {
    .fs-body-my-points .fs-c-pointListTable td {
        border-right: 1px solid #d7d7d7;
        vertical-align: middle
    }
}

@media screen and (min-width:480px) {
    .fs-body-my-account-password .innerContainer {
        border: 1px solid #000
    }
}

.fs-body-forgotPassword .fs-c-inputInformation__message .fs-c-orderedList {
    margin: 0
}

@media screen and (min-width:480px) {
    .fs-body-forgotPassword .fs-c-inputInformation__message {
        text-align: center
    }
}

@media screen and (min-width:480px) {
    .fs-body-resetPassword .innerContainer {
        margin: 0 auto 50px;
        border: 1px solid #000
    }
}

.fs-c-modal,
.fs-c-modal--medium,
.fs-c-modal--small {
    background: rgba(0, 0, 0, 0.7);
    transition: all 1s 0 ease;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2147483600;
    display: flex;
    align-items: flex-start;
    opacity: 1;
    overflow: auto;
    transform: translate3d(0, 0, 0);
    padding: 16px 0 40px;
    -webkit-overflow-scrolling: touch
}

.fs-c-modal__inner {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    margin: auto;
    max-width: calc(100vw - 8px*2);
    background: #fff;
    border-radius: 3px;
    padding: 10px 20px
}

.fs-c-modal__inner.is-warning {
    border: 2px solid #f6d342
}

.fs-c-modal__inner.is-warning .fs-c-modal__header {
    background: #f6d342;
    color: #fff
}

.fs-c-modal__inner.is-warning .fs-c-modal__close {
    color: #fff
}

.fs-c-modal__header {
    display: block;
    align-items: stretch;
    justify-content: space-between;
    background-color: #fff;
    border-bottom: 1px solid #d7d7d7;
    position: relative;
    padding: 10px;
    margin-bottom: 10px
}

@media screen and (min-width:1000px) {
    .fs-c-modal__header {
        padding: 20px
    }
}

.fs-c-modal__close {
    color: #333;
    cursor: pointer;
    white-space: nowrap;
    padding: 3px;
    position: absolute;
    right: 0;
    top: 0
}

.fs-c-modal__close::before {
    font-family: 'fs-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: block;
    font-size: .9em;
    line-height: 1
}

.fs-c-modal__close:hover {
    color: #4c4c4c
}

.fs-c-modal__close::before {
    height: 1em
}

.fs-c-modal__contents {
    flex-grow: 1;
    max-height: calc(100% - 80px);
    overflow: auto;
    padding: 0
}

@media screen and (min-width:1000px) {
    .fs-c-modal__contents {
        padding: 10px 0
    }
}

.fs-c-modal__contents .fs-c-button--addAddressee {
    margin-bottom: 20px
}

.fs-c-modal--checkout-point .fs-c-checkout-usePoint__lead {
    margin-bottom: 20px
}

.fs-c-modal--checkout-point .fs-c-checkout-pointSettingList {
    margin-bottom: 20px
}

.fs-c-modal--checkout-deliveryMethod .fs-c-checkout-deliveryMethod__body>* {
    margin: 0 0 30px
}

.fs-c-modal--checkout-deliveryMethod .fs-c-checkout-deliveryMethod__option__title {
    font-weight: bold;
    font-size: 1.6rem
}

.fs-c-modal--checkout-deliveryMethod .fs-c-checkout-deliveryMethod__option__message {
    margin-bottom: 20px
}

.fs-c-modal--checkout-deliveryMethod .fs-c-checkout-deliveryMethod__option__setting dt {
    background-color: #fffbe2;
    padding: 5px;
    margin-bottom: 10px
}

.fs-c-modal--checkout-deliveryMethod .fs-c-checkout-deliveryMethod__option__setting dd {
    margin-bottom: 20px
}

.fs-c-modal__contentsLead {
    margin-bottom: 24px
}

.fs-c-modal__contents .fs-c-inputTable--inModal {
    table-layout: auto
}

.fs-c-modal__contents .fs-c-inputTable--inModal>tbody>tr {
    padding: 0
}

@media screen and (min-width:480px) {
    .fs-c-modal__contents .fs-c-inputTable--inModal>tbody>tr {
        display: flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.fs-c-modal--medium .fs-c-modal__inner {
    margin: auto;
    width: 94vw
}

@media screen and (min-width:768px) {
    .fs-c-modal--medium .fs-c-modal__inner {
        width: 768px;
        max-width: 90vw
    }
}

.fs-c-modal--small {
    align-items: flex-start;
    justify-content: center
}

.fs-c-modal--small .fs-c-modal__inner {
    flex-grow: 0
}

.fs-c-modal__title {
    padding: 0 20px;
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold
}

@media screen and (min-width:1000px) {
    .fs-c-modal__title {
        font-size: 2rem
    }
}

.fs-c-modal__close::before {
    font-size: 2em;
    padding: 5px;
    background-color: #000;
    top: 5px;
    color: #fff
}

.fs-body-checkout-amazon .fs-c-checkout-loginGuidance {
    border: 1px solid #d7d7d7;
    margin-bottom: 30px;
    padding: 20px
}

.fs-body-checkout-amazon .fs-c-checkout-loginGuidance__message {
    text-align: center;
    margin-bottom: 20px
}

.fs-c-productList .fs-c-listControl {
    background-color: #fff;
    margin-bottom: 30px
}

.fs-c-productList .fs-c-listControl .fs-c-pagination {
    position: relative;
    top: auto;
    left: auto
}

.fs-c-productList .fs-c-listControl__status {
    margin-bottom: 20px;
    margin-left: 17px
}

@media screen and (min-width:480px) {
    .fs-c-productList .fs-c-listControl__status {
        margin: 0;
        font-weight: bold
    }
}

@media screen and (min-width:480px) {
    .fs-c-productList .fs-c-listControl {
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (min-width:480px) {
    .fs-c-productList .fs-c-productList__controller {
        border-top: 1px solid #d7d7d7;
        padding-top: 30px
    }

    .fs-c-productList .fs-c-productList__controller:first-of-type {
        border-bottom: 1px solid #d7d7d7;
        border-top: 0;
        margin-bottom: 40px;
        padding-top: 0
    }
}

.fs-c-productList .fs-c-button--addToCart--list {
    width: 40px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 10px
}

.fs-c-productList .fs-c-button--viewProductDetail {
    display: none
}

.fs-c-productList__list {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    margin-bottom: 20px
}

@media screen and (min-width:480px) {
    .fs-c-productList__list {
        margin-left: -15px;
        border: 0
    }
}

.fs-c-productList__list+.fs-c-productList__controller .fs-c-sortItems {
    display: none
}

.fs-c-productList__list__item {
    width: calc(50%);
    position: relative;
    margin: 0;
    padding: 18px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7
}

@media screen and (min-width:480px) {
    .fs-c-productList__list__item {
        width: calc(100%/4 - 15px);
        margin-left: 15px;
        margin-bottom: 40px;
        border: 0;
        padding: 0
    }
}

.fs-c-productList__list__item img {
    width: 100%;
    height: auto
}

.fs-c-productListItem__productName {
    margin: 0;
    padding: 10px 0
}

.fs-c-productListItem__productName span {
    display: block;
    font-size: 1.3rem;
    font-weight: normal;
    text-align: center
}

@media screen and (min-width:480px) {
    .fs-c-productListItem__productName span {
        font-size: 1.6rem;
        line-height: 1.5
    }
}

.fs-c-productListItem__viewMoreImageButton {
    display: none
}

.fs-c-productName__name {
    line-height: 1.2;
    padding: 0 5px
}

.fs-c-productListItem__prices {
    display: block;
    text-align: center
}

.fs-c-productListItem__prices .fs-c-price__value {
    font-weight: bold
}

.fs-c-button--subscribeToArrivalNotice--list {
    display: none
}

.fs-c-productListItem__outOfStock {
    text-align: center;
    color: #ea4b27;
    border: 1px dotted #ea4b27;
    padding: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-top: 20px
}

.fs-c-productListItem__control .fs-c-button--particular {
    display: block;
    z-index: 10;
    position: absolute;
    right: 15px;
    top: 10px
}

@media screen and (min-width:480px) {
    .fs-c-productListItem__control .fs-c-button--particular {
        right: 8px;
        top: 8px
    }
}

.fs-c-button--viewProductDetail {
    display: none
}

.fs-c-button--removeFromWishList--icon {
    background-image: url(https://naturalfoods.itembox.design/item/img/common/icon/favorite_on.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 38px;
    height: 38px;
    text-indent: -9999em
}

@media screen and (min-width:480px) {
    .fs-c-button--removeFromWishList--icon {
        width: 32px;
        height: 32px
    }
}

.fs-c-button--addToWishList--icon {
    background-image: url(https://naturalfoods.itembox.design/item/img/common/icon/favorite_off.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 38px;
    height: 38px;
    text-indent: -9999em
}

@media screen and (min-width:480px) {
    .fs-c-button--addToWishList--icon {
        width: 32px;
        height: 32px
    }
}

.fs-c-subgroup {
    margin-bottom: 30px
}

.fs-c-subgroup .fs-c-listControl {
    display: none
}

.fs-c-subgroup .fs-c-subgroupList {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -7px
}

@media screen and (min-width:480px) {
    .fs-c-subgroup .fs-c-subgroupList {
        margin-left: 15px
    }
}

.fs-c-subgroup .fs-c-subgroupList li {
    margin-left: 7px;
    margin-bottom: 7px
}

@media screen and (min-width:480px) {
    .fs-c-subgroup .fs-c-subgroupList li {
        margin-left: 15px;
        margin-bottom: 15px
    }
}

.fs-c-subgroup .fs-c-subgroupList li a {
    display: block;
    padding: 10px 20px;
    border: 1px solid #363636;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px
}

@media screen and (min-width:480px) {
    .fs-c-subgroup .fs-c-subgroupList li a {
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        border-radius: 30px
    }
}

.fs-c-sortItems {
    margin-left: 38px;
    margin-right: 38px;
    margin-bottom: 30px
}

@media screen and (min-width:480px) {
    .fs-c-sortItems {
        text-align: right;
        position: relative;
        margin: 0;
        margin-bottom: 30px
    }
}

.fs-c-sortItems .fs-c-sortItems__label {
    box-sizing: border-box;
    position: relative;
    padding: .5rem .9375rem;
    border: 1px solid #000;
    display: inline-block;
    text-align: left;
    width: 100%;
    cursor: arrow
}

@media screen and (min-width:480px) {
    .fs-c-sortItems .fs-c-sortItems__label {
        width: 25%;
        font-size: 1.3rem
    }
}

.fs-c-sortItems .fs-c-sortItems__label:after {
    content: "\e90f";
    font-family: 'fs-icon' !important;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 2.9rem;
    border-left: 1px solid #000;
    font-size: 1.8rem;
    padding: 0 5px
}

@media screen and (min-width:480px) {
    .fs-c-sortItems .fs-c-sortItems__label:after {
        font-size: 2rem
    }
}

.fs-c-sortItems .fs-c-sortItems__list {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
    border: 1px solid #000;
    border-top: 0;
    padding: 10px
}

@media screen and (min-width:480px) {
    .fs-c-sortItems .fs-c-sortItems__list {
        width: 25%;
        clear: both;
        position: absolute;
        background-color: #fff;
        z-index: 20;
        right: 0;
        border-top: 0
    }

    .fs-c-sortItems .fs-c-sortItems__list li a {
        display: block;
        text-align: left;
        padding: 10px
    }

    .fs-c-sortItems .fs-c-sortItems__list li span {
        display: block;
        text-align: left;
        padding: 10px;
        font-weight: bold
    }
}

.fs-c-pagination {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -10px
}

@media screen and (min-width:480px) {
    .fs-c-pagination {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.fs-c-pagination .fs-c-pagination__item {
    flex: 0 1 auto;
    padding: 0;
    margin: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    position: relative;
    margin-left: 10px
}

.fs-c-pagination .fs-c-pagination__item.is-active {
    background-color: #c89f94;
    border: 1px solid #363636;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.fs-c-pagination .fs-c-pagination__item--next,
.fs-c-pagination .fs-c-pagination__item--prev {
    background-color: transparent
}

.fs-c-pagination .fs-c-pagination__item--next {
    text-align: right
}

.fs-c-pagination .fs-c-pagination__item--prev {
    text-align: left
}

.fs-c-pagination .fs-c-pagination__item--next::before {
    font-family: 'fs-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: inline-block;
    font-size: 1.6rem;
    line-height: 36px;
    color: #363636
}

.fs-c-pagination .fs-c-pagination__item--prev::before {
    font-family: 'fs-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: inline-block;
    font-size: 1.6rem;
    line-height: 36px;
    color: #363636
}

.fs-body-search .search-result .text strong {
    font-size: 2rem;
    font-weight: normal
}

.fs-body-search .refineSearch-section {
    margin-bottom: 30px
}

@media screen and (min-width:480px) {
    .fs-body-search .refineSearch-section {
        top: 80px;
        margin-bottom: 0
    }
}

.fs-body-my-coupons .fs-c-couponList__item {
    border-bottom: 2px dotted #363636;
    padding-bottom: 30px;
    margin-bottom: 30px
}

.fs-body-my-coupons .fs-c-couponList__item:last-of-type {
    margin-bottom: 0
}

.fs-body-my-coupons .fs-c-coupon__name {
    border: 5px solid #f6f6f6;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px
}

.fs-body-my-coupons .fs-c-couponName__name {
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 10px
}

@media screen and (min-width:480px) {
    .fs-body-my-coupons .fs-c-couponName__name {
        font-size: 2.4rem
    }
}

.fs-body-my-coupons .fs-c-couponName__discount {
    text-align: center;
    border: 1px solid #ea4b27;
    padding: 5px;
    color: #ea4b27
}

@media screen and (min-width:480px) {
    .fs-body-my-coupons .fs-c-couponName__discount {
        font-size: 2rem;
        font-weight: bold
    }
}

.fs-body-my-coupons .fs-c-coupon__description {
    border-top: 1px solid #d7d7d7
}

.fs-body-my-coupons .fs-c-coupon__description .fs-c-couponExpiration__title {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px
}

@media screen and (min-width:480px) {
    .fs-body-my-coupons .fs-c-coupon__description .fs-c-couponExpiration__title {
        font-size: 1.8rem
    }
}

.fs-body-my-coupons .fs-c-coupon__description .fs-c-couponAppliedCondition__title {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px
}

@media screen and (min-width:480px) {
    .fs-body-my-coupons .fs-c-coupon__description .fs-c-couponAppliedCondition__title {
        font-size: 1.8rem
    }
}

.fs-body-my-coupons .fs-c-coupon__description__expiration {
    border-bottom: 1px solid #d7d7d7;
    padding: 20px 0
}

.fs-body-my-coupons .fs-c-couponExpiration__list__item {
    margin-bottom: 10px
}

.fs-body-my-coupons .fs-c-couponExpiration__list__item:last-of-type {
    margin-bottom: 0
}

@media screen and (min-width:480px) {
    .fs-body-my-coupons .fs-c-couponExpiration__list__item {
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.fs-body-my-coupons .fs-c-couponExpiration__list__item__title {
    border: 1px solid #363636;
    padding: 5px;
    display: inline-block;
    margin-bottom: 10px
}

@media screen and (min-width:480px) {
    .fs-body-my-coupons .fs-c-couponExpiration__list__item__title {
        margin-right: 10px
    }
}

.fs-body-my-coupons .fs-c-coupon__description__appliedCondition {
    padding: 20px 0;
    border-bottom: 1px solid #d7d7d7
}

.fs-body-my-coupons .fs-c-couponExpiration__notice,
.fs-body-my-coupons .fs-c-couponAppliedCondition__notice {
    color: #ea4b27
}

.fs-c-documentContent {
    margin: 0 20px;
    padding: 0
}

@media screen and (min-width:1000px) {
    .fs-c-documentContent {
        margin: 0 auto;
        width: calc(1000px - 60px);
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media screen and (min-width:481px) and (max-width:999px) {
    .fs-c-documentContent {
        margin: 0 34px;
        width: calc(100% - 78px);
        padding: 0;
        border: 0
    }
}

.fs-c-documentContent p {
    margin-bottom: 1em
}

.fs-c-documentContent p:last-child {
    margin-bottom: 0
}

.notfound-content {
    padding-top: 50px;
    text-align: center
}

.notfound-content .notFound__heading_1 {
    font-size: 1.8rem;
    display: block;
    font-weight: bold
}

@media screen and (min-width:480px) {
    .notfound-content .notFound__heading_1 {
        font-size: 2.4rem
    }
}

.notfound-content .notFound__heading_2 {
    font-size: 1.6rem;
    display: block;
    font-weight: bold;
    margin-bottom: 20px
}

@media screen and (min-width:480px) {
    .notfound-content .notFound__heading_2 {
        font-size: 1.8rem
    }
}

.notfound-content .notFound__message {
    margin-left: 18px;
    margin-right: 18px
}

.maintenance_container {
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 300px;
    height: 120px;
    line-height: 2
}

.productList-upperText {
    margin-bottom: 30px
}

.login-cart-upperText {
    margin-bottom: 30px
}

*::-ms-backdrop,
.mypage-menu {
    width: 100%
}

*::-ms-backdrop,
.fs-c-accountService {
    display: block
}

@media screen and (min-width:480px) {

    *::-ms-backdrop,
    .fs-c-cartTable thead tr {
        display: block;
        overflow: hidden;
        *zoom: 1;
        width: calc(100% - 1px)
    }

    *::-ms-backdrop,
    .fs-c-cartTable__headerCell {
        float: left !important
    }

    *::-ms-backdrop,
    .fs-c-cartTable__headerCell--product {
        width: 55% !important
    }

    *::-ms-backdrop,
    .fs-c-cartTable__headerCell--quantity {
        width: 15% !important
    }

    *::-ms-backdrop,
    .fs-c-cartTable__headerCell--subtotal {
        width: 15% !important
    }

    *::-ms-backdrop,
    .fs-c-cartTable__headerCell--point {
        width: 15% !important
    }

    *::-ms-backdrop,
    .fs-c-cartTable__product {
        display: block !important
    }

    *::-ms-backdrop,
    .fs-c-cartTable__productInfo {
        width: calc(100% - 100px)
    }

    *::-ms-backdrop,
    .fs-c-cartTable__row {
        display: block !important;
        border-bottom: 1px solid #d7d7d7;
        padding: 20px;
        margin: 0;
        overflow: hidden;
        *zoom: 1;
        box-sizing: border-box
    }

    *::-ms-backdrop,
    .fs-c-cartTable__dataCell {
        float: left !important;
        border-bottom: none !important
    }

    *::-ms-backdrop,
    .fs-c-cartTable__dataCell--product {
        width: 55% !important
    }

    *::-ms-backdrop,
    .fs-c-cartTable__dataCell--quantity {
        width: 15% !important
    }

    *::-ms-backdrop,
    .fs-c-cartTable__dataCell--subtotal {
        width: 15% !important
    }

    *::-ms-backdrop,
    .fs-c-cartTable__dataCell--point {
        width: 15% !important
    }
}