@charset "UTF-8";

/*-------------------------------------------------------------------------------
RESET
-------------------------------------------------------------------------------*/

body,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
form {
    margin: 0;
    padding: 0;
}

main,
article,
aside,
figcaption,
figure,
picture,
source,
footer,
header,
nav,
section,
details,
summary {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
em,
strong {
    font-weight: normal;
}

ul,
ol {
    list-style: none;
}

img {
    border: 0;
    vertical-align: middle;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

table {
    border-collapse: collapse;
}

pre {
    white-space: pre-wrap;
}

svg,
input,
select,
textarea,
label {
    vertical-align: middle;
}

*,
*:before,
*:after {
    word-break: normal;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}


/* [IE8-] New Tag from HTML5 */

main,
article,
aside,
figcaption,
figure,
footer,
header,
nav,
section,
details,
summary {
    display: block;
}

address {
    font-style: normal;
}

@media all and (orientation: landscape) {
    body,
    html {
        width: 100%;
    }
}


/*-------------------------------------------------------------------------------
BASE STYLE
-------------------------------------------------------------------------------*/


/* font-family */

html,
body,
input,
select,
textarea,
table,
th,
td,
li,
a {
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", 'Yu Gothic', "メイリオ", "Meiryo", "Avenir Next", "Avenir", sans-serif;
}


/* font-style */

html {
    line-height: 1.5;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
}

body {
    line-height: 1.5;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
}

.fs-l-header {
    padding-top: 0;
}


/* base font color */

html,
input,
select,
textarea {
    color: #000000;
}


/* normalize size */

input,
select,
textarea {
    font-size: 100%;
}


/* normalize style & weight */

strong,
em,
small {
    font-style: normal;
    font-weight: normal;
}

.cf:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}

img {
    width: 100%;
    height: auto;
}

a {
    color: #000;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    word-break: break-all;
}

a:link {
    color: #000;
}

a:visited {
    color: #000;
}

a:hover {
    color: #000;
}

a:active {
    color: #000;
}

a:focus {
    outline: none;
}

a,
a p {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

a:hover {
    opacity: .7;
}

a:hover p {
    text-decoration: underline;
}


/*-------------------------------------------------------------------------------
FOOTER
-------------------------------------------------------------------------------*/

.footer {
    background: #f0f3f5;
    color: #000;
}

footer .footer-inner {
    max-width: 1000px;
    width: 100%;
    padding: 32px 10px 30px;
    margin: 0 auto;
}


/*BENEFIT*/

.f-benefit {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-left: 1px #BCBCBC solid;
    border-right: 1px #BCBCBC solid;
}

.f-benefit li {
    display: flex;
    width: calc(33.333% - 20px);
    margin: 10px;
}

.f-benefit li::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #BCBCBC;
    margin: 0 0 0 5%;
}

.f-benefit li:last-of-type::after {
    content: none;
}

.f-benefit li .f-benefit_img {
    width: 25%;
}

.f-benefit li .f-benefit_text {
    width: 70%;
    padding-left: 5%;
}

.f-benefit li .f-benefit_text h3 {
    font-size: 13px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
}

.f-benefit li .f-benefit_text p {
    font-size: 12px;
    color: #000;
}


/*SNS*/

.main-content .h-style-1._f-sns {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
}

.f-sns {
    display: flex;
    justify-content: center;
}

.f-sns li {
    width: 80px;
    margin: 0 10px;
    text-align: center;
}

.f-sns li a img {
    width: 80%;
    margin: 0 auto;
}

.f-sns li a span {
    display: block;
    font-size: 13px;
    margin-top: 10px;
}

.footer-corp-nav {
    line-height: 2.3;
    text-align: center;
}

.footer-nav-list {
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
    word-spacing: 0;
    border-left: 1px #000 solid;
    border-right: 1px #000 solid;
}

.footer-nav-list>li {
    display: inline-block;
    font-size: 12px;
    letter-spacing: normal;
    word-spacing: normal;
}

.footer-nav-list>li+li {
    position: relative;
}

.footer-nav-list>li+li::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 1px;
    height: 30px;
    background: #000;
}

.footer-nav-list>li>a {
    display: block;
    padding: 0px 36px;
    font-size: 13px;
    line-height: 2.3;
}

.footer-info {
    color: #000;
}

.footer-info-inner {
    height: 40px;
    padding: 11px;
    text-align: center;
}

.amazonpay-button-inner-image {
    max-width: 174px!important;
}

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


