﻿@charset "UTF-8";
body{
    position: relative;
}
a:hover img{
    opacity: 0.8;
}

/*ヘッダー*/
.header-main h1{
    margin: 8px 0 8px 40px;
    height: 64px;
}
.header-main h1 img{
    height: 64px;
}
.header-categorylist{
    margin-left: 44px;
    font-family: "Shippori Mincho", serif; 
}
.header-categorylist > li{
    margin: 0 24px 0 0;
    padding: 0 24px 0 0;
}
.header-categorylist li a.header-categorylist-title::before,
.header-categorylist li span.header-categorylist-title::before{
    background: #E3E3E3; 
}
.header-right ul li .header-search-inner .block-global-search--submit{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/loope.png) center center no-repeat;
}
.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::after{
    display: none;
}
.header-categorylist-title.active{
    color: #A885B7;
    font-weight: normal;
}
.header-foot{
    background: #8AE6DE;
    color: #fff;
}
.header-menu-list{
    display: flex;
    gap: 40px;
    margin: 24px 0 0;
}
.header-menu-list-tile{
    font-size: 1.8rem;
    margin: 0 auto 32px;
    max-width: 1400px;
    min-width: 1200px;
    width: 100%;
    text-align: center;
    font-size: 2rem;
    font-weight: normal;
    color: #8AE6DE;
}
.notoserifjp{
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
}
.header-menu {
    width: 100%;
}
.header-menu ul li{
    margin: 0 0 12px;
    padding: 0;

}
.header-menu ul li:last-child{
    margin: 0;
}
.header-menu ul li a{
    font-size: 1.4rem;
}
.header-menu ul{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
}
.header-menu ul li {
    width: calc((100% / 4) - 24px);
}
.goods-search .header-menus-inner .block-btn{
    margin-top: 40px;
}
.goods-search .header-menus-inner .block-btn a{
    color: #fff; 
    width: 300px;
    height: 40px;
    background: #8AE6DE url(../img/btnshape.png) right 16px center no-repeat;
}
.header-menu-detail{
    background: #F9FCFB;
    padding: 14px 0;
    text-align: center;
}
.header-menu-detail h3{
    color: #434A42;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
}
.header-menu-detail p{
    color: #434A42;
    margin-top: 10px;
    font-size: 1.0rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
}
.header-staticlist{
    display: none;
}
.header-foot{
    font-family: "Shippori Mincho", serif; 
}
/*ヘッダー*/

/*メインビジュアル*/
.block-top-body-main .block-top-body--body{
    max-width: 1080px;
    min-width: 1080px;
    width: 100%;
}
.block-top-body-main .block-top-body--body .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.block-top-body-main {
    padding-top: 0;
}
.block-top-body-main .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #444444;
}
.block-top-body-main .swiper-button.swiper-button-orev,
.block-top-body-main .swiper-button.swiper-button-next{
    background-color: #444444;
}
div.block-top-body-main .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
div.block-top-body-main .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0;
    background: #e3e3e3;
    opacity: 1;
}
div.block-top-body-main .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
div.block-top-body-main .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #8AE6DE;
}
/*メインビジュアル*/

/*リード*/
.block-top-lead-wrap{
    position: relative;
}
.block-top-lead-wrap::before{
    display: inline-block;
    content: '';
    position: absolute;
    left: 0;
    top: 42px;
    width: 950px;
    height: 560px;
    background: #F9FCFB;
}
.block-top-lead{
    max-width: 1200px;
    min-width: 1200px;
    margin: 0 auto 180px;
    padding: 0 0 0;
    position: relative;
    z-index: 1;
    
}
.block-top-lead h2{
    font-size: 48px;
    color: #8AE6DE;
    font-weight: thin;
    margin: 0 0 46px;
    padding: 0;
    font-family: "Noto Serif JP", serif;
}
.block-top-lead-main{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 116px;
}
.block-top-lead-detail p{
    font-size: 1.4rem;
    line-height: 2.0;
    margin: 0 0 54px;
    padding: 0;
    color: #434A42;
    letter-spacing: 0.1em;
    font-family: "Shippori Mincho", serif;
}
.block-top-lead-main a{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: normal;
    background: #8AE6DE url(../img/lead_shape.png) center right 16px no-repeat;
    border-radius: 100px;
    width: 300px;
    height: 40px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    margin: 0 0 22px;
}
.block-top-lead-main > a{
    display: none;
}
.block-top-lead-main img{
    margin-top: auto;
}
/*リード*/


