@charset "utf-8";.item-name {
    padding: 0 !important;
    position: relative !important;
    top: 5px !important;
    left: 0 !important;
    transform: none !important; 
    width: 100%;
    color: #6D7A86 !important;
    letter-spacing: 0.1em;
    font-size: 18px;
}

.qualityTitleCenter {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.1em;
    padding-bottom: 5px;
    text-align: center;
    font-family: 'minion-pro', 'Noto Serif JP', serif;
}

.item-photo::after {
 background-color: rgba(0, 0, 0, 0) !important;
}

@media screen and (max-width: 767px) {
	.othersContent {
	 width: 90%;
	 margin: 10px auto;
	}
}