/*-------------------------------------------------------------------------------

MAIN

-------------------------------------------------------------------------------*/

.main {
    padding-bottom: 55px;
    letter-spacing: 0.025em;
    position: relative;
    z-index: 0;
}

.inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
}

.main-content-wrap+.main-content-wrap {
    margin-top: 20px;
}

.main-content .inner {
    padding: 50px 10px;
}

.main-content .inner._title .h-style-1 {
    margin: 0;
}

.main-content+.main-content .inner {
    position: relative;
}

.main-content-inner+.main-content-inner {
    margin-top: 20px;
}

.main-content._first .inner {
    padding-top: 100px;
}

.main-container {
    margin-top: 60px;
}


/*-------------------------------------------------------------------------------
 PARTS
 -------------------------------------------------------------------------------*/


/*見出し*/

.h-style-1 {
    margin: 0 0 38px;
    color: #000;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
}

.h-style-1 strong {
    display: block;
    font-size: 24px;
    line-height: 1.4;
}

.h-style-2 {
    font-size: 18px;
    line-height: 1.5;
}

.main-content .h-style-1 span {
    display: block;
    font-size: 14px;
    text-align: center;
}


/*テキストリンク*/

.more-txt {
    text-align: center;
}

.more-txt a {
    display: inline-block;
}

.more-txt a::after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #666;
}

.more-txt a:hover::after {
    opacity: 0;
}

@media (max-width: 768px) {
    .more-txt a::after {
        position: relative;
        top: -3px;
    }
}


/*背景*/

.bg_blue {
    background: #EAEFF9;
}


/*ボタン*/

.main-content .more {
    text-align: center;
    margin-top: 2em;
}

.main-content .more a {
    display: inline-block;
    line-height: 2.875;
    font-size: 16px;
    padding: 0 1em;
    min-width: 226px;
    border: #000 solid 1px;
    position: relative;
}

.main-content .more a:hover {
    text-decoration: none;
}

