@charset "UTF-8";

.fs-preview-header,
.fs-trial-header {
    display: none;
}

.fs-c-button__label {
    color: #ffffff;
}
.fs-c-button--continueShopping span{
    color: #ffffff;
}
.fs-c-button--ApplePay{
    display: none;
}
@media screen and (min-width: 769px) {
    .support-area h3 {
        font-size: 33px;
        font-weight: 400;
        letter-spacing: .1em;
    }

    .title-japanese {
        font-size: 16px;
    }
}

.title-japanese {
    margin: 0 0 15px;
}

.title-supplement {
    font-size: 19px;
    margin: 8px 0 0;
}

.title-japanese {
    color: #000000;
}

.title-supplement {
    font-size: 19px;
    margin: 8px 0 0;
}

.title-japanese {
    color: #000000;
}

.support-list1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 50px 0 35px;
    padding: 0 2%;
}

.support-list1 li {
    width: 49%;
    text-align: center;
}

.support-list1 p {
    font-size: 19px;
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
    font-weight: 600;
    color: #000;
}

.support-list1 img {
    margin: 10px 0;
}

.support-list1 .support-buton-text1 {
    font-size: 6vw;
    color: #555555;
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
    font-weight: 400;
}

.support-list1 .support-buton-text2 {
    font-size: 4.5vw;
}

.support-list2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 2%;
}

.support-list2 li {
    width: 24.5%;
    text-align: center;
}

.support-list2 .support-buton-text3 {
    font-size: 4.5vw;
}

.support-area {
    padding: 60px 0 40px;
    background: #f9f9f9;
}

.more-sp {
    background: #ecebeb;
    border-radius: 3px;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.more-sp p {
    font-size: 4vw;
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}

.more-sp2 {
    background: #fff;
    border: solid 1px #ababab;
    border-radius: 3px;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.more-sp2 p {
    font-size: 4vw;
}

.slick-dots li button {
    display: none;
}

.slick-dots li {
    content: "";
    width: 60px;
    height: 3px;
    margin: auto 5px;
    background-color: #cfcbc8;
}

.slick-dots li.slick-active {
    background-color: #403f3a;
}

.is-noheight {
    height: 0;
    overflow: hidden;
}

.is-noheight * {
    height: 0;
}

@media only screen and (max-width: 560px) {
    .title-japanese {
        margin: 0 0 8px;
        font-size: 14px;
    }

    h3 {
        font-size: 22px;
    }

    .topics-list {
        margin: 20px 4%;
    }

    .topics-list li {
        width: 48%;
    }

    .topics-list li:nth-of-type(n + 3) {
        display: none;
    }

    .topics-item dt {
        min-height: 3.4em;
        font-size: 15px;
        margin: 3px 0 0;
    }

    .topics-item dd {
        font-size: 13px;
        max-height: 3.4em;
        overflow: hidden;
    }

    .button-more {
        max-width: 90%;
    }

    .button-more-sp {
        width: 90%;
    }

    .button-more3 {
        width: 50%;
    }

    .topics-area {
        padding: 40px 0px 30px;
    }

    .pickup-item p {
        font-size: 13px;
        min-height: 66px;
        max-height: 66px;
    }

    .pickup-item .price {
        font-weight: 600;
        color: #843c26;
        font-size: 16px;
        min-height: auto;
        max-height: none;
    }

    .pickup-item .price span {
        color: #843c26;
        font-size: 13px;
    }

    .pickup-item-list {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .pickup-item-list li {
        width: 48%;
        margin: 0 0 20px;
    }

    .pickup-item-under-text-area {
        padding: 5px 5%;
    }

    .pickup-item-area {
        padding: 30px 0;
    }

    .ranking-category {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        overflow-x: auto;
        margin: 20px 0 30px;
    }

    .tab-item {
        font-size: 13px;
        margin: 0 1em 30px 0;
        padding: 10px 0;
    }

    .ranking-contents {
        margin: 0;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .ranking-contents li {
        width: 48%;
        margin: 0 0 20px;
    }

    .ranking-item::after {
        width: 9vw;
        height: 9vw;
        min-width: 9vw;
        min-height: 9vw;
        left: -3vw;
        top: -3vw;
        background-size: cover;
    }

    .ranking-item p {
        font-size: 13px;
        min-height: 5.1em;
        max-height: 5.1em;
        overflow: hidden;
    }

    .ranking-item .price {
        font-weight: 600;
        color: #843c26;
        font-size: 16px;
        min-height: auto;
        max-height: none;
    }

    .ranking-item .price span {
        color: #843c26;
        font-size: 13px;
    }

    .ranking-area {
        padding: 30px 0 10px;
    }

    .new-arrival-area {
        padding: 0;
    }

    .new-arrival-contents {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .new-arrival-contents li {
        width: 48%;
        margin: 0 0 20px;
    }

    .contents-list {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 20px 0 35px;
    }

    .contents-list li {
        width: 100%;
        max-width: none;
        margin: 0 0 20px;
    }

    .contents-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }

    .contents-item img {
        max-height: 7em;
        margin: 0 4% 0 0;
    }

    .contents-item dt {
        margin: 0 0 .35em;
        font-size: 15px;
        line-height: 1.4;
    }

    .contents-item dd {
        font-size: 3.25vw;
        line-height: 1.6;
    }

    .glamore-web {
        margin: 15px 0 20px;
        max-width: 33%;
    }

    .instagram-area {
        padding: 0 0 40px;
    }

    .instagram-list {
        margin: 0 0 25px;
    }

    .category-area {
        padding: 30px 0 20px;
    }

    .category-item p {
        font-size: 12px;
    }

    .information-area {
        padding: 40px 0;
    }

    .information-items {
        margin: 15px 0 25px;
    }

    .information-item {
        padding: 15px 0 3px;
    }

    .information-item a {
        font-size: 14px;
    }

    .title-supplement {
        font-size: 15px;
        margin: 35px 0 0;
        font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
        font-weight: 600;
        color: #000;
    }

    .support-list1 {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        border-bottom: solid 1px #c3c2bf;
        margin: 20px 0 20px;
    }

    .support-list1 li {
        width: 100%;
        margin: 0 0 40px;
    }

    .support-list1 li:last-of-type {
        margin: 0 0 20px;
    }

    .support-list1 p {
        font-size: 15px;
    }

    .support-list1 img {
        margin: 0;
    }

    .support-list2 {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        border-bottom: solid 1px #c3c2bf;
        padding: 0 0 20px;
    }

    .support-list2 li {
        width: 49%;
        margin: 0 0 7px;
    }

    .sp-support-link {
        border-bottom: solid 1px #c3c2bf;
        padding: 20px 0;
    }

    .sp-support-link p {
        font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
        font-weight: 600;
        color: #000;
        font-size: 14px;
    }

    .sp-support-sns p {
        font-size: 24px;
        letter-spacing: .1em;
        font-weight: 400;
        margin: 30px 0 20px;
    }

    .sp-support-sns-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin: auto;
        max-width: 215px;
        width: 90%;
    }

    .sp-support-sns-list li {
        max-width: 20%;
    }
}

/****************
fs-c-breadcrumb__list
****************/
.fs-c-breadcrumb {
    padding-top: 2rem;
}

.fs-c-breadcrumb__list {
    margin-bottom: 5rem;
    max-width: 1045px;
    margin-left: auto;
    margin-right: auto;
}

.fs-c-breadcrumb__list li,
.fs-c-breadcrumb__list li a {
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}

.fs-c-breadcrumb__list li {
    padding-right: 4rem;
    position: relative;
    line-height: 3;
}

.fs-c-breadcrumb__list li a:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.5rem;
}

.fs-c-breadcrumb__list li:last-child {
    padding-right: 0;
}

.fs-c-breadcrumb__list a {
    background-color: #f5f5f5;
    border-radius: 20px;
    padding: .5em 1em;
}



.fs-c-breadcrumb__list li,
.fs-c-breadcrumb__list li a {
    font-size: 1.2rem;
}

.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
    content: none;
}

.fs-l-main {
    max-width: 100%;
    background-color: #fff;
    margin: 0 auto;
}

.fs-l-pageMain {
    margin-right: auto;
    margin-left: auto;
}

.fs-c-panelContainer {
    max-width: 1045px;
    padding-left: 10px;
    padding-right: 10px;
}

.fs-body-cart .fs-l-cart__contentsArea {
    display: block;
    width: 100%;
}

.fs-l-main {
    display: block;
}

.Title {
    font-size: 1.6rem;
    padding-bottom: 3rem;
    line-height: 1.2;
    color: #000000;
    letter-spacing: .1em;
}

.Title:after {
    font-size: 3rem;
    display: block;
}

@media screen and (max-width: 768px) {

    .fs-c-breadcrumb__list {
        max-width: 100%;
    }

    .fs-c-panelContainer {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .fs-body-cart .fs-l-cart__contentsArea {
        display: block;
        width: 100%;
    }

    .fs-l-main {
        display: block;
    }

    .Title {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .Title:after {
        font-size: 3rem;
        display: block;
    }
}




/***cart***/
#fs_ShoppingCart .Title {
    margin-top: -2.5rem;
}

#fs_ShoppingCart .Title:after {
    content: "CART";
}

#fs_ShoppingCart .fs-c-cartTable__row {
    position: relative;
}

#fs_ShoppingCart .fs-c-cartTable__product > .fs-c-cartTable__productImage {
    width: 100px;
}

#fs_ShoppingCart .fs-c-cartTable__productInfo {
    position: absolute;
    left: 110px;
    top: 0;
}

#fs_ShoppingCart .fs-c-cartTable__dataCell {
    width: calc((100% - 110px) / 4);
    text-align: left;
}

#fs_ShoppingCart .fs-c-cartTable__dataCell--quantity {
    position: relative;
    padding-left: 3em;
}

#fs_ShoppingCart .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--product {
    width: 110px;
}

#fs_ShoppingCart .fs-c-price {
    display: block;
}

#fs_ShoppingCart .fs-c-cartTable__quantity:before {
    content: "数量：";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#fs_ShoppingCart .fs-c-priceDisplay.fs-c-productPrice {
    display: none;
}

#fs_ShoppingCart td.fs-c-cartTable__dataCell--subtotal .fs-c-price__price.fs-c-price__price--taxIncl:before {
    content: "小計：";
}

#fs_ShoppingCart .fs-c-cartTable__dataCell--point:before {
    content: "ポイント：";
}

#fs_ShoppingCart .fs-c-price__value:after {
    content: "(税込)";
}

#fs_ShoppingCart .fs-c-cartTable__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

#fs_ShoppingCart .fs-c-cartTableContainer {
    background-color: #ffffff;
    box-shadow: 0 0 6px #cccccc;
    border-radius: 10px;
    padding: 2.5rem;
}

#fs_ShoppingCart .fs-c-cartTable,
#fs_ShoppingCart .fs-c-cartTable th,
#fs_ShoppingCart .fs-c-cartTable td {
    border: none;
}

#fs_ShoppingCart .fs-c-cartTable thead {
    display: none;
}

#fs_ShoppingCart .fs-c-cartTable .fs-c-button--cancel--cart .fs-c-button__label:before {
    content: "カートから";
}

#fs_ShoppingCart .fs-c-cartTable .fs-c-button--cancel--cart .fs-c-button__label:after {
    content: "×";
    font-weight: 900;
    padding-left: .5em;
    font-size: 2em;
    display: inline-block;
    vertical-align: middle;
}

#fs_ShoppingCart .fs-c-cartTable .fs-c-button--cancel--cart .fs-c-button__label {
    display: inline-block;
    vertical-align: middle;
}

#fs_ShoppingCart .fs-c-cartTable__dataCell--action {
    position: absolute;
    right: 0;
    top: 0;
}

#fs_ShoppingCart .fs-c-cartTable__row {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
}

#fs_ShoppingCart .fs-c-cartTable__row:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

#fs_ShoppingCart .fs-c-totalAndActions.fs-l-cart__sideColumn {
    border: none;
}

#fs_ShoppingCart .fs-c-totalAndActions {}

#fs_ShoppingCart #fs-cartTotals-container {
    background-color: #ffffff;
    box-shadow: 0 0 6px #cccccc;
    border-radius: 10px;
    padding: 2.5rem;
    background: #ffffff;
    width: 465px;
    display: inline-block;
    margin: 3rem 0;
}

#fs_ShoppingCart .fs-c-totalAndActions.fs-l-cart__sideColumn {
    padding: 0;
    text-align: right;
}

#fs_ShoppingCart #fs-checkout-payHere-container {

    /*background-color: #ffffff;
    box-shadow: 0 0 6px #cccccc;
    border-radius: 10px;
    padding: 2.5rem;
    background: #ffffff;*/
}
.fs-c-cartPayment, .fs-c-payWithAmazon{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#fs_ShoppingCart .fs-c-purchaseHere__message {
    text-align: center;
}

#fs_ShoppingCart #fs-checkout-payHere-container .fs-c-button--cancel--cart .fs-c-button__label {
    color: #ffffff;
}

#fs_ShoppingCart .fs-c-orderTotalTable__getPoint span,
#fs_ShoppingCart .fs-c-orderTotalTable__getPoint td {
    color: #8c0000;
}

#fs_ShoppingCart .fs-c-orderTotalTable > tbody > tr th,
.fs-c-orderTotalTable > tbody > tr td,
#fs_ShoppingCart .fs-c-orderTotalTable > tbody > tr:last-of-type {
    border: none;
}

#fs_ShoppingCart .fs-c-orderTotalTable__count {
    border-bottom: 1px solid #b2b2b2;
}

#fs_ShoppingCart .fs-c-orderTotalTable > tbody > tr th {
    text-align: right;
}

#fs_ShoppingCart .fs-c-orderTotalTable > tbody > tr th:after {
    content: "：";
}

#fs_ShoppingCart .fs-c-button--continueShopping.fs-c-button--standard {
    background-color: #343434;
    border-radius: 20px;
    padding: 1rem;
}

#fs_ShoppingCart .fs-c-button--continueShopping.fs-c-button--standard .fs-c-button--cancel--cart .fs-c-button__label {
    color: #ffffff;
}

.fs-l-main {
    padding-top: 7.5rem;
}

#fs_ShoppingCart .fs-l-pageMain {
    max-width: 1040px;
}

body[class^="fs-body-cart"] .fs-c-cartTable .fs-c-button--cancel--cart .fs-c-button__label,
body[class^="fs-body-my"] .fs-c-cartTable .fs-c-cartTable__actionButton__container--buyItLater .fs-c-button__label {
    color: #000000;
}

#fs_ShoppingCart .fs-c-cartTable .fs-c-button--cancel--cart .fs-c-button__label::after {
    color: #6f6f6f;
}

body[class^="fs-body-cart"] .fs-c-featuredProduct,
body[class^="fs-body-cart"] .fs-c-wishlistProduct,
body[class^="fs-body-my"] .fs-c-wishlistProduct,
body[class^="fs-body-my"] .fs-c-productList__list {
    background-color: #ffffff;
    box-shadow: 0 0 6px #cccccc;
    border-radius: 10px;
    padding: 2.5rem;
}

body[class^="fs-body-cart"] .fs-c-wishlistProduct,
body[class^="fs-body-cart"] .fs-c-wishlistProduct__title {
    margin-bottom: 2rem;
}

body[class^="fs-body-my"] .fs-c-wishlistProduct {
    margin-top: 2rem;
}

body[class^="fs-body-cart"] .fs-c-featuredProduct__title,
body[class^="fs-body-cart"] .fs-c-wishlistProduct__title,
body[class^="fs-body-my"] .fs-c-featuredProduct__title,
body[class^="fs-body-my"] .fs-c-wishlistProduct__title {
    color: #000000;
    font-weight: bold;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

body[class^="fs-body-cart"] .fs-c-button--addToCart--list.fs-c-button--plain .fs-c-button__label,
body[class^="fs-body-my"] .fs-c-button--addToCart--list.fs-c-button--plain .fs-c-button__label,
#fs_MyWishList .fs-c-productList__list .fs-c-button__label{
    color: #000000;
}

body[class^="fs-body-cart"] .fs-p-announcement,
body[class^="fs-body-my"] .fs-p-announcement {
    line-height: 1.57;
}

.fs-c-button--standard {
    border: none;
    background: #b20000;
}
.fs-c-purchaseHere.fs-c-cartPayment{
    margin-top: 0;
}
.future_amazon.box_wrap{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.amazon_or{
    position: relative;
}
.amazon_or span{
    display: inline-block;
    vertical-align: middle;
    padding:0 5em;
    background-color: #ffffff;
    position: relative;
    z-index: 2;
}
.amazon_or:before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #aaaaaa;
    position: absolute;
    left: 0;
    top:50%;
}
@media screen and (min-width: 769px) {
    #fs_ShoppingCart .fs-c-continueShopping {
        max-width: 1040px;
        margin: auto;
    }

    #fs_ShoppingCart .fs-l-main {}
}

@media screen and (max-width: 768px) {

    /***cart***/
    #fs_ShoppingCart .fs-c-cartTable__product > .fs-c-cartTable__productImage {
        width: 20vw;
    }

    #fs_ShoppingCart .fs-c-cartTable__productInfo {
        left: 20vw;
    }

    #fs_ShoppingCart .fs-c-cartTable__dataCell {
        width: calc((100% - 20vw));
        text-align: right;
    }

    #fs_ShoppingCart td.fs-c-cartTable__dataCell--quantity,
    #fs_ShoppingCart td.fs-c-cartTable__dataCell--subtotal,
    #fs_ShoppingCart td.fs-c-cartTable__dataCell--point {
        position: relative;
        padding-left: 3em;
    }

    #fs_ShoppingCart td.fs-c-cartTable__dataCell--quantity:before,
    #fs_ShoppingCart td.fs-c-cartTable__dataCell--subtotal .fs-c-price__price.fs-c-price__price--taxIncl:before,
    #fs_ShoppingCart td.fs-c-cartTable__dataCell--point:before {
        left: auto;
        position: absolute;
        right: 8em;
        text-align: right;
    }

    #fs_ShoppingCart .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--product {
        width: 20vw;
    }

    #fs_ShoppingCart .fs-c-cartTable .fs-c-button--cancel--cart .fs-c-button__label:before,
    #fs_ShoppingCart .fs-c-cartTable .fs-c-button--cancel--cart .fs-c-button__label:after {
        content: none;
    }

    #fs_ShoppingCart .fs-c-cartTable__row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;

    }

    #fs_ShoppingCart .fs-c-cartTable__dataCell--point::before,
    #fs_ShoppingCart .fs-c-cartTable__dataCell--quantity::before,
    #fs_ShoppingCart .fs-c-cartTable__dataCell--subtotal::before {
        content: none;
    }

    #fs_ShoppingCart .fs-c-cartTable__dataCell--point:before {
        content: "ポイント：";
    }

    #fs_ShoppingCart .fs-c-cartTableContainer {
        padding: 1rem;
    }

    #fs_ShoppingCart #fs-cartTotals-container {
        background-color: #ffffff;
        box-shadow: 0 0 6px #cccccc;
        border-radius: 10px;
        padding: 2.5rem;
        background: #ffffff;
        width: 100%;
        display: inline-block;
        margin: 3rem 0;
    }

    #fs_ShoppingCart .fs-c-cartTable__quantity:before,
    #fs_ShoppingCart td.fs-c-cartTable__dataCell--subtotal .fs-c-price__price.fs-c-price__price--taxIncl:before,
    #fs_ShoppingCart .fs-c-cartTable__dataCell--point:before {
        font-size: 1.2rem;
        margin: 0;
    }

    #fs_ShoppingCart .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--action {
        width: 3em;
    }

    #fs_ShoppingCart .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--product {
        text-align: left;
    }

    #fs_ShoppingCart .fs-c-cartTable__quantity:before {
        display: inline-block;
        vertical-align: middle;
        right: 8em;
        left: auto;
    }

    #fs_ShoppingCart .fs-c-cartTable__quantity {
        width: 3em;
    }

    #fs_ShoppingCart .fs-c-totalAndActions.fs-l-cart__sideColumn {
        padding: 0;
        text-align: right;
    }

    #fs_ShoppingCart #fs-checkout-payHere-container {

        background-color: #ffffff;
        box-shadow: 0 0 6px #cccccc;
        border-radius: 10px;
        padding: 1rem;
        background: #ffffff;
    }

    #fs_ShoppingCart .fs-c-purchaseHere__message {
        text-align: center;
    }

    #fs_ShoppingCart #fs-checkout-payHere-container .fs-c-button--cancel--cart .fs-c-button__label {
        color: #ffffff;
    }

    #fs_ShoppingCart .fs-c-cartTable__row {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }

    #fs_ShoppingCart .fs-c-orderTotalTable > tbody > tr th,
    .fs-c-orderTotalTable > tbody > tr td,
    #fs_ShoppingCart .fs-c-orderTotalTable > tbody > tr:last-of-type {
        border: none;
    }

    #fs_ShoppingCart .fs-c-orderTotalTable__count {
        border-bottom: 1px solid #b2b2b2;
    }

    #fs_ShoppingCart .fs-c-orderTotalTable > tbody > tr th {
        text-align: right;
    }

    #fs_ShoppingCart .fs-c-orderTotalTable > tbody > tr th:after {
        content: "：";
    }
}