/*Categories*/
.block-top-categories{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 80px;
}
.block-top-categories h2{
    font-size: 2.8rem;
    font-weight: normal;
    font-family: Nunito, sans-serif;
    margin: 0 auto 0;
    color: #8AE6DE;
}
.block-top-product-categories-main ul{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 32px;
    margin: 60px 0 0 0;
}
.block-top-product-categories-main li .block-top-categories-detail{
    background: #F9FCFB;
    padding: 8px 0 10px;
} 
.block-top-product-categories-main li a{
    text-decoration: none;
    text-align: center;
    color: #434A42;
    padding: 0 0 0;
    display: block;
}
.block-top-product-categories-main li a:hover{
    opacity: 0.8;
}
.block-top-product-categories-main li h3{
    margin: 0;
    padding: 0;
    font-weight: 500;
    color: #434A42;
    font-size: 1.6rem;
    font-weight: 500;
    margin: 0 0 0 0;
    line-height: 1;    
    font-family: Nunito, sans-serif;
}
.block-top-product-categories-main li p{
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    margin-top: 5px;
    color: #434A42;
    font-family: "Shippori Mincho", serif;
}
.block-top-pickup{
    background: none;
}
/*Best Seller*/
.block-top-event {
    background: #F9FCFB;
    padding: 100px 0 120px;
}
.block-top-event h2{
    margin: 0 auto 52px;
    font-size: 2.8rem;
    font-weight: normal;
    color: #8AE6DE;
}
.block-top-event .js-enhanced-ecommerce-goods-name {
    color: #434A42;
    font-size: 14px;
}
.block-top-event .block-pickup-list-p--price-infos .block-pickup-list-p--price{
    margin: 20px 0 0 0;
    color: #434A42;
    font-family: "Shippori Mincho", serif;
}
.block-pickup-list-p--item-description{
    font-family: "Shippori Mincho", serif;
}
.forcms_block .block-pickup-list-p--price-infos .net-price::before,
.forcms_block .block-pickup-list-p--price-infos .default-price::before,
.forcms_block .block-pickup-list-p--price-infos .price::before,
.forcms_block .block-ranking-r--goods .net-price::before,
.forcms_block .block-ranking-r--goods .default-price::before,
.forcms_block .block-ranking-r--goods .price::before{
    color: #434A42;

}

