/* アンカー */
a { text-decoration: underline; }

a:hover { text-decoration: none; }


/* レイアウト */
.fs-l-main {
  margin: 30px auto 0;
  padding: 0;
  max-width: 1200px;
  width: 1200px;
}

 .fs-l-sideArea { max-width: 250px; }
 .fs-l-sideArea + .fs-l-pageMain { max-width: 910px; }   
 
 @media screen and (max-width: 960px) {
     .fs-l-main { width: auto; }
     
    .fs-l-pageMain {
        padding: 0 15px;
        width: 100%;
    }

    #fs_Top .fs-l-pageMain,
    #fs_CustomPage .fs-l-pageMain,
    #fs_PrivacyPolicy .fs-l-pageMain, 
    #fs_ReturnPolicy .fs-l-pageMain { padding: 0; }
    
    .fs-l-sideArea { max-width: 250px; }
    .fs-l-sideArea + .fs-l-pageMain { max-width: 910px; }
}


/* 共通 */
.under a { text-decoration: underline; }
.under a:hover { text-decoration: none; }

h1, h2, h3, h4, h5 { line-height: 1.6; }

.fs-preview-header { margin-bottom: 0; }


/* なしメッセージ */
.fs-c-noResultMessage {
    background: #f8f8f8;
    border-radius: 3px;
}


/* 共通ボタン */
.fs-c-button--primary {
    font-size: 1.6rem;
    padding: 0.8em 1.6em;
    box-shadow: none;
}

.fs-c-button--secondary {
    font-size: 1.6rem;
    padding: 0.8em 1.6em;
    box-shadow: none;
}

.fs-c-button--standard {
    font-size: 1.4rem;
    padding: 0.8em 1.6em;
    box-shadow: none;
}

.fs-c-button--particular {
    line-height: 1.4;
    padding: 0.4em 1em;
}


/* ヘッダー */
.fs-l-header { padding-top: 0; }

.fs-l-header--min { border: none; }


/* パンくずリスト */
.fs-c-breadcrumb {
  margin: 0 auto 0;
  max-width: 1200px;
}

.fs-c-breadcrumb__list {
    padding: 0;
    margin: 0 0 0.8em;
}

@media screen and (max-width: 960px) {
    .fs-c-breadcrumb__list { margin: 1em 15px 0; }
}