.main-content .more a:after {
    content: "";
    display: block;
    width: 0.4em;
    height: 0.4em;
    position: absolute;
    top: 50%;
    margin-top: -0.2em;
    right: 0.8em;
    border-top: #000 solid 1px;
    border-right: #000 solid 1px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*-------------------------------------------------------------------------------
 TOP
 -------------------------------------------------------------------------------*/


/*slider*/

.normal-slider .slick-dots {
    bottom: -40px;
}

.normal-slider .slick-dots li {
    width: 10px;
    height: 10px;
}

.normal-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 1px #000 solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.normal-slider .slick-dots li button:before {
    content: "";
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.normal-slider .slick-dots li.slick-active button:before {
    width: 10px;
    height: 10px;
}

.item-slider,
.check-slider {
    padding: 0 16px;
}

.item-slider .slick-prev,
.item-slider .slick-next,
.check-slider .slick-prev,
.check-slider .slick-next {
    width: 16px;
    height: 30px;
    z-index: 1;
}

.item-slider .slick-prev,
.check-slider .slick-prev {
    left: 0;
}

.item-slider .slick-next,
.check-slider .slick-next {
    right: 0;
}

.item-slider .rcmd-slick-slide,
.check-slider .rcmd-slick-slide {
    padding: 10px;
    text-align: center;
}

.name {
    margin-top: 20px;
}

.main-veiw .main-view-panel-list .slick-prev,
.main-veiw .main-view-panel-list .slick-next {
    width: 16px;
    height: 28px;
}

.main-veiw .main-view-panel-list .slick-dots li.slick-active button:before {
    background-color: #000;
    opacity: 1;
}


/*PRODUCTS*/

.grid-col {
    font-size: 0;
    letter-spacing: 0;
    word-spacing: 0;
}

.grid-col li {
    display: inline-block;
    font-size: 12px;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
}

.main-content.category .cat-col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-content.category .cat-col-2 li {
    width: 32.65306%;
    margin-bottom: 10px;
}

.main-content.category .cat-col-2 li.double {
    width: 49.4898%;
}

.main-content.category .cat-col-2 li:nth-child(2n) {
    margin-right: 0;
}

.main-content.category .cat-col-2 li a {
    position: relative;
}

.main-content.category .cat-col-2 li a span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.main-content.category ul:before,
.main-content.category ul:after {
    display: none;
}


/*RANKING*/

.tab-area {
    display: flex;
    justify-content: space-around;
    cursor: pointer;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.tab-area .tab {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #898989;
}

.tab-area .tab.active {
    color: #000;
    border-bottom: 1px #000 solid;
}

.content-area {
    text-align: center;
}

.content-area .content {
    display: none;
}

.content-area .content.show {
    margin-top: 50px;
    display: block;
}

.t-ranking {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.t-ranking li {
    margin: 20px 10px;
    position: relative;
    width: 17%;
    max-width: 300px;
}

.t-ranking li p img {
    width: 100%;
}

.t-ranking li a {
    position: relative;
    overflow: hidden;
    display: block;
}

.t-ranking li:nth-child(1) a::before {
    content: "1";
    position: absolute;
    top: 1px;
    left: 7px;
    width: 10px;
    height: 10px;
    font-size: 12px;
    color: #fff;
    opacity: 1;
    z-index: 1;
}

.t-ranking li:nth-child(1) a:after {
    content: " ";
    background: #E1D358;
    position: absolute;
    top: -34px;
    left: -34px;
    width: 58px;
    height: 58px;
    transform: rotate(45deg);
}

.t-ranking li:nth-child(2) a::before {
    content: "2";
    position: absolute;
    top: 1px;
    left: 7px;
    width: 10px;
    height: 10px;
    font-size: 12px;
    color: #fff;
    opacity: 1;
    z-index: 1;
}

.t-ranking li:nth-child(2) a:after {
    content: " ";
    background: #BCBCBC;
    position: absolute;
    top: -34px;
    left: -34px;
    width: 58px;
    height: 58px;
    transform: rotate(45deg);
}

.t-ranking li:nth-child(3) a::before {
    content: "3";
    position: absolute;
    top: 1px;
    left: 7px;
    width: 10px;
    height: 10px;
    font-size: 12px;
    color: #fff;
    opacity: 1;
    z-index: 1;
}

.t-ranking li:nth-child(3) a:after {
    content: " ";
    background: #BB9585;
    position: absolute;
    top: -34px;
    left: -34px;
    width: 58px;
    height: 58px;
    transform: rotate(45deg);
}

.t-ranking li:nth-child(4) a::before {
    content: "4";
    position: absolute;
    top: 1px;
    left: 7px;
    width: 10px;
    height: 10px;
    font-size: 12px;
    color: #fff;
    opacity: 1;
    z-index: 1;
}

.t-ranking li:nth-child(5) a::before {
    content: "5";
    position: absolute;
    top: 1px;
    left: 7px;
    width: 10px;
    height: 10px;
    font-size: 12px;
    color: #fff;
    opacity: 1;
    z-index: 1;
}

.t-ranking li:nth-child(4) a:after,
.t-ranking li:nth-child(5) a:after {
    content: " ";
    background: #898989;
    position: absolute;
    top: -34px;
    left: -34px;
    width: 58px;
    height: 58px;
    transform: rotate(45deg);
}

.t-ranking li:nth-child(6) {
    display: none;
}

.t-ranking li a:hover,
.top_brandlist a:hover {
    opacity: 0.6;
}


/*TOPICS*/

.topic_list {
    margin: 0 auto;
}

.topic_list div {
    margin-bottom: 20px;
}


/*LOOK BOOK*/

.t-lookBook {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.t-lookBook li {
    width: calc(33.333% - 10px);
    margin: 5px;
}


/*ITEM CATEGORY*/

.t-itemCategory {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.t-itemCategory li {
    width: calc(25% - 10px);
    margin: 20px 5px;
}

.t-itemCategory li a {
    position: relative;
    padding-left: 1em;
}

.t-itemCategory li a::before {
    content: "";
    display: block;
    width: 0.4em;
    height: 0.4em;
    position: absolute;
    top: 50%;
    margin-top: -0.2em;
    left: 0;
    border-top: #000 solid 1px;
    border-right: #000 solid 1px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*-------------------------------------------------------------------------------

商品一覧

-------------------------------------------------------------------------------*/

.content-flex {
    display: flex;
    padding-top: 50px
}

.right-content {
    width: 760px;
}

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

.content-wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
}

.content-wrap inner {
    padding-left: 0;
    padding-right: 0;
}


/*breadcrumb*/

#fs_ProductCategory .fs-c-breadcrumb,
#fs_ProductSearch .fs-c-breadcrumb,
#fs_ProductDetails .fs-c-breadcrumb {
    margin: 0;
    padding: 10px 0;
    list-style: none;
    font-size: 14px;
    display: block;
}

.fs-c-breadcrumb__list {
    padding: 0;
}

.fs-c-breadcrumb li {
    display: inline;
    /*横に並ぶように*/
    list-style: none;
}

.fs-c-fs-c-breadcrumb li:last-child:after {
    content: '';
}

.fs-c-fs-c-breadcrumb li a {
    text-decoration: none;
}

.fs-c-breadcrumb li a:hover {
    text-decoration: underline;
}


/*cat-header*/

.cat-header .inner {
    padding: 0 0 10px;
}

.cat-sortItems-label {
    display: block;
    text-align: right;
    font-size: 12px;
}

.cat-sortItems-list {
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
    margin: 4px 0;
    box-sizing: border-box;
    list-style: none;
}

.cat-sortItems-list li.is-active {
    color: #000;
    border-bottom: 1px solid #000;
}

.cat-sortItems-list li a,
.cat-sortItems-list li span {
    display: block;
    padding: 4px 8px;
}


/*cat-itemList*/

.cat-itemList {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.cat-itemList li {
    position: relative;
    width: calc(25% - 20px);
    margin: 20px 10px;
}

.cat-itemList li a {
    position: relative;
    overflow: hidden;
    display: block;
}

.cat-footer {
    margin-top: 50px;
    padding: 30px 0;
    border-top: 1px #000 solid;
}


/*cat-listControl*/

.cat-listControl {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    flex-grow: 2;
    padding: 0;
}

.cat-listControl-status {
    margin: 0 auto;
}

.cat-pagination {
    display: flex;
    align-items: center;
    margin: 10px auto;
}

.cat-pagination-item {
    flex: 1 1 auto;
    line-height: 0.8;
    padding: 8px 15px;
    cursor: default;
}

.cat-pagination-item.is-active {
    color: #000;
    border-bottom: 1px solid #000;
    margin-top: 1px;
}

.cat-pagination-item-prev::before {
    width: 0.5em;
    height: 1em;
    line-height: 1;
    content: "";
    background: url(../../images/pagenation_arrow_prev.png) no-repeat;
    background-size: contain;
    display: block;
    font-size: 0.9em;
    line-height: 1;
}

.cat-pagination-item-next::before {
    width: 0.5em;
    height: 1em;
    line-height: 1;
    content: "";
    background: url(../../images/pagenation_arrow_next.png) no-repeat;
    background-size: contain;
    display: block;
    font-size: 0.9em;
    line-height: 1;
}


/*-------------------------------------------------------------------------------

Left Contents

-------------------------------------------------------------------------------*/

.left-content {
    width: 190px;
    margin-right: 30px;
}


/*accordion*/

.accordion>li {
    border-bottom: 1px #CACACA solid;
}

.accordion>li:first-of-type {
    border-top: 1px #CACACA solid;
}

.accordion>li>a {
    display: block;
    padding: 15px 0;
    font-size: 12px;
}

.accordion .button {
    background: #fff;
    border: none;
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 12px;
    padding: 15px 0;
    cursor: pointer;
}

.accordion .button:focus {
    outline: none;
}

.accordion .button.button_1 {
    background-color: #f5f4f2;
    color: #1abc9c;
}

.accordion .button:after {
    position: absolute;
    top: 20px;
    right: 10px;
    content: '';
    width: 6px;
    height: 6px;
    margin: 0px 0 0 8px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.accordion .button.active:after {
    position: absolute;
    content: '';
    top: 22px;
    width: 6px;
    height: 6px;
    margin: 0px 0 0 8px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(225deg);
}

.accordion_inner a {
    display: block;
    font-size: 12px;
    padding: 10px 0;
    margin-left: 8px
}

@media screen and (max-width:980px) {
    .content-flex {
        display: block;
    }
    .left-content,
    .right-content {
        width: 100%;
        margin: 0;
    }
    .accordion>li,
    .accordion .button {
        background: #F6F6F6;
    }
    .accordion>li>a,
    .accordion .button {
        padding: 15px;
    }
    .accordion_inner a {
        padding: 10px 15px;
        margin-left: 30px;
    }
}


/*-------------------------------------------------------------------------------

ガイド

-------------------------------------------------------------------------------*/

.heading {
    font-size: 30px;
    padding: 30px;
    background: #F6F6F6;
    border-radius: 10px;
    margin: 30px 0 0;
}

.guide_content {
    padding: 50px 0;
    border-bottom: 1px #E2E2E2 solid;
}

.guide_content h3 {
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
}

.guide_content h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}

.border_box {
    padding: 30px;
    text-align: center;
    border: 1px #D6D6D6 solid;
}

.guide_content .text_area {
    margin-bottom: 30px;
}


/*-------------------------------------------------------------------------------

商品グループ＆検索結果

-------------------------------------------------------------------------------*/

.fs-c-sortItems {
    width: 100%;
    display: block;
    text-align: right;
    border: 0;
    margin: 0;
}

.fs-c-sortItems__label {
    display: block;
    text-align: right;
    font-size: 12px;
    border: none;
}

.fs-c-sortItems__list {
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
    margin: 4px 0;
    box-sizing: border-box;
    list-style: none;
}

.fs-c-sortItems__list__item.is-active {
    background: none;
    color: #000;
    font-weight: bold;
}

.fs-c-productList {
    margin: 0;
}

.fs-c-productList__controller,
.fs-c-coordinationList__controller,
.fs-c-staffList__controller {
    margin: 0;
}

#fs_ProductCategory>div>div>div>div.content-flex>div.right-content>div.fs-c-productList>div:nth-child(1)>div.fs-c-listControl,
#fs_ProductSearch>div>main>section>div.fs-c-productList>div:nth-child(1)>div.fs-c-listControl {
    display: none;
}

.fs-c-productList__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 25% 25% 25% 25%;
    grid-template-columns: 25% 25% 25% 25%;
}

article.fs-c-productList__list__item.fs-c-productListItem {
    margin: 20px 10px;
    border: none;
    padding: 0;
}

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

.fs-c-productListItem__productName {
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
}

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

.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    color: inherit;
    text-align: center;
    display: block;
}

.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
    display: none;
}

.fs-c-productPrice,
.fs-c-productPrice__main {
    display: block;
}

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

#fs_ProductCategory>div>div>div>div.content-flex>div.right-content>div.fs-c-productList>div:nth-child(3),
#fs_ProductSearch>div>main>section>div.fs-c-productList>div:nth-child(3) {
    margin-top: 50px;
    padding: 30px 0;
    border-top: 1px #000 solid;
}

