@charset "UTF-8";
/**
商品ページVISUMO用 sp
2024/2/20
本番適用後VISUMO管理画面側で再編集する
**/

/** タイトル **/
.ecbn-selection-title.hcb-goods-title {
    border-bottom: none;
}
.hacobune-app-container *, .hacobune-dialog-mask * {
    font-family: 'Jost-Regular','NotoSansJP-Regular'!important;
    font-size: 14px;
}
.hcb-goods-title span {
    font-family: 'Jost-Regular','NotoSansJP-Regular'!important;
    font-size: 16px;
    text-align: left;
    color: #333333;
    font-weight: normal;
    text-decoration: none;
}
.ecbn-selection-title.hcb-goods-title > span{
	font-family: 'Jost-Regular','NotoSansJP-Regular'!important;
    font-size: 16px;
    text-align: left;
    color: #333333;
    font-weight: normal;
    text-decoration: none;
}
.hacobune-goods.styling .hacobune-app-container{
	margin: 0px 0px 16px;
}
h3.hcb-goods-title.hcb-tiltle-sp {
	margin: 0 0px 20px;
}
/** コーデ画像 **/
.hacobune-goods.styling .hacobune-app-container{
	width:100%!important;
}
.hacobune-media-post-list-item-staffname span{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
/** 一旦cssで**/
.hacobune-media-post-list-item-img-wrapper .hacobune-media-post-list-item-title {
	bottom: -60px!important;
}