﻿@charset "UTF-8";

a:hover img{
    opacity: 0.8;
}

/*ヘッダー*/
.header-main h1{
    margin: 23px 0 23px 40px;
    height: 34px;
}
.header-main h1 img{
    height: 34px;
}
.header-categorylist{
    margin-left: 44px;
}
.header-categorylist > li{
    margin: 0 24px 0 0;
    padding: 0 24px 0 0;
}
.header-categorylist-title.active::after{
    display: none;  
}
.header-categorylist li a.header-categorylist-title::before,
.header-categorylist li span.header-categorylist-title::before{
    background: #E60012;   
}
.header-categorylist li:last-child{
    padding: 0;
    margin: 0;
}
.header-categorylist li:last-child a::before{
    display: none;
}
.header-categorylist li .header-categorylist-title{
    font-size: 1.4rem;
}
.header-categorylist-title.active{
    color: #222222;
    font-weight: normal;
}
.header-menus-main{
    border-top: 1px solid #DEDEDE;   
}
.header-foot{
    background: #5A2E0A;
    color: #fff;
}
.header-menu-list{
    display: flex;
    gap: 40px;
    margin: 24px 0 0;
}
.header-menu-list-tile{
    font-size: 1.8rem;
    margin: 0 auto 0;
    max-width: 1400px;
    min-width: 1200px;
    width: 100%;
    color: #E51F19;
}
/*
.zenmarugothic{
    font-family: "Zen Maru Gothic", serif;
    font-weight: bold;
}
*/
.header-menu ul li{
    margin-bottom: 12px;
}
.header-menu ul li:last-child{
    margin: 0;
}
.header-menu ul li a{
    font-size: 1.4rem;

}
.header-categorylist li a.header-categorylist-title::before, .header-categorylist li span.header-categorylist-title::before{
    width: 1px;
}
.goods-staticpage-list .header-menu-list,
.goods-search .header-menu-list{
    margin: 24px auto 0;
    max-width: 1400px;
    min-width: 1200px;
    width: 100%;    
}

.goods-search .header-menu-list .header-menu{
    width: 100%;
}
.goods-staticpage-list .header-menu-list .header-menu ul{
    border: none;
    display: flex;
    flex-direction: row;
}
.goods-search .header-menu-list .header-menu ul{
    display: flex;
    gap: 12px;
    flex-direction: row;
}
.goods-search .header-menu-list .header-menu ul li{
    margin: 0;
    padding: 0;
    width: calc((100% / 8) - 11px);
}
.goods-staticpage-list .header-menu-list .header-menu ul li{
    width: unset;

}
.goods-staticpage-list .header-menu-list .header-menu ul a,
.goods-search .header-menu-list .header-menu ul a{
    padding: 0 0 0 13px;
    background: url(../img/goods_search_shape.png) left center no-repeat;
    color: #5A2E0A;
}

.header-menus-inner{
    max-width: 100%;
    min-width: 100%;
    width: 100%;
}
.goods-search .header-menus-inner .block-btn{
    margin-top: 40px;
}
.goods-search .header-menus-inner .block-btn a{
    color: #fff;
    border: none;
    font-weight: 700;
    background: #E51F19 url(../img/btnshape.png) right 16px center no-repeat;
}
/*ヘッダー*/

/*メインビジュアル*/
.block-top-body-main .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #5A2E0A;
}
.block-top-body-main .swiper-button.swiper-button-prev,
.block-top-body-main .swiper-button.swiper-button-next{
    background-color: #5A2E0A;
}
/*メインビジュアル*/

/*インフォメーション*/
.block-top-info{
    margin-bottom: 60px;
    background: none;
}
.block-top-info-main{
    padding: 0;
}
/*インフォメーション*/
.block-top-title{
    color: #E51F19;
    font-size: 2.8rem;
    font-weight: bold;
}
.block-top-title span{
    color: #E51F19;
    font-size: 1.2rem;
}
.block-btn a{
    color: #fff;
    border: none;
    font-size: 14px;
    height: 40px;
    font-weight: bold;
    background: #E51F19 url(../img/btnshape.png) right 16px center no-repeat;
}