/*POPUP情報*/
.block-top-popupinfo{
    padding: 100px 0;
    background: url(../img/popup_bg.png) center top no-repeat;
    background-size: 100% auto;
}
.block-top-popupinfo-main a{
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    background: #8AE6DE;
    border-radius: 255px;
    padding: 80px 220px;
    box-sizing: border-box;
    display: flex;
    gap: 60px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.block-top-popupinfo-main h2{
    font-size: 2.8rem;
    font-weight: 500;
    color: #fff;
    margin: 0 0 40px;
    padding: 0;
    font-family: "Shippori Mincho", serif;
}
.block-top-popupinfo-main p{
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    margin: 0 0 24px;
    padding: 0;
    font-family: "Shippori Mincho", serif;
    line-height: 2;

}
.block-top-popupinfo-main ul{
    line-height: 2;
    margin: 0;
    padding: 0;

}
.block-top-popupinfo-main li{
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    margin: 0 0 0;
    padding: 0;
    font-family: "Shippori Mincho", serif;

}



/*NEWS*/
#block_of_topic{
    max-width: 1400px;
    width: 100%;
    margin: 100px auto;
    padding: 80px 100px 100px;
    box-sizing: border-box;
    background: #F9FCFB;
}
#block_of_topic .block-top-title{
    font-size: 2.8rem;
    font-family: Nunito, sans-serif;
    color: #8AE6DE;

}
.block-top-topic--body {
    background: unset;
    border-radius: unset;
    margin: 0 0 44px;
    padding: 0;
}
.block-topic--items li > *{
    border-bottom: 1px solid #99D3B3;
}
.block-topic--items li a{
    background: unset;
}
.block-topic--items li dl dd{
    font-family: "Shippori Mincho", serif;
}
.block-top-topic--body{
    margin: 0;
}
.block-btn a{
    background: #8AE6DE url(../img/shape.png) right 16px center no-repeat;
    border-radius: 100px;
    width: 300px;
    height: 40px;
    border: none;
    color: #fff;
    font-family: "Shippori Mincho", serif;
    font-size: 1.4rem;
    font-weight: normal;
}
/*NEWS*/

#goodsdetail_itemhistory{
    padding-bottom: 80px;
}

.goods-search .header-menus-inner .block-btn a:hover,
.block-btn a:hover{
    border: 1px solid #444;
    color: #444;
    text-decoration: none;
    transition: .3s;
    background: #FFF url(../img/btnshape_hover.png) right 16px center no-repeat;

}
.block-top-keyword-list a:hover{
    background: #BFBFBF;
    color: #fff;
}

.footer-brand-staticlist ul li a:hover{
    text-decoration: underline;
    transition: .3s;
}
.header-categorylist li .header-categorylist-title:hover{
    color: #A885B7;
}
.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: #A885B7;
    transition: .3s;
    font-weight: bold;
}
.block-thumbnail-h--goods-name{
    font-family: "Shippori Mincho", serif;
}
#itemHistoryButton a:hover{
    text-decoration: none;
    transition: .3s;    
}
/*フッター*/
.footer-brand-staticlist ul:last-of-type{
    margin-top: 24px;
}
.footer-contact-items{
    display: block;
    text-align: center;
    margin: 47px auto 0;
    gap:0px;
}
.footer-contact-items img{
    max-width: unset;
    width: unset;
    margin-bottom: 24px;
}
.footer-contact-items p{
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    font-family: "Shippori Mincho", serif;
}
.footer-brand-staticlist ul li::after{
    color: #fff;
    background-color: #fff;
}
.footer-brand-staticlist ul li.pdf::before{
    background: url(../img/pdf.png)
}
.footer-brand-staticlist{
    font-family: "Shippori Mincho", serif;
    margin: 0;
}
.footer-contact-main{
    margin-bottom: 0;
    padding: 0;
    border: none;
    max-width: unset;
    min-width: unset;
}
.footer-contact{
    padding: 400px 0 45px;
    background: #8AE6DE url(../img/footer_bg.png) center top no-repeat;
    background-size: 100% 400px;
}
.footer-brand-staticlist ul li::after,
.footer-brand-staticlist ul li a{
    color: #fff;
}
.footer-sns ul{
    display: flex;
    flex-direction: row;
    width: max-content;
    margin: 20px auto 40px;
    gap: 24px;
}
/*フッター*/
.block-goods-user-review .block-icon-image--table-cell-left,
.block-accessory-list--name,
#goodsdetail_itemhistory .block-recent-item--header{
    font-family: Nunito, sans-serif;
    font-size: 2.8rem;
    font-weight: normal;
    color: #8AE6DE;
    margin: 0 auto 36px;
}