.fs-c-listControl {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    flex-grow: 2;
    padding: 0;
    margin-top: 30px;
}

.fs-c-listControl__status {
    margin: 0 auto;
}

.fs-c-pagination {
    display: flex;
    align-items: center;
    margin: 10px auto;
}

.fs-c-pagination__item[role="button"] {
    flex: 1 1 auto;
    line-height: 0.8;
    padding: 8px 15px;
}

.fs-c-pagination__item.is-active {
    color: #000;
    margin-top: 1px;
    background: none;
}

#fs_ProductCategory .fs-c-productPrice--listed .fs-c-productPrice__main__label {
    justify-content: center;
}

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

.fs-c-productPrice:nth-child(2) {
    color: #e60020;
    font-weight: bold;
}

.fs-c-productPrice {
    justify-content: center;
}

#fs_ProductCategory .fs-c-price,
#fs_ProductSearch .fs-c-price {
    justify-content: center;
}

.fs-c-productList__list__item form {
    position: relative;
}

#fs_ProductCategory .fs-c-productMarks,
#fs_ProductSearch .fs-c-productMarks {
    position: absolute;
    top: 0;
    right: 0;
}

.fs-c-button--secondary {
	color:#FFF !important;
    background: #000;
    font-size: 14px;
    padding: 0.8em 1.6em 0.8em;
}