/****************
fs-body-my-top
****************/

body[class^="fs-body-my"] .Title:after {
    content: "MYPAGE";
}

body[class^="fs-body-my"] .fs-l-main {
    background-color: #f6f5f1;
}

.fs-l-main {
    padding: 5rem 1em 5rem 1em;
}

.fs-body-my-top .fs-l-account {
    background-color: #ffffff;
    box-shadow: 0 0 6px #cccccc;
    border-radius: 6px;
    margin: 0 auto;
    max-width: 1040px;
    padding: 7rem 5.5% 5rem 5.5%;
}

.fs-body-my-top .fs-l-account {
    display: block;
    position: relative;
}

.my-p-accountInfo {
    max-width: 500px;
    margin: 0 auto;
}

.my-p-accountInfo * {
    text-align: center;
    color: #000000;
}

.my-p-accountInfo__point {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 5rem;
}

.btn-logput {
    position: absolute;
    top: 2rem;
    right: 2rem;
    text-decoration: underline;
}

.btn-logput:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 23px;
    background-image: url(https://www.glamore.jp/wp-content/themes/glamore/img/mypage/ico-out.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 1rem;
}

.my-p-accountInfo__accountName {
    margin-bottom: 2rem;
}

@media screen and (min-width: 900px) {
    .fs-body-my-top .fs-l-account {
        padding: 5rem 4%;
    }

    .btn-logput {
        top: 6rem;
        right: 5%;
    }
}

.fs-body-my-top .fs-c-accountService {
    width: 100%;
    margin: 0;
}

.fs-c-accountService li {
    position: relative;
    padding-top: 30%;
    margin-bottom: 2rem;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
    box-shadow: none;
    background: #f6f5f1;
    border: none;
    border-radius: 4px;
    color: #000000;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
}

.fs-c-accountService__page {
    width: 30%;
    display: block;
    height: auto;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin: 0;
}

.fs-c-accountService__page:nth-child(2),
.fs-c-accountService__page:nth-child(5),
.fs-c-accountService__page:nth-child(8) {
    margin-left: 5%;
    margin-right: 5%;
}

.fs-c-accountService a {
    display: block;
}

.fs-c-accountService__page--accountDelete {
    display: none;
}

.fs-c-accountService li a:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
}

.fs-c-accountService__page--wishList .fs-c-accountService__pageLink:after {
    background-image: url(https://www.glamore.jp/wp-content/themes/glamore/img/mypage/btn__01.png);
}

.fs-c-accountService__page--pointHistory .fs-c-accountService__pageLink:after {
    background-image: url(https://www.glamore.jp/wp-content/themes/glamore/img/mypage/btn__03.png);
}

.fs-c-accountService__page--orderHistoryList .fs-c-accountService__pageLink:after {
    background-image: url(https://www.glamore.jp/wp-content/themes/glamore/img/mypage/btn__04.png);
}

.fs-c-accountService__page--accountReviews .fs-c-accountService__pageLink:after {
    background-image: url(https://www.glamore.jp/wp-content/themes/glamore/img/mypage/btn__05.png);
}

.fs-c-accountService__page--addressbook .fs-c-accountService__pageLink:after {
    background-image: url(https://www.glamore.jp/wp-content/themes/glamore/img/mypage/btn__09.png);
}

.fs-c-accountService__page--accountPassword .fs-c-accountService__pageLink:after {
    background-image: url(https://www.glamore.jp/wp-content/themes/glamore/img/mypage/btn__07.png);
}

.fs-c-accountService__page--accountSettingsModify .fs-c-accountService__pageLink:after {
    background-image: url(https://www.glamore.jp/wp-content/themes/glamore/img/mypage/btn__08.png);
}

.fs-c-accountService__page--couponList .fs-c-accountService__pageLink:after {
    background-image: url(https://www.glamore.jp/wp-content/themes/glamore/img/mypage/btn__10.png);
}

/*.fs-c-accountService__page--wishList .fs-c-accountService__pageLink__label::before {
    background-image: url(https://www.glamore.jp/wp-content/themes/glamore/img/mypage/ico_08.png);
}*/
.fs-c-accountService .fs-c-string {
    display: none;
}

@media screen and (max-width: 768px) {
    .fs-c-accountService li {
        padding-top: 49%;
        margin-bottom: 2rem;
    }

    .fs-c-accountService__page {
        width: 49%;
    }

    .fs-c-accountService__page:nth-child(2),
    .fs-c-accountService__page:nth-child(5),
    .fs-c-accountService__page:nth-child(8) {
        margin-left: 0;
        margin-right: 0;
    }

    .fs-c-accountService__page:nth-child(2n) {
        margin-left: 2%;
    }
}

/***********/
.fs-l-pageMain {
    max-width: 1040px;
    position: relative;
}

.fs-c-inputInformation,
.taikai {
    background-color: #ffffff;
    max-width: 1040px;
    padding: 5rem;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 6px #cccccc;
    border-radius: 6px;
}

.fs-c-inputInformation {
    margin-top: 2rem;
}

.fs-c-buttonContainer--myPageTop {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
}

.fs-c-buttonContainer--myPageTop a,
.fs-c-buttonContainer--myPageTop span {
    display: inline-block;
    vertical-align: middle;
}

.fs-c-buttonContainer--myPageTop span {
    padding: .7em 1.5em;
    background-color: #ffffff;
    box-shadow: 0 0 6px #cccccc;
    border-radius: 2rem;
    color: #666666;
}

.fs-c-buttonContainer--myPageTop span:before {
    content: "\f0d9";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000000;
    margin-right: .5em;
}

.fs-c-inputInformation *:not(.fs-c-button__label) {
    color: #000000;
}

.fs-body-my-account-settings-edit .fs-c-inputTable {
    max-width: 100%;
}

.fs-c-inputTable {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.fs-c-inputTable > tbody > tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 2rem;
}

.fs-c-inputInformation__field--display .fs-c-inputTable__headerCell,
.fs-c-inputInformation__field--display .fs-c-inputTable__dataCell {
    font-size: 1.6rem;
    line-height: 1.57;
}

.fs-c-inputInformation__field--display .fs-c-inputTable__headerCell {
    width: 12em;
}

.fs-c-inputInformation__field--display .fs-c-inputTable__dataCell {
    width: calc(100% - 12em);
}

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

.fs-c-inputInformation__message {
    margin-bottom: 5rem;
}

.fs-c-inputInformation__button .fs-c-button--change {
    background-color: transparent;
    color: transparent;
    background-image: url(https://www.glamore.jp/wp-content/themes/glamore/img/mypage/btn_02.png);
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    border: none;
    padding: 0;
    box-shadow: none;
    min-width: 240px;
    width: 347px;
    height: 57px;
}

#fs_MyAccountSettings .fs-c-inputInformation__button .fs-c-button__label {
    display: none;
}

.taikai {
    padding: 1em 2%;
    margin-top: 6rem;
}

.taikai .Flex {
    min-height: 5rem;
}

.taikai .Flex > div {
    margin-left: 4rem;
}

.taikai .Flex > div a {
    color: #000000;
    background-color: #ebebeb;
    text-align: center;
    border-radius: 3rem;
    padding: 1em 4em;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {

    .fs-c-inputInformation,
    .taikai {
        padding: 2rem;
    }

    .fs-c-buttonContainer--myPageTop {
        position: static;
    }

    .fs-c-inputInformation__button .fs-c-button--change {
        width: 200vw;
        height: 32.85vw;
    }

    .taikai .Flex {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
}

/***********/
#fs_Login .fs-l-main ,
#fs_WishListLogin .fs-l-main,
#fs_ReviewLogin .fs-l-main{
    background-color: #f6f5f1;
}

#fs_Login .fs-c-inputInformation__link.fs-c-textLinkContainer,
#fs_WishListLogin .fs-c-inputInformation__link.fs-c-textLinkContainer,
#fs_ReviewLogin .fs-c-inputInformation__link.fs-c-textLinkContainer
{
    text-align: center;
}

#fs_Login .Title:after,
#fs_WishListLogin .Title:after,
#fs_ReviewLogin .Title:after {
    content: "LOGIN";
}

#fs_Login .fs-c-registeredUsers,
#fs_Login .fs-c-newUsers,
#fs_WishListLogin .fs-c-registeredUsers,
#fs_WishListLogin .fs-c-newUsers,
#fs_ReviewLogin .fs-c-registeredUsers,
#fs_ReviewLogin .fs-c-newUsers{
    background-color: #ffffff;
    padding: 5rem 2%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 6px #cccccc;
    border-radius: 6px;
    width: 45%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin: 0;
}

#fs_Login .fs-c-inputInformation ,
#fs_WishListLogin .fs-c-inputInformation,
#fs_ReviewLogin .fs-c-inputInformation {
    background: none;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}

#fs_Login .fs-c-registeredUsers__title,
#fs_Login .fs-c-newUsers__title,
#fs_WishListLogin .fs-c-registeredUsers__title,
#fs_WishListLogin .fs-c-newUsers__title,
#fs_ReviewLogin .fs-c-registeredUsers__title,
#fs_ReviewLogin .fs-c-newUsers__title{
    text-align: center;
    font-size: 1.6rem;
    color: #000000;
    border: none;

}

#fs_Login .fs-c-registeredUsers__title:before ,
#fs_WishListLogin .fs-c-registeredUsers__title:before,
#fs_ReviewLogin .fs-c-registeredUsers__title:before {
    content: "ログイン";
    display: block;
    font-size: 2rem;
    margin-bottom: 1rem;
}

#fs_Login .fs-c-newUsers__title:before,
#fs_WishListLogin .fs-c-newUsers__title:before ,
#fs_ReviewLogin .fs-c-newUsers__title:before {
    content: "新規会員登録";
    display: block;
    font-size: 2rem;
    margin-bottom: 1rem;
}

#fs_Login .fs-c-inputInformation__field ,
#fs_WishListLogin .fs-c-inputInformation__field,
#fs_ReviewLogin .fs-c-inputInformation__field {
    background: none;
    padding: 0;
}

/*#fs_Login .fs-c-newUsers__title:after{
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 64.67%;
    background-image: url(https://www.glamore.jp/wp-content/themes/glamore/img/mypage/bnr.jpg);
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    margin: 2rem 0;
}*/
#fs_Login .fs-c-inputTable__headerCell,
#fs_Login .fs-c-inputTable__dataCell,
#fs_WishListLogin .fs-c-inputTable__headerCell,
#fs_WishListLogin .fs-c-inputTable__dataCell ,
#fs_ReviewLogin .fs-c-inputTable__headerCell,
#fs_ReviewLogin .fs-c-inputTable__dataCell{
    width: 100%;
    display: block;
    margin-bottom: 1rem;
}

#fs_Login .fs-c-inputTable__headerCell,
#fs_WishListLogin .fs-c-inputTable__headerCell,
#fs_ReviewLogin .fs-c-inputTable__headerCell
{
    text-align: center;
}

#fs_Login input,
#fs_WishListLogin input,
#fs_ReviewLogin input {
    display: block;
    width: 100%;
    font-size: 16px;
    height: 5rem;
}

#fs_Login .fs-c-inputTable > tbody > tr,
#fs_WishListLogin .fs-c-inputTable > tbody > tr,
#fs_ReviewLogin .fs-c-inputTable > tbody > tr {
    margin: 0;
}

#fs_Login .fs-c-inputInformation__button,
#fs_WishListLogin .fs-c-inputInformation__button,
#fs_ReviewLogin .fs-c-inputInformation__button {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 0;
}

#fs_Login .fs-c-loginForm,
#fs_WishListLogin .fs-c-loginForm,
#fs_ReviewLogin .fs-c-loginForm{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#fs_Login .fs-c-newUsers,
#fs_WishListLogin .fs-c-newUsers,
#fs_ReviewLogin .fs-c-newUsers {
    width: 45%;
}

#fs_Login .fs-c-newUsers__message,
#fs_WishListLogin .fs-c-newUsers__message,
#fs_ReviewLogin .fs-c-newUsers__message {
    color: #000000;
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 3rem;
    line-height: 1.57;
}

@media screen and (max-width: 768px) {

    #fs_Login .fs-c-registeredUsers,
    #fs_Login .fs-c-newUsers,
    #fs_WishListLogin .fs-c-registeredUsers,
    #fs_ReviewLogin .fs-c-newUsers,#fs_WishListLogin .fs-c-registeredUsers,
    #fs_ReviewLogin .fs-c-newUsers{
        padding: 5rem 2%;
        width: 100%;
        margin-bottom: 2rem;
    }
}

/****************
fs_Register
****************/
body[class^="fs-body-register"] .fs-l-main {
    background-color: #f6f5f1;
}

body[class^="fs-body-register"] .Title:after {
    content: "NEW REGISTRATION";
}

#fs_Register .fs-c-inputInformation__field {
    margin: 0;
    max-width: 100%;
}

#fs_Register .fs-c-inputInformation__field:before {
    content: "会員情報";
    display: block;
    text-align: center;
    margin: 0 auto 3rem auto;
}

#fs_Register .fs-c-inputTable {
    width: 600px;
    max-width: 100%;
    margin: 0;
}

#fs_Register .fs-c-inputTextGroup__item {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    flex: auto;
}

.fs-c-radio__radioLabelText {
    text-align: left;
}

#fs_Register .fs-c-inputTextGroup > * + * {
    margin-left: 0;
    margin-top: 1.5rem;
    display: block;
}

#fs_Register .fs-c-inputTextGroup {
    display: block;
}

#fs_Register th.fs-c-inputTable__headerCell {
    padding-left: 5rem;
}

#fs_Register .fs-c-inputField__explanation {
    text-align: left;
}

#fs_Register .fs-c-inputField {
    display: block;
    width: 100%;
    /*text-align: center;*/
}

@media screen and (min-width: 769px) {
    #fs_Register th.fs-c-inputTable__headerCell {
        position: relative;
        padding-left: 5rem;
        width: 220px;
    }

    #fs_Register .fs-c-inputTable__dataCell {
        width: calc(100% - 220px);
    }
}

#fs_Register .fs-c-inputInformation *:not(.fs-c-button__label) {}

#fs_Register th .fs-c-requiredMark:before {
    content: "必須";
    font-size: 1rem;
    color: #ffffff;
    background-color: #b22d00;
    position: absolute;
    left: 0;
    top: 0;
    width: 4rem;
    padding: .5em 0;
    text-align: center;
}

#fs_Register .fs-c-inputInformation__message {
    display: none
}

#fs_Register p {
    line-height: 1.57;
}

@media screen and (max-width: 768px) {
    #fs_Register .fs-c-inputTextGroup > * + * {
        margin-left: 0;
        margin-top: 1.5rem;
        display: block;
    }

    #fs_Register th.fs-c-inputTable__headerCell {
        width: 100%;
    }

    #fs_Register .fs-c-inputTable__dataCell {
        width: 100%;
        margin-top: 1.5rem;
    }

    #fs_Register .fs-c-inputField__explanation {
        text-align: left;
    }
}

.fs-c-registerSuccessMessage {
    background-color: #ffffff;
    box-shadow: 0 0 6px #cccccc;
    border-radius: 10px;
    padding: 6rem 2.5rem;
    border-bottom: 0;
}

.fs-c-registerSuccessMessage p,
.fs-c-registerSuccessMessage li {
    color: #000000;
    line-height: 1.57;
}

.fs-c-registerSuccessMessage .Bg_gray_01 {
    max-width: 895px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding: 2rem 5% 4rem 2%;
}

.fs-c-registerSuccessMessage li {
    margin-bottom: .5em;
    list-style: outside;
    margin-left: 3em;
}

.fs-c-registerSuccessMessage li:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .fs-c-registerSuccessMessage {
        padding: 2.5rem;
    }

    .fs-c-registerSuccessMessage .Bg_gray_01 {
        padding: 2rem 2% 4rem 2%;
    }

    .fs-c-registerSuccessMessage li {
        margin-left: 2em;
    }
}

/****************
fs-body-newsletter
****************/
#fs_NewsletterSubscribe .fs-p-emailDomainNotice {
    margin-top: 2rem;
}

#fs_NewsletterSubscribe p {
    line-height: 1.57;
}

body[class^="fs-body-newsletter"] .Title:after {
    content: "MAILMAGAZINE";
}

body[class^="fs-body-newsletter"] .fs-l-main {
    background-color: #f6f5f1;
}

#fs_NewsletterSubscribe .mail_magazine_nav li {
    width: 49%;
}

#fs_NewsletterSubscribe .mail_magazine_nav li a {
    position: relative;
    padding: 0 1rem;
    box-shadow: 0 0 6px #cccccc;
    border-radius: 10px;
    text-decoration: none;
    height: 8rem;
}

#fs_NewsletterSubscribe .fs-c-inputInformation.mt30 {
    margin-top: 3rem;
}

#fs_NewsletterSubscribe .mail_magazine_nav li a:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    bottom: 1.5rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
}

#fs_NewsletterSubscribe .mail_magazine_nav li:nth-child(2) a:after {
    color: #9b9a95;
}

#fs_NewsletterSubscribe .mail_magazine_nav li span {
    font-size: 2rem;
    padding-bottom: 1rem;
    display: block;
}

#fs_NewsletterSubscribe .mail_magazine_nav li:nth-child(1) a {
    background-color: #343434;
    color: #ffffff;
}

#fs_NewsletterSubscribe .mail_magazine_nav li:nth-child(1) span {
    color: #ffffff;
}

#fs_NewsletterSubscribe .mail_magazine_nav li:nth-child(2) a {
    background-color: #ffffff;
}

#fs_NewsletterSubscribe h2 {
    color: #d23878;
    font-size: 3.7rem;
}

#fs_NewsletterSubscribe h2 span {
    display: block;
    font-size: 3rem;
    color: #d23878;
    margin-top: 2rem;
}

#fs_NewsletterSubscribe .Tokuten li {
    max-width: 30%;
    margin-left: 2%;
    margin-right: 2%;
}

#fs_NewsletterSubscribe .Tokuten {
    padding-bottom: 8rem;
}

#fs_NewsletterSubscribe .fs-c-inputInformation__message {
    display: block;
    margin: 0;
}

#fs_NewsletterSubscribe .fs-c-inputInformation__message p {
    font-size: 1.6rem;


}

#fs_NewsletterSubscribe .fs-c-inputInformation__field {
    background-color: #ffffff;
}

/**/
#fs_NewsletterSubscribe th .fs-c-requiredMark:before {
    content: "必須";
    font-size: 1rem;
    color: #ffffff;
    background-color: #b22d00;
    position: absolute;
    left: 0;
    top: 0;
    width: 4rem;
    padding: .5em 0;
    text-align: center;
}


#fs_NewsletterSubscribe .fs-c-inputInformation__field {
    padding: 0;
    margin: 0;
    max-width: 100%;
}

#fs_NewsletterSubscribe .fs-c-inputTable {
    width: 600px;
    max-width: 100%;
    margin: 0;
}

#fs_NewsletterSubscribe .fs-c-inputTextGroup__item {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    flex: auto;
}

#fs_NewsletterSubscribe .fs-c-radio__radioLabelText {
    text-align: left;
}

#fs_NewsletterSubscribe .fs-c-inputTextGroup > * + * {
    margin-left: 0;
    margin-top: 1.5rem;
    display: block;
}

#fs_NewsletterSubscribe .fs-c-inputTextGroup {
    display: block;
}

#fs_NewsletterSubscribe th.fs-c-inputTable__headerCell {
    padding-left: 5rem;
    position: relative;
}

#fs_NewsletterSubscribe .fs-c-inputField__explanation {
    text-align: left;
}

#fs_NewsletterSubscribe .fs-c-inputField {
    display: block;
    width: 100%;
    text-align: center;
}

@media screen and (min-width: 769px) {
    #fs_NewsletterSubscribe th.fs-c-inputTable__headerCell {
        padding-left: 5rem;
        width: 220px;
    }

    #fs_NewsletterSubscribe .fs-c-inputTable__dataCell {
        width: calc(100% - 220px);
    }
}

#fs_NewsletterSubscribe .fs-c-inputInformation *:not(.fs-c-button__label) {}

#fs_NewsletterSubscribe th .fs-c-requiredMark:before {
    content: "必須";
    font-size: 1rem;
    color: #ffffff;
    background-color: #b22d00;
    position: absolute;
    left: 0;
    top: 0;
    width: 4rem;
    padding: .5em 0;
    text-align: center;
}

#fs_NewsletterSubscribe input {
    height: 5.2rem;
}

#fs_NewsletterSubscribe .fs-l-block--center {}

/**/


@media screen and (max-width: 768px) {
    #fs_NewsletterSubscribe .mail_magazine_nav li {
        width: 100%;
        margin-bottom: 1rem;
    }

    #fs_NewsletterSubscribe .mail_magazine_nav li a {
        height: 6rem;
    }

    #fs_NewsletterSubscribe .mail_magazine_nav li span {
        font-size: 1.6rem;
    }

    #fs_NewsletterSubscribe .mail_magazine_nav li a:after {
        bottom: 1rem;
    }

    #fs_NewsletterSubscribe h2 {
        font-size: 1.8rem;
    }

    #fs_NewsletterSubscribe h2 span {
        font-size: 1.6rem;
    }

    #fs_NewsletterSubscribe .Tokuten li {
        width: 32%;
        margin-left: 0;
    }

    #fs_NewsletterSubscribe .Tokuten li:last-child {
        margin-right: 0;
    }

    #fs_NewsletterSubscribe .fs-c-inputInformation__message p {
        font-size: 1.4rem;
    }


    /**/
    #fs_NewsletterSubscribe .fs-c-inputTextGroup__item {}

    #fs_NewsletterSubscribe .fs-c-inputTable__headerCell,
    #fs_NewsletterSubscribe .fs-c-inputTable__dataCell {
        width: 100%;
        margin-top: 1rem;
    }
}

