.panels{
    display:none;
}
.tab.is-active{
    background-color:#FE9B91;
}
.panels.is-show{
    display:block;
    margin: 0px;
}
.selected_icon{
	z-index: 80000;
	color: #FFFFFF !important;
}
.item-view{
	padding: 0px;
	margin: 0px;
	border: 1px solid #76B6B8;
	background-color: #FFFFFF;
    overflow: hidden;
}

.add-frame{
    border: initial;
    background-color: initial;   
}

/* ラベル部分 右上に表示 */
.locked::before {
    content: "";
    top: 0;
    right: 0;
    border-bottom: 3em solid transparent;
    border-right: 3em solid #d9534f; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}
.locked::after {
     content: url(../img/locked.svg);
    display: block;
    top: 5px;
    color: #fff; /* 文字色はここで変更 */
    right: 5px;
    position: absolute;
    z-index: 101;
}

.share::before {
    content: "";
    top: 0;
    right: 0;
    border-bottom: 3em solid transparent;
    border-right: 3em solid #5cb85c; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}
.share::after {
     content: url(../img/link.svg);
    display: block;
    transform: rotate(90deg);
    top: 3px;
    color: #fff; /* 文字色はここで変更 */
    right: 8px;
    position: absolute;
    z-index: 101;
}

/* ラベル部分 右上に表示 */
.follower::before {
    content: "";
    top: 0;
    right: 0;
    border-bottom: 3em solid transparent;
    border-right: 3em solid #1abc9c; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}
.follower::after {
     content: url(../img/follow.svg);
    display: block;
    top: 5px;
    color: #fff; /* 文字色はここで変更 */
    right: 5px;
    position: absolute;
    z-index: 101;
}

/* ラベル部分 右上に表示 */
.each::before {
    content: "";
    top: 0;
    right: 0;
    border-bottom: 3em solid transparent;
    border-right: 3em solid #ff9800; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}
.each::after {
     content: url(../img/each.svg);
    display: block;
    top: 5px;
    color: #fff; /* 文字色はここで変更 */
    right: 5px;
    position: absolute;
    z-index: 101;
}





.frame_info{
    color :#666;
    position: absolute;
    bottom: -5px;
    right:5px;
    z-index: 103;
}


.item_info{
    color :#666;
    position: absolute;
    bottom: -10px;
    left:10px;
    z-index: 102;
	text-shadow:
		#fcfcfc 1px 1px 0px,
		#fcfcfc -1px 1px 0px,
		#fcfcfc 1px -1px 0px,
		#fcfcfc -1px -1px 0px;
}
.item_info_bookmark{
    color :#666;
    position: absolute;
    bottom: 10px;
    left:10px;
    z-index: 102;
    text-shadow:
        #fcfcfc 1px 1px 0px,
        #fcfcfc -1px 1px 0px,
        #fcfcfc 1px -1px 0px,
        #fcfcfc -1px -1px 0px;    
}

.header-img{
    width: 100%;
    top: 0px;
    position: relative;

}


.official-top{
    top:-50px;
    left: 10px;
    position: relative;
}
.item-details-official{
    padding: 0px;
}

.official-username{
    position: relative;
    top: 30px;
    padding: 20px;
    font-size: 1.5em;
}

.official-img{
    width: 100px;
    border-radius: 100px;
}

.frame_thum{
  height: 50px;
  object-fit: cover;
}