.block-goods-user-review .block-icon-image--table-cell-left span,
.block-accessory-list--sname,
#goodsdetail_itemhistory .block-recent-item--header span{
    font-family: Nunito, sans-serif;
    font-size: 2.8rem;
    font-weight: normal;
    color: #8AE6DE;
    margin: 0 auto 36px;
}
.fixed_bnr {
    position: fixed;
    height: max-content;
    z-index: 999;
    bottom: 30px;
    right: 30px;
    display: none;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    background: #FFF;
}
.fixed_bnr img {
    vertical-align: bottom;
}
.fixed_closebtn {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background: rgba(126,126,126,0.7) url(../img/closebtn.png) center center no-repeat;
    position: absolute;
    top: -18.5px;
    right: -18.5px;
    cursor: pointer;
    z-index: 9999;
}
.fixed_closebtn:hover {
    opacity: 0.8;
}
@media print, screen and (max-width: 767px) {
    .block-top-title{
        letter-spacing: 0.1em;
        font-size: 2.0rem;
    }
    /*ヘッダー*/
    .header-main h1 img{
        height: 43px;
    }
    header .header-main h1{
        padding-top: 2px;
        padding-bottom: 2px;
    }    
    .header-nav{
        box-shadow: unset;
    }
    .header-categorylist > li {
       margin: 0;
       padding: 0;
       border: none;
    }
    .header-categorylist li:last-child{
        border: none;
    }
    .header-menus-main{
        display: flex!important
    }
    .header-categorylist li .header-categorylist-title{
        display: none;
    }
    .header-menu-list{
        gap: 0;
        flex-direction: column;
        margin: 0;
    }
    .header-nav{
        background: #FFF;
    }
    .header-nav ul.header-staticlist{
        margin: 40px 16px 40px;
        width: unset;
    }
    .header-staticlist li{
        margin-bottom: 12px;
    }
    .header-staticlist li a{
        position: relative;
    }
    .header-staticlist li a::before{
        display: inline-block;
        content: '';
        background: url(../img/sp/link.png) right center no-repeat;
        width: 7px;
        height: 10px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: -17px;
        margin: auto 0;
    }
    .header-staticlist li:last-child{
        margin: 0;
    }
    .header-staticlist a{
        color: #8AE6DE;
    }
    .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: 2rem;
        margin: 20px 0;
        font-weight: normal;
        letter-spacing: 0.1em;
    }
    .header-menu-detail{
        padding: 12px 0;
    }
    .header-menu-detail p{
        margin-top: 5px;
    }
    .header-menu-detail h3{
        font-size: 1.2rem;
    }
    .header-menu ul{
        gap: 12px;
    }
    .header-menu ul li{
        width: calc((100% /2) - 12px);
    }
    .header-menu ul li img{
        max-width: 100%;
    }
    .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/teashop/sp/plus.png) right center no-repeat;
        background-size: 8px auto;
    }
    .header-menu-morebtn.close span{
        background: url(../img/teashop/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/teashop/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: #222222;
        border: 1px solid #222222;
        font-size: 1.4rem;
        margin-top: 32px;
        width: auto;
        margin-left: 45px;
        margin-right: 45px;
        font-family: "Noto Serif JP", serif;
    }
    .header-categorylist{
        border: none;
    }
    /*ヘッダー*/

    /*メインビジュアル*/
    .block-top-body-main .block-top-body--body{
        max-width: unset;
        min-width: unset;
    }
    /*lead*/
    .block-top-lead{
        max-width: unset;
        min-width: unset;
        width: unset;
        margin-bottom: 80px;
    }
    .block-top-lead-wrap::before{
        width: 309px;
        height: 430px;
        top: 20px;
    }
    .block-top-lead-main{
        padding: 0;
        gap: 0;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }
    .block-top-lead-main img{
        max-width: 100%;
    }
    .block-top-lead-detail{
        padding: 0 0 0 24px;
    }
    .block-top-lead h2{
        margin: 0 0 27px 24px;
        line-height: 1;
        font-size: unset;
    }
    .block-top-lead h2 img{
        height: 38px;
    }
    .block-top-lead-detail p{
        font-size: 1.2rem;
        margin-bottom: 40px;
        line-height: 2.5;
    }
    .block-top-lead-detail a{
        display: none;
    }
    .block-top-lead-main > a{
        display: flex;
    }
    .block-top-lead-main a{
        margin: 40px auto 0 auto;
        width: 300px;
        height: 40px;
    }
    .block-top-lead-main picture {
        margin: 0 0 0 68px;
    }
    .block-top-lead-main picture img{
        max-width: 100%;
    }
    /*lead*/

    /*カテゴリ*/
    .block-top-categories{
        margin: 0 0 60px;
        max-width: unset;
    }
    .block-top-categories h2{
        font-size: 2.0rem;
        margin-bottom: 32px;
    }
    .block-top-product-categories-main ul{
        flex-wrap: wrap;
        gap: 12px;
        margin: 0 16px;
    }
    .block-top-product-categories-main ul li{
        width: calc((100% / 2) - 6px);
    }
    .block-top-product-categories-main ul li img{
        max-width: 100%;
    }
    .block-top-categories-detail{
        padding: 12px 0;
    }
    .block-top-product-categories-main li h3{
        font-size: 1.2rem;
    }
    .block-top-product-categories-main li p{
        font-size: 1.0rem;
        margin: 4px 0 0 0;
    }
    /*カテゴリ*/

    /*best seller*/
    .block-top-event{
        margin: 80px 0 0 0;
        padding: 60px 0 80px;
    }
    .block-top-event h2{
        font-size: 2.0rem;
    }
    .block-pickup-list-p--item-body.swiper-slide{
        width: 160px;
        margin-right: 12px;
    }

    /*POPUP*/
    .block-top-popupinfo{
        margin: 0;
        padding: 60px 16px;
        background: url(../img/sp/popup_bg.png) center top no-repeat;
        background-size: 100% auto;
    }
    .block-top-popupinfo-main h2{
        margin: 0 0 24px 30px;
        font-size: 2.0rem;
        line-height: 1;
    }
    .block-top-popupinfo-main a{
        flex-direction: column;
        gap: 0;
        max-width: unset;
        width: unset;
        padding: 0;
        padding: 80px 28px 100px;
        border-radius: 179px;

    }
    .block-top-popupinfo-main img{
        max-width: 100%;
    }
    .block-top-popupinfo-main picture{
        order: 100;
    }
    .block-top-popupinfo-detail{
        margin-bottom: 32px;
    }
    .block-top-popupinfo-main p{
        font-size: 1.2rem;
        margin-bottom: 16px;
    }
    .block-top-popupinfo-main li{
        font-size: 1.2rem;
    }
    /**/
    /*NEWS*/
    #block_of_topic{
        max-width: unset;
        padding: 60px 24px;
        margin: 0 auto 60px;
    }
    #block_of_topic .block-top-title{
        font-size: 2.0rem;
        font-weight: normal;
        line-height: 1;
        margin: 0 auto 16px;
        padding: 0;
    }
    .block-topic--items li > *{
        border-bottom: 1px solid rgba(153,211,179,0.3);
    }
    /*NEWS*/

    /*RECENT PRODUCT*/
    div.goodsdetail_itemhistory_main #goodsdetail_itemhistory .block-top-title{
        font-size: 2.0rem;   
        margin: 0 auto 32px;
        padding: 0 0 12px;
    }
    .goodsdetail_itemhistory_main #goodsdetail_itemhistory{
        padding-bottom: 60px;
    }
    /*RECENT PRODUCT*/
    /*フッター*/
    .footer-contact-main .footer-brand-paymentlist {
        margin-bottom: 40px;
    }
    .footer-brand-paymentlist ul {
        margin: 0 auto;
    }
    .footer-contact-main .footer-brand-paymentlist li img {
        width: unset;
    }
    header .footer-contact {
        display: none;
    }
    .footer-contact {
        padding: 100px 0 45px;
        background: #8AE6DE url(../img/sp/footer_bg.png) center top no-repeat;
        background-size: 100% 100px;
    }
    .footer-contact-items img{
        width: 88px;
    }
    .footer-contact-items p{
        line-height: 1.6;
        font-size: 1.4rem;
        font-weight: 500;
    }
    .footer-brand-staticlist{
        padding: 0 24px;
        width: unset;
        display: flex;
        flex-direction: column;
    }
    .footer-brand-staticlist ul:last-of-type{
        margin: 0;
    }
    footer .footer-brand-staticlist ul{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: start;
        align-items: start;
        gap: 0;
    }
    .footer-contact-main li a{
        display: block;
        width: max-content;
    }
    .footer-contact-main li a picture{
        width: max-content;
    }
    .footer-contact-main li img{
        width: 25px;
    }
    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::before{
        display: none;
    }
    .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.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 a{
        height: 60px;
    }
    .footer-contact-items{
        margin-bottom: 0;
        max-width: unset;
        min-width: unset;
        width: unset;
        flex-direction: column;
    }
    .footer-contact-item{
        width: unset;
    }
    .footer-brand-staticlist{
        margin: 0;
        flex-direction: column;    
    }
    .footer-contact-link.footer-contact-item span{
        height: unset;
        background: url(../img/sp/footer_mail.png) left center no-repeat;
        background-size: 24px auto;
    }
    .footer-guide-link.footer-contact-item span{
        height: 24px;
        background: url(../img/sp/footer_guide.png) left center no-repeat;
        background-size: 24px auto;
    }
    
    .footer-instagram{
        padding: 15px 0;
        margin: 0 0 0;
        box-sizing: border-box;
    }
    .footer-instagram a{
        padding: 0 0 0 42px;
        font-size: 1.4rem;
        line-height: 1;
        height: 30px;
        background: url(../img/sp/instagram.png) left center no-repeat;
        background-size: 30px 30px;
    }
    .fixed_bnr {
        right: 20px;
        bottom: 20px;
    }
    .fixed_bnr img{
        max-width: 200px;
        max-height: 200px;
    }
    .fixed_closebtn{
        width: 30px;
        height: 30px;
        right: -15px;
        background: rgba(126,126,126,0.7)  url(../img/closebtn_sp.png) center center no-repeat;
        background-size: 15px 15px;
    }
    /*フッター*/
}
.goodsdetail_itemhistory_main {
    border: none;
}
#itemHistoryButton a{
    color: #888888;
}
.goodsdetail_itemhistory_main #goodsdetail_itemhistory{
    padding-top: 100px;
    padding-bottom: 120px;
    
}
.goodsdetail_itemhistory_main #goodsdetail_itemhistory .block-top-title{
    font-family: Nunito, sans-serif;
    font-size: 2.8rem;
    font-weight: normal;
    color: #8AE6DE;
    margin: 0 auto 36px;
}
/*フリーページ*/
/*フリーページ*/
main.freepage.guide .faq-item a{
    color: #444444;
}
main.freepage.guide .faq-item a:hover{
    opacity: 0.8;
    font-weight: normal;
    text-decoration: underline;
}
.guide-item__heading::before{
    background: #444444;
}
.guide-item__link{
    color: #444444;
}
.guide-nav__list li a:hover{
    background: #444444 url(../img/pulldown_hover.png) right 16px center no-repeat;
    color: #fff;
    border: 1px solid #444444;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
}
h2.guide-content__heading{
    color: #444444;
    border-bottom: 3px solid #444444;
}

h3.guide-item__heading{
    background: #F7F7F7;
}
h3.faq-item__heading{
    background-color: #F7F7F7;
    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: #F7F7F7;
    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;
}
/*フリーページ*/