/****************
fs_NewsletterUnsubscribe
****************/
#fs_NewsletterUnsubscribe .fs-c-inputInformation *:not(.fs-c-button__label) {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#fs_NewsletterUnsubscribe p {
    line-height: 1.57;
}

#fs_NewsletterUnsubscribe .fs-c-inputInformation__field {
    background-color: #ffffff;
}

#fs_NewsletterUnsubscribe .fs-c-inputInformation__message {
    display: block;
}

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

/**/
#fs_NewsletterUnsubscribe th .fs-c-requiredMark:before {
    content: "必須";
    font-size: 1rem;
    color: #ffffff;
    background-color: #b22d00;
    position: absolute;
    left: 0;
    top: 0;
    width: 4rem;
    padding: .5em 0;
    text-align: center;
}

#fs_NewsletterUnsubscribe .fs-c-inputInformation__field {
    padding: 0;
    margin: 0;
    max-width: 100%;
}

#fs_NewsletterUnsubscribe .fs-c-inputTable {
    width: 600px;
    max-width: 100%;
    margin: 0;
}

#fs_NewsletterUnsubscribe .fs-c-inputTextGroup__item {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    flex: auto;
}

#fs_NewsletterUnsubscribe .fs-c-radio__radioLabelText {
    text-align: left;
}

#fs_NewsletterUnsubscribe .fs-c-inputTextGroup > * + * {
    margin-left: 0;
    margin-top: 1.5rem;
    display: block;
}

#fs_NewsletterUnsubscribe .fs-c-inputTextGroup {
    display: block;
}

#fs_NewsletterUnsubscribe th.fs-c-inputTable__headerCell {
    padding-left: 5rem;
    position: relative;
}

#fs_NewsletterUnsubscribe .fs-c-inputField__explanation {
    text-align: left;
}

#fs_NewsletterUnsubscribe .fs-c-inputField {
    display: block;
    width: 100%;
    text-align: center;
}

@media screen and (min-width: 769px) {
    #fs_NewsletterUnsubscribe th.fs-c-inputTable__headerCell {
        padding-left: 5rem;
        width: 220px;
    }

    #fs_NewsletterUnsubscribe .fs-c-inputTable__dataCell {
        width: calc(100% - 220px);
    }
}

#fs_NewsletterUnsubscribe .fs-c-inputInformation *:not(.fs-c-button__label) {}


#fs_NewsletterUnsubscribe input {
    height: 5.2rem;
}

#fs_NewsletterUnsubscribe .fs-l-block--center {}

/**/


@media screen and (max-width: 768px) {
    #fs_NewsletterUnsubscribe .fs-c-inputInformation__message p {
        font-size: 1.4rem;
    }

    /**/
    #fs_NewsletterUnsubscribe .fs-c-inputTextGroup__item {}

    #fs_NewsletterUnsubscribe .fs-c-inputTable__headerCell,
    #fs_NewsletterUnsubscribe .fs-c-inputTable__dataCell {
        width: 100%;
        margin-top: 1rem;
    }
}

body[class^="fs-body-cart"] .fs-c-cartTable .fs-c-button--cancel--cart .fs-c-button__label,
body[class^="fs-body-cart"] .fs-c-cartTable .fs-c-cartTable__actionButton__container--buyItLater .fs-c-button__label {
    color: #000000;
}

/****************
fs-c-breadcrumb__list
****************/
body[class^="fs-body-category"] .fs-l-main {
    background-color: #ffffff;
}

.fs-body-category .fs-l-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

#side_column ~ .fs-l-pageMain {
    width: 800px;
    max-width: 77%;
    margin-left: 0;
    margin-right: 0;
}

#side_column {
    max-width: 20%;
}

body[class^="fs-body-category"] .fs-c-button--addToCart--list {
    display: none;
}

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

.fs-c-sortItems__list__item.is-active {
    background: #cd5c5c;

}

.fs-c-sortItems__list__item__label {
    color: #ffffff;
}

.fs-c-sortItems__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.fs-p-scrollingCartButton__icon.fs-icon--cart,
.fs-p-scrollingCartButton__label {
    color: #ffffff;
}

#new-side-inner .link-parent-name,
.link_tag2 {
    font-size: 1.4rem;
}

@media screen and (min-width: 769px) {
    .fs-c-productList__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }

    .fs-c-productList__list__item {
        width: 33%;
    }
}

@media screen and (max-width: 768px) {
    #side_column {
        display: none;
    }
}

/****************
fs_ShoppingCartLogin
****************/
.fs-l-page input[type="text"],
.fs-l-page input[type="mail"],
.fs-l-page input[type="email"],
.fs-l-page input[type="tel"],
.fs-l-page select {
    border: 1px solid #9c9b96;
}
#fs_ShoppingCartLogin .Title:after {
    content: "LOGIN";
}

#fs_ShoppingCartLogin .fs-l-main {
    background-color: #f6f5f1;
}

#fs_ShoppingCartLogin .fs-c-inputInformation {
    background: none;
    border-radius: none;
    box-shadow: none;
    padding: 0;
}

#fs_ShoppingCartLogin .fs-c-subSection {
    background-color: #ffffff;
    box-shadow: 0 0 6px #cccccc;
    border-radius: 6px;
    margin: 0 auto;
    max-width: 1040px;
    padding: 5rem 4%;
}

#fs_ShoppingCartLogin .fs-c-registeredUsers__title.fs-c-subSection__title {
    text-align: center;
    font-size: 1.6rem;
    color: #000000;
    border: none;
}

#fs_ShoppingCartLogin.fs-body-cart-login .fs-c-inputInformation__field {
    background: none;
    padding: 0;
}

#fs_ShoppingCartLogin .fs-c-registeredUsers__title:before {
    content: "ログイン";
    display: block;
    font-size: 2rem;
    margin-bottom: 1rem;
}

#fs_ShoppingCartLogin .fs-c-inputTable th,
#fs_ShoppingCartLogin .fs-c-inputTable td {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
}

#fs_ShoppingCartLogin .fs-c-inputTable > tbody > tr,
#fs_ShoppingCartLogin .fs-c-inputTable > tbody > tr + tr {
    margin: 0;
}

#fs_ShoppingCartLogin .fs-c-inputInformation__button {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 0;
}

#fs_ShoppingCartLogin .fs-c-inputInformation__link {
    text-align: center;
}

/****************
fs_EditPassword
****************/


#fs_EditPassword .fs-c-button--change .fs-c-button__label {
    color: transparent;
}

#fs_EditPassword .fs-c-inputInformation__field {
    background: none;
    padding: 0;
}

#fs_EditPassword .fs-c-inputTable th,
#fs_EditPassword .fs-c-inputTable td {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
}

#fs_EditPassword .fs-c-inputTable > tbody > tr,
#fs_EditPassword .fs-c-inputTable > tbody > tr + tr {
    margin: 0;
}

#fs_EditPassword .fs-c-inputInformation__button {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 0;
}

#fs_EditPassword .fs-c-inputInformation__link {
    text-align: center;
}

/****************
fs_PasswordReminder
****************/
#fs_PasswordReminder .Title:after {
    content: "PASSWORD";
}

#fs_PasswordReminder .fs-c-inputInformation__field {
    background: none;
    padding: 0;
}

#fs_PasswordReminder .fs-l-main {
    background-color: #f6f5f1;
}

#fs_PasswordReminder .fs-c-inputTable th,
#fs_PasswordReminder .fs-c-inputTable td {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
}

#fs_PasswordReminder .fs-c-inputTable > tbody > tr,
#fs_PasswordReminder .fs-c-inputTable > tbody > tr + tr {
    margin: 0;
}

#fs_PasswordReminder .fs-c-inputInformation__button {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 0;
}

#fs_PasswordReminder .fs-c-inputInformation__link {
    text-align: center;
}

/****************
fs_MemberAgreement
****************/
#fs_MemberAgreement .Title:after {
    content: "MEMBERGRAEEMENT";
}

#fs_MemberAgreement .fs-l-main {
    background-color: #f6f5f1;
}

.fs-p-memberAgreement * {
    line-height: 1.57;
    color: #000000;
}

.fs-p-memberAgreement .fs-c-documentColumn__heading {
    color: #000000;
    border-color: #000000;
}

.fs-p-memberAgreement .fs-c-orderedList > li:before {
    color: #000000;
}

/****************
fs_PrivacyPolicy
****************/
#fs_PrivacyPolicy .Title:after {
    content: "PRIVACYPOLICY";
}

#fs_PrivacyPolicy .fs-l-main {
    background-color: #f6f5f1;
}

#fs_PrivacyPolicy .fs-l-pageMain * {
    line-height: 1.57;
    color: #000000;
}

/****************
fs_PageNotFound
****************/
#fs_PageNotFound .Title:after {
    content: "PAGENOTFOUND";
}

#fs_PageNotFound .fs-l-main {
    background-color: #f6f5f1;
}

#fs_PageNotFound .fs-l-pageMain * {
    line-height: 1.57;
    color: #000000;
}



/****************
checkbox
****************/
@media screen and (min-width: 769px) {
.fs-c-additionalCheckField {
    max-width: 300px;
}
}
.fs-c-additionalCheckField {
    margin-left: auto;
    margin-right: auto;
}

.fs-c-checkbox__checkMark {
    border: 2px solid #9c9b96;
}

.fs-c-checkbox__checkMark {
    width: 3.4rem;
    height: 3.4rem;
    margin-right: 2rem;
}

.fs-c-checkbox__checkMark::before {
    color: #B7666B;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
    background: #ffffff;
    border:1px solid #9c9b96;
    border-radius: 2px;
}

/****************
CART add
****************/
.fs-body-customerDetails .Title:after {
  content: "CUSTOMER";
}
body[class^="fs-body-checkout-"] .Title:after{
    content: "CHECKOUT";
}
.fs-body-resetPassword .Title:after {
  content: "RESET";
}
.fs-body-resetPassword .fs-c-inputInformation__field{
    background-color: transparent;
}
.fs-body-resetPassword .fs-c-inputTable__label{
    margin-bottom: 1rem;
    display: block;
}


/****************
Add 2022/02/10
****************/
.displahnone {
    display:none;
}
.fs-l-main {
    padding: 5rem 1em 11rem 1em;
}
@media screen and (min-width: 769px) {
    .fs-l-main {
        padding: 2rem 1em 3rem 1em;
    }
}

div.fs-c-productList__list span.fs-c-button__label {
    color: #555555;
}

#fs_p_scrollingCartButton {
    display:none;
}

/**** Side Navi ****/
#side_column.side {
    width: 200px;
    margin-right: 20px;
}

/**** Bread Crumb ****/
nav.fs-c-breadcrumb {
    padding-top:50px;
}
nav > ol.fs-c-breadcrumb__list,
.fs-c-breadcrumb__list.fs-c-breadcrumb__list--subgroup {
    margin-bottom: 1rem;
}

.fs-c-breadcrumb {
    padding-top: 0;
}

/**** ProductSearch ****/
#side_column ~ .fs-l-pageMain {
    max-width: 100%;
}
#fs_ProductSearch > div.fs-l-page > main.fs-l-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #ffffff;
}
#fs_ProductSearch .fs-c-productName__copy,
#fs_ProductSearch .fs-c-productName__name,
#fs_ProductSearch .fs-c-productName__variation {
    display: block;
    line-height: 1.2;
}
#fs_ProductSearch .fs-c-productName__name {
    margin-bottom: 10px;
    font-size: 1.8rem;
}
#fs_ProductSearch .fs-c-productListItem__prices.fs-c-productPrices {
    line-height:1.5;
}
div.fs-c-productListItem__prices.fs-c-productPrices > div.fs-c-productPrice > span.fs-c-productPrice__addon > span {
    line-height:0.5;
    font-size:80%;
    flex-wrap: wrap;
}

/**** ProductSearch Detail Search****/
#fs_ProductSearch input[type="text"], .fs-l-page input[type="mail"], .fs-l-page input[type="email"], .fs-l-page input[type="tel"], .fs-l-page select {
    border: 2px solid #9c9b96;
}
#fs_ProductSearch  .fs-p-productSearch__field {
    line-height:2;
}
#fs_ProductSearch .fs-c-checkboxGroup .fs-c-checkbox {
    margin-bottom:10px;
}

/**** ProductCategory ****/
body.fs-body-category .fs-c-productName__copy,
body.fs-body-category .fs-c-productName__name,
body.fs-body-category .fs-c-productName__variation {
    display: block;
    line-height: 1.2;
}
body.fs-body-category .fs-c-productName__name {
    margin-bottom: 10px;
    font-size: 1.6rem;
}
body.fs-body-category .fs-c-productListItem__prices.fs-c-productPrices {
    line-height:1.5;
}


/**** Product ****/
body.fs-body-product {
    line-height:1.5;
}
body.fs-body-product .item-img {
    text-align:center;
}
body.fs-body-product .item-img table{
    margin:0 auto;
}
body.fs-body-product table.item-tbl th{
    white-space:nowrap;
}
body.fs-body-product table.item-tbl th,
body.fs-body-product table.item-tbl td{
    border: 1px solid #CCC;
    background:#FFF;
    padding:10px;
}


body.fs-body-product .fs-p-productDescription .relateditem-box{
    width:100%;
    overflow:scroll;
    -ms-overflow-style: none;    /* IE, Edge 対応 */
    scrollbar-width: none;       /* Firefox 対応 */
}
body.fs-body-product .fs-p-productDescription .relateditem-box::-webkit-scrollbar {  /* Chrome, Safari 対応 */
    display:none;
}

body.fs-body-product .fs-p-productDescription .relateditem-box table{
    background: #FFF;
    width:700px;
}

body.fs-body-product .item-img{
    margin-bottom:10px;
}

body.fs-body-product .fs-c-button--addToCart--variation .fs-c-button__label {
    color:#FFF;
    white-space:nowrap;
}
body.fs-body-product .fs-c-button--primary.fs-c-button--addToCart--variation {
    padding:10px;
}
.jsNewProductPage .fs-c-inputTable > tbody > tr {
	justify-content: space-between;
}

.jsNewProductPage .fs-c-inputTable__dataCell #fs_input_inquiry{
	width:201px;
}
.jsNewProductPage .fs-c-inputInformation__button .fs-c-button__label {
    color:white;
}
.jsNewProductPage .fs-c-returnedSpecialContract ,
.jsNewProductPage .fs-c-buttonContainer--inquiryAboutProduct {
    margin: 5px 58px;
	padding:0;
	text-decoration: underline;
    color:#555555;
}
.jsNewProductPage .fs-c-buttonContainer--inquiryAboutProduct span:hover {
    color: #3790e8;
	text-decoration: underline;
}
.jsNewProductPage .fs-p-snsArea {
    margin-top: 30px;
}

.jsNewProductPage .fs-l-productLayout #jsProductDetail {
    display:block;
}
.jsNewProductPage .fs-l-productLayout #jsProductDetail .select-item-color{
    display:inline-block;
}
.jsNewProductPage .fs-l-productLayout .fs-c-button--addToCart--variation.fs-c-button--primary {
    background:none;
    padding:0;
    margin:20px 0;
    box-shadow:none;
    border:none;
}
.jsNewProductPage #jsProductDetail .select-item-color.is-active,
.jsNewProductPage #jsProductDetail .ul-size li .size-label.is-active {
    border: solid 4px #db5154;
}

/**** Terms ****/
body.fs-body-about-terms .fs-l-pageMain {
    line-height: 1.5;
}
body.fs-body-about-terms h1 {
    font-size: 2rem;
}

/**** PrivacyPolicy ****/
.fs-body-about-privacyPolicy .fs-l-main .Definition{
    font-size: 2rem;
    margin: 20px 0 10px;
}
.fs-body-about-privacyPolicy .fs-l-main .CrossHead{
    font-size: 1.8rem;
    margin: 20px 0 5px;
}

/**** ShippingPayment ****/
.fs-body-about-shippingPayment .fs-l-pageMain {
    line-height: 1.5;
}
.fs-body-about-shippingPayment .fs-l-main .Definition{
    font-size: 2rem;
    margin: 20px 0 10px;
}
.fs-body-about-shippingPayment .fs-body-about-privacyPolicy .fs-l-main .CrossHead{
    font-size: 1.8rem;
    margin: 20px 0 5px;
}

/**** ReturnPolicy ****/
.fs-body-about-returnPolicy .fs-l-pageMain {
    line-height: 1.5;
}
.fs-body-about-returnPolicy .fs-l-main .Definition{
    font-size: 2rem;
    margin: 20px 0 10px;
}
.fs-body-about-returnPolicy .fs-body-about-privacyPolicy .fs-l-main .CrossHead{
    font-size: 1.8rem;
    margin: 20px 0 5px;
}
.jsNewProductPage #jsProductDetail .ul-size li .size-label.unselect {
    background:#AAA;
    cursor:default;
}
.jsNewProductPage #jsProductDetail .jsTextButton1 a ,
.jsNewProductPage #jsProductDetail .jsTextButton2 a {
    white-space:nowrap;
}

.jsNewProductPage #jsProductDetail .jsAfterCartButtons .jsTextButton1,
.jsNewProductPage #jsProductDetail .jsAfterCartButtons .jsTextButton2 {
  float: none;
  margin: 10px 0;
  width: 100%;
}

body.fs-body-product .fs-c-productNameHeading__name {
    font-size: 2rem;
    display: block;
}
.jsNewProductPage #jsProductDetail .point_box {
    color:#bb4444;
}
.jsNewProductPage #jsProductDetail .fs-c-price__value{
    font-size:2rem;
}
.jsNewProductPage #jsProductDetail .fs-c-productPrice__addon__label {
    line-height:0.5;
}

.jsNewProductPage #jsProductDetail .fs-c-productPrice.fs-c-productPrice--member span {
    color:#bb4444;
}
.jsNewProductPage #jsProductDetail .fs-c-productPrice.fs-c-productPrice--member span.fs-c-productPrice__main__label {
    font-size:2rem;
}
.jsNewProductPage #jsProductDetail .fs-c-productPrice.fs-c-productPrice--member span.fs-c-price__value {
    font-size:3rem;

}

.fs-c-productPrice--listed {
    padding-right: 0.5em;
    text-decoration: line-through;
    color: #cccccc;
}

.fs-c-productPrice--listed .fs-c-price__currencyMark,.fs-c-productPrice--listed .fs-c-price__value{
    color: #cccccc;
}

.fs-body-about-shippingPayment .fs-c-specTable__headerCell, td.fs-c-specTable__dataCell {
    padding: 8px 16px;
    text-align: left;
}

/**** Cart ****/
#fs_ShoppingCart .fs-c-cartTable__product > .fs-c-cartTable__productImage.product-noimage{
    width:92px;
    height:92px;
    background:#555;
    color:#DDD;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
}
@media screen and (max-width: 600px){
    #fs_ShoppingCart .fs-c-cartTable__product > .fs-c-cartTable__productImage.product-noimage{
        width:56px;
        height:56px;
        font-size: 1.2rem;
    }
    #fs_ShoppingCart td.fs-c-cartTable__dataCell--quantity, #fs_ShoppingCart td.fs-c-cartTable__dataCell--subtotal, #fs_ShoppingCart td.fs-c-cartTable__dataCell--point {
        display: block;
    }

    #fs_ShoppingCart .fs-c-cartTable__row {
        height:200px;
    }
    .fs-c-cartTable__actionButton {
        margin-top: 50px;
    }
    #fs_ShoppingCart .fs-c-cartTable__quantity:before {
        left: 0em;
    }
}

/*
    .@charset "UTF-8";

.fs-preview-header,
.fs-trial-header {
    display: none;
}

.fs-c-button__label {
    color: #ffffff;
}
.fs-c-button--continueShopping span{
    color: #ffffff;
}
.fs-c-button--ApplePay{
    display: none;
}
*/


@media screen and (min-width: 769px) {
    .support-area h3 {
        font-size: 33px;
        font-weight: 400;
        letter-spacing: .1em;
    }

    .title-japanese {
        font-size: 16px;
    }
}

.title-japanese {
    margin: 0 0 15px;
}

.title-supplement {
    font-size: 19px;
    margin: 8px 0 0;
}

.title-japanese {
    color: #000000;
}

.title-supplement {
    font-size: 19px;
    margin: 8px 0 0;
}

.title-japanese {
    color: #000000;
}

.support-list1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 50px 0 35px;
    padding: 0 2%;
}

.support-list1 li {
    width: 49%;
    text-align: center;
}

.support-list1 p {
    font-size: 19px;
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
    font-weight: 600;
    color: #000;
}

.support-list1 img {
    margin: 10px 0;
}

.support-list1 .support-buton-text1 {
    font-size: 6vw;
    color: #555555;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    font-weight: 400;
}

.support-list1 .support-buton-text2 {
    font-size: 4.5vw;
}