.fs-p-productSearch__searchButton::before {
    top: 4px;
}


/*-------------------------------------------------------------------------------

商品詳細ページ

-------------------------------------------------------------------------------*/

.fs-l-main {
    max-width: 1000px;
    margin: 0 auto;
}

.fs-l-productLayout__item {
    max-width: 500px;
}

.fs-l-product2 .fs-l-productLayout>*>* {
    margin-bottom: 20px;
}

.fs-c-productCarouselMainImage {
    position: relative;
}

.fs-c-slick.slick-slider {
    width: 100%;
}

.fs-c-slick .slick-prev,
.fs-c-slick .slick-next {
    background: rgba(30, 30, 30, 0);
}

.fs-c-slick .slick-prev:before,
.fs-c-slick .slick-next:before {
    color: black;
}

.fs-c-productCarouselMainImage .fs-c-slick .slick-slide img {
    height: 500px;
    width: auto;
}

.fs-c-productCarouselMainImage__expandButton {
    position: absolute;
    top: 0;
    right: 0;
}

.fs-c-productCarouselMainImage__thumbnailList {
    display: block;
    overflow-x: hidden;
}

.fs-c-productCarouselMainImage__thumbnailList>li {
    margin: 0 5px 0 0;
    float: left;
    width: 80px;
    height: 100px;
}

