@charset "utf-8";

/* ==================================================================

	simple.css
	
=================================================================== */

.fs-p-logo {
    padding: 16px;
}

/* h2 */
.fs-c-subSection__title,
.fs-p-announcement__title {
    padding-bottom:0.5em;
    font-size:2rem;
    background:url(https://yoship.itembox.design/item/images/common/border/rough.png) repeat-x bottom left;
    border-bottom: 0;
    color: #5f361b;
}

/* 見出し下文章 */
.fs-c-newUsers__message {
    margin: 24px auto;
}

/* ログインフォームエリア */
.fs-body-login .fs-c-inputInformation__field,
.fs-body-cart-login .fs-c-inputInformation__field {
    border-radius: 10px;
    padding: 32px;
}

/* ボタン */
.fs-c-button--primary,
.fs-c-button--addToAddressbook {
    background: #5f361b;
    border: 0;
    border-radius: 4px;
    padding: 1em 1.6em 1em;
    box-shadow: 0;
    transition: all 300ms 0s ease;
}
.fs-c-button--primary span,
.fs-c-button--addToAddressbook span {
    color: #fff;
}
.fs-c-button--confirmOrder {
    background: #bb272d;
}
.fs-c-button--standard {
    background: #fff;
    border: 1px solid #5f361b;
    border-radius: 4px;
    color: #5f361b;
    padding: 1em 1.6em 1em;
    box-shadow: none;
}

/* パスワードをお忘れですか */
.fs-c-inputInformation__link {
    margin-top: 8px;
    text-align: center;
}

/* フッター */
.fs-l-footer {
    padding: 40px 0;
}
.fs-p-footerUtilityMenu__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.fs-pt-menu li {
    font-size: 1.4rem;
}
.fs-p-footerCopyright {
    color: #5f361b;
}
.fs-p-footerCopyright__text {
    text-align: center;
}


/* --------------------------------
   □ ご注文手続き
-------------------------------- */ 

/* 枠 */
.fs-c-checkout-preview {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 20px;
    background: #ffffff;
    color: #333333;
}

/* 選択枠 */
.fs-c-checkout-paymentMethod.is-active .fs-c-checkout-paymentMethod__title,
.fs-c-checkout-deliveryMethod.is-active .fs-c-checkout-deliveryMethod__title {
    background: #5f361b;
    color: #ffffff;
}
.fs-c-checkout-paymentMethod.is-active,
.fs-c-checkout-deliveryMethod.is-active {
    border: 2px solid #5f361b;
}