.support-list2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 2%;
}

.support-list2 li {
    width: 24.5%;
    text-align: center;
}

.support-list2 .support-buton-text3 {
    font-size: 4.5vw;
}

.support-area {
    padding: 60px 0 40px;
    background: #f9f9f9;
}

.more-sp {
    background: #ecebeb;
    border-radius: 3px;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.more-sp p {
    font-size: 4vw;
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}

.more-sp2 {
    background: #fff;
    border: solid 1px #ababab;
    border-radius: 3px;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.more-sp2 p {
    font-size: 4vw;
}

.slick-dots li button {
    display: none;
}

.slick-dots li {
    content: "";
    width: 60px;
    height: 3px;
    margin: auto 5px;
    background-color: #cfcbc8;
}

.slick-dots li.slick-active {
    background-color: #403f3a;
}

.is-noheight {
    height: 0;
    overflow: hidden;
}

.is-noheight * {
    height: 0;
}

@media only screen and (max-width: 560px) {
    .title-japanese {
        margin: 0 0 8px;
        font-size: 14px;
    }

    h3 {
        font-size: 22px;
    }

    .topics-list {
        margin: 20px 4%;
    }

    .topics-list li {
        width: 48%;
    }

    .topics-list li:nth-of-type(n + 3) {
        display: none;
    }

    .topics-item dt {
        min-height: 3.4em;
        font-size: 15px;
        margin: 3px 0 0;
    }

    .topics-item dd {
        font-size: 13px;
        max-height: 3.4em;
        overflow: hidden;
    }

    .button-more {
        max-width: 90%;
    }

    .button-more-sp {
        width: 90%;
    }

    .button-more3 {
        width: 50%;
    }

    .topics-area {
        padding: 40px 0px 30px;
    }

    .pickup-item p {
        font-size: 13px;
        min-height: 66px;
        max-height: 66px;
    }

    .pickup-item .price {
        font-weight: 600;
        color: #843c26;
        font-size: 16px;
        min-height: auto;
        max-height: none;
    }

    .pickup-item .price span {
        color: #843c26;
        font-size: 13px;
    }

    .pickup-item-list {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .pickup-item-list li {
        width: 48%;
        margin: 0 0 20px;
    }

    .pickup-item-under-text-area {
        padding: 5px 5%;
    }

    .pickup-item-area {
        padding: 30px 0;
    }

    .ranking-category {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        overflow-x: auto;
        margin: 20px 0 30px;
    }

    .tab-item {
        font-size: 13px;
        margin: 0 1em 30px 0;
        padding: 10px 0;
    }

    .ranking-contents {
        margin: 0;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .ranking-contents li {
        width: 48%;
        margin: 0 0 20px;
    }

    .ranking-item::after {
        width: 9vw;
        height: 9vw;
        min-width: 9vw;
        min-height: 9vw;
        left: -3vw;
        top: -3vw;
        background-size: cover;
    }

    .ranking-item p {
        font-size: 13px;
        min-height: 5.1em;
        max-height: 5.1em;
        overflow: hidden;
    }

    .ranking-item .price {
        font-weight: 600;
        color: #843c26;
        font-size: 16px;
        min-height: auto;
        max-height: none;
    }

    .ranking-item .price span {
        color: #843c26;
        font-size: 13px;
    }

    .ranking-area {
        padding: 30px 0 10px;
    }

    .new-arrival-area {
        padding: 0;
    }

    .new-arrival-contents {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .new-arrival-contents li {
        width: 48%;
        margin: 0 0 20px;
    }

    .contents-list {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 20px 0 35px;
    }


    .contents-list li {
        width: 100%;
        max-width: none;
        margin: 0 0 20px;
    }

    .contents-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }

    .contents-item img {
        max-height: 7em;
        margin: 0 4% 0 0;
    }

    .contents-item dt {
        margin: 0 0 .35em;
        font-size: 15px;
        line-height: 1.4;
    }

    .contents-item dd {
        font-size: 3.25vw;
        line-height: 1.6;
    }

    .glamore-web {
        margin: 15px 0 20px;
        max-width: 33%;
    }

    .instagram-area {
        padding: 0 0 40px;
    }

    .instagram-list {
        margin: 0 0 25px;
    }

    .category-area {
        padding: 30px 0 20px;
    }

    .category-item p {
        font-size: 12px;
    }

    .information-area {
        padding: 40px 0;
    }

    .information-items {
        margin: 15px 0 25px;
    }

    .information-item {
        padding: 15px 0 3px;
    }

    .information-item a {
        font-size: 14px;
    }

    .title-supplement {
        font-size: 15px;
        margin: 35px 0 0;
        font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
        font-weight: 600;
        color: #000;
    }

    .support-list1 {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        border-bottom: solid 1px #c3c2bf;
        margin: 20px 0 20px;
    }

    .support-list1 li {
        width: 100%;
        margin: 0 0 40px;
    }

    .support-list1 li:last-of-type {
        margin: 0 0 20px;
    }

    .support-list1 p {
        font-size: 15px;
    }

    .support-list1 img {
        margin: 0;
    }

    .support-list2 {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        border-bottom: solid 1px #c3c2bf;
        padding: 0 0 20px;
    }

    .support-list2 li {
        width: 49%;
        margin: 0 0 7px;
    }

    .sp-support-link {
        border-bottom: solid 1px #c3c2bf;
        padding: 20px 0;
    }

    .sp-support-link p {
        font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
        font-weight: 600;
        color: #000;
        font-size: 14px;
    }

    .sp-support-sns p {
        font-size: 24px;
        letter-spacing: .1em;
        font-weight: 400;
        margin: 30px 0 20px;
    }

    .sp-support-sns-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin: auto;
        max-width: 215px;
        width: 90%;
    }

    .sp-support-sns-list li {
        max-width: 20%;
    }
}

/****************
fs-c-breadcrumb__list
****************/
.fs-c-breadcrumb {
    padding-top: 2rem;
}

.fs-c-breadcrumb__list {
    margin-bottom: 5rem;
    max-width: 1045px;
    margin-left: auto;
    margin-right: auto;
}

.fs-c-breadcrumb__list li,
.fs-c-breadcrumb__list li a {
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}

.fs-c-breadcrumb__list li {
    padding-right: 4rem;
    position: relative;
}

.fs-c-breadcrumb__list li a:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.5rem;
}

.fs-c-breadcrumb__list li:last-child {
    padding-right: 0;
}

.fs-c-breadcrumb__list a {
    background-color: #f5f5f5;
    border-radius: 20px;
    padding: .5em 1em;
}



.fs-c-breadcrumb__list li,
.fs-c-breadcrumb__list li a {
    font-size: 1.2rem;
}

.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
    content: none;
}

.fs-l-main {
    max-width: 100%;
    background-color: #fff;
    margin: 0 auto;
}

.fs-l-pageMain {
    margin-right: auto;
    margin-left: auto;
}

.fs-c-panelContainer {
    max-width: 1045px;
    padding-left: 10px;
    padding-right: 10px;
}

.fs-body-cart .fs-l-cart__contentsArea {
    display: block;
    width: 100%;
}

.fs-l-main {
    display: block;
}

.Title {
    font-size: 1.6rem;
    padding-bottom: 3rem;
    line-height: 1.2;
    color: #000000;
    letter-spacing: .1em;
}

.Title:after {
    font-size: 3rem;
    display: block;
}

@media screen and (max-width: 768px) {

    .fs-c-breadcrumb__list {
        max-width: 100%;
    }

    .fs-c-panelContainer {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .fs-body-cart .fs-l-cart__contentsArea {
        display: block;
        width: 100%;
    }

    .fs-l-main {
        display: block;
    }

    .Title {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .Title:after {
        font-size: 3rem;
        display: block;
    }
}




/***cart***/
#fs_ShoppingCart .Title {
    margin-top: -2.5rem;
}

#fs_ShoppingCart .Title:after {
    content: "CART";
}

#fs_ShoppingCart .fs-c-cartTable__row {
    position: relative;
}

#fs_ShoppingCart .fs-c-cartTable__product > .fs-c-cartTable__productImage {
    width: 100px;
}

#fs_ShoppingCart .fs-c-cartTable__productInfo {
    position: absolute;
    left: 110px;
    top: 0;
}

#fs_ShoppingCart .fs-c-cartTable__dataCell {
    width: calc((100% - 110px) / 4);
    text-align: left;
}

#fs_ShoppingCart .fs-c-cartTable__dataCell--quantity {
    position: relative;
    padding-left: 3em;
}

#fs_ShoppingCart .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--product {
    width: 110px;
}

#fs_ShoppingCart .fs-c-price {
    display: block;
}

#fs_ShoppingCart .fs-c-cartTable__quantity:before {
    content: "数量：";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#fs_ShoppingCart .fs-c-priceDisplay.fs-c-productPrice {
    display: none;
}

#fs_ShoppingCart td.fs-c-cartTable__dataCell--subtotal .fs-c-price__price.fs-c-price__price--taxIncl:before {
    content: "小計：";
}

#fs_ShoppingCart .fs-c-cartTable__dataCell--point:before {
    content: "ポイント：";
}

#fs_ShoppingCart .fs-c-price__value:after {
    content: "(税込)";
}

#fs_ShoppingCart .fs-c-cartTable__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

#fs_ShoppingCart .fs-c-cartTableContainer {
    background-color: #ffffff;
    box-shadow: 0 0 6px #cccccc;
    border-radius: 10px;
    padding: 2.5rem;
}

#fs_ShoppingCart .fs-c-cartTable,
#fs_ShoppingCart .fs-c-cartTable th,
#fs_ShoppingCart .fs-c-cartTable td {
    border: none;
}

#fs_ShoppingCart .fs-c-cartTable thead {
    display: none;
}

#fs_ShoppingCart .fs-c-cartTable .fs-c-button--cancel--cart .fs-c-button__label:before {
    content: "カートから";
}

#fs_ShoppingCart .fs-c-cartTable .fs-c-button--cancel--cart .fs-c-button__label:after {
    content: "×";
    font-weight: 900;
    padding-left: .5em;
    font-size: 2em;
    display: inline-block;
    vertical-align: middle;
}

#fs_ShoppingCart .fs-c-cartTable .fs-c-button--cancel--cart .fs-c-button__label {
    display: inline-block;
    vertical-align: middle;
}

#fs_ShoppingCart .fs-c-cartTable__dataCell--action {
    position: absolute;
    right: 0;
    top: 0;
}

#fs_ShoppingCart .fs-c-cartTable__row {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
}

#fs_ShoppingCart .fs-c-cartTable__row:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

#fs_ShoppingCart .fs-c-totalAndActions.fs-l-cart__sideColumn {
    border: none;
}

#fs_ShoppingCart .fs-c-totalAndActions {}

#fs_ShoppingCart #fs-cartTotals-container {
    background-color: #ffffff;
    box-shadow: 0 0 6px #cccccc;
    border-radius: 10px;
    padding: 2.5rem;
    background: #ffffff;
    width: 465px;
    display: inline-block;
    margin: 3rem 0;
}

#fs_ShoppingCart .fs-c-totalAndActions.fs-l-cart__sideColumn {
    padding: 0;
    text-align: right;
}

#fs_ShoppingCart #fs-checkout-payHere-container {

    /*background-color: #ffffff;
    box-shadow: 0 0 6px #cccccc;
    border-radius: 10px;
    padding: 2.5rem;
    background: #ffffff;*/
}
.fs-c-cartPayment, .fs-c-payWithAmazon{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#fs_ShoppingCart .fs-c-purchaseHere__message {
    text-align: center;
}

#fs_ShoppingCart #fs-checkout-payHere-container .fs-c-button--cancel--cart .fs-c-button__label {
    color: #ffffff;
}

#fs_ShoppingCart .fs-c-orderTotalTable__getPoint span,
#fs_ShoppingCart .fs-c-orderTotalTable__getPoint td {
    color: #8c0000;
}

#fs_ShoppingCart .fs-c-orderTotalTable > tbody > tr th,
.fs-c-orderTotalTable > tbody > tr td,
#fs_ShoppingCart .fs-c-orderTotalTable > tbody > tr:last-of-type {
    border: none;
}

#fs_ShoppingCart .fs-c-orderTotalTable__count {
    border-bottom: 1px solid #b2b2b2;
}

#fs_ShoppingCart .fs-c-orderTotalTable > tbody > tr th {
    text-align: right;
}

#fs_ShoppingCart .fs-c-orderTotalTable > tbody > tr th:after {
    content: "：";
}

#fs_ShoppingCart .fs-c-button--continueShopping.fs-c-button--standard {
    background-color: #343434;
    border-radius: 20px;
    padding: 1rem;
}

#fs_ShoppingCart .fs-c-button--continueShopping.fs-c-button--standard .fs-c-button--cancel--cart .fs-c-button__label {
    color: #ffffff;
}

.fs-l-main {
    padding-top: 7.5rem;
}

#fs_ShoppingCart .fs-l-pageMain {
    max-width: 1040px;
}

body[class^="fs-body-cart"] .fs-c-cartTable .fs-c-button--cancel--cart .fs-c-button__label,
body[class^="fs-body-my"] .fs-c-cartTable .fs-c-cartTable__actionButton__container--buyItLater .fs-c-button__label {
    color: #000000;
}

#fs_ShoppingCart .fs-c-cartTable .fs-c-button--cancel--cart .fs-c-button__label::after {
    color: #6f6f6f;
}

body[class^="fs-body-cart"] .fs-c-featuredProduct,
body[class^="fs-body-cart"] .fs-c-wishlistProduct,
body[class^="fs-body-my"] .fs-c-wishlistProduct,
body[class^="fs-body-my"] .fs-c-productList__list {
    background-color: #ffffff;
    box-shadow: 0 0 6px #cccccc;
    border-radius: 10px;
    padding: 2.5rem;
}

body[class^="fs-body-cart"] .fs-c-wishlistProduct,
body[class^="fs-body-cart"] .fs-c-wishlistProduct__title {
    margin-bottom: 2rem;
}

body[class^="fs-body-my"] .fs-c-wishlistProduct {
    margin-top: 2rem;
}

body[class^="fs-body-cart"] .fs-c-featuredProduct__title,
body[class^="fs-body-cart"] .fs-c-wishlistProduct__title,
body[class^="fs-body-my"] .fs-c-featuredProduct__title,
body[class^="fs-body-my"] .fs-c-wishlistProduct__title {
    color: #000000;
    font-weight: bold;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

body[class^="fs-body-cart"] .fs-c-button--addToCart--list.fs-c-button--plain .fs-c-button__label,
body[class^="fs-body-my"] .fs-c-button--addToCart--list.fs-c-button--plain .fs-c-button__label,
#fs_MyWishList .fs-c-productList__list .fs-c-button__label{
    color: #000000;
}

body[class^="fs-body-cart"] .fs-p-announcement,
body[class^="fs-body-my"] .fs-p-announcement {
    line-height: 1.57;
}

.fs-c-button--standard {
    border: none;
    background: #b20000;
}
.fs-c-purchaseHere.fs-c-cartPayment{
    margin-top: 0;
}
.future_amazon.box_wrap{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.amazon_or{
    position: relative;
}
.amazon_or span{
    display: inline-block;
    vertical-align: middle;
    padding:0 5em;
    background-color: #ffffff;
    position: relative;
    z-index: 2;
}
.amazon_or:before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #aaaaaa;
    position: absolute;
    left: 0;
    top:50%;
}
@media screen and (min-width: 769px) {
    #fs_ShoppingCart .fs-c-continueShopping {
        max-width: 1040px;
        margin: auto;
    }

    #fs_ShoppingCart .fs-l-main {}
}

@media screen and (max-width: 768px) {

    /***cart***/
    #fs_ShoppingCart .fs-c-cartTable__product > .fs-c-cartTable__productImage {
        width: 20vw;
    }

    #fs_ShoppingCart .fs-c-cartTable__productInfo {
        left: 20vw;
    }

    #fs_ShoppingCart .fs-c-cartTable__dataCell {
        width: calc((100% - 20vw));
        text-align: right;
    }

    #fs_ShoppingCart td.fs-c-cartTable__dataCell--quantity,
    #fs_ShoppingCart td.fs-c-cartTable__dataCell--subtotal,
    #fs_ShoppingCart td.fs-c-cartTable__dataCell--point {
        position: relative;
        padding-left: 3em;
    }

    #fs_ShoppingCart td.fs-c-cartTable__dataCell--quantity:before,
    #fs_ShoppingCart td.fs-c-cartTable__dataCell--subtotal .fs-c-price__price.fs-c-price__price--taxIncl:before,
    #fs_ShoppingCart td.fs-c-cartTable__dataCell--point:before {
        left: auto;
        position: absolute;
        right: 8em;
        text-align: right;
    }

    #fs_ShoppingCart .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--product {
        width: 20vw;
    }

    #fs_ShoppingCart .fs-c-cartTable .fs-c-button--cancel--cart .fs-c-button__label:before,
    #fs_ShoppingCart .fs-c-cartTable .fs-c-button--cancel--cart .fs-c-button__label:after {
        content: none;
    }

    #fs_ShoppingCart .fs-c-cartTable__row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }

    #fs_ShoppingCart .fs-c-cartTable__dataCell--point::before,
    #fs_ShoppingCart .fs-c-cartTable__dataCell--quantity::before,
    #fs_ShoppingCart .fs-c-cartTable__dataCell--subtotal::before {
        content: none;
    }

    #fs_ShoppingCart .fs-c-cartTable__dataCell--point:before {
        content: "ポイント：";
    }

    #fs_ShoppingCart .fs-c-cartTableContainer {
        padding: 1rem;
    }

    #fs_ShoppingCart #fs-cartTotals-container {
        background-color: #ffffff;
        box-shadow: 0 0 6px #cccccc;
        border-radius: 10px;
        padding: 2.5rem;
        background: #ffffff;
        width: 100%;
        display: inline-block;
        margin: 3rem 0;
    }

    #fs_ShoppingCart .fs-c-cartTable__quantity:before,
    #fs_ShoppingCart td.fs-c-cartTable__dataCell--subtotal .fs-c-price__price.fs-c-price__price--taxIncl:before,
    #fs_ShoppingCart .fs-c-cartTable__dataCell--point:before {
        font-size: 1.2rem;
        margin: 0;
    }

    #fs_ShoppingCart .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--action {
        width: 3em;
    }

    #fs_ShoppingCart .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--product {
        text-align: left;
    }

    #fs_ShoppingCart .fs-c-cartTable__quantity:before {
        display: inline-block;
        vertical-align: middle;
        right: 8em;
        left: auto;
    }

    #fs_ShoppingCart .fs-c-cartTable__quantity {
        width: 3em;
    }

    #fs_ShoppingCart .fs-c-totalAndActions.fs-l-cart__sideColumn {
        padding: 0;
        text-align: right;
    }

    #fs_ShoppingCart #fs-checkout-payHere-container {

        background-color: #ffffff;
        box-shadow: 0 0 6px #cccccc;
        border-radius: 10px;
        padding: 1rem;
        background: #ffffff;
    }

    #fs_ShoppingCart .fs-c-purchaseHere__message {
        text-align: center;
    }

    #fs_ShoppingCart #fs-checkout-payHere-container .fs-c-button--cancel--cart .fs-c-button__label {
        color: #ffffff;
    }

    #fs_ShoppingCart .fs-c-cartTable__row {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }

    #fs_ShoppingCart .fs-c-orderTotalTable > tbody > tr th,
    .fs-c-orderTotalTable > tbody > tr td,
    #fs_ShoppingCart .fs-c-orderTotalTable > tbody > tr:last-of-type {
        border: none;
    }

    #fs_ShoppingCart .fs-c-orderTotalTable__count {
        border-bottom: 1px solid #b2b2b2;
    }

    #fs_ShoppingCart .fs-c-orderTotalTable > tbody > tr th {
        text-align: right;
    }

    #fs_ShoppingCart .fs-c-orderTotalTable > tbody > tr th:after {
        content: "：";
    }
}

/****************
fs-body-my-top
****************/

body[class^="fs-body-my"] .Title:after {
    content: "MYPAGE";
}

body[class^="fs-body-my"] .fs-l-main {
    background-color: #f6f5f1;
}

.fs-l-main {
    padding: 5rem 1em 5rem 1em;
}

.fs-body-my-top .fs-l-account {
    background-color: #ffffff;
    box-shadow: 0 0 6px #cccccc;
    border-radius: 6px;
    margin: 0 auto;
    max-width: 1040px;
    padding: 7rem 5.5% 5rem 5.5%;
}

.fs-body-my-top .fs-l-account {
    display: block;
    position: relative;
}

.my-p-accountInfo {
    max-width: 500px;
    margin: 0 auto;
}

.my-p-accountInfo * {
    text-align: center;
    color: #000000;
}

.my-p-accountInfo__point {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 5rem;
}

.btn-logput {
    position: absolute;
    top: 2rem;
    right: 2rem;
    text-decoration: underline;
}

.btn-logput:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 23px;
    background-image: url(https://www.glamore.jp/wp-content/themes/glamore/img/mypage/ico-out.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 1rem;
}

.my-p-accountInfo__accountName {
    margin-bottom: 2rem;
}