.prom_area {
    margin: 30px 0;
}

.prom_area h4 {
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 10px;
    margin-top: 30px;
    border-bottom: 1px dotted #CCC;
}

.fs-c-button--addReview--detail {
    margin: 0 auto;
}

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

.fs-l-productLayout__item {
    max-width: 500px;
}

.title_block {
    padding: 0px;
    margin: 0;
    position: relative;
}

.fs-c-productNameHeading__name {
    font-size: 20px;
    line-height: 1.8em;
}

.fs-c-productNumber {
    display: block;
    margin: 10px 0 30px 0;
    padding: 4px 12px;
    font-size: 12px;
    border: 0;
}

#fs_ProductDetails .fs-c-productPrices {
    float: left;
}

.fs-c-productQuantityAndWishlist {
    display: block;
}

.fs-c-button--inquiryAboutProduct {
    display: block;
    position: relative;
    width: 100%;
    color: inherit;
    text-align: right;
}

.fs-c-button--inquiryAboutProduct:before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    background: url(https://fotl.itembox.design/item/images/icon_mail.png) no-repeat;
    background-position: center;
    background-size: contain;
    top: 3px;
}

.fs-c-button--inquiryAboutProduct .fs-c-button__label {
    padding-left: 25px;
}

#fs_ProductDetails .fs-c-productPrice__main__label {
    display: block;
    font-size: 12px;
    margin-right: 10px;
}

.title_block:after {
    clear: both;
    content: "";
    display: block;
}

#fs_ProductDetails .fs-c-productPrice,
#fs_ProductDetails .fs-c-productPrice__main {
    display: flex;
}

#fs_ProductDetails .fs-c-productPrice__main {
    margin-right: 10px
}

.fs-body-product .fs-c-productNumber .fs-c-productNumber__label {
    display: none;
}

#fs_ProductDetails .fs-c-productPrice__main__price {
    font-size: 24px;
}

#fs_ProductDetails .fs-c-productPrice--listed .fs-c-productPrice__main__price {
    font-size: 12px;
    font-weight: bold;
}

#fs_ProductDetails .fs-c-productNumber__number::before {
    content: "STYLE NO ： "
}

#fs_ProductDetails .fs-c-price__value::after {
    content: "(税込)";
    font-weight: normal;
    font-size: 12px;
    margin-left: 10px;
}

#fs_ProductDetails .fs-c-productPrice--listed .fs-c-price__value::after {
    display: none;
}

#fs_ProductDetails .fs-c-productPrice {
    justify-content: end;
}

.fs-c-variationList__item__title {
    background: #f2f3f2;
    color: #000;
    text-align: center;
    font-size: 12px;
    padding: 3px 5px;
    margin-top: 2px;
}

.fs-c-variationList__item__image>img {
    max-width: 100px;
}

.fs-c-variationCart>li {
    grid-template-columns: 1fr 3em 150px;
}

.fs-c-variationCart--withImage>li {
    grid-template-columns: auto 1fr 3.5em 148px;
}

.fs-c-productCarouselMainImage__thumbnail__caption {
    text-align: center;
    font-size: 8px;
}

.fs-c-variationCart__variationName__name {
    font-size: 12px;
}

.fs-c-variationCart__variationName__shippingDate,
.fs-c-variationCart__variationName__stock {
    color: #a50000;
	font-size: 10px ;
}

.fs-c-button--inquiryAboutProduct .fs-c-button__label {
    padding-left: 25px;
}

.fs-c-button--primary.fs-c-button--addToCart--variation {
    font-size: 14px;
}

.fs-c-productCarouselMainImage__image__caption {
    background: rgba(255, 255, 255, 0.7);
    color: #000000;
    font-size: 11px;
    line-height: 2;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}

.fs-c-variationLabel {
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 10px;
}

.fs-c-productPointDisplay {
	display: inline-block !important;
    float: left;
    margin-top: 20px;
    margin-left: 15px;
    background: none;
    color: #e60020;
    font-size: 12px;
    position: relative;
    bottom: 3px;
}

.fs-c-button--particular.fs-c-button--addToWishList--icon::before {
    font-size: 22px;
}

