/** 打ち消し設定 **/
.fs-c-subgroup .fs-c-listControl,.fs-c-productPostage {
    display: none;
}
a.fs-c-subgroupList__link {
    border: none;
    background: none;
}

.fs-c-cartTableContainer, div#fs-totalsArea-wrapper {
    border: none;
}


/** カート **/

.fs-c-cartPayment__button span.fs-c-button__label {
    display: block;
}
.fs-c-cartPayment__button.fs-c-buttonContainer.fs-c-buttonContainer--unregisteredUserPurchase a {
    width: 25%;
    font-size: 2em;
    font-weight: bold;
}

.pay_button > div > div {
    display: flex;
    justify-content: center;
}
.pay_button .fs-c-buttonContainer {
    width: 30%;
}
.pay_button .fs-c-buttonContainer a {
    width: 94% !important;
}

div#AmazonPayButton {
    width: 285px !important;
    margin: 8px auto 0;
    height: 92px !important;
}
div.fs-c-otherServiceLogin div#AmazonPayButton {
    height: 42px !important;
}
/** 検索窓 **/

.h_submit input[type="submit"] {
width: 73px;
height: 51px;
margin-left: -4px;
background-color: #000;
background-image: url(https://cycleparadise.itembox.design/item/img/icon_search.svg?t=20220501140757);
background-repeat: no-repeat;
background-size: 20px 20px;
background-position: 50% 50%;
text-indent: -999em;
}

p.h_keyword input[type="search"] {
width: 847px;
height: 51px;
padding: 0 16px;
border: 4px solid #000;
font-size: 1.4rem;
line-height: 43px;
font-weight: bold;
}

p.h_keyword, p.h_submit {
display: inline-block;
vertical-align: top;
}

p.ancCategoryList a {
display: block;
position: relative;
width: 279px;
height: 51px;
padding: 0 16px;
border: 4px solid #000;
color: #fff;
background-color: #000;
font-size: 1.4rem;
line-height: 43px;
font-weight: bold;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}

p.h_keyword, p.h_submit, .boxArea, p.ancCategoryList {
display: inline-block;
vertical-align: top;
}

.boxArea, p.ancCategoryList {
margin-top: 1em;
}
/*ログインログアウトの表示切り替えを行うCSS*/
.logout.my-false,.fs-p-headerUtilityMenu__logout.is-loggedIn--false  { display: none !important; }
.login.my-true { display: none !important; }
.login.my-true,.logout.my-false { border: none ;}
ul.fs-clientInfo .fs-pt-menu__heading.fs-pt-menu__heading--lv1 {
    border: none;
}
.toolNav a {
    padding: 0 !important;
}

/** フォーム設定 **/

form#fs_form {
    margin: 0 auto;
    display: block;
}

/** 会員情報 **/

.fs-c-inputInformation form {
    width: 100%;
}

.fs-c-inputInformation__field {
    max-width: 800px;
}

table.fs-c-inputTable tr {
    display: flex;
    flex-direction: unset;
}

table.fs-c-inputTable th {
    width: 200px;
}

table.fs-c-inputTable td {
    flex: 1;
}


.forPc {
display: block;
}
.forSp {
    display: none;
}

/** 商品マーク **/

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

.fs-c-productMarks {
    margin-bottom: 0.5em;
    position: absolute;
    top: 129px;
}


