img{image-rendering: -webkit-optimize-contrast;}
.fs-l-header {
    display: block;
    padding-top: 0;
}
.fs-body-my-top .fs-p-accountInfo {
    text-align: right;
}
input[type='checkbox'].agree {
    display: inline-block !important;
    -webkit-appearance: auto !important;
    appearance: auto !important;
    background: #fff !important;
    border: 1px solid #000 !important;
}
.fs-l-header--min{
    border-bottom: 0;
}
.fs-c-productPrice__addon {
    font-size: 1.2rem;
    font-weight: 600;
    margin-left: 5px;
}
.fs-c-salesPeriod__date ,.fs-c-productListItem__notice{
    font-weight: 700;
}
.fs-c-productNameHeading {
    font-size: 2.2rem;
}
.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    color:#bd290f;
    font-size: 2.4rem;
    font-weight: bold;
}
.fs-c-inquiryAboutProduct span.fs-c-button__label {
    border-bottom: 1px solid #9a2a1d;
}
.fs-c-button--plain:hover {
    color: #9a2a1d;
    opacity: 0.8;
    text-decoration: none;
}
.fs-c-heading--page{
color: #492a13;
border-bottom: 2px solid #492a13;
}
.fs-p-productDescription.fs-p-productDescription--full {
    font-weight: 700;
}
.fs-c-breadcrumb {
    font-size: 1.2rem;
    margin: 0px auto;
    padding: 8px;
    max-width: 1216px;
}
.fs-l-footer {
    border-top: none;
    background-color: transparent;
}
/* ----------------------------------------------------------------------
    GUIDE & FAQ
---------------------------------------------------------------------- */

section.guide > ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
section.guide > ul li {
    flex-basis: 33.3333%;
    text-align: center;
}
section.guide > ul li {
    border-right: 1px solid #ccc;
    margin-bottom: 28px;
}
section.guide > ul li a {
    display: block;
    font-size: 16px;
    padding: 8px;
}
section.guide > ul li:nth-child(3n) {
    border-right: 0;
}
section.ac_guide, section.ac_faq {
    margin-bottom: 80px;
}

.fs-c-documentColumn__heading,
.fs-c-subSection__title,
.fs-c-featuredProduct__title,
.fs-c-documentArticle__heading,
section.ac_guide h2, section.ac_faq h2 {
    font-weight: bold;
    font-size: 2.0rem;
    padding: 0.56em 0.31em;
}
section.ac_guide p {
    font-size: 1.6rem;
    line-height: 2;
}
.fs-c-documentColumn__heading,
.fs-c-subSection__title,
.fs-c-featuredProduct__title,
.fs-c-documentArticle__heading {
    font-size: 22px;
}
section.ac_guide ul li,
section.ac_faq ul li {
    font-weight: 700;
    list-style: none;
    margin-bottom: 2px;
}
section.ac_guide p.ac_guide_q,
section.ac_faq p.ac_faq_q {
    font-size: 1.75rem;
    padding: 1.44em 4.11em 1.44em 1.11em;
    background: #fff;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}
section.ac_guide p.ac_guide_q.open,
section.ac_faq p.ac_faq_q.open {
    border-radius: 10px 10px 0 0;
}
section.ac_guide p.ac_guide_q::after,
section.ac_faq p.ac_faq_q::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 2px;
    background: #492a13;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
section.ac_guide p.ac_guide_q::before,
section.ac_faq p.ac_faq_q::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 2px;
    background: #492a13;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: rotate(90deg);
    transition: 0.3s;
}
section.ac_guide p.ac_guide_q.open::before,
section.ac_faq p.ac_faq_q.open::before {
    width: 16px;
    height: 2px;
    right: 30px;
    transform: rotate(0deg);
}
section.ac_guide .ac_guide_a,
section.ac_faq .ac_faq_a {
    display: none;
    padding: 2em 1.43em 2.79em;
    font-size: 14px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
}
section.ac_faq ul li {
    position: relative;
}
section.ac_faq ul li:before {
    content: "";
    display: inline-block;
    width: 23px;



















    height: 23px;
    background: url('')no-repeat center;
    background-size: contain;
    position: absolute;
    z-index: 1;
    left: 30px;
    top: 26px;
}
section.ac_faq p.ac_faq_q {
    padding: 1.44em 4.11em 1.44em 4.22em;
}
section.ac_faq .ac_faq_a {
    padding: 2em 4.43em 2.79em 5.43em;
    position: relative;
    font-size: 16px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
}
section.ac_faq .ac_faq_a:before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url('')no-repeat center;
    background-size: contain;
    position: absolute;
    z-index: 1;
    left: 30px;
    top: 30px;
}
@media screen and (max-width:767px) {
    section.fs-l-pageMain > section.guide {
        padding: 0;
    }
    section.guide > ul {
        border-top: 0px;
        border-bottom: 0px;
        margin-bottom: 50px;
    }
    section.guide > ul li {
        flex-basis: 50%;
        margin: 0;
        border: 0px;
        display: flex;
        align-items: center;
        text-align: left;
    }
    section.guide > ul li:nth-child(3n) {
        border-right: 0px;
    }
    section.guide > ul li:nth-child(2n) {
        border-right: 0;
    }
    section.guide > ul li:last-child {
        border-bottom: 0;
    }
    section.guide > ul li a {
        font-size: 14px;
    }
    section.ac_guide, section.ac_faq {
        padding: 0 8px;
        margin-bottom: 55px;
    }
    section.ac_guide h2, section.ac_faq h2 {
        font-size: 18px;
    }
    section.ac_guide p.ac_guide_q, section.ac_faq p.ac_faq_q {
        font-size: 14px;
        padding: 1em 3.11em 1em 1.11em;
    }
    section.ac_guide p{
        font-size: 13px;
    }
    section.ac_guide p.ac_guide_q::before, section.ac_faq p.ac_faq_q::before {
        right: 15px;
    }
    section.ac_guide p.ac_guide_q.open::before, section.ac_faq p.ac_faq_q.open::before {
        right: 15px;
    }
    section.ac_guide p.ac_guide_q::after, section.ac_faq p.ac_faq_q::after {
        right: 15px;
    }
    section.ac_guide .ac_guide_a, section.ac_faq .ac_faq_a {
        font-size: 13px;
    }
    section.ac_faq p.ac_faq_q {
        padding: 1em 3.11em 1em 3.8em;
    }
    section.ac_faq ul li:before {
        width: 20px;
        height: 20px;
        top: 1em;
        left: 1.2em;
    }
    section.ac_faq .ac_faq_a {
        padding: 1.5em 1.43em 1.79em 4.09em;
    }
    section.ac_faq .ac_faq_a:before {
        width: 20px;
        height: 20px;
        top: 1.6em;
        left: 1.29em;
    }
}