.prom_area {
    margin: 30px 0;
}

.prom_area h4 {
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 10px;
    margin-top: 30px;
    border-bottom: 1px dotted #CCC;
}

.fs-c-button--addReview--detail {
    margin: 0 auto;
}

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

.comment {
    margin-top: 60px;
}

.item_desc_sp .no-select,
.item_desc_sp h2 {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    margin: 4px;
    font-size: 16px;
    border-bottom: 1px dotted #CCC;
    padding-bottom: 9px;
}

.item_desc_sp p,
.item_desc_sp div {
    color: #3a3a3a;
    font-size: 12px;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 20px;
    line-height: 1.8em;
}

.item_desc_sp ul {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 20px 0;
}

.item_desc_sp ul li {
    position: relative;
    padding: 0;
    margin: 0;
    padding-bottom: 4px;
    padding-top: 10px;
}

.item_desc_sp ul li:nth-of-type(1) {
    animation-delay: 0.5s;
}

.item_desc_sp ul li input[type=checkbox] {
    position: absolute;
    width: 100%;
    height: 2.5em;
    z-index: 1;
    opacity: 0;
}

.item_desc_sp ul li i {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 16px;
    right: 0;
}

.item_desc_sp ul li i:before {
    transform: translate(-2px, 0) rotate(45deg);
}

.item_desc_sp ul li i:after {
    transform: translate(2px, 0) rotate(-45deg);
}

.item_desc_sp ul li:nth-of-type(2) {
    animation-delay: 0.75s;
}

.item_desc_sp ul li:nth-of-type(3) {
    animation-delay: 1s;
}

#fs-recommend--flick {
    display: none;
}

.fs-c-variationAndActions {
    margin-top: 60px;
}

.fs-c-productPrice:nth-child(2) .fs-c-productPrice__main__label {
    display: none!important;
}

.tbl_size th {
    min-width: 54px;
    padding: 10px 0px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: bold;
    background: #f9f9f9;
    border: 1px solid #e6e6e6;
}

.tbl_size td {
    padding: 10px 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid #e6e6e6;
}

.fs-c-loginForm span.fs-c-button__label {
    color: #FFF;
}

.product-info_parts {
    display: block;
    width: 100%;
    clear: both;
    /*padding: 10px 0px;*/
    font-size: 10px;
    position: absolute;
    bottom: -3.5em;
    color: #e6003b;
    font-weight: bold;
}


/*-------------------------------------------------------------------------------

下層ページ調整 共通

-------------------------------------------------------------------------------*/

#fs_Register .h-style-2,
#fs_Login .h-style-2,
#fs_MyPageTop .h-style-2,
#fs_MyWishList .h-style-2,
#fs_MyOrders .h-style-2,
#fs_CheckoutSuccess .h-style-2,
#fs_ReturnPolicy .h-style-2,
#fs_ShoppingCart .h-style-2,
#fs_Checkout .h-style-2,
#fs_MyAccountSettings .h-style-2,
#fs_EditPassword .h-style-2,
#fs_MyAddressBook .h-style-2 {
    margin: 0 0 24px;
}

#fs_Register .fs-l-pageMain,
#fs_MyPageTop .fs-l-pageMain,
#fs_Login .fs-l-pageMain,
#fs_MyWishList .fs-l-pageMain,
#fs_MyOrders .fs-l-pageMain,
#fs_CheckoutSuccess .fs-l-pageMain,
#fs_ReturnPolicy .fs-l-pageMain,
#fs_ShoppingCart .fs-l-pageMain,
#fs_Checkout .fs-l-pageMain,
#fs_MyAccountSettings .fs-l-pageMain,
#fs_EditPassword .fs-l-pageMain,
#fs_MyAddressBook .fs-l-pageMain {
    margin: 30px auto;
}

.fs-p-announcement {
    width: 90%;
    margin: 10% auto;
}

.fs-p-announcement__title {
    color: #000;
    font-size: 18px;
}

.fs-p-announcement__body {
    padding: 16px;
}

.fs-c-button--primary {
    background: #3a3a3a;
    border: 1px solid #3a3a3a;
    padding: 0.8em 1.6em 0.8em;
    font-size: 14px;
}

.fs-c-button--standard {
    font-size: 14px
}

.fs-c-checkout-preview__title {
    font-size: 14px;
}


/*-------------------------------------------------------------------------------

マイページ

-------------------------------------------------------------------------------*/

