<<<<<<< .mine#kairo_mtx {
    max-width: 750px;
    width: 100%;
    margin: 3% auto;
    overflow: hidden;
}
#kairo_mtx img {
    width: 100%;
}
#kairo_mtx .pc_none {
    display: none;
}
#kairo_mtx .table {
    position: relative;
    overflow: hidden !important;
}

/*項目*/
#kairo_mtx .table_title {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 115px;
    z-index: 10;
    box-sizing: border-box;
}
#kairo_mtx .table_title ul {
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
    border: solid 1px #bfbfbf;
    box-sizing: border-box;
}
#kairo_mtx .table_title ul li {
    height: 30px;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    border-bottom: 1px solid #bfbfbf;
    box-sizing: border-box;
}
#kairo_mtx .table_title ul li:nth-child(4) {
    height: 60px;
}
#kairo_mtx .table_title ul li:last-child {
    border-bottom: none;
}
/*商品リスト*/
#kairo_mtx .table_list {
    margin-left: 115px;
    border: solid 1px #bfbfbf;
    border-left: none;
    box-sizing: border-box;
}
#kairo_mtx .table_list .item {
    border-right: solid 1px #bfbfbf;
    box-sizing: border-box;
}
#kairo_mtx .table_list .item:last-child {
    border-right: none;
}

/* icon //////////////////////////////*/
.icon_photo {
    position: relative;
}

.icon_photo .new_icon {
    position: absolute;
    font-size: 17px;
    top: 5px;
    right: 6px;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    border: solid 1px #129cd5;
    background-color: #129cd5;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*商品リスト サムネ+ボタン*/
#kairo_mtx .table_list .item .photo {
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 5px;
    box-sizing: border-box;
}
#kairo_mtx .table_list .item .item-button {
    display: block;
    width: 80%;
    margin: 0 auto 5px;
    padding: 2px 0;
    text-align: center;
    font-size: 0.9rem;
    color: #fff;
    background-color: #333;
    border-radius: 50px;
}
/*商品リスト 項目*/
#kairo_mtx .table_list p {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #bfbfbf;
    box-sizing: border-box;
}
#kairo_mtx .table_list p:nth-child(4) {
    height: 60px;
}
#kairo_mtx .table_list p:last-child {
    border-bottom: none;
}

/* スクロールヒント */
.scroll-hint-icon-wrap {
    z-index: 100;

}
.scroll-hint-icon {
	transition: .3s;
	width: 175px !important;
    height: 110px !important;
	top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    z-index: 100;
	opacity: 1 !important;
}
.scroll-hint-text {
	font-size: 14px !important;
}
.scroll-hint-icon:before {
	margin-top: 10px !important;
}
.scroll-hint-icon:after  {
	opacity: 1 !important;
}
.scroll-hint-icon.none {
	opacity: 0 !important;
}=======#kairo_mtx {
    max-width: 750px;
    width: 100%;
    margin: 3% auto;
    overflow: hidden;
}
#kairo_mtx img {
    width: 100%;
}
#kairo_mtx .pc_none {
    display: none;
}
#kairo_mtx .table {
    position: relative;
    overflow: hidden !important;
}
/*項目*/
#kairo_mtx .table_title {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 115px;
    z-index: 10;
    box-sizing: border-box;
}
#kairo_mtx .table_title ul {
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
    border: solid 1px #bfbfbf;
    box-sizing: border-box;
}
#kairo_mtx .table_title ul li {
    height: 30px;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    border-bottom: 1px solid #bfbfbf;
    box-sizing: border-box;
}
#kairo_mtx .table_title ul li:nth-child(4) {
    height: 60px;
}
#kairo_mtx .table_title ul li:last-child {
    border-bottom: none;
}
/*商品リスト*/
#kairo_mtx .table_list {
    margin-left: 115px;
    border: solid 1px #bfbfbf;
    border-left: none;
    box-sizing: border-box;
}
#kairo_mtx .table_list .item {
    border-right: solid 1px #bfbfbf;
    box-sizing: border-box;
}
#kairo_mtx .table_list .item:last-child {
    border-right: none;
}
/*商品リスト サムネ+ボタン*/
#kairo_mtx .table_list .item .photo {
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 5px;
    box-sizing: border-box;
}
#kairo_mtx .table_list .item .item-button {
    display: block;
    width: 80%;
    margin: 0 auto 5px;
    padding: 2px 0;
    text-align: center;
    font-size: 0.9rem;
    color: #fff;
    background-color: #333;
    border-radius: 50px;
}
/*商品リスト 項目*/
#kairo_mtx .table_list p {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #bfbfbf;
    box-sizing: border-box;
}
#kairo_mtx .table_list p:nth-child(4) {
    height: 60px;
}
#kairo_mtx .table_list p:last-child {
    border-bottom: none;
}

/* スクロールヒント */
.scroll-hint-icon-wrap {
    z-index: 100;

}
.scroll-hint-icon {
	transition: .3s;
	width: 175px !important;
    height: 110px !important;
	top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    z-index: 100;
	opacity: 1 !important;
}
.scroll-hint-text {
	font-size: 14px !important;
}
.scroll-hint-icon:before {
	margin-top: 10px !important;
}
.scroll-hint-icon:after  {
	opacity: 1 !important;
}
.scroll-hint-icon.none {
	opacity: 0 !important;
}>>>>>>> .theirs