/* ----------------------------------------------------------------------
    ABOUT
---------------------------------------------------------------------- */

.normal-table {
    border-collapse: collapse;
    width: 100%;
}
.normal-table th {
    border-bottom: 1px solid #333;
    text-align: left;
    padding: 10px;
    font-weight: bold;
}
.normal-table td {
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    text-align: left;
    padding: 10px;
}
@media screen and (max-width:767px) {
    .normal-table th {
        display: block;
        border-bottom: none;
    }
    .normal-table td {
        display: block;
        border-left: none;
    }
}
/* ----------------------------------------------------------------------
    CONTACT
---------------------------------------------------------------------- */
.page-contact {
    max-width: 600px;
    margin: 0 auto;
}
.page-contact h1 {
    display: none;
}
.page-contact p:nth-child(odd) {
    font-size: 1.5rem;
    font-weight: bold;
}
.page-contact p:nth-child(even) {
    margin-bottom: 30px;
}
.page-contact p:last-child {
    margin-top: 30px;
    text-align: center;
}

.page-contact input[type="text"],
.page-contact select {
    padding: 8px;
    border: 1px solid #ccc;
    margin: 10px 0;
}
.page-contact input[type="submit"] {
    color: #fff;
    font-size: 1.50rem;
    background-color: #444;
    box-shadow: 0 0 2px #b2b2b2;
    border: none;
    padding: 10px 60px;
    min-width: 240px;
}

/*2022/6/追加ツィッター短く--------------------------------------------*/

.fs-body-top
.main_block .mod_block_bottom 
.main_block .mod_block_restock
{
background: #fffeef;
}

#fs_CustomPage, #fs_ProductDetails, #fs_ProductCategory  {
background-size: 70%;
}

/*2022/6/商品詳細文字細く--------------------------------------------*/
.fs-p-productDescription.fs-p-productDescription--full {
    font-weight: 500;
}

/*2022/6/23paypayバナー(230621表示）------------------------------------*/
/*.fs-l-checkout__sideColumn:after {
    content: '';
    background-image: url(https://ukiuki.itembox.design/item/img/paypay_campaign_230621_300x300.png);
    display: inline-block;
    width: 300px;
    height: 300px;
    background-size: contain;
    vertical-align: middle;
    margin: 10px;
}*/

/*2022/6/1max-width768px--------------------------------------------*/

@media screen and (max-width: 768px){
.main_block .mod_block_sns .tw_content .tw .tw_timeLine  {
    height: 300px;
}

.zoom-in-img img{
max-width: 70%;
}
}
/*2022/6/1mix-width768px--------------------------------------------*/

/*2023/12/29カテゴリの線を消す--------------------------------------------*/
.fs-c-heading--page {
    border-bottom: 0px solid #492a13;
    margin: 0px;
    padding: 0px;
}

@media screen and (max-width: 768px){
h1.fs-c-heading.fs-c-heading--page {
    margin: 0px;
}
	}
/*2023/12/29カテゴリの線を消す--------------------------------------------*/
/*2024/9/27SP 特集上の空間--------------------------------------------*/
@media screen and (max-width: 768px){
.main_block .mod_block_special .top_item_list > ul > li:nth-child(n+2) {
    margin-top: 20px;
}
}
/*本のカテゴリだけカテゴリアート消えてなかったので消す--------------------------------------------*/
.cgimg {
  display: none;
}