@media screen and (min-width: 900px) {
    .fs-body-my-top .fs-l-account {
        padding: 5rem 4%;
    }

    .btn-logput {
        top: 6rem;
        right: 5%;
    }
}

.fs-body-my-top .fs-c-accountService {
    width: 100%;
    margin: 0;
}

.fs-c-accountService li {
    position: relative;
    padding-top: 30%;
    margin-bottom: 2rem;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
    box-shadow: none;
    background: #f6f5f1;
    border: none;
    border-radius: 4px;
    color: #000000;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
}

.fs-c-accountService__page {
    width: 30%;
    display: block;
    height: auto;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin: 0;
}

.fs-c-accountService__page:nth-child(2),
.fs-c-accountService__page:nth-child(5),
.fs-c-accountService__page:nth-child(8) {
    margin-left: 5%;
    margin-right: 5%;
}

.fs-c-accountService a {
    display: block;
}

.fs-c-accountService__page--accountDelete {
    display: none;
}

.fs-c-accountService li a:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
}

.fs-c-accountService__page--wishList .fs-c-accountService__pageLink:after {
    background-image: url(https://www.glamore.jp/wp-content/themes/glamore/img/mypage/btn__01.png);
}

.fs-c-accountService__page--pointHistory .fs-c-accountService__pageLink:after {
    background-image: url(https://www.glamore.jp/wp-content/themes/glamore/img/mypage/btn__03.png);
}

.fs-c-accountService__page--orderHistoryList .fs-c-accountService__pageLink:after {
    background-image: url(https://www.glamore.jp/wp-content/themes/glamore/img/mypage/btn__04.png);
}

.fs-c-accountService__page--accountReviews .fs-c-accountService__pageLink:after {
    background-image: url(https://www.glamore.jp/wp-content/themes/glamore/img/mypage/btn__05.png);
}

.fs-c-accountService__page--addressbook .fs-c-accountService__pageLink:after {
    background-image: url(https://www.glamore.jp/wp-content/themes/glamore/img/mypage/btn__09.png);
}

.fs-c-accountService__page--accountPassword .fs-c-accountService__pageLink:after {
    background-image: url(https://www.glamore.jp/wp-content/themes/glamore/img/mypage/btn__07.png);
}

.fs-c-accountService__page--accountSettingsModify .fs-c-accountService__pageLink:after {
    background-image: url(https://www.glamore.jp/wp-content/themes/glamore/img/mypage/btn__08.png);
}

.fs-c-accountService__page--couponList .fs-c-accountService__pageLink:after {
    background-image: url(https://www.glamore.jp/wp-content/themes/glamore/img/mypage/btn__10.png);
}

/*.fs-c-accountService__page--wishList .fs-c-accountService__pageLink__label::before {
    background-image: url(https://www.glamore.jp/wp-content/themes/glamore/img/mypage/ico_08.png);
}*/
.fs-c-accountService .fs-c-string {
    display: none;
}

@media screen and (max-width: 768px) {
    .fs-c-accountService li {
        padding-top: 49%;
        margin-bottom: 2rem;
    }

    .fs-c-accountService__page {
        width: 49%;
    }

    .fs-c-accountService__page:nth-child(2),
    .fs-c-accountService__page:nth-child(5),
    .fs-c-accountService__page:nth-child(8) {
        margin-left: 0;
        margin-right: 0;
    }

    .fs-c-accountService__page:nth-child(2n) {
        margin-left: 2%;
    }
}

/***********/
.fs-l-pageMain {
    max-width: 1040px;
    position: relative;
}

.fs-c-inputInformation,
.taikai {
    background-color: #ffffff;
    max-width: 1040px;
    padding: 5rem;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 6px #cccccc;
    border-radius: 6px;
}

.fs-c-inputInformation {
    margin-top: 2rem;
}

.fs-c-buttonContainer--myPageTop {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
}

.fs-c-buttonContainer--myPageTop a,
.fs-c-buttonContainer--myPageTop span {
    display: inline-block;
    vertical-align: middle;
}

.fs-c-buttonContainer--myPageTop span {
    padding: .7em 1.5em;
    background-color: #ffffff;
    box-shadow: 0 0 6px #cccccc;
    border-radius: 2rem;
    color: #666666;
}

.fs-c-buttonContainer--myPageTop span:before {
    content: "\f0d9";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000000;
    margin-right: .5em;
}

.fs-c-inputInformation *:not(.fs-c-button__label) {
    color: #000000;
}

.fs-body-my-account-settings-edit .fs-c-inputTable {
    max-width: 100%;
}

.fs-c-inputTable {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.fs-c-inputTable > tbody > tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 2rem;
}

.fs-c-inputInformation__field--display .fs-c-inputTable__headerCell,
.fs-c-inputInformation__field--display .fs-c-inputTable__dataCell {
    font-size: 1.6rem;
    line-height: 1.57;
}

.fs-c-inputInformation__field--display .fs-c-inputTable__headerCell {
    width: 12em;
}

.fs-c-inputInformation__field--display .fs-c-inputTable__dataCell {
    width: calc(100% - 12em);
}

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

.fs-c-inputInformation__message {
    margin-bottom: 5rem;
}

.fs-c-inputInformation__button .fs-c-button--change {
    background-color: transparent;
    color: transparent;
    background-image: url(https://www.glamore.jp/wp-content/themes/glamore/img/mypage/btn_02.png);
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    border: none;
    padding: 0;
    box-shadow: none;
    min-width: 240px;
    width: 347px;
    height: 57px;
}

#fs_MyAccountSettings .fs-c-inputInformation__button .fs-c-button__label {
    display: none;
}

.taikai {
    padding: 1em 2%;
    margin-top: 6rem;
}

.taikai .Flex {
    min-height: 5rem;
}

.taikai .Flex > div {
    margin-left: 4rem;
}

.taikai .Flex > div a {
    color: #000000;
    background-color: #ebebeb;
    text-align: center;
    border-radius: 3rem;
    padding: 1em 4em;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {

    .fs-c-inputInformation,
    .taikai {
        padding: 2rem;
    }

    .fs-c-buttonContainer--myPageTop {
        position: static;
    }

    .fs-c-inputInformation__button .fs-c-button--change {
        width: 200vw;
        height: 32.85vw;
    }

    .taikai .Flex {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
}

/***********/
#fs_Login .fs-l-main ,
#fs_WishListLogin .fs-l-main,
#fs_ReviewLogin .fs-l-main{
    background-color: #f6f5f1;
}

#fs_Login .fs-c-inputInformation__link.fs-c-textLinkContainer,
#fs_WishListLogin .fs-c-inputInformation__link.fs-c-textLinkContainer,
#fs_ReviewLogin .fs-c-inputInformation__link.fs-c-textLinkContainer
{
    text-align: center;
}

#fs_Login .Title:after,
#fs_WishListLogin .Title:after,
#fs_ReviewLogin .Title:after {
    content: "LOGIN";
}

#fs_Login .fs-c-registeredUsers,
#fs_Login .fs-c-newUsers,
#fs_WishListLogin .fs-c-registeredUsers,
#fs_WishListLogin .fs-c-newUsers,
#fs_ReviewLogin .fs-c-registeredUsers,
#fs_ReviewLogin .fs-c-newUsers{
    background-color: #ffffff;
    padding: 5rem 2%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 6px #cccccc;
    border-radius: 6px;
    width: 49%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin: 0;
}

#fs_Login .fs-c-inputInformation ,
#fs_WishListLogin .fs-c-inputInformation,
#fs_ReviewLogin .fs-c-inputInformation {
    background: none;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}

#fs_Login .fs-c-registeredUsers__title,
#fs_Login .fs-c-newUsers__title,
#fs_WishListLogin .fs-c-registeredUsers__title,
#fs_WishListLogin .fs-c-newUsers__title,
#fs_ReviewLogin .fs-c-registeredUsers__title,
#fs_ReviewLogin .fs-c-newUsers__title{
    text-align: center;
    font-size: 1.6rem;
    color: #000000;
    border: none;

}

#fs_Login .fs-c-registeredUsers__title:before ,
#fs_WishListLogin .fs-c-registeredUsers__title:before,
#fs_ReviewLogin .fs-c-registeredUsers__title:before {
    content: "ログイン";
    display: block;
    font-size: 2rem;
    margin-bottom: 1rem;
}

#fs_Login .fs-c-newUsers__title:before,
#fs_WishListLogin .fs-c-newUsers__title:before ,
#fs_ReviewLogin .fs-c-newUsers__title:before {
    content: "新規会員登録";
    display: block;
    font-size: 2rem;
    margin-bottom: 1rem;
}

#fs_Login .fs-c-inputInformation__field ,
#fs_WishListLogin .fs-c-inputInformation__field,
#fs_ReviewLogin .fs-c-inputInformation__field {
    background: none;
    padding: 0;
}

/*#fs_Login .fs-c-newUsers__title:after{
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 64.67%;
    background-image: url(https://www.glamore.jp/wp-content/themes/glamore/img/mypage/bnr.jpg);
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    margin: 2rem 0;
}*/
#fs_Login .fs-c-inputTable__headerCell,
#fs_Login .fs-c-inputTable__dataCell,
#fs_WishListLogin .fs-c-inputTable__headerCell,
#fs_WishListLogin .fs-c-inputTable__dataCell ,
#fs_ReviewLogin .fs-c-inputTable__headerCell,
#fs_ReviewLogin .fs-c-inputTable__dataCell{
    width: 100%;
    display: block;
    margin-bottom: 1rem;
}

#fs_Login .fs-c-inputTable__headerCell,
#fs_WishListLogin .fs-c-inputTable__headerCell,
#fs_ReviewLogin .fs-c-inputTable__headerCell
{
    text-align: center;
}

#fs_Login input,
#fs_WishListLogin input,
#fs_ReviewLogin input {
    display: block;
    width: 100%;
    font-size: 16px;
    height: 5rem;
}

#fs_Login .fs-c-inputTable > tbody > tr,
#fs_WishListLogin .fs-c-inputTable > tbody > tr,
#fs_ReviewLogin .fs-c-inputTable > tbody > tr {
    margin: 0;
}

#fs_Login .fs-c-inputInformation__button,
#fs_WishListLogin .fs-c-inputInformation__button,
#fs_ReviewLogin .fs-c-inputInformation__button {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 0;
}

#fs_Login .fs-c-loginForm,
#fs_WishListLogin .fs-c-loginForm,
#fs_ReviewLogin .fs-c-loginForm{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#fs_Login .fs-c-newUsers,
#fs_WishListLogin .fs-c-newUsers,
#fs_ReviewLogin .fs-c-newUsers {
    width: 49%;
}

#fs_Login .fs-c-newUsers__message,
#fs_WishListLogin .fs-c-newUsers__message,
#fs_ReviewLogin .fs-c-newUsers__message {
    color: #000000;
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 3rem;
    line-height: 1.57;
}

@media screen and (max-width: 768px) {

    #fs_Login .fs-c-registeredUsers,
    #fs_Login .fs-c-newUsers,
    #fs_WishListLogin .fs-c-registeredUsers,
    #fs_ReviewLogin .fs-c-newUsers,#fs_WishListLogin .fs-c-registeredUsers,
    #fs_ReviewLogin .fs-c-newUsers{
        padding: 5rem 2%;
        width: 100%;
        margin-bottom: 2rem;
    }
}

/****************
fs_Register
****************/
body[class^="fs-body-register"] .fs-l-main {
    background-color: #f6f5f1;
}

body[class^="fs-body-register"] .Title:after {
    content: "NEW REGISTRATION";
}

#fs_Register .fs-c-inputInformation__field {
    margin: 0;
    max-width: 100%;
}

#fs_Register .fs-c-inputInformation__field:before {
    content: "会員情報";
    display: block;
    text-align: center;
    margin: 0 auto 3rem auto;
}

#fs_Register .fs-c-inputTable {
    /**width: 600px;
    max-width: 100%;**/
    margin: 0;
}

#fs_Register .fs-c-inputTextGroup__item {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    flex: auto;
}

.fs-c-radio__radioLabelText {
    text-align: left;
}

#fs_Register .fs-c-inputTextGroup > * + * {
    margin-left: 0;
    margin-top: 1.5rem;
    display: block;
}

#fs_Register .fs-c-inputTextGroup {
    display: block;
}

#fs_Register th.fs-c-inputTable__headerCell {
    padding-left: 5rem;
}

#fs_Register .fs-c-inputField__explanation {
    text-align: left;
}

#fs_Register .fs-c-inputField {
    display: block;
    width: 100%;
    /*text-align: center;*/
}

@media screen and (min-width: 769px) {
    #fs_Register th.fs-c-inputTable__headerCell {
        position: relative;
        padding-left: 5rem;
        width: 220px;
    }

    #fs_Register .fs-c-inputTable__dataCell {
        width: calc(100% - 220px);
    }
}

#fs_Register .fs-c-inputInformation *:not(.fs-c-button__label) {}

#fs_Register th .fs-c-requiredMark:before {
    content: "必須";
    font-size: 1rem;
    color: #ffffff;
    background-color: #b22d00;
    position: absolute;
    left: 0;
    top: 0;
    width: 4rem;
    padding: .5em 0;
    text-align: center;
}

#fs_Register .fs-c-inputInformation__message {
    display: none
}

#fs_Register p {
    line-height: 1.57;
}

@media screen and (max-width: 768px) {
    #fs_Register .fs-c-inputTextGroup > * + * {
        margin-left: 0;
        margin-top: 1.5rem;
        display: block;
    }

    #fs_Register th.fs-c-inputTable__headerCell {
        width: 100%;
    }

    #fs_Register .fs-c-inputTable__dataCell {
        width: 100%;
        margin-top: 1.5rem;
    }

    #fs_Register .fs-c-inputField__explanation {
        text-align: left;
    }
}

.fs-c-registerSuccessMessage {
    background-color: #ffffff;
    box-shadow: 0 0 6px #cccccc;
    border-radius: 10px;
    padding: 6rem 2.5rem;
    border-bottom: 0;
}

.fs-c-registerSuccessMessage p,
.fs-c-registerSuccessMessage li {
    color: #000000;
    line-height: 1.57;
}

.fs-c-registerSuccessMessage .Bg_gray_01 {
    max-width: 895px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding: 2rem 5% 4rem 2%;
}

.fs-c-registerSuccessMessage li {
    margin-bottom: .5em;
    list-style: outside;
    margin-left: 3em;
}

.fs-c-registerSuccessMessage li:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .fs-c-registerSuccessMessage {
        padding: 2.5rem;
    }

    .fs-c-registerSuccessMessage .Bg_gray_01 {
        padding: 2rem 2% 4rem 2%;
    }

    .fs-c-registerSuccessMessage li {
        margin-left: 2em;
    }
}

/****************
fs-body-newsletter
****************/
#fs_NewsletterSubscribe .fs-p-emailDomainNotice {
    margin-top: 2rem;
}

#fs_NewsletterSubscribe p {
    line-height: 1.57;
}

body[class^="fs-body-newsletter"] .Title:after {
    content: "MAILMAGAZINE";
}

body[class^="fs-body-newsletter"] .fs-l-main {
    background-color: #f6f5f1;
}

#fs_NewsletterSubscribe .mail_magazine_nav li {
    width: 49%;
}

#fs_NewsletterSubscribe .mail_magazine_nav li a {
    position: relative;
    padding: 0 1rem;
    box-shadow: 0 0 6px #cccccc;
    border-radius: 10px;
    text-decoration: none;
    height: 8rem;
}

#fs_NewsletterSubscribe .fs-c-inputInformation.mt30 {
    margin-top: 3rem;
}

#fs_NewsletterSubscribe .mail_magazine_nav li a:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    bottom: 1.5rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
}

#fs_NewsletterSubscribe .mail_magazine_nav li:nth-child(2) a:after {
    color: #9b9a95;
}

#fs_NewsletterSubscribe .mail_magazine_nav li span {
    font-size: 2rem;
    padding-bottom: 1rem;
    display: block;
}

#fs_NewsletterSubscribe .mail_magazine_nav li:nth-child(1) a {
    background-color: #343434;
    color: #ffffff;
}

#fs_NewsletterSubscribe .mail_magazine_nav li:nth-child(1) span {
    color: #ffffff;
}

#fs_NewsletterSubscribe .mail_magazine_nav li:nth-child(2) a {
    background-color: #ffffff;
}

#fs_NewsletterSubscribe h2 {
    color: #d23878;
    font-size: 3.7rem;
}

#fs_NewsletterSubscribe h2 span {
    display: block;
    font-size: 3rem;
    color: #d23878;
    margin-top: 2rem;
}

#fs_NewsletterSubscribe .Tokuten li {
    max-width: 30%;
    margin-left: 2%;
    margin-right: 2%;
}

#fs_NewsletterSubscribe .Tokuten {
    padding-bottom: 8rem;
}

#fs_NewsletterSubscribe .fs-c-inputInformation__message {
    display: block;
    margin: 0;
}

#fs_NewsletterSubscribe .fs-c-inputInformation__message p {
    font-size: 1.6rem;


}

#fs_NewsletterSubscribe .fs-c-inputInformation__field {
    background-color: #ffffff;
}

/**/
#fs_NewsletterSubscribe th .fs-c-requiredMark:before {
    content: "必須";
    font-size: 1rem;
    color: #ffffff;
    background-color: #b22d00;
    position: absolute;
    left: 0;
    top: 0;
    width: 4rem;
    padding: .5em 0;
    text-align: center;
}


#fs_NewsletterSubscribe .fs-c-inputInformation__field {
    padding: 0;
    margin: 0;
    max-width: 100%;
}

#fs_NewsletterSubscribe .fs-c-inputTable {
    width: 600px;
    max-width: 100%;
    margin: 0;
}

#fs_NewsletterSubscribe .fs-c-inputTextGroup__item {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    flex: auto;
}

#fs_NewsletterSubscribe .fs-c-radio__radioLabelText {
    text-align: left;
}

#fs_NewsletterSubscribe .fs-c-inputTextGroup > * + * {
    margin-left: 0;
    margin-top: 1.5rem;
    display: block;
}

#fs_NewsletterSubscribe .fs-c-inputTextGroup {
    display: block;
}

#fs_NewsletterSubscribe th.fs-c-inputTable__headerCell {
    padding-left: 5rem;
    position: relative;
}

#fs_NewsletterSubscribe .fs-c-inputField__explanation {
    text-align: left;
}

#fs_NewsletterSubscribe .fs-c-inputField {
    display: block;
    width: 100%;
    text-align: center;
}

@media screen and (min-width: 769px) {
    #fs_NewsletterSubscribe th.fs-c-inputTable__headerCell {
        padding-left: 5rem;
        width: 220px;
    }

    #fs_NewsletterSubscribe .fs-c-inputTable__dataCell {
        width: calc(100% - 220px);
    }
}

#fs_NewsletterSubscribe .fs-c-inputInformation *:not(.fs-c-button__label) {}

#fs_NewsletterSubscribe th .fs-c-requiredMark:before {
    content: "必須";
    font-size: 1rem;
    color: #ffffff;
    background-color: #b22d00;
    position: absolute;
    left: 0;
    top: 0;
    width: 4rem;
    padding: .5em 0;
    text-align: center;
}

#fs_NewsletterSubscribe input {
    height: 5.2rem;
}

#fs_NewsletterSubscribe .fs-l-block--center {}

/**/


@media screen and (max-width: 768px) {
    #fs_NewsletterSubscribe .mail_magazine_nav li {
        width: 100%;
        margin-bottom: 1rem;
    }

    #fs_NewsletterSubscribe .mail_magazine_nav li a {
        height: 6rem;
    }

    #fs_NewsletterSubscribe .mail_magazine_nav li span {
        font-size: 1.6rem;
    }

    #fs_NewsletterSubscribe .mail_magazine_nav li a:after {
        bottom: 1rem;
    }

    #fs_NewsletterSubscribe h2 {
        font-size: 1.8rem;
    }

    #fs_NewsletterSubscribe h2 span {
        font-size: 1.6rem;
    }

    #fs_NewsletterSubscribe .Tokuten li {
        width: 32%;
        margin-left: 0;
    }

    #fs_NewsletterSubscribe .Tokuten li:last-child {
        margin-right: 0;
    }

    #fs_NewsletterSubscribe .fs-c-inputInformation__message p {
        font-size: 1.4rem;
    }


    /**/
    #fs_NewsletterSubscribe .fs-c-inputTextGroup__item {}

    #fs_NewsletterSubscribe .fs-c-inputTable__headerCell,
    #fs_NewsletterSubscribe .fs-c-inputTable__dataCell {
        width: 100%;
        margin-top: 1rem;
    }
}

/****************
fs_NewsletterUnsubscribe
****************/
#fs_NewsletterUnsubscribe .fs-c-inputInformation *:not(.fs-c-button__label) {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#fs_NewsletterUnsubscribe p {
    line-height: 1.57;
}

#fs_NewsletterUnsubscribe .fs-c-inputInformation__field {
    background-color: #ffffff;
}

#fs_NewsletterUnsubscribe .fs-c-inputInformation__message {
    display: block;
}

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

/**/
#fs_NewsletterUnsubscribe th .fs-c-requiredMark:before {
    content: "必須";
    font-size: 1rem;
    color: #ffffff;
    background-color: #b22d00;
    position: absolute;
    left: 0;
    top: 0;
    width: 4rem;
    padding: .5em 0;
    text-align: center;
}