#fs_MyPageTop .fs-c-string {
    font-size: 12px;
}

.fs-c-wishlistProduct__title,
.fs-c-featuredProduct__title {
    color: #3a3a3a;
    padding-bottom: 10px;
    margin-bottom: 40px;
    border-bottom: 2px solid currentColor;
    font-size: 18px;
}

.fs-p-accountInfo__accountName {
    text-align: center;
    margin: 10px auto;
}

.fs-p-accountInfo__accountName__name {
    font-size: 18px;
}

#fs_MyPageTop .logout_btn {
    display: block;
    margin: 10px auto;
    text-align: center;
    padding-top: 8px;
}

#fs_MyPageTop .logout_btn a {
    border: 1px solid #ccc;
    padding: 10px 20px;
    display: inline-block;
}

.fs-p-accountInfo__point__point__available__number {
    font-size: 1.8rem;
}

.fs-c-productListItem__productName {
    font-size: 14px;
    margin: 1.5rem 0;
}

.fs-c-productListItem__prices {
    text-align: center;
}

.fs-c-productPrice {
    display: flex;
}

.fs-c-wishList .fs-c-productPrice:nth-child(2) {
    font-weight: normal;
}


/*-------------------------------------------------------------------------------

ログインページ

-------------------------------------------------------------------------------*/

.fs-c-subSection__title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: inherit;
    font-size: 14px;
}

.fs-body-login .fs-c-inputInformation__field {
    border: 1px solid #CCC;
}

.fs-system-assistedItem,
#fs_input_mailAddress,
#fs_input_password,
.fs-c-inputTable input {
    padding: 10px 10px;
}

.textLinkContainer .fs-c-textLink {
    font-size: 12px;
}

.fs-c-newUsers__message {
    padding: 16px;
}


/*-------------------------------------------------------------------------------

会員登録ページ

-------------------------------------------------------------------------------*/

.fs-c-inputInformation__field {
    border: 1px solid #CCC;
    padding: 30px;
}


/*-------------------------------------------------------------------------------

お気に入りページ

-------------------------------------------------------------------------------*/

#fs_MyWishList .fs-l-main {
    font-size: 12px;
}

.fs-c-list li {
    color: #3a3a3a;
}

.fs-c-list li::before {
    border: 4px solid #000;
}

.fs-c-productPrice__main__price {
    font-size: 14px;
}

/*-------------------------------------------------------------------------------

ご注文手続き

-------------------------------------------------------------------------------*/

.fs-c-creditCardIcons__image {
    width: auto;
}
.fs-c-creditCardInfoField .fs-system-assistedItem {
    padding: 4px 3em 4px 8px;
}
/*-------------------------------------------------------------------------------

注文履歴

-------------------------------------------------------------------------------*/

.fs-c-history__term {
    font-size: 12px;
}

.fs-c-button--addToAddressbook span.fs-c-button__label {
    color: #FFF;
}


/*-------------------------------------------------------------------------------

カート

-------------------------------------------------------------------------------*/

.fs-c-cartTable__actionButton__container>button,
.fs-c-listedProductName__variation,
.fs-c-listedProductName__selection {
    font-size: 12px;
}

.fs-c-continueShopping .fs-c-button--standard {
    box-shadow: none;
    background: none;
    border: none;
}

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

.fs-c-button--continueShopping:before {
    content: "<<";
    letter-spacing: 0.1px;
    padding-right: 5px;
}

.fs-c-orderTotalTable__grandTotal .fs-c-price,
.fs-c-orderTotalTable__itemPriceSummary .fs-c-price {
    font-size: 18px;
}

.fs-c-price {
    font-weight: normal;
}

.fs-c-button--primary span {
    color: #ffffff;
    font-size: 14px;
}

.fs-c-cartDiscountInfo__note,
.fs-c-cartPayment p,
.fs-c-payWithAmazon p,
.fs-c-cartTable__price {
    font-size: 14px;
}

.fs-c-checkout-customerInfo__name,
.fs-c-checkout-destination__name,
.fs-c-checkout-delivery__method__title,
.fs-c-totalAndActions button:not(.fs-c-button--image),
.fs-c-totalAndActions button:not(.fs-c-button--image) span {
    font-size: 18px;
}
/*-------------------------------------------------------------------------------

ポイント履歴

-------------------------------------------------------------------------------*/
#fs_MyPoints .fs-c-history__info {
    background: none;
    border: 1px solid #ccc;
}