/*ブランド紹介*/
.block-top-brandinfo{
    background: #FDF8F0;
    padding: 60px 0;
}
.block-top-brandinfo-main{
    max-width: 703px;
    min-width: 703px;
    width: 100%;
    margin: 0 auto 40px;

}
.block-top-brandinfo-inner{
    max-width: 703px;
    min-width: 703px;
    width: 100%;
    margin: 0 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
}
.block-top-brandinfo-main picture{
    width: 191px;
    flex-shrink: 0;
}
.block-top-brandinfo-main picture img{
    vertical-align: bottom
}
.block-top-brandinfo-main p.block-top-brandinfo-detail{
    color: #222;
    font-size: 1.4rem;
    line-height: 2;
    width: calc(100% - 250px);
}
.block-top-brandinfo-main .block-top-brandinfo-detail p{
    font-weight: normal;
}
.block-top-brandinfo-main .block-top-brandinfo-detail p.block-top-brandinfo-detail-title{
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.block-top-brandinfo-main .block-top-brandinfo-detail p.block-top-brandinfo-detail-comment{
    font-size: 1.8rem;
    line-height: 2;
    font-weight: bold;
    color: #E51F19;
}
.block-top-brandinfo .block-btn{
    max-width: 702px;
    min-width: 702px;
    width: 100%;
    margin: 0 auto;
}
.block-top-brandinfo .block-btn a{
    margin: 0 auto;
    font-size: 1.4rem;
    color: #fff;
    border: none;
}
/*ブランド紹介*/

/*おすすめの特集*/
.block-top-product{
    max-width: 1400px;
    min-width: 1200px; 
    width: 100%;
}
.block-top-product-campaign{
    padding-bottom: 120px;
}
.block-top-product-campaign-main ul li img{
    border-radius: 0;
}
/*おすすめの特集*/

/*商品から探す*/
.block-top-event{
    padding-bottom: 80px;
}
.block-top-event--goods{
    margin-top: 48px;
}
.block-top-search-product{
    max-width: 1400px;
    min-width: 1200px;
    width: 100%;
    border-radius: 40px;
    background: #FDF8F0;
    padding: 60px 0;
    box-sizing: border-box;
    margin-bottom: 0;
}
.block-top-keyword{
    padding: 0;
    border: none;
    max-width: 1400px;
    min-width: 1200px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #E51F19;
    margin: 40px auto 0 auto;
    padding: 48px 0 60px;
    border-radius: 40px;
}
.block-top-keyword h3{
    color: #E51F19;
    font-size: 2.0rem;
    font-weight: bold;
}
.block-top-keyword-list a{
    color: #E51F19;
    border: 1px solid #E51F19;
}
input.block-global-search--keyword{
    background: #fff;
    border: 1px solid #E51F19;
    box-sizing: border-box;
    color: #E51F19;
}
input.block-global-search--keyword::placeholder{
    color: #E51F19;
}
.header-right ul li .header-search-inner .block-global-search--submit,
.block-global-search form .block-global-search--submit{
    border: none;
    background: #fff url(../img/loope.png) right center no-repeat;
}
.block-top-search-product-main{
    margin: 48px auto 0 auto;
}
.block-top-search-product-main h3{
    text-align: center;
    font-size: 2.3rem;
    margin-bottom: 20px;
    line-height: 1;
}
.block-top-search-product-list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px auto 0;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    min-width: 1200px;
}
.block-top-search-product-item{
    width: calc((100% / 6) - 20px);
    box-sizing: border-box;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    color: #444444;
    font-size: 1.4rem;
}
.block-top-search-product-item > *{
    padding: 12px 38px 12px;
    display: block;
    text-decoration: none;
    color: #444444;
    font-size: 1.6rem;

}