#fs_NewsletterUnsubscribe .fs-c-inputInformation__field {
    padding: 0;
    margin: 0;
    max-width: 100%;
}

#fs_NewsletterUnsubscribe .fs-c-inputTable {
    width: 600px;
    max-width: 100%;
    margin: 0;
}

#fs_NewsletterUnsubscribe .fs-c-inputTextGroup__item {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    flex: auto;
}

#fs_NewsletterUnsubscribe .fs-c-radio__radioLabelText {
    text-align: left;
}

#fs_NewsletterUnsubscribe .fs-c-inputTextGroup > * + * {
    margin-left: 0;
    margin-top: 1.5rem;
    display: block;
}

#fs_NewsletterUnsubscribe .fs-c-inputTextGroup {
    display: block;

}

#fs_NewsletterUnsubscribe th.fs-c-inputTable__headerCell {
    padding-left: 5rem;
    position: relative;
}

#fs_NewsletterUnsubscribe .fs-c-inputField__explanation {
    text-align: left;
}

#fs_NewsletterUnsubscribe .fs-c-inputField {
    display: block;
    width: 100%;
    text-align: center;
}

@media screen and (min-width: 769px) {
    #fs_NewsletterUnsubscribe th.fs-c-inputTable__headerCell {
        padding-left: 5rem;
        width: 220px;
    }

    #fs_NewsletterUnsubscribe .fs-c-inputTable__dataCell {
        width: calc(100% - 220px);
    }
}

#fs_NewsletterUnsubscribe .fs-c-inputInformation *:not(.fs-c-button__label) {}


#fs_NewsletterUnsubscribe input {
    height: 5.2rem;
}

#fs_NewsletterUnsubscribe .fs-l-block--center {}

/**/


@media screen and (max-width: 768px) {
    #fs_NewsletterUnsubscribe .fs-c-inputInformation__message p {
        font-size: 1.4rem;
    }

    /**/
    #fs_NewsletterUnsubscribe .fs-c-inputTextGroup__item {}

    #fs_NewsletterUnsubscribe .fs-c-inputTable__headerCell,
    #fs_NewsletterUnsubscribe .fs-c-inputTable__dataCell {
        width: 100%;
        margin-top: 1rem;
    }
}

body[class^="fs-body-cart"] .fs-c-cartTable .fs-c-button--cancel--cart .fs-c-button__label,
body[class^="fs-body-cart"] .fs-c-cartTable .fs-c-cartTable__actionButton__container--buyItLater .fs-c-button__label {
    color: #000000;
}

/****************
fs-c-breadcrumb__list
****************/
body[class^="fs-body-category"] .fs-l-main {
    background-color: #ffffff;
}

.fs-body-category .fs-l-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

#side_column ~ .fs-l-pageMain {
    width: 800px;
    max-width: 77%;
    margin-left: 0;
    margin-right: 0;
}

#side_column {
    max-width: 20%;
}

body[class^="fs-body-category"] .fs-c-button--addToCart--list {
    display: none;
}

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

.fs-c-sortItems__list__item.is-active {
    background: #ff6595;

}

.fs-c-sortItems__list__item__label {
    color: #ffffff;
}

.fs-c-sortItems__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.fs-p-scrollingCartButton__icon.fs-icon--cart,
.fs-p-scrollingCartButton__label {
    color: #ffffff;
}

#new-side-inner .link-parent-name,
.link_tag2 {
    font-size: 1.4rem;
}

@media screen and (min-width: 769px) {
    .fs-c-productList__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }

    .fs-c-productList__list__item {
        width: 33%;
    }
}

@media screen and (max-width: 768px) {
    #side_column {
        display: none;
    }
}

/****************
fs_ShoppingCartLogin
****************/
.fs-l-page input[type="text"],
.fs-l-page input[type="mail"],
.fs-l-page input[type="email"],
.fs-l-page input[type="tel"],
.fs-l-page select {
    border: 1px solid #9c9b96;
}
#fs_ShoppingCartLogin .Title:after {
    content: "LOGIN";
}

#fs_ShoppingCartLogin .fs-l-main {
    background-color: #f6f5f1;
}

#fs_ShoppingCartLogin .fs-c-inputInformation {
    background: none;
    border-radius: none;
    box-shadow: none;
    padding: 0;
}

#fs_ShoppingCartLogin .fs-c-subSection {
    background-color: #ffffff;
    box-shadow: 0 0 6px #cccccc;
    border-radius: 6px;
    margin: 0 auto;
    max-width: 1040px;
    padding: 5rem 4%;
}

#fs_ShoppingCartLogin .fs-c-registeredUsers__title.fs-c-subSection__title {
    text-align: center;
    font-size: 1.6rem;
    color: #000000;
    border: none;
}

#fs_ShoppingCartLogin.fs-body-cart-login .fs-c-inputInformation__field {
    background: none;
    padding: 0;
}

#fs_ShoppingCartLogin .fs-c-registeredUsers__title:before {
    content: "ログイン";
    display: block;
    font-size: 2rem;
    margin-bottom: 1rem;
}

#fs_ShoppingCartLogin .fs-c-inputTable th,
#fs_ShoppingCartLogin .fs-c-inputTable td {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
}

#fs_ShoppingCartLogin .fs-c-inputTable > tbody > tr,
#fs_ShoppingCartLogin .fs-c-inputTable > tbody > tr + tr {
    margin: 0;
}

#fs_ShoppingCartLogin .fs-c-inputInformation__button {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 0;
}

#fs_ShoppingCartLogin .fs-c-inputInformation__link {
    text-align: center;
}

/****************
fs_EditPassword
****************/


#fs_EditPassword .fs-c-button--change .fs-c-button__label {
    color: transparent;
}

#fs_EditPassword .fs-c-inputInformation__field {
    background: none;
    padding: 0;
}

#fs_EditPassword .fs-c-inputTable th,
#fs_EditPassword .fs-c-inputTable td {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
}

#fs_EditPassword .fs-c-inputTable > tbody > tr,
#fs_EditPassword .fs-c-inputTable > tbody > tr + tr {
    margin: 0;
}

#fs_EditPassword .fs-c-inputInformation__button {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 0;
}

#fs_EditPassword .fs-c-inputInformation__link {
    text-align: center;
}

/****************
fs_PasswordReminder
****************/
#fs_PasswordReminder .Title:after {
    content: "PASSWORD";
}

#fs_PasswordReminder .fs-c-inputInformation__field {
    background: none;
    padding: 0;
}

#fs_PasswordReminder .fs-l-main {
    background-color: #f6f5f1;
}

#fs_PasswordReminder .fs-c-inputTable th,
#fs_PasswordReminder .fs-c-inputTable td {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
}

#fs_PasswordReminder .fs-c-inputTable > tbody > tr,
#fs_PasswordReminder .fs-c-inputTable > tbody > tr + tr {
    margin: 0;
}

#fs_PasswordReminder .fs-c-inputInformation__button {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 0;
}

#fs_PasswordReminder .fs-c-inputInformation__link {
    text-align: center;
}

/****************
fs_MemberAgreement
****************/
#fs_MemberAgreement .Title:after {
    content: "MEMBERGRAEEMENT";
}

#fs_MemberAgreement .fs-l-main {
    background-color: #f6f5f1;
}

.fs-p-memberAgreement * {
    line-height: 1.57;
    color: #000000;
}

.fs-p-memberAgreement .fs-c-documentColumn__heading {
    color: #000000;
    border-color: #000000;
}

.fs-p-memberAgreement .fs-c-orderedList > li:before {
    color: #000000;
}

/****************
fs_PrivacyPolicy
****************/
#fs_PrivacyPolicy .Title:after {
    content: "PRIVACYPOLICY";
}

#fs_PrivacyPolicy .fs-l-main {
    background-color: #f6f5f1;
}

#fs_PrivacyPolicy .fs-l-pageMain * {
    line-height: 1.57;
    color: #000000;
}

/****************
fs_PageNotFound
****************/
#fs_PageNotFound .Title:after {
    content: "PAGENOTFOUND";
}

#fs_PageNotFound .fs-l-main {
    background-color: #f6f5f1;
}

#fs_PageNotFound .fs-l-pageMain * {
    line-height: 1.57;
    color: #000000;
}



/****************
checkbox
****************/
@media screen and (min-width: 769px) {
.fs-c-additionalCheckField {
    max-width: 300px;
}
}
.fs-c-additionalCheckField {
    margin-left: auto;
    margin-right: auto;
}

.fs-c-checkbox__checkMark {
    border: 2px solid #9c9b96;
}

.fs-c-checkbox__checkMark {
    width: 3.4rem;
    height: 3.4rem;
    margin-right: 2rem;
}

.fs-c-checkbox__checkMark::before {
    color: #B7666B;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
    background: #ffffff;
    border:1px solid #9c9b96;
    border-radius: 2px;
}

/****************
CART add
****************/
.fs-body-customerDetails .Title:after {
  content: "CUSTOMER";
}
body[class^="fs-body-checkout-"] .Title:after{
    content: "CHECKOUT";
}
.fs-body-resetPassword .Title:after {
  content: "RESET";
}
.fs-body-resetPassword .fs-c-inputInformation__field{
    background-color: transparent;
}
.fs-body-resetPassword .fs-c-inputTable__label{
    margin-bottom: 1rem;
    display: block;
}


/****************
Add 2022/02/10
****************/
.displahnone {
    display:none;
}
.fs-l-main {
    padding: 5rem 1em 11rem 1em;
}
@media screen and (min-width: 769px) {
    .fs-l-main {
        padding: 2rem 1em 3rem 1em;
    }
}

div.fs-c-productList__list span.fs-c-button__label {
    color: #555555;
}

#fs_p_scrollingCartButton {
    display:none;
}

/**** Side Navi ****/
#side_column.side {
    width: 200px;
    margin-right: 20px;
}

/**** Bread Crumb ****/
nav.fs-c-breadcrumb {
    padding-top:50px;
}
nav > ol.fs-c-breadcrumb__list,
.fs-c-breadcrumb__list.fs-c-breadcrumb__list--subgroup {
    margin-bottom: 1rem;
}

.fs-c-breadcrumb {
    padding-top: 0;
}

/**** ProductSearch ****/
#side_column ~ .fs-l-pageMain {
    max-width: 100%;
}
#fs_ProductSearch > div.fs-l-page > main.fs-l-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #ffffff;
}
#fs_ProductSearch .fs-c-productName__copy,
#fs_ProductSearch .fs-c-productName__name,
#fs_ProductSearch .fs-c-productName__variation {
    display: block;
    line-height: 1.2;
}
#fs_ProductSearch .fs-c-productName__name {
    margin-bottom: 10px;
    font-size: 1.8rem;
}
#fs_ProductSearch .fs-c-productListItem__prices.fs-c-productPrices {
    line-height:1.5;
}
div.fs-c-productListItem__prices.fs-c-productPrices > div.fs-c-productPrice > span.fs-c-productPrice__addon > span {
    line-height:0.5;
}

/**** ProductSearch Detail Search****/
#fs_ProductSearch input[type="text"], .fs-l-page input[type="mail"], .fs-l-page input[type="email"], .fs-l-page input[type="tel"], .fs-l-page select {
    border: 2px solid #9c9b96;
}
#fs_ProductSearch  .fs-p-productSearch__field {
    line-height:2;
}
#fs_ProductSearch .fs-c-checkboxGroup .fs-c-checkbox {
    margin-bottom:10px;
}

/**** ProductCategory ****/
body.fs-body-category .fs-c-productName__copy,
body.fs-body-category .fs-c-productName__name,
body.fs-body-category .fs-c-productName__variation {
    display: block;
    line-height: 1.2;
}
body.fs-body-category .fs-c-productName__name {
    margin-bottom: 10px;
    font-size: 1.4rem;
}
body.fs-body-category .fs-c-productListItem__prices.fs-c-productPrices {
    line-height:1.5;
}


/**** Product ****/
body.fs-body-product {
    line-height:1.5;
}
body.fs-body-product .item-img {
    text-align:center;
}
body.fs-body-product .item-img table{
    margin:0 auto;
}
body.fs-body-product table.item-tbl th{
    white-space:nowrap;
}
body.fs-body-product table.item-tbl th,
body.fs-body-product table.item-tbl td{
    border: 1px solid #CCC;
    background:#FFF;
    padding:10px;
}


body.fs-body-product .fs-p-productDescription .relateditem-box{
    width:100%;
    overflow:scroll;
    -ms-overflow-style: none;    /* IE, Edge 対応 */
    scrollbar-width: none;       /* Firefox 対応 */
}
body.fs-body-product .fs-p-productDescription .relateditem-box::-webkit-scrollbar {  /* Chrome, Safari 対応 */
    display:none;
}

body.fs-body-product .fs-p-productDescription .relateditem-box table{
    background: #FFF;
}

body.fs-body-product .item-img{
    margin-bottom:10px;
}

body.fs-body-product .fs-c-button--addToCart--variation .fs-c-button__label {
    color:#FFF;
    white-space:nowrap;
}
body.fs-body-product .fs-c-button--primary.fs-c-button--addToCart--variation {
    padding:10px;
}

.jsNewProductPage .fs-c-inputTable > tbody > tr {
	justify-content: space-between;
}

.jsNewProductPage .fs-c-inputTable__dataCell #fs_input_inquiry{
	width:201px;
}
.jsNewProductPage .fs-c-inputInformation__button .fs-c-button__label {
    color:white;
}
.jsNewProductPage .fs-c-returnedSpecialContract ,
.jsNewProductPage .fs-c-buttonContainer--inquiryAboutProduct {
    margin: 5px 58px;
	padding:0;
	text-decoration: underline;
    color:#555555;
}
.jsNewProductPage .fs-c-buttonContainer--inquiryAboutProduct span:hover {
    color: #3790e8;
	text-decoration: underline;
}
.jsNewProductPage .fs-p-snsArea {
    margin-top: 30px;
}

.jsNewProductPage .fs-l-productLayout #jsProductDetail {
    display:block;
}
.jsNewProductPage .fs-l-productLayout #jsProductDetail .select-item-color{
    display:inline-block;
}
.jsNewProductPage .fs-l-productLayout .fs-c-button--addToCart--variation.fs-c-button--primary {
    background:none;
    padding:0;
    margin:20px 0;
    box-shadow:none;
    border:none;
}
.jsNewProductPage #jsProductDetail .select-item-color.is-active,
.jsNewProductPage #jsProductDetail .ul-size li .size-label.is-active {
    border: solid 4px #db5154;
}
#fs_form > div > div.fs-l-productLayout__item.fs-l-productLayout__item--1 > div.fs-c-productMainImage > div.fs-c-productMainImage__image > img,
.fs-c-productMainImage__image,
.fs-c-productMainImage__image img {
    width:100%;
}
.jsNewProductPage .fs-c-requiredMark {
    display: inline-block;
    overflow:initial;
    width: 100px;
    height: auto;
}
.jsNewProductPage .fs-c-requiredMark::before {
    content: "";
}

#fs_ProductDetails .js-category-slide hr.l--first-line-under-border {
	margin:0;
}
/**** Terms ****/
body.fs-body-about-terms .fs-l-pageMain {
    line-height: 1.5;
}
body.fs-body-about-terms h1 {
    font-size: 2rem;
}

/**** PrivacyPolicy ****/
.fs-body-about-privacyPolicy .fs-l-main .Definition{
    font-size: 2rem;
    margin: 20px 0 10px;
}
.fs-body-about-privacyPolicy .fs-l-main .CrossHead{
    font-size: 1.8rem;
    margin: 20px 0 5px;
}

/**** ShippingPayment ****/
.fs-body-about-shippingPayment .fs-l-pageMain {
    line-height: 1.5;
}
.fs-body-about-shippingPayment .fs-l-main .Definition{
    font-size: 2rem;
    margin: 20px 0 10px;
}
.fs-body-about-shippingPayment .fs-body-about-privacyPolicy .fs-l-main .CrossHead{
    font-size: 1.8rem;
    margin: 20px 0 5px;
}

/**** ReturnPolicy ****/
.fs-body-about-returnPolicy .fs-l-pageMain {
    line-height: 1.5;
}
.fs-body-about-returnPolicy .fs-l-main .Definition{
    font-size: 2rem;
    margin: 20px 0 10px;
}
.fs-body-about-returnPolicy .fs-body-about-privacyPolicy .fs-l-main .CrossHead{
    font-size: 1.8rem;
    margin: 20px 0 5px;
}
.jsNewProductPage #jsProductDetail .ul-size li .size-label.unselect {
    background:#AAA;
    cursor:default;
}
.jsNewProductPage #jsProductDetail .jsTextButton1 a ,
.jsNewProductPage #jsProductDetail .jsTextButton2 a {
    white-space:nowrap;
}

.jsNewProductPage #jsProductDetail .jsAfterCartButtons .jsTextButton1,
.jsNewProductPage #jsProductDetail .jsAfterCartButtons .jsTextButton2 {
  float: none;
  margin: 10px 0;
  width: 100%;
}

body.fs-body-product .fs-c-productNameHeading__name {
    font-size: 2rem;
    display: block;
}
.jsNewProductPage #jsProductDetail .point_box {
    color:#bb4444;
}
.jsNewProductPage #jsProductDetail .fs-c-price__value{
    font-size:2rem;
}
.jsNewProductPage #jsProductDetail .fs-c-productPrice__addon__label {
    line-height:0.5;
}

.jsNewProductPage #jsProductDetail .fs-c-productPrice.fs-c-productPrice--member span {
    color:#bb4444;
}
.jsNewProductPage #jsProductDetail .fs-c-productPrice.fs-c-productPrice--member span.fs-c-productPrice__main__label {
    font-size:2rem;
}
.jsNewProductPage #jsProductDetail .fs-c-productPrice.fs-c-productPrice--member span.fs-c-price__value {
    font-size:3rem;
}

.fs-body-about-shippingPayment .fs-c-specTable__headerCell, td.fs-c-specTable__dataCell {
    padding: 8px 16px;
    text-align: left;
}

/**** Cart ****/
#fs_ShoppingCart .fs-c-cartTable__product > .fs-c-cartTable__productImage.product-noimage{
    width:92px;
    height:92px;
    background:#555;
    color:#DDD;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
}
@media screen and (max-width: 600px){
    #fs_ShoppingCart .Title {
        margin-top:20px;
    }
    #fs_ShoppingCart .fs-c-cartTable__product > .fs-c-cartTable__productImage.product-noimage{
        width:56px;
        height:56px;
        font-size: 1.2rem;
    }
    #fs_ShoppingCart td.fs-c-cartTable__dataCell--quantity, #fs_ShoppingCart td.fs-c-cartTable__dataCell--subtotal, #fs_ShoppingCart td.fs-c-cartTable__dataCell--point {
        display: block;
    }

    #fs_ShoppingCart .fs-c-cartTable__row {
        height:220px;
    }
    #fs_ShoppingCart .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--action {
        width: 12em;
    }
    .fs-c-cartTable__actionButton {
        margin-top: 70px;
    }
    #fs_ShoppingCart .fs-c-cartTable__quantity {
        margin-top: 100px;
    }
    #fs_ShoppingCart .fs-c-cartTable__quantity:before {
        left: 0;
        text-align: left;
        margin-top: 55px;
    }
    #fs_ShoppingCart .fs-c-quantity__select.fs-system-quantity-list{
        margin-left:50px;
    }
    #fs_ShoppingCart .fs-c-price__price {
        margin-left: 50px;
    }
    #fs_ShoppingCart td.fs-c-cartTable__dataCell--subtotal .fs-c-price__price.fs-c-price__price--taxIncl:before {
        right:0;
    }
    #fs_ShoppingCart td.fs-c-cartTable__dataCell--quantity, #fs_ShoppingCart td.fs-c-cartTable__dataCell--subtotal, #fs_ShoppingCart td.fs-c-cartTable__dataCell--point {
        padding-left: 0;
    }

    #fs_ShoppingCart .fs-c-price {
        margin-top: 20px;
    }
    #fs_ShoppingCart td.fs-c-cartTable__dataCell--subtotal .fs-c-price__price.fs-c-price__price--taxIncl:before {
        right: initial;
        left: 0;
        text-align: left;
    }
    #fs_ShoppingCart td.fs-c-cartTable__dataCell--point:before {
        position: absolute;
        left: 0;
        right: initial;
        text-align: left;
    }
    #fs_ShoppingCart td.fs-c-cartTable__dataCell--point {
        width:77%;
        text-align:left;
        padding-left:80px;
    }
}

.fs-c-productPrice__main{
   font-size:2.3rem;
}

/*2023.1.26*/
@media screen and (max-width: 600px){
.fs-c-inputTable__dataCell > .fs-c-inputField > .fs-c-inputField__field > .fs-c-inputTextGroup__item{
 width:100%;
}
}

/*2024.7.19*/
@media screen and (min-width: 960px) {
    .fs-c-productCarouselMainImage__image > img {
        width: 616px;
    }
}

/*2024.7.25*/

.fs-c-variationPanelList__radio:checked + .fs-c-variationPanelList__panel .fs-c-variationPanelList__panel__content {
background: #afafaf;
color: #ffffff;
}


/*======================================================*/
/*===============トップページ調整　2505追記=============*/
/*======================================================*/

