@charset "UTF-8";

#sweetpotato+.widget_gallery01.add_design1 .inner_item .heading{
    opacity: 0;
    position: absolute;
    height: 100%;
    width: calc(100% - 2vw);
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    background: rgba(0,0,0,0.3);
transition: .2s;
pointer-events:none;
}
#sweetpotato+.widget_gallery01 .inner_item{
    transition: .2s;
}
#sweetpotato+.widget_gallery01 .inner_item:hover{
    cursor:pointer;
}

#sweetpotato+.widget_gallery01 .inner_item:hover .heading{
    opacity: 1!important;
}

/*-----------TOP_shop---------------*/
#shop + .contents_box01 .inner_item_img {
    width: 95% !important;
    max-width: 350px !important;
}
#shop + .contents_box01 a{
    height: 80px ;
}
#shop + .contents_box01 a span {
    height: 60px;
    line-height: 60px;
}

/*-----------メルカリボタン---------------*/
#btn + .contents_btn01 a{
    height: 80px;
    background-color:#FF0033;
}
#btn + .contents_btn01 a span {
    height: 60px;
    line-height: 60px;
    color: #fff;
}
#btn + .contents_btn01 a:hover{
    background: var(--i_btn_hover_color);
    color: var(--i_btn_hover_txt_color) !important;
}