/* 見出し */
.fs-c-heading--page  {
    background: url(https://feelsogood2005.itembox.design/item/common/img/line_01.gif) 0 bottom repeat-x;
    font-size: 2.6rem;
    padding: 0 0 0.6em;
    border-bottom: none;
}
    
#fs_ProductCategory .fs-c-heading--page,
#fs_ProductSearch .fs-c-heading--page {
    background: url(https://feelsogood2005.itembox.design/item/common/img/h2_bg.gif) 0 bottom no-repeat;
    background-size: 910px 2px;
    color: #444444;
    font-weight: normal;
    font-size: 2.6rem;
    line-height: 1.6;
    margin: 0 0 30px;
    padding: 0 0 0.2em;
    text-align: left;
    border: none
}

.fs-c-subSection__title {
    text-align: center;
    border: none;
}

@media screen and (max-width: 960px) {
    .fs-c-heading--page  {
        font-size: 2.0rem;
        padding: 0 0 0.6em;
    }
}
    

/* 商品検索 */
.fs-p-searchForm__inputGroup { border: 1px solid #444; }

.fs-p-searchForm__button {
  width: 40px;
  height: 40px;
}

.fs-p-searchForm__button {
  background: #444;
}

.fs-p-searchForm__button::before {
  font-size: 3.4rem;
}


/* フッター */
.fs-l-footer {
  border-top: none;
  background-color: transparent;
  color: #444;
  margin-top: 60px;
}


/* 商品グループ */
.fs-c-sortItems__list__item.is-active { background: #ec778b; }

.fs-c-productList__list {
    margin-left: -30px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.fs-c-productList__list__item {
    width: 235px;
    padding: 15px 0 15px 30px;
    border-bottom: none;
}

.fs-c-productListItem__lowInStock,
.fs-c-productListItem__outOfStock,
.fs-c-productListItem__numberOfStock { padding: 10px; }

.fs-c-productListItem__outOfStock {
  background: #EC778B;
  border: none;
  color: #fff;
  font-size: 1.2rem;
}

.fs-c-button--viewProductDetail { font-size: 1.3rem; }

/* .fs-c-productListItem__numberOfStock,
.fs-c-productListItem__control { display: none; } */

@media screen and (max-width: 960px) {
    .fs-c-sortItems__label { width: 36%; }
    
    .fs-c-productList__list { margin: 0; }
    
    .fs-c-productList__list__item {
        width: 50%;
        padding: 15px 5px;
    }
    
    .fs-c-productList__list__item:nth-child(odd) { padding-left: 0; }
    .fs-c-productList__list__item:nth-child(even) { padding-right: 0; }
}


/* 商品検索結果 */
.fs-p-productSearch { border-bottom: 1px solid #ddd; }

.fs-p-productSearch__formSwitch { padding: 4px 10px; }


/* 数量 */
.fs-c-quantity { display: none; }


/* 商品詳細 */
.fs-c-productThumbnail { margin-left: -5px; }

.fs-c-productThumbnail__image {
  padding: 0 5px 10px;
  margin: 0;
  flex-basis: 33.33333333%;
  min-width: 33.33333333%;
  cursor: pointer;
}

.fs-c-productThumbnail__image:hover { opacity: 0.8; }

.fs-c-productImageModal__contents { margin-top: 30px; }

.fs-p-productDescription b {
    text-align: center;
    margin: 0 0 1em;
    display: block;
}

.fs-p-productDescription table th {
  background: #f8f8f8;
  width: 140px;
}

.fs-p-productDescription table { border-top: 1px solid #ddd; }

.fs-p-productDescription table tr { border-bottom: 1px solid #ddd; }

.fs-p-productDescription table th,
.fs-p-productDescription table td { padding: 15px; }

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

.fs-c-button--addToWishList--detail { min-width: 70%; }

.fs-c-button--addToCart--detail {
    padding: 1em 1.6em;
    min-width: 100%;
}

.fs-c-button--inquiryAboutProduct {
    background: #444;
    color: #fff;
    border: 1px solid #444;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1;
    padding: 1em 1.6em;
    min-width: 100%;
    border-radius: 3px;
}

.fs-c-button--inquiryAboutProduct:hover {
    color: #fff;
    text-decoration: none;
}

.fs-l-productLayout__item ul.bn-shopping { padding-top:  20px; }
.fs-l-productLayout__item ul.bn-shopping li { margin: 0 0 15px; }
.fs-l-productLayout__item ul.bn-shopping li:last-child { margin: 0; }

.fs-l-productLayout__item ul.bn-shopping li img { width: 100%; }

@media screen and (min-width: 960px){
    .fs-l-product2 .fs-l-productLayout {
        grid-template-columns: 500px 350px;
        grid-gap: 30px;
    }
}

@media screen and (max-width: 960px){
    .fs-p-productDescription table th { width: 100px; }
}


/* ショッピングカート */
.fs-cartContent__point-txt {
    text-align: center;
    margin: 0 0 1.6em;
}

.fs-cartContent__point-txt span { color: #ec778b; }

.fs-c-cartTableContainer,
.fs-body-cart .fs-l-cart__sideColumn { background: #f8f8f8; }

.fs-c-cartTableContainer {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 14px;
}

.fs-c-cartTable__dataCell--product { width: 60%; }

.fs-c-cartTable__headerCell--point::before { content: '獲得'; }
#fs_ShoppingCart .fs-c-cartTable__dataCell--quantity::before { content: '1'; }

.fs-body-cart .fs-l-cart__sideColumn {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 14px;
}

.fs-p-announcement__title { margin: 0 0 0.4em; }

@media screen and (max-width: 960px) {
    .fs-cartContent__point-txt { text-align: left; }
    
    .fs-c-cartTable__dataCell--product { width: auto; }
}


/* お客様情報入力 */
#fs_CustomerDetails .fs-c-inputTable > tbody > tr + tr,
#fs_Register  .fs-c-inputTable > tbody > tr + tr,
#fs_MyAccountSettings .fs-c-inputTable > tbody > tr + tr {
    padding: 0 0 24px;
    border-bottom: 1px solid #ddd;
}

.fs-c-requiredMark { color: #c00; }

.fs-body-customerDetails .fs-c-agreementField { padding-bottom: 24px; }

.fs-c-privacyPolicyAgreeField {
    text-align: center;
    margin-top: 32px;
}


/* ご注文手続き */
.fs-c-checkout-preview {
    background: #f8f8f8;
    color: #444;
    border: 1px solid #ddd;
}

.fs-c-checkout-preview__title {
    font-size: 1.6rem;
    line-height: 1.6;
    margin:  0 0 1em;
    border-bottom: 1px solid #ddd;
}

.fs-c-checkout-buyerInfo__title { margin: 0 0 2em; }

.fs-c-returnedSpecialContract { margin-top: 0!important; }


/* ご注文完了 */
.fs-c-checkoutSuccess__message { margin: 0 0 60px; }


/*　会員登録　*/
#fs_Register .fs-p-announcement {
    margin: 32px auto;
    max-width: 600px;
}

#fs_Register .fs-p-announcement__title { text-align: center; }

#fs_Register .fs-p-announcement__body p { margin: 0 0 0.6em; }

#fs_Register .fs-c-specTableContainer {
    margin: 0 auto;
    max-width: 600px;
}

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

@media screen and (max-width: 960px) {
    #fs_Register .fs-p-announcement__title { text-align: left; }
}


/*　会員登録完了　*/
.fs-c-registerSuccessMessage { text-align: left; }


/*　パスワード再設定　*/
#fs_PasswordReminder .fs-c-forgotPasswordField table tr:nth-child(2) .fs-c-inputTable__label::before { content: '任意の'; }


/*　ログイン　*/
.fs-c-inputInformation__link { text-align: center; }

.fs-body-cart-login .fs-c-inputInformation__field,
.fs-body-login .fs-c-inputInformation__field,
.fs-body-my-account-password .fs-c-inputInformation__field{
    background: #f8f8f8;
    border-radius: 3px;
}

 .resetting-password-link {
     padding: 20px;
     margin-top: 20px;
     border: 2px solid #ec778b;
 }


/*　マイページ　*/
.fs-l-header__welcomeMsg.is-ready {
    padding: 1em 0 0.4em;
    display: block;
}

.fs-p-welcomeMsg {
    text-align: center;
    margin: 0 0 0.6em;
}

.fs-p-memberInfo {
    text-align: center;
    display: block;
}

.fs-p-accountInfo__accountRank__rank:empty::before { content: 'レギュラー'; }

.fs-p-memberInfo__stage { font-weight: bold; }

.fs-p-memberInfo__points_pointLabel,
.fs-p-memberInfo__stage__rankLabel { color: #ec778b; }

.fs-p-memberInfo__stage__rankLabel span:empty::before { content: 'レギュラー'; }

.fs-p-headerUtilityMenu__list { justify-content: center; }

.fs-p-headerUtilityMenu__list a { font-size:  1.4rem; }

.fs-c-accountService__page { margin: 0 8px 16px; }

.fs-p-accountInfo { padding: 15px; }

.fs-p-accountInfo__header { margin: 0 0 10px; }

.fs-p-accountInfo__body { margin: 0; }

.fs-p-accountInfo__point__point__available__number { color: #ec778b; }

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

.btn-logout { text-align: center; }

@media screen and (max-width: 960px) {
    .fs-body-my-top .fs-l-pageMain .info-box { padding: 0 0 70px; }

    .fs-p-welcomeMsg span { display: block; }
    
    .fs-p-memberInfo {
        text-align: left;
        margin: 0 15px 1em;
    }
}


/*　マイページ お気に入りリスト　*/
.fs-c-wishlistProduct { margin-top: 80px; }

.fs-c-wishlistProduct__title,
.fs-c-featuredProduct__title {
    border-bottom: 1px solid #ddd;
    line-height: 1.6;
    padding: 0 0 10px;
    margin: 0 0 20px;
}

.fs-c-button--addToCart--list { font-size: 1.3rem; }

@media screen and (max-width: 960px) {
    .fs-c-accountService__page {
        margin: 0 0 16px;
        flex-basis: 48%;
    }

    .fs-c-accountService__page--accountDelete { flex-basis: 100%; }
}

/*　マイページ 注文履歴　*/
.fs-c-history__info {
    background: #f8f8f8;
    border-radius: 3px;
}


/*　マイページ パスワード再設定　*/
.resetting-password {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
}

.info-box.resetting-password {
    padding: 60px 0 40px;
    margin-top: -60px;
}

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



@media screen and (max-width: 960px) {
    /* ヘッダー分の余白 */
    .fs-l-page {
        width: 100%;
        padding: 60px 0 0;
    }
}