/*=============== ヘッダー調整 =============*/
header nav.cateWrap {
	background: #f9f9f9;
	padding: min(2vw , 20px) 0;
}
header nav.cateWrap {
	background: #f9f9f9;
	padding: min(2vw , 10px) 0;
}
header nav.cateWrap ul.cate.fe {
	max-width: 900px;
	width: 100%;
	margin: auto;
	display: flex;
	gap: min(2vw , 20px);
	align-items: flex-start;
	justify-content: space-between;
}
header nav.cateWrap ul.cate.fe li {
	margin: 0;
	width: calc(100% / 9);
	text-align: center;
}
header nav.cateWrap ul.cate.fe li a {
	font-size: min(3vw , 12px);
}
header nav.cateWrap ul.cate.fe li a img {
	display: block;
	margin: auto;
}
/*=============== トップページ調整 =============*/
.tWrap * {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", Yu Gothic, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	box-sizing: border-box;
	color: #3f3f3f;
	color: #3f3f3f;
	font-size: min(3vw , 15px);
	font-weight: 500;
	line-height: 1.5;
}
.tWrap *.fMin{font-family:"Noto Serif JP", serif;}
.tWrap *.fGth{font-family:"Noto Sans JP", sans-serif;}
.tWrap *.fEng{font-family:"Cormorant Infant", serif;}
.tWrap *:focus {outline: none;}
.tWrap *:before,*:after{display:inline-block;}
.tWrap *.bB > *{box-sizing:border-box;}
.tWrap *.nb{border:none !important;}
.tWrap *.sP{text-indent:-9999px; background:no-repeat  center center; background-size:100%;}
.tWrap *.fe{display:flex; justify-content: space-between; flex-wrap: wrap;}
.tWrap *.fe.feL{justify-content:flex-start;}
.tWrap *.fe.feR{flex-direction:row-reverse;}
.tWrap *.fe.feA{justify-content:space-between;}
.tWrap *.iB{letter-spacing:-1em; word-spacing: -1em;}
.tWrap :root *.iB{font-size: 1px; word-spacing: -1px;}
.tWrap *.iB > *{display:inline-block; letter-spacing:normal; vertical-align:top; font-size:100%; word-spacing:normal; font-size:13px;}
.tWrap article{width:100%;}
.tWrap .to{text-orientation: upright;}
.tWrap img{width:100%; height:auto; vertical-align:bottom;}

.fs-body-top main.fs-l-main {
	width: 100%;
	margin: auto;
	padding: 0;
	max-width: 100%;
}
.fs-body-top .fs-l-pageMain{
	width: 100%;
	margin: auto;
	padding: 0;
	max-width: 100%;
}
.fs-l-main#front-page div.tWrap {
	max-width: 100%;
	margin: auto;
	width: 100%;
}
.fs-l-main#front-page div.tWrap div.lineWrap {
	margin: 0 auto min(6vw , 60px);
}
.fs-l-main#front-page div.tWrap section.content{max-width: 1040px; width: 92%; margin: auto;}
.fs-l-main#front-page div.tWrap section.content ul.w100 li{width:100%;}
.fs-l-main#front-page div.tWrap section.content ul.w50 li {width: 49%; margin-top: 0;}
.fs-l-main#front-page div.tWrap section.content.if {
	margin-top: min(10vw , 120px);
	max-width: 1040px;
	width: 100%;
	margin: auto;
}
.fs-l-main#front-page div.tWrap section.content.if a {
	border: 1px solid #000;
	display: block;
	width: min(80% , 500px);
	position: relative;
	margin: auto;
	background: #fff;
	overflow: hidden;
	opacity: 1 !important;
	text-decoration: none !important;
}
.fs-l-main#front-page div.tWrap section.content.if > a::before {
	content: '';
	display: block;
	height: 100%;
	width: 0%;
	background: #fbfaf8;
	margin: 0 auto;
	transition: 0.8s ease-out;
	position: absolute;
	bottom: 0;
	right: -30%;
	transform: skewX(60deg);
}
.fs-l-main#front-page div.tWrap section.content.if > a:hover:before{width:calc(160%); right:auto; left:-30%;}
.fs-l-main#front-page div.tWrap section.content.if > a::after {
	content: "";
	background: url(https://www.glamore.jp/images/top/t-arrow_01.png) no-repeat center center / cover;
	width: min(2vw , 20px);
	height: min(2vw , 20px);
	position: absolute;
	right: min(3vw , 30px);
	top: 0;
	bottom: 0;
	margin: auto;
}
.fs-l-main#front-page div.tWrap section.content.if > a span {
	font-weight: 400;
	font-size: min(3vw , 19px);
	position: relative;
	padding: min(2vw , 20px) min(4vw , 40px);
	z-index: 5;
	display: block;
	width: 100%;
	height: 100%;
	transition: .4s ease-in;
	font-weight: 600;
}
.fs-l-main#front-page div.tWrap section.content.if.reviewWrap {margin-bottom: min(7vw , 70px);}
.fs-l-main#front-page div.tWrap section.content.if.contentsWrap {margin-bottom: min(7vw , 70px);}
.fs-l-main#front-page div.tWrap section.content.if.topicsWrap {margin-bottom: min(7vw , 70px);}
.fs-l-main#front-page div.tWrap section.content.if.instagram{}

.fs-l-main#front-page div.tWrap section.content.if.reviewWrap iframe {
	width: 100%;
	height: min(50vw , 500px);
	margin-top: 5rem;
}
.fs-l-main#front-page div.tWrap section.content.if.contentsWrap iframe {
	width: 100%;
	height: min(70vw , 500px);
	margin-top: 0;
}
.fs-l-main#front-page div.tWrap section.content.if.topicsWrap iframe {
	width: 100%;
	height: min(50vw , 500px);
	margin-top: 0;
}
@media only screen and (max-width:1000px){
.fs-l-main#front-page div.tWrap section.content.if.topicsWrap iframe {
	height:120vw;
}
}
.fs-l-main#front-page div.tWrap section.content.if.instagram iframe {
	width: 100%;
	height: min(120vw , 1370px);
}

.fs-l-main#front-page div.tWrap section.content.contentfv{
	padding: min(7vw , 70px) 0;
	max-width: 100%;
	width: 100%;
	text-align: center;
}
.fs-l-main#front-page div.tWrap section.content.content01 ul {
	width: min(100% , 1080px);
	margin: auto;
	justify-content: space-between;
}
.fs-l-main#front-page div.tWrap section.content.content01 ul + ul{margin-top: min(5vw , 50px);}
.fs-l-main#front-page div.tWrap section.content.content01 ul.w50 li + li + li{	margin-top: min(5vw , 50px);}
.fs-l-main#front-page div.tWrap section.content.content01 ul.w100 li + li {margin-top: min(5vw , 50px);}
.fs-l-main#front-page div.tWrap section.content.content01 ul.w50 li {height: auto;}
.fs-l-main#front-page div.tWrap section.content.content01 ul.w50 li + li + li{margin-top: min(5vw , 50px);}
.fs-l-main#front-page div.tWrap section.content.rankContent {
	padding: min(7vw , 70px) 0;
	max-width: 100%;
	width: 100%;
	text-align: center;
}
.fs-l-main#front-page div.tWrap section.content.rankContent:nth-of-type(odd){background:#fbfaf8;}
.fs-l-main#front-page div.tWrap section.content.rankContent:nth-of-type(even){background:#fff;}
.fs-l-main#front-page div.tWrap section.content.rankContent h2{
	font-size: min(3vw , 16px);
	margin: 0 0 min(2vw , 15px);
	color: #000000;
	font-weight: 700;
}
.fs-l-main#front-page div.tWrap section.content.rankContent h2 span {
	font-size: min(3vw , 16px);
	display: block;
	margin-bottom: 0;
}
.fs-l-main#front-page div.tWrap section.content.rankContent h2 strong{
	font-size: min(4.5vw , 33px);
}
.fs-l-main#front-page div.tWrap section.content.rankContent h2 + p {
	font-size: min(3vw , 16px);
	margin: min(3vw , 35px) 0 min(4vw , 65px);
	color: #000000;
}
.fs-l-main#front-page div.tWrap section.content.rankContent .fs-c-slick.rank {
	width: min(96% , 1080px);
	margin: auto;
}

.fs-l-main#front-page div.tWrap section.content.rankContent .fs-c-slick.rank .slick-slide {
	width: min(31vw , calc(1080px / 3));
	position: relative;
	text-align: left;
	margin: 0;
}
.fs-l-main#front-page div.tWrap section.content.rankContent .fs-c-slick.rank .slick-slide .fs-c-productListItem__imageContainer::before {
	content: "";
	width: min(4.5vw , 45px);
	height: min(4.5vw , 45px);
	line-height: min(4.5vw , 45px);
	min-width: initial;
	min-height: initial;
	position: absolute;
	left:0;
	top: 0;
	background: no-repeat center / 100%;
	border-radius: 100%;
	color: #fff;
	font-size: min(3vw , 25px);
	text-align: center;
	z-index: 5;
}

.fs-l-main#front-page div.tWrap section.content.rankContent .fs-c-slick.rank .slick-slide:nth-of-type(1) .fs-c-productListItem__imageContainer::before {content:"1"; background-color:#c8b983;}
.fs-l-main#front-page div.tWrap section.content.rankContent .fs-c-slick.rank .slick-slide:nth-of-type(2) .fs-c-productListItem__imageContainer::before {content:"2"; background-color:#c7cacb;}
.fs-l-main#front-page div.tWrap section.content.rankContent .fs-c-slick.rank .slick-slide:nth-of-type(3) .fs-c-productListItem__imageContainer::before {content:"3"; background-color:#9f7854;}
.fs-l-main#front-page div.tWrap section.content.rankContent .fs-c-slick.rank .slick-slide:nth-of-type(4) .fs-c-productListItem__imageContainer::before {content:"4"; background-color:#d8d8d8;}
.fs-l-main#front-page div.tWrap section.content.rankContent .fs-c-slick.rank .slick-slide .fs-c-productListCarousel__list__item {
	flex-basis: 100%;
	max-width: 100%;
	min-width: 100%;
	margin: 0 auto;
	padding: min(1vw , 20px) min(4vw , 30px);
	box-sizing: border-box;
	position: relative;
	background: none;
	box-shadow: none;
	border: 0;
	height: 100%;
	z-index: 7;
}
.fs-l-main#front-page div.tWrap section.content.rankContent .fs-c-slick.rank .fs-c-productListItem__control,
.fs-l-main#front-page div.tWrap section.content.rankContent .fs-c-slick.rank .fs-c-productListCarousel__ctrl{display:none !important;}
.fs-l-main#front-page div.tWrap section.content.rankContent .fs-c-productMarks,
.fs-l-main#front-page div.tWrap section.content.rankContent .fs-c-mark,
.fs-l-main#front-page div.tWrap section.content.rankContent .fs-c-productPrice.fs-c-productPrice--member{display:none;}
.fs-l-main#front-page div.tWrap section.content.rankContent > a {
	border: 1px solid #000;
	display: block;
	width: min(80% , 500px);
	position: relative;
	margin: auto;
	background: #fff;
	overflow: hidden;
	opacity: 1 !important;
	text-decoration: none !important;
}
.fs-l-main#front-page div.tWrap section.content.rankContent > a::before {
	content: '';
	display: block;
	height: 100%;
	width: 0%;
	background: #fbfaf8;
	margin: 0 auto;
	transition: 0.8s ease-out;
	position: absolute;
	bottom: 0;
	right: -30%;
	transform: skewX(60deg);
}
.fs-l-main#front-page div.tWrap section.content.rankContent > a:hover:before{width:calc(160%); right:auto; left:-30%;}
.fs-l-main#front-page div.tWrap section.content.rankContent > a::after {
	content: "";
	background: url(https://www.glamore.jp/images/top/t-arrow_01.png) no-repeat center center / cover;
	width: min(2vw , 20px);
	height: min(2vw , 20px);
	position: absolute;
	right: min(3vw , 30px);
	top: 0;
	bottom: 0;
	margin: auto;
}
.fs-l-main#front-page div.tWrap section.content.rankContent > a span {
	font-weight: 400;
	font-size: min(3vw , 19px);
	position: relative;
	padding: min(2vw , 20px) min(4vw , 40px);
	z-index: 5;
	display: block;
	width: 100%;
	height: 100%;
	transition: .4s ease-in;
	font-weight: 600;
}

.fs-l-main#front-page div.tWrap section.content.content03 {
	padding: min(7vw , 70px) 0;
	text-align: center;
}
.fs-l-main#front-page div.tWrap section.content.content03 h2{
	font-size: min(3vw , 16px);
	margin: 0 0 min(2vw , 15px);
	color: #000000;
	font-weight: 700;
}
.fs-l-main#front-page div.tWrap section.content.content03 h2 span {
	font-size: min(3vw , 16px);
	display: block;
	margin-bottom: 0;
}
.fs-l-main#front-page div.tWrap section.content.content03 h2 strong{
	font-size: min(4.5vw , 33px);
}
.fs-l-main#front-page div.tWrap section.content.content03 h2 + p {
	font-size: min(3vw , 16px);
	margin: min(3vw , 35px) 0 min(4vw , 65px);
	color: #000000;
}
.fs-l-main#front-page div.tWrap section.content.content03 ul{}
.fs-l-main#front-page div.tWrap section.content.content03 ul li {
	width: calc(94% / 4);
	text-align: center;
	margin: 0 auto min(3vw , 30px);
}
.fs-l-main#front-page div.tWrap section.content.content03 ul li img{margin-bottom:min(1vw , 10px);}
.fs-l-main#front-page div.tWrap section.content.content04 {
	padding: min(7vw , 70px) 0;
	background: #f7f3f1;
	max-width: 100%;
	width: 100%;
}
.fs-l-main#front-page div.tWrap section.content.content04 h2 {
	font-size: min(3vw , 16px);
	margin: 0 0 min(5vw , 55px);
	color: #000000;
	font-weight: 700;
	text-align: center;
}
.fs-l-main#front-page div.tWrap section.content.content04 h2 span {
	font-size: min(3vw , 16px);
	display: block;
	margin-bottom: 0;
}
.fs-l-main#front-page div.tWrap section.content.content04 h2 strong{
	font-size: min(4.5vw , 33px);
}
.fs-l-main#front-page div.tWrap section.content.content04 h2 + p {
	font-size: min(3vw , 16px);
	margin: min(3vw , 35px) 0 min(4vw , 65px);
	color: #000000;
}
.fs-l-main#front-page div.tWrap section.content.content04 h3 {
	max-width: 1040px;
	width: 92%;
	margin: 0 auto min(4vw , 40px);
	position: relative;
}
.fs-l-main#front-page div.tWrap section.content.content04 h3 strong {
	font-size: min(4vw , 22px);
	color: #fff;
	position: absolute;
	top: 0;
	left: max(-31vw , -320px);
	bottom: 0;
	margin: auto;
	height: 1.5em;
	text-align: center;
	right: 0;
}
.fs-l-main#front-page div.tWrap section.content.content04 ul + h3 {margin-top: min(10vw , 100px);}
.fs-l-main#front-page div.tWrap section.content.content04 ul {
	max-width: 1040px;
	width: 92%;
	margin: 0 auto min(4vw , 40px);
}
.fs-l-main#front-page div.tWrap section.content.content04 ul li {
	width: 48%;
	position: relative;
	margin: min(1vw , 10px) auto;
	overflow: hidden;
	background: #fff;
}
.fs-l-main#front-page div.tWrap section.content.content04 ul li:before {
	content: '';
	display: block;
	height: 100%;
	width: 0%;
	background: #fbfaf8;
	margin: 0 auto;
	transition: 0.8s ease-out;
	position: absolute;
	bottom: 0;
	right: -30%;
	transform: skewX(60deg);
}
.fs-l-main#front-page div.tWrap section.content.content04 ul li:hover:before{width:calc(160%); right:auto; left:-30%;}
.fs-l-main#front-page div.tWrap section.content.content04 ul li::after {
	content: "";
	background: url(https://www.glamore.jp/images/top/t-arrow_01.png) no-repeat center center / cover;
	width: min(2vw , 20px);
	height: min(2vw , 20px);
	position: absolute;
	right: min(3vw , 30px);
	top: 0;
	bottom: 0;
	margin: auto;
}
.fs-l-main#front-page div.tWrap section.content.content04 ul li a {
	font-weight: 400;
	font-size: min(4vw , 28px);
	position: relative;
	padding: min(1vw , 10px);
	z-index: 5;
	width: 100%;
	height: 100%;
	transition: .4s ease-in;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: min(1.5vw , 15px);
	opacity: 1 !important;
	text-decoration: none !important;
}
.fs-l-main#front-page div.tWrap section.content.content04 ul li img {
	width: min(10vw , 110px);
}
.fs-l-main#front-page div.tWrap section.content.content05 {
	padding: min(7vw , 70px) 0;
	max-width: 1040px;
	width: 92%;
}
.fs-l-main#front-page div.tWrap section.content.content05 h2 {
	font-size: min(3vw , 16px);
	margin: 0 0 min(5vw , 55px);
	color: #000000;
	font-weight: 700;
	text-align: center;
}
.fs-l-main#front-page div.tWrap section.content.content05 h2 span {
	font-size: min(3vw , 16px);
	display: block;
	margin-bottom: 0;
}
.fs-l-main#front-page div.tWrap section.content.content05 h2 strong{
	font-size: min(4.5vw , 33px);
}
.fs-l-main#front-page div.tWrap section.content.content05 h2 + p {
	font-size: min(3vw , 16px);
	margin: min(3vw , 35px) 0 min(4vw , 65px);
	color: #000000;
}
.fs-l-main#front-page div.tWrap section.content.content05 ul {
	width: min(100% , 1080px);
	margin: auto;
	justify-content: space-between;
}
.fs-l-main#front-page div.tWrap section.content.content05 ul + ul{margin-top: min(5vw , 50px);}
.fs-l-main#front-page div.tWrap section.content.content05 ul li {
	width: calc(94% / 3);
	margin: 0 0 min(2vw , 20px);
}
.fs-l-main#front-page div.tWrap section.content.content05 ul li:last-of-type{width:100%;}
.fs-l-main#front-page div.tWrap section.content.content06 {
	padding: min(7vw , 70px) 0;
	max-width: 1040px;
	width: 92%;
}
.fs-l-main#front-page div.tWrap section.content.content06 h2 {
	font-size: min(3vw , 16px);
	margin: 0 0 min(5vw , 55px);
	color: #000000;
	font-weight: 700;
	text-align: center;
}
.fs-l-main#front-page div.tWrap section.content.content06 h2 span {
	font-size: min(3vw , 16px);
	display: block;
	margin-bottom: 0;
}
.fs-l-main#front-page div.tWrap section.content.content06 h2 strong{
	font-size: min(4.5vw , 33px);
}
.fs-l-main#front-page div.tWrap section.content.content06 h2 + p {
	font-size: min(3vw , 16px);
	margin: min(3vw , 35px) 0 min(4vw , 65px);
	color: #000000;
}
.fs-l-main#front-page div.tWrap section.content.content06 ul {
	display: flex;
	gap: min(3vw , 30px);
	width: min(94% , 920px);
	margin: auto;
}
.fs-l-main#front-page div.tWrap section.content.content06 ul li {
	width: min(calc(calc(100% - min(6vw , 60px)) / 3) , 294px);
	margin-top: 0;
}
.fs-l-main#front-page div.tWrap section.content.content06 ul li a {
	opacity: 1 !important;
	text-decoration: none !important;
	text-align: left;
	display: block;
}
.fs-l-main#front-page div.tWrap section.content.content06 ul li a img{}
.fs-l-main#front-page div.tWrap section.content.content06 ul li a h2 {
	font-size: min(3.5vw , 18px);
	text-align: left;
	font-weight: 500;
	margin: min(1.5vw , 10px) auto min(2.5vw , 30px);
}
.fs-l-main#front-page div.tWrap section.content.content06 h2 + p {
	font-size: min(3vw , 16px);
	margin: auto;
	color: #000000;
}
.fs-l-main#front-page div.tWrap section.content.content06 > a {
	border: 1px solid #000;
	display: block;
	width: min(80% , 500px);
	position: relative;
	margin: min(7vw , 70px) auto 0;
	background: #fff;
	overflow: hidden;
	opacity: 1 !important;
	text-decoration: none !important;
}
.fs-l-main#front-page div.tWrap section.content.content06 > a::before {
	content: '';
	display: block;
	height: 100%;
	width: 0%;
	background: #fbfaf8;
	margin: 0 auto;
	transition: 0.8s ease-out;
	position: absolute;
	bottom: 0;
	right: -30%;
	transform: skewX(60deg);
}
.fs-l-main#front-page div.tWrap section.content.content06 > a:hover:before{width:calc(160%); right:auto; left:-30%;}
.fs-l-main#front-page div.tWrap section.content.content06 > a::after {
	content: "";
	background: url(https://www.glamore.jp/images/top/t-arrow_01.png) no-repeat center center / cover;
	width: min(2vw , 20px);
	height: min(2vw , 20px);
	position: absolute;
	right: min(3vw , 30px);
	top: 0;
	bottom: 0;
	margin: auto;
}
.fs-l-main#front-page div.tWrap section.content.content06 > a span {
	font-weight: 400;
	font-size: min(3vw , 19px);
	position: relative;
	padding: min(2vw , 20px) min(4vw , 40px);
	z-index: 5;
	display: block;
	width: 100%;
	height: 100%;
	transition: .4s ease-in;
	font-weight: 600;
}