.block-top-search-product-item picture{
    margin-bottom: 6px;
    height: 106px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.block-top-search-product-item p{
    font-weight: 500;
    font-size: 1.6rem;
    font-weight: bold;
    color: #E51F19;
}
/*商品から探す*/

/*ピックアップ商品*/
.block-top-pickup{
    padding-top: 0;
    padding-bottom: 0;
    background: none;
    border-top: none;
}
.block-top-pickup-detail h3{
    font-weight: normal;
}
.block-top-event{
    border-top: none;
}
/*ピックアップ商品*/

/*お知らせ*/
.block-top-topic{
    width: unset;
    max-width: unset;
    min-width: unset;
    background: #E8E2D2;
    padding: 80px 0;
}
.block-top-topic--body{
    width: 100%;
    max-width: 1400px;
    min-width: 1200px;
    margin: 48px auto 0;
    padding: 23px 100px 60px;
    box-sizing: border-box;
    background:#FFFFFF;
    border-radius: 40px;
}
.block-topic--items li > *{
    border-bottom: 1px solid #E8E2D2;
}
.block-topic--items li a {
    color: #5A2E0A;
    background: url(../img/topic_shape.png) right 36px center no-repeat;
}
.block-top-info-title{
    color: #E51F19;
}
.block-top-info-comment{
    color: #5A2E0A;
}
.block-top-info-comment a{
    color: #5A2E0A;
}
.block-topic--items li dl dt,
.block-topic--items li dl dd{
    color: #43342B;
}
/*お知らせ*/
#goodsdetail_itemhistory{
    padding-bottom: 80px;
}

.block-top-keyword-list a:hover{
    background: #E51F19;
    color: #FFF;
}
.goods-search .header-menus-inner .block-btn a:hover,
.block-btn a:hover{
    border: 1px solid #E51F19;
    color: #E51F19;
    text-decoration: none;
    transition: .3s;
    background: #FFF url(../img/btnshape_hover.png) right 16px center no-repeat;

}
.footer-brand-staticlist ul li a:hover{
    text-decoration: underline;
    transition: .3s;
}
.header-categorylist li .header-categorylist-title:hover,
.header-right ul li > div:hover span,
.header-right ul li a:hover,
.goods-staticpage-list .header-menu-list .header-menu ul a:hover,
.goods-search .header-menu-list .header-menu ul a:hover,
.block-top-info-comment a:hover,
.block-topic--items li a:hover dt,
.block-topic--items li a:hover dd,
.block-pickup-list-p--item-body .js-enhanced-ecommerce-goods-name:hover,
.block-thumbnail-h--item .js-enhanced-ecommerce-goods-name:hover{
    color: #E51F19;
    transition: .3s;
    font-weight: bold;
}
#itemHistoryButton a:hover{
    text-decoration: none;
    transition: .3s;    
}
/*フッター*/
.footer-contact-main,
.footer-contact{
    padding: 0;
    margin: 0 auto;
    border: none;
}
.chichiyasu.footer-contact .footer-contact-items{
    display: block;
    padding: 48px 0 40px 0;
}
.footer-contact-items-main{
    display: flex;
    flex-direction: row;
    gap: 40px;
}
.footer-contact-items-main{
    max-width: 383px;
    min-width: 383px;
    width: 100%;
    margin: 0 auto;
}
.footer-contact-items-main picture img{
    height: 99px;
    vertical-align: bottom;
}

.chichiyasu.footer-contact p.footer-contact-text1{
    background: none;
    padding: 0;
}
.chichiyasu.footer-contact p.footer-contact-text1 a{
    font-size: 1.4rem;
    font-weight: normal;
    background: none;
    padding: 0;
    width: max-content;
    margin: 0 auto 0;
    background: #E51F19;
    border-radius: 20px;
    display: block;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff;
}
.chichiyasu.footer-contact p.footer-contact-text1 a:hover{
    opacity: 0.8;
}
.chichiyasu.footer-contact p.footer-contact-text1 a span{
    background: url(../img/mail.png) left center no-repeat;
    padding: 0 0 0 22px;
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none;
}
.chichiyasu.footer-contact p.footer-contact-text2{
    color: #222222;
    font-size: 2.4rem;
    font-weight: 500;
    background: url(../img/tel.png) left center no-repeat;
    padding: 0 0 0 24px;
    min-height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    margin: 6px 0 3px 0;
}
.chichiyasu.footer-contact p.footer-contact-text3{
    font-size: 1.2rem;
}
.chichiyasu.footer-contact .footer-contact-comment{
    line-height: 1.8;
    margin-top: 16px;
    text-align: center;
    font-size: 1.4rem;
    color: #5A2E0A;
    flex-direction: column;
}
.chichiyasu.footer-contact .footer-contact-comment span{
    font-weight: normal;
}


