@charset "UTF-8";


.fs-l-main {
    width: 1120px;
    margin: 0 auto 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0px !important;
}

body {
    font-size: 140% !important;
}

/* ------------------
レイアウト
------------------ */

.fs-l-header {
    padding: 0 !important;
}

.fs-l-main {
    width: 1120px;
    margin: 0 auto 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fs-l-main .l-side {
    width: 220px;
}

/* ------------------
左サイド
------------------ */

.fs-l-main .l-side a {
    -webkit-transition: .3s;
    transition: .3s;
}

.fs-l-main .l-side a:hover {
    opacity: .7;
}

.fs-l-main .l-side .user-bnr {
    margin-bottom: 20px;
}

.fs-l-main .l-side .user-bnr li {
    list-style: none;
    margin-bottom: 10px;
}

.fs-l-main .l-side .user-bnr p{
    margin: 0;
}

.fs-l-main .l-side .user-bnr li img{
    font-size: 0px;
    line-height: 1em;
}

.fs-l-main .l-side .user-bnr li:last-child {
    margin-bottom: 0;
}

.fs-l-pageMain {
    width: 860px;
}

.fs-l-footer {
    position: relative;
    border-top: none;
    background-color: #fff;
    margin-top: auto;
}

.fs-c-breadcrumb {
    width: 1120px;
    margin: 0 auto 20px;
}

nav.is-fixed {
    position: inherit !important;
    top: inherit !important;
    left: inherit !important;
    width: 1120px !important;
    z-index: 12;
    margin: 0px auto !important;
    background: none;
}

/* ------------------
ワンカラムの時メインはば
------------------ */

.fs-body-cart .fs-l-pageMain {
    width: 1120px !important;
}

/* ------------------
tableの色
------------------ */

.fs-c-cartTable th {
    background: #000 !important;
}

/* ------------------
ページ見出し
------------------ */

.fs-c-heading--page {
    /* border-bottom: 2px solid #7c8790; */
    color: #000;
    font-size: 200% !important;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1.2;
    margin: 0 0 30px;
    /* padding: 0 0 1.2em; */
    /* text-align: center; */
    /* box-shadow: 0 0 0 1px #ccc inset; */
    padding: 0 3% 20px 0;
    border-bottom: 3px solid #6d9f50;
    /* background: #cccc; */
    text-align: left !important;
}

.fs-p-heading--lv2 {
    color: #000;
    font-size: 2.4rem;
    font-weight: bold;
    padding: 0 0 0px 40px;
    margin:0 auto 25px;
    background: url(../img/scales.svg) no-repeat left center;
    background-size: 30px 4px;
    border: none;
}

/* ------------------
一覧カートボタン
------------------ */

.fs-c-button--addToCart--list {
    background: #c14720 !important;
    color: #fff !important;
}

.fs-c-button--plain {
    padding: 2%;
}

.fs-c-buttonContainer form {
    width: 80% !important;
}

/* ------------------
会員登録フォーム横幅
------------------ */

.fs-c-inputInformation__field {
    max-width: 100%;
}

.fs-body-cart-login .fs-c-loginForm {
    max-width: 100%;
}

.fs-c-loginForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.fs-body-login .fs-c-registeredUsers {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
}

.fs-body-login .fs-c-newUsers {
    margin: 0;
    width: 100%;
}

.fs-c-subSection__title {
    color: #000;
    border-bottom: none;
    background: url(../img/dot-line.gif) repeat-x left bottom;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

/* ------------------
商品詳細レイアウト
------------------ */

.fs-c-productNameHeading {
    margin: 0 0 25px !important;
    font-size: 160%;
    line-height: 150%;
}

.fs-p-productDescription--full {
    border-bottom: 2px dotted #ccc;
    padding-bottom: 25px;
    margin: 20px 0 25px !important;
}

.fs-p-productDescription--full a {
    text-decoration: underline;
    background: url(../img/external-link.svg) no-repeat right top;
    background-size: 10px 10px;
    padding-right: 15px;
}

.fs-l-productLayout {
    display: grid;
    grid-template-columns: calc(50% - 26px / 2) calc(50% - 26px / 2) !important;
    grid-gap: 26px !important;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.fs-c-button--primary {
    background: #cf3c01;
    border: 1px solid #cf3c01;
    font-size: 2rem;
    padding: 1em 1.6em 1em;
}

.fs-c-button--secondry input {
    background: #cf3c01;
    border: 1px solid #cf3c01;
    font-size: 2rem;
    padding: 1em 1.6em 1em;
    display: block;
    width: 100%;
    color: #fff;
    border-radius: 4px;
    margin-top: 10px;
}

.fs-c-button--secondry input:hover {
    opacity: .7;
}

.fs-c-productList__controller {
    background: #efefef;
    padding: 5px 1%;
}

.fs-c-productThumbnail{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.fs-c-productThumbnail__image {
    margin: 0 2% 1% 0;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    min-width: 56px;
}

.fs-c-productThumbnail__image:nth-of-type(3n){
    margin-right: 0;
}

.fs-c-documentArticle__content .flinks a{
    background: #cf3c01;
    padding: 8px;
    color: #fff;
    display: inline-block;
    margin: 10px 0;
    border-radius: 4px;
}

.fs-c-featuredProduct__header{
    margin: 50px auto 20px;
    padding-bottom: 20px;
}

.fs-l-cart{    margin-bottom: 50px !important;}