.fs-l-main#front-page div.tWrap section.content.content07 {
	padding: min(7vw , 70px) 0;
	max-width: 100%;
	width: 96%;
}
.fs-l-main#front-page div.tWrap section.content.content07 h2 {
	font-size: min(3vw , 16px);
	margin: 0 0 min(5vw , 55px);
	color: #000000;
	font-weight: 700;
	text-align: center;
}
.fs-l-main#front-page div.tWrap section.content.content07 h2 span {
	font-size: min(3vw , 16px);
	display: block;
	margin-bottom: 0;
}
.fs-l-main#front-page div.tWrap section.content.content07 h2 strong{
	font-size: min(4.5vw , 33px);
}
.fs-l-main#front-page div.tWrap section.content.content07 h2 + p {
	font-size: min(3vw , 16px);
	margin: min(3vw , 35px) 0 min(4vw , 65px);
	color: #000000;
}
.fs-l-main#front-page div.tWrap section.content.content07 ul {
	display: flex;
	gap: min(2vw , 20px);
	width: 100%;
	margin: auto;
}
.fs-l-main#front-page div.tWrap section.content.content07 ul li {
	width: min(calc(calc(100% - min(10vw , 100px)) / 6) , 231px);
	margin-top: 0;
}
.fs-l-main#front-page div.tWrap section.content.content07 ul li a {
	opacity: 1 !important;
	text-decoration: none !important;
	text-align: left;
	display: block;
}
.fs-l-main#front-page div.tWrap section.content.content07 ul li a img{}
.fs-l-main#front-page div.tWrap section.content.content07 ul li a h2 {
	font-size: min(3vw , 16px);
	text-align: left;
	font-weight: 500;
	margin: min(1.5vw , 10px) auto min(2vw , 20px);
}
.fs-l-main#front-page div.tWrap section.content.content07 h2 + p {
	font-size: min(3vw , 14px);
	margin: auto;
	color: #000000;
}
.fs-l-main#front-page div.tWrap section.content.content07 > a {
	border: 1px solid #000;
	display: block;
	width: min(80% , 500px);
	position: relative;
	margin: min(7vw , 70px) auto 0;
	background: #fff;
	overflow: hidden;
	opacity: 1 !important;
	text-decoration: none !important;
}
.fs-l-main#front-page div.tWrap section.content.content07 > a::before {
	content: '';
	display: block;
	height: 100%;
	width: 0%;
	background: #fbfaf8;
	margin: 0 auto;
	transition: 0.8s ease-out;
	position: absolute;
	bottom: 0;
	right: -30%;
	transform: skewX(60deg);
}
.fs-l-main#front-page div.tWrap section.content.content07 > a:hover:before{width:calc(160%); right:auto; left:-30%;}
.fs-l-main#front-page div.tWrap section.content.content07 > a::after {
	content: "";
	background: url(https://www.glamore.jp/images/top/t-arrow_01.png) no-repeat center center / cover;
	width: min(2vw , 20px);
	height: min(2vw , 20px);
	position: absolute;
	right: min(3vw , 30px);
	top: 0;
	bottom: 0;
	margin: auto;
}
.fs-l-main#front-page div.tWrap section.content.content07 > a span {
	font-weight: 400;
	font-size: min(3vw , 19px);
	position: relative;
	padding: min(2vw , 20px) min(4vw , 40px);
	z-index: 5;
	display: block;
	width: 100%;
	height: 100%;
	transition: .4s ease-in;
	font-weight: 600;
}

.fs-l-main#front-page div.tWrap section.content.content08 {
	border: #f8e7e0 min(1.5vw , 10px) solid;
	padding: min(4vw , 40px);
}
.fs-l-main#front-page div.tWrap section.content.content08 h2 {
	color: #8b5b58;
	font-size: min(3.5vw , 20px);
	text-align: center;
}
.fs-l-main#front-page div.tWrap section.content.content08 h3 {
	font-size: min(3vw , 17px);
	text-align: center;
	margin-top: min(3vw , 20px);
}
.fs-l-main#front-page div.tWrap section.content.content09 {
	padding: min(7vw , 70px) 0;
	max-width: 100%;
	width: 100%;
	background: #fbfaf8;
	margin: min(7vw , 70px) auto;
}
.fs-l-main#front-page div.tWrap section.content.content09 h2 {
	font-size: min(3vw , 16px);
	margin: 0 0 min(5vw , 55px);
	color: #000000;
	font-weight: 700;
	text-align: center;
}
.fs-l-main#front-page div.tWrap section.content.content09 h2 span {
	font-size: min(3vw , 16px);
	display: block;
	margin-bottom: 0;
}
.fs-l-main#front-page div.tWrap section.content.content09 h2 strong{
	font-size: min(4.5vw , 33px);
}
.fs-l-main#front-page div.tWrap section.content.content09 h2 + p {
	font-size: min(3vw , 16px);
	margin: min(3vw , 35px) 0 min(4vw , 65px);
	color: #000000;
}
.fs-l-main#front-page div.tWrap section.content.content09 dl:nth-of-type(1) {
	max-width: 1040px;
	width: 92%;
	margin: auto;
}
.fs-l-main#front-page div.tWrap section.content.content09 dl:nth-of-type(1) dt {
	width: 40%;
	position: relative;
	z-index: 2;
}
.fs-l-main#front-page div.tWrap section.content.content09 dl:nth-of-type(1) dt figure{}
.fs-l-main#front-page div.tWrap section.content.content09 dl:nth-of-type(1) dd {
	width: 60%;
	position: relative;
	padding: min(7vw , 70px) min(4vw , 40px) 0;
}
.fs-l-main#front-page div.tWrap section.content.content09 dl:nth-of-type(1) dd::before {
	content: "";
	background: #fff;
	width: 120%;
	height: 100%;
	position: absolute;
	left: -10%;
	bottom: max(-3vw , -35px);
}
.fs-l-main#front-page div.tWrap section.content.content09 dl:nth-of-type(1) dd h3 {
	color: #8b5b58;
	font-size: min(4vw , 33px);
	position: relative;
}
.fs-l-main#front-page div.tWrap section.content.content09 dl:nth-of-type(1) dd h4 {
	font-size: min(3vw , 16px);
	margin: auto;
	margin-top: auto;
	color: #000000;
	margin-top: min(2vw , 20px);
	line-height: 1.7;
	position: relative;
}
.fs-l-main#front-page div.tWrap section.content.content09 dl:nth-of-type(1) dd p {
	font-size: min(3vw , 16px);
	margin: auto;
	color: #000000;
	margin-top: min(2vw , 20px);
	line-height: 1.7;
	position: relative;
}
.fs-l-main#front-page div.tWrap section.content.content09 dl:nth-of-type(1) dd img {
	position: relative;
	width: min(20vw , 200px);
}
.fs-l-main#front-page div.tWrap section.content.content09 dl:nth-of-type(1) dt:nth-of-type(1){order:1;}
.fs-l-main#front-page div.tWrap section.content.content09 dl:nth-of-type(1) dd:nth-of-type(1){order:2;}
.fs-l-main#front-page div.tWrap section.content.content09 dl:nth-of-type(1) dt:nth-of-type(2) {order: 4;	margin-top: min(7vw , 70px);}
.fs-l-main#front-page div.tWrap section.content.content09 dl:nth-of-type(1) dd:nth-of-type(2){order:3; margin-top: min(7vw , 70px);}
.fs-l-main#front-page div.tWrap section.content.content09 > h4 {
	color: #8b5b58;
	font-size: min(4vw , 33px);
	position: relative;
	text-align: center;
	margin-top: min(7vw , 70px);
}
.fs-l-main#front-page div.tWrap section.content.content09 > p {
	font-size: min(3vw , 16px);
	color: #000000;
	margin: min(2vw , 20px) auto;
	line-height: 1.7;
	position: relative;
	max-width: 1040px;
	width: 92%;
	text-align: center;
}
.fs-l-main#front-page div.tWrap section.content.content09 ul {
	display: flex;
	gap: min(3vw , 30px);
	margin: min(7vw , 70px) auto 0;
	max-width: 1040px;
	width: 92%;
}
.fs-l-main#front-page div.tWrap section.content.content09 ul li {
	width: min(calc(calc(100% - min(6vw , 60px)) / 3) , 454px);
	margin-top: 0;
}
.fs-l-main#front-page div.tWrap section.content.content09 ul li a {
	opacity: 1 !important;
	text-decoration: none !important;
	text-align: left;
	display: block;
}
.fs-l-main#front-page div.tWrap section.content.content09 ul li img{}
.fs-l-main#front-page div.tWrap section.content.content09 ul li h3 {
	color: #8b5b58;
	font-size: min(3.5vw , 22px);
	text-align: left;
	font-weight: 500;
	margin: min(1.5vw , 10px) auto min(2.5vw , 30px);
}
.fs-l-main#front-page div.tWrap section.content.content09 ul li p {
	font-size: min(3vw , 16px);
	margin: min(2vw , 25px) 0;
	color: #000000;
}
.fs-l-main#front-page div.tWrap section.content.content09 dl:nth-of-type(2) {
	max-width: 1040px;
	width: 92%;
	margin: auto;
	align-items: center;
}
.fs-l-main#front-page div.tWrap section.content.content09 dl:nth-of-type(2) dt {
	width: min(20% , 200px);
	position: relative;
	z-index: 2;
}
.fs-l-main#front-page div.tWrap section.content.content09 dl:nth-of-type(2) dt figure{}
.fs-l-main#front-page div.tWrap section.content.content09 dl:nth-of-type(2) dd {
	width: calc(100% - min(20% , 200px));
	position: relative;
	padding: min(7vw , 70px) min(4vw , 40px) 0;
}
.fs-l-main#front-page div.tWrap section.content.content09 dl:nth-of-type(2) dd p {
	font-size: min(3vw , 16px);
	margin: auto;
	color: #000000;
	margin-top: min(2vw , 20px);
	line-height: 1.7;
	position: relative;
}
.fs-l-main#front-page div.tWrap section.content.content10 {
	padding: min(7vw , 70px) 0;
}
.fs-l-main#front-page div.tWrap section.content.content10 h2 {
	font-size: min(3vw , 16px);
	margin: 0 0 min(5vw , 55px);
	color: #000000;
	font-weight: 700;
	text-align: center;
}
.fs-l-main#front-page div.tWrap section.content.content10 h2 span {
	font-size: min(3vw , 16px);
	display: block;
	margin-bottom: 0;
}
.fs-l-main#front-page div.tWrap section.content.content10 h2 strong{
	font-size: min(4.5vw , 33px);
}
.fs-l-main#front-page div.tWrap section.content.content10 h2 + p {
	font-size: min(3vw , 16px);
	margin: min(3vw , 35px) 0 min(4vw , 65px);
	color: #000000;
}
.fs-l-main#front-page div.tWrap section.content.content10 ul {
	max-width: 1040px;
	width: 92%;
	margin: 0 auto min(4vw , 40px);
}
.fs-l-main#front-page div.tWrap section.content.content10 ul li {
	width: 100%;
}
.fs-l-main#front-page div.tWrap section.content.content10 ul li + li {
	padding-top: min(3vw , 30px);
	margin-top: min(3vw , 30px);
	border-top: #e9e9e9 2px solid;
}
.fs-l-main#front-page div.tWrap section.content.content10 ul li a span {
	font-weight: 700;
}
.fs-l-main#front-page div.tWrap section.content.content10 ul li a p {
	color: #783732;
}
.fs-l-main#front-page div.tWrap section.content.content10 > a {
	border: 1px solid #000;
	display: block;
	width: min(80% , 500px);
	position: relative;
	margin: min(7vw , 70px) auto 0;
	background: #fff;
	overflow: hidden;
	opacity: 1 !important;
	text-decoration: none !important;
}
.fs-l-main#front-page div.tWrap section.content.content10 > a::before {
	content: '';
	display: block;
	height: 100%;
	width: 0%;
	background: #fbfaf8;
	margin: 0 auto;
	transition: 0.8s ease-out;
	position: absolute;
	bottom: 0;
	right: -30%;
	transform: skewX(60deg);
}
.fs-l-main#front-page div.tWrap section.content.content10 > a:hover:before{width:calc(160%); right:auto; left:-30%;}
.fs-l-main#front-page div.tWrap section.content.content10 > a::after {
	content: "";
	background: url(https://www.glamore.jp/images/top/t-arrow_01.png) no-repeat center center / cover;
	width: min(2vw , 20px);
	height: min(2vw , 20px);
	position: absolute;
	right: min(3vw , 30px);
	top: 0;
	bottom: 0;
	margin: auto;
}
.fs-l-main#front-page div.tWrap section.content.content10 > a span {
	font-weight: 400;
	font-size: min(3vw , 19px);
	position: relative;
	padding: min(2vw , 20px) min(4vw , 40px);
	z-index: 5;
	display: block;
	width: 100%;
	height: 100%;
	transition: .4s ease-in;
	font-weight: 600;
}
.fs-l-main#front-page div.tWrap section.content.content11 {
    padding: min(7vw , 70px) 0;
    max-width: 100%;
    width: 100%;
    background: #fbfaf8;
    margin: min(7vw , 70px) auto 0;
}
.fs-l-main#front-page div.tWrap section.content.content11 h2 {
	font-size: min(3vw , 16px);
	margin: 0 0 min(5vw , 55px);
	color: #000000;
	font-weight: 700;
	text-align: center;
}
.fs-l-main#front-page div.tWrap section.content.content11 h2 span {
	font-size: min(3vw , 16px);
	display: block;
	margin-bottom: 0;
}
.fs-l-main#front-page div.tWrap section.content.content11 h2 strong{
	font-size: min(4.5vw , 33px);
}
.fs-l-main#front-page div.tWrap section.content.content11 h2 + p {
	font-size: min(3vw , 16px);
	margin: min(3vw , 35px) 0 min(4vw , 65px);
	color: #000000;
}
.fs-l-main#front-page div.tWrap section.content.content11 ul {
	max-width: 600px;
	width: 92%;
	margin: auto;
	gap: min(5vw , 50px);
}
.fs-l-main#front-page div.tWrap section.content.content11 ul li {
	width: min(calc(calc(100% - min(15vw , 150px)) / 4) , 100px);
	text-align: center;
	margin: 0 auto min(3vw , 30px);
}
.fs-l-main#front-page div.tWrap section.content.content11 ul li img{margin-bottom:min(1vw , 10px);}

@media only screen and (max-width:1000px){
/*=============== ヘッダー調整 =============*/
header .l--category-line.o--sp{display:none;}
header nav.cateWrap {
	padding: min(4vw , 20px) min(2vw , 10px);
	overflow-x: auto;
	overflow-y: hidden;
	width: 100vw;
}
header nav.cateWrap ul.cate.fe {
	max-width: initial;
	width: 130vw;
	gap: min(5vw , 20px);
}
header nav.cateWrap ul.cate.fe li {
	margin: 0;
	min-width: 60px;
	width:auto;
	text-align: center;
}
header nav.cateWrap ul.cate.fe li a {
	font-size: min(3vw , 12px);
	line-height: 1;
	display: block;
}



/*=============== トップページ調整 =============*/
.fs-l-main#front-page {
	padding: 0;
	background: none;
	width: 100%;
	padding-top: 45vw;
}
.fs-l-main#front-page div.tWrap section.content.if.reviewWrap iframe {
	width: 100%;
	height: 140vw;
}
.fs-l-main#front-page div.tWrap section.content.if.instagram iframe {
	height: 150vw;
}
.fs-l-main#front-page div.tWrap section.content.rankContent .fs-c-slick.rank .slick-slide {
	width: 45vw;
	position: relative;
	text-align: left;
	margin: 0;
}

.fs-l-main#front-page div.tWrap section.content.rankContent .fs-c-slick.rank .slick-slide .fs-c-productListCarousel__list__item {
	padding: 4vw;
}
.fs-l-main#front-page div.tWrap section.content.rankContent .fs-c-slick.rank .slick-slide .fs-c-productListItem__imageContainer::before {
	content: "";
	width: min(8vw , 50px);
	height: min(8vw , 50px);
	line-height: min(8vw , 50px);
	top: 1vw;
	left: 0vw;
}
div.fs-c-productListItem__prices.fs-c-productPrices > div.fs-c-productPrice > span.fs-c-productPrice__addon > span {line-height: 1.5;}
.fs-l-main#front-page div.tWrap section.content.content03 ul li {
	width: calc(94% / 2);
	text-align: center;
	margin: 0 auto min(3vw , 30px);
}
.fs-l-main#front-page div.tWrap section.content.content04 ul li {width: 98%;}
.fs-l-main#front-page div.tWrap section.content.content04 ul li a {gap: 5vw;}
.fs-l-main#front-page div.tWrap section.content.content04 ul li img {width: min(15vw , 110px);}
.fs-l-main#front-page div.tWrap section.content.content06 ul {
	display: flex;
	gap: min(5vw , 30px);
	width: min(94% , 920px);
	margin: auto;
}
.fs-l-main#front-page div.tWrap section.content.content06 ul li {
	width: 100%;
	margin-top: 0;
}
.fs-l-main#front-page div.tWrap section.content.content06 ul li a {
	opacity: 1 !important;
	text-decoration: none !important;
	text-align: left;
	position: relative;
	display: block;
	padding-left: 25vw;
}
.fs-l-main#front-page div.tWrap section.content.content06 ul li a img {
	position: absolute;
	width: 20vw;
	left: 0;
	top: 0;
}
.fs-l-main#front-page div.tWrap section.content.content06 ul li a h2 {
	font-size: 3vw;
}

.fs-l-main#front-page div.tWrap section.content.content07 ul {
	display: flex;
	gap: min(3vw , 30px);
	width: min(94% , 920px);
	margin: auto;
}

.fs-l-main#front-page div.tWrap section.content.content07 ul li {
	width: 100%;
	margin-top: 0;
	min-height: 21vw;
}
.fs-l-main#front-page div.tWrap section.content.content07 ul li a {
	opacity: 1 !important;
	text-decoration: none !important;
	text-align: left;
	position: relative;
	display: block;
	padding-left: 25vw;
}
.fs-l-main#front-page div.tWrap section.content.content07 ul li a img {
	position: absolute;
	width: 20vw;
	left: 0;
	top: 0;
}
.fs-l-main#front-page div.tWrap section.content.content07 ul li a h2 {
	font-size: 3vw;
}
.fs-l-main#front-page div.tWrap section.content.content08 {
	border: #f8e7e0 min(1.5vw , 10px) solid;
	padding: min(4vw , 40px);
	margin: 7vw auto 15vw;
}
.fs-l-main#front-page div.tWrap section.content.content09 dl:nth-of-type(1) dt {
	width: 70%;
	position: relative;
	z-index: 2;
	margin: auto;
}
.fs-l-main#front-page div.tWrap section.content.content09 dl:nth-of-type(1) dd {
	width: 100%;
	position: relative;
	padding: min(7vw , 70px) min(4vw , 40px) 0;
}
.fs-l-main#front-page div.tWrap section.content.content09 dl:nth-of-type(1) dd::before {
	content: "";
	background: #fff;
	width: 100%;
	height: 120%;
	position: absolute;
	left: 0;
	bottom: max(-3vw , -35px);
}
.fs-l-main#front-page div.tWrap section.content.content09 dl:nth-of-type(1) dt:nth-of-type(2) {order: 3; margin-top: 10vw;}
.fs-l-main#front-page div.tWrap section.content.content09 dl:nth-of-type(1) dd:nth-of-type(2) {order: 3; margin-top: 0;}
.fs-l-main#front-page div.tWrap section.content.content09 > h4 {margin-top: 14vw;}

.fs-l-main#front-page div.tWrap section.content.content09 ul {
	display: flex;
	gap: min(5vw , 30px);
	width: min(94% , 920px);
	margin: 10vw auto;
}
.fs-l-main#front-page div.tWrap section.content.content09 ul li {
	width: 100%;
	margin-top: 10vw;
	min-height: 21vw;
	opacity: 1 !important;
	text-decoration: none !important;
	text-align: left;
	position: relative;
	display: block;
}
.fs-l-main#front-page div.tWrap section.content.content09 ul li img {
	width: 70vw;
	margin: auto;
	display: block;
}
.fs-l-main#front-page div.tWrap section.content.content09 ul li h3 {
	color: #8b5b58;
	font-size: min(4.5vw , 22px);
	text-align: left;
	font-weight: 500;
	margin: 2vw auto 3vw;
	width: 70vw;
}
.fs-l-main#front-page div.tWrap section.content.content09 ul li p {
	font-size: min(3vw , 16px);
	margin: min(2vw , 25px) auto;
	color: #000000;
	width: 88vw;
}
.fs-l-main#front-page div.tWrap section.content.content09 dl:nth-of-type(2) dt {
	width: min(20% , 200px);
	margin: 7vw auto 0;
}
.fs-l-main#front-page div.tWrap section.content.content09 dl:nth-of-type(2) dd {
	width: 100%;
	position: relative;
	padding: 3vw min(4vw , 40px) 0;
}

}