.footer-brand-staticlist ul li.pdf::before{
    background: url(../img/pdf.png)
}
.footer-brand-staticlist {
    margin: 0;
    padding: 24px 0 52px 0;
}
.footer-contact-main{
    margin-bottom: 0;
    padding: 0;
    border: none;
}
.footer-contact{
    background: #FDF8F0;
}
.footer-brand-staticlist ul li::after,
.footer-brand-staticlist ul li a{
    color: #5A2E0A;
}
.footer-brand-staticlist ul li a{
    font-weight: bold;
}
.footer-brand-staticlist ul li::after{
    background: #BFBFBF;
}
.footer-brand-staticlist ul li:last-of-type{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
/*フッター*/

#itemHistoryButton a{
    font-size: 1.4rem;
    color: #5A2E0A;
}
.goodsdetail_itemhistory_main{
    border: none;
}
@media print, screen and (max-width: 767px) {
    /*ヘッダー*/
    .header-top{
        border: none;
    }
    .header-main h1 img{
        height: 26px;
    }
    .header-nav{
        box-shadow: unset;
        height: max-content;
        background: #fff;
        border-top: 1px solid #DEDEDE;
        padding-bottom: 40px;
    }
    .header-categorylist > li {
       margin: 0;
       padding: 0;
       border: none;
    }
    .header-categorylist li:last-child{
        border: none;
    }
    .header-menus-main{
        display: flex!important;
        border-top: none;
    }
    .header-menu-list{
        gap: 0;
        flex-direction: column;
        margin: 0;
    }
    .header-menus-inner{
        max-width: 100%;
        min-width: 100%;
        width: 100%;
        padding: 0 16px 0;
        background: #fff;
        box-sizing: border-box;
        border: none;
    }
    .header-menu-list-tile{
        max-width: 100%;
        min-width: 100%;
        width: 100%;
        font-size: 1.6rem;
        font-weight: bold;
        margin-top: 20px;
    }
    .header-menu ul{
        background: unset;
    }
    .header-menus-inner .block-btn{
        padding: 0 15px;
        width: 100%;
        box-sizing: border-box;
    }
    .header-menu-morebtn{
        padding: 13px 14px;
        font-size: 1.2rem;
        font-weight: normal;  
        text-align: center;
        background: #EFEFEF;
        height: 44px;
        box-sizing: border-box;
        border-bottom: 1px solid #DEDEDE;
    }
    .header-menu-morebtn span{
        width: max-content;
        padding: 0 16px 0 0;
        margin: 0 auto;
        background: url(../img/sp/plus.png) right center no-repeat;
        background-size: 8px auto;
    }
    .header-menu-morebtn.close span{
        background: url(../img/sp/minus.png) right center no-repeat;
        background-size: 8px auto;

    }
    .js-pulldown-sp ul{
        display: none;
    }
    .header-categorylist li.header-menu-static-list{
        border: none ;
        margin: 40px 0;
    }
    .header-menu-static-list .header-menu-list{
        margin: 0;
    }
    .header-menu-static-list .header-menu-list a{
        background: url(../img/sp/shape.png) right 14px center no-repeat;
        background-size: 5px auto;
        font-size: 1.6rem;

    }
    .goods-search .header-menus-inner .block-btn{
        margin: 21px 0 15px;
    }
    .header-right-menu-closebtn{
        color: #E51F19;
        border: 1px solid #E51F19;
        font-size: 1.4rem;
        margin-top: 32px;
        width: auto;
        margin-left: 29px;
        margin-right: 29px;
        font-weight: bold;
    }
    .header-categorylist{
        border: none;
    }
    .goods-staticpage-list .header-menu-list{
        max-width: 100%;
        min-width: 100%;
        margin-top: 16px;
        padding: 0;
        border: none;
        margin-bottom: 0;
    }
    .goods-search .header-menu-list{
        max-width: 100%;
        min-width: 100%;
        margin-top: 16px;
    }
    .header-categorylist > li.js-pulldown .header-categorylist-title{
        display: none;
    }
    .goods-staticpage-list .header-menu-list{
        margin-top: 0;
    }
    .goods-staticpage-list .header-menu-list .header-menu ul li{
        margin: 0 0 12px;
        padding: 0;
    }
    .header-categorylist > li:last-child,
    .header-categorylist li{
        background: unset;
        margin-bottom: 0;
    }
    .header-categorylist li{
        margin-bottom: 12px;
    }
    .header-categorylist li.js-pulldown{
        margin-bottom: 17px;
    }
    .header-categorylist > li > a.header-categorylist-title{
        width: unset;
        color: #E51F19;
        font-weight: normal;
        display: inline-block;
        background-position: right center;
        font-size: 1.4rem;
        margin: 0 16px 0 16px; 
        padding: 0 13px 0 0;
        text-decoration: underline; 
        line-height: normal;
        background: url(../img/sp/goods_search_shape.png) right 0 center no-repeat;
        background-size: 6px auto;     
    }
    .goods-search .header-menu-list .header-menu ul li{
        width: 100%;
        border-bottom: 1px solid #EFE5DE;
    }
    .goods-search .header-menu-list .header-menu ul{
        flex-direction: column;
        border-top: 1px solid #EFE5DE;
        gap: 0;
    }
    .goods-staticpage-list .header-menu-list .header-menu ul a{
        background: none;
        padding: 0;
    }
    .goods-search .header-menu-list .header-menu ul a{
        padding: 12px 16px 12px;
        font-weight: normal;
        background: url(../img/sp/goods_search_shape.png) right 14px center no-repeat;
        background-size: 5px auto;
        line-height: normal;
    }
    .goods-staticpage-list .header-menu ul{
        background: none;
        margin-top: 32px;
    }
    .goods-staticpage-list .header-menu ul li{
        display: list-item;
        line-height: normal;
    }
    .goods-staticpage-list .header-menu ul li:last-child{
        margin-bottom: 0;
    }
    .goods-staticpage-list .header-menu ul a{
        font-weight: normal;
        color: #666666;
        text-decoration: underline;
        position: relative;
        line-height: normal;
        display: inline-block;
    }
    .goods-staticpage-list .header-menu ul a::before{
        background: url(../img/sp/goods-staticpage_shape.png) center center no-repeat;
        background-size: 5px 8px;
        display: inline-block;
        content: '';
        line-height: normal;
        width: 5px;
        height: 8px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        right: -13px;
        height: 8px;

    }
    .goods-staticpage-list .header-menu-list .header-menu ul{
        flex-direction: column;
    }
    .header-foot{
        padding: 6px 0 8px;
    }
    .header-foot p{
        font-size: 1.2rem;
    }
    header{
        border-bottom: none;
    }
    /*ヘッダー*/

    /*おすすめの特集*/
    .block-top-product{
        max-width: unset;
        min-width: unset;
        width: unset;
    }
    .block-top-product-campaign{
        padding-bottom: 60px;
    }
    .block-top-product-campaign ul{
        flex-wrap: wrap;
        flex-direction: row;
        gap: 12px;
        margin: 0 16px 40px;
    }
    .block-top-product-campaign li{
        width: 50%;
    }
    .block-top-product-campaign-main ul li{
        width: calc((100% / 2) - 6px);
        margin: 0;
    }
    .block-top-pickup-main{
        margin-top: 32px;
    }
    /*おすすめの特集*/

    /*インフォメーション*/
    .block-top-info{
        margin: 0;
        padding: 0 16px 40px;
        width: unset;
    }
    /*インフォメーション*/

    /*ブランド紹介*/
    .block-top-brandinfo{
        padding: 60px 16px;
        background: #FDF8F0;
    }
    .block-top-brandinfo-main{
        max-width: unset;
        min-width: unset;
        width: unset;
        margin-bottom: 32px;
    }
    .block-top-brandinfo-inner{
        max-width: unset;
        min-width: unset;
        width: unset;
        gap: 24px;
    }
    .block-top-brandinfo-main picture{
        width: unset;
    }
    .block-top-brandinfo-inner{
        flex-direction: column;
    }
    .block-top-brandinfo-main .block-top-brandinfo-detail p{
        width: unset;
        text-align: center;
    }
    .block-top-brandinfo .block-btn{
        max-width: unset;
        min-width: unset;
        width: unset; 
        margin: 0 29px;
    }
    .block-top-brandinfo-inner img{
        height: 113px;
        vertical-align: bottom;
    }
    .block-top-brandinfo-main .block-top-brandinfo-detail p.block-top-brandinfo-detail-title{
        font-weight: bold;
        font-size: 1.4rem;
        margin-bottom: 8px;
        text-align: center;
    }
    .block-top-brandinfo-main .block-top-brandinfo-detail p.block-top-brandinfo-detail-comment{
        font-size: 1.4rem;
    }
    /*ブランド紹介*/
    
    /*商品から探す*/
    .block-top-product{
        padding: 0 0;
        margin: 0;
    }
    .block-top-search-product{
        width: unset;
        max-width: unset;
        min-width: unset;
        padding: 60px 16px;
        border-radius: 0;
    }
    .block-top-search-product-main{
        max-width: unset;
        min-width: unset;
        padding-top: 0;
        margin-top: 32px;
    }
    .block-top-search-product-list{
        gap: 12px;
        margin: 0 0 0;
        max-width: unset;
        min-width: unset;
        width: unset;
    }
    .block-top-search-product-item{
        width: calc((100% / 2) - 6px);
    }
    .block-top-search-product-item > *{
        padding: 6px 0 12px;
    }
    .block-top-search-product-item img{
        max-width: 100%;
        max-height: 100%;
    }
    .block-top-keyword{
        max-width: unset;
        min-width: unset;
        width: unset;   
        margin: 32px 16px 60px; 
        padding: 40px 0 40px;
    }
    .block-top-keyword-list a{
        margin-right: 4px;
        padding: 4px 12px 5px 12px;
    }
    .block-top-keyword h3{
        margin-bottom: 12px;
    }
    .block-top-search-product-main h3{
        font-size: 2.2rem;
    }
    .block-top-search-product-item picture{
        width: 106px;
        height: 106px;
        margin: 0 auto;
    }
    .block-top-keyword-main{
        max-width: unset;
    }
    .block-top-search-product-item p{
        font-size: 1.6rem;
        color: #E51F19;
    }
    .block-global-search form{
        margin-top: 12px;
    }
    .block-global-search form .block-global-search--submit{
        background: #fff url(../img/sp/loope.png) right center no-repeat;
        background-size: 16px 16px;
        width: 16px;
        height: 16px;
    }
    .block-top-event--goods{
        margin-top: 32px;
    }
    .block-top-event{
        padding-bottom: 60px;
    }
    /*商品から探す*/

    /*お知らせ*/
    .block-top-topic{
        padding: 60px 0;
    }
    .block-top-topic--body{
        max-width: unset;
        min-width: unset;
        width: unset; 
        padding: 2px 24px 32px;
        margin: 0 16px;
        border-radius: 20px;
    }
    .block-topic--items li a{
        background: none;
    }
    .block-topic--items li dl dt{
        padding-left: 0;
    }
    .block-top-info-title{
        text-align: center;
    }
    /*お知らせ*/
    #goodsdetail_itemhistory{
        padding-bottom: 60px;
    }
    /*フッター*/
    .chichiyasu.footer-contact .footer-contact-items{
        padding: 0;
    }
    .chichiyasu.footer-contact .footer-contact-comment{
        font-size: 1.2rem;
    }
    .footer-contact-items-main{
        max-width: unset;
        min-width: unset;
        width: max-content;
        margin-bottom: 16px;
    }
    .footer-brand-staticlist{
        margin-top: 32px;
        padding: 0 24px 0;
        gap: 28px;
        width: unset;
        display: flex;
        flex-direction: row;
    }
    .footer-brand-staticlist ul{
        width: unset;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        gap: 0;
    }
    footer .footer-brand-staticlist ul li.pdf,
    footer .footer-brand-staticlist ul li{
        width: 100%;
        margin: 0 0 16px;
    }
    .footer-brand-staticlist ul li.pdf span{
        position: relative;
    }
    footer .footer-brand-staticlist ul li.pdf:last-child,
    .footer-brand-staticlist ul li.pdf:last-child{
        margin-bottom: 0;
    }
    .footer-brand-staticlist ul li:last-of-type::after,
    footer .footer-brand-staticlist ul li.pdf:last-child::after,
    .footer-brand-staticlist ul li.pdf:last-child::after{
        display: none;
    }
    .footer-brand-staticlist ul li:last-child{
        margin-top: 0;
    }
    .footer-brand-staticlist ul li.pdf span::before{
        background: url(../img/sp/pdf.png) no-repeat right center;
        background-size: 12px 12px;
        width: 12px;
        height: 12px;
        display: inline-block;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: -20px;
        margin: auto 0;
    }        
    footer .footer-main .pdf{
        margin: 0;
    }
    .footer-contact-link.footer-contact-item span{
        font-size: 1.8rem;
        font-weight: 600;
    }
    .footer-contact-item{
        width: unset;
    }
    .footer-contact-item a{
        height: 60px;
    }
    .footer-contact-link.footer-contact-item span{
        height: unset;
        background: url(../img/sp/footer_mail.png) left center no-repeat;
        background-size: 22px auto;
    }
    .footer-guide-link.footer-contact-item span{
        height: 21px;
        background: url(../img/sp/footer_guide.png) left center no-repeat;
        background-size: 22px auto;
        font-size: 1.8rem;
    }
    .footer-contact{
        padding-top: 40px;
        padding-bottom: 44px;
        display: flex;
    }
    header .footer-contact{
        display: none;
    }
    .footer-contact-items{
        max-width: unset;
        min-width: unset;
        flex-direction: column;
    }
    #itemHistory{
        margin-top: 20px;
    }
    #goodsdetail_itemhistory .block-top-title{
        margin-bottom: 20px;
    }
    #itemHistoryButton a{
        font-size: 1.0rem;
    }
    #itemHistoryButton{
        margin-right: 24px;
    }
    /*フッター*/
    body.fixed{
        max-width: 100%;
    }
    header{
        min-height: 48px;
    }
    .wrapper_ > .container_{
        margin-top: 48px;
    }
}

/*フリーページ*/

#itemHistoryButton a{
    color: #888888;
}
/*フリーページ*/
main.freepage.guide .faq-item a{
    color: #E51F19;
}
main.freepage.guide .faq-item a:hover{
    opacity: 0.8;
    font-weight: normal;
    text-decoration: underline;
}
.guide-item__heading::before{
    background: #E51F19;
}
.guide-item__link{
    color: #E51F19;
}
.guide-nav__list li a:hover{
    border: 1px solid #E51F19;
    background: #E51F19 url(../img/pulldown_hover.png) right 16px center no-repeat;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
}
h2.guide-content__heading{
    border-bottom: 3px solid #E51F19;
}

h3.guide-item__heading{
    background-color: #FDF8F0;
}
h3.faq-item__heading{
    background-color: #FDF8F0;
    background-image: url(../img/q.png), url(../../img/freepage/faq/plus.png);
    background-position: 19px center,right 24px center;
    background-repeat: no-repeat,no-repeat;
}
h3.faq-item__heading.active {
    background-color: #FDF8F0;
    background-image: url(../img/q.png), url(../../img/freepage/faq/minus.png);
    background-position: 19px center, right 24px center;
    background-repeat: no-repeat, no-repeat;
}
/*フリーページ*/