@charset "UTF-8";
.case_gallery_wrap{
    width: 510px; 
}

.case_gallery{
    margin: 0 0 9px 0;
    border: solid 0.5px black;
    background-color: black;
}

.case_gallery li{
    list-style: none;
}

.case_gallery img{
    width: 510px;
    height: 200px;
    background-color: black;
    vertical-align: bottom;
    object-fit: contain;
}

/*thumbnail image setting*/
.choice-btn li{
	cursor: pointer;
	outline: none;
    width: 102px;
	background:rgb(0, 0, 0);
    list-style:none;
}

.choice-btn img{
    width: 102px;
    height: 68px;
    margin: 0 auto;
    object-fit: cover;
}

.choice-btn li img{
	opacity: 0.5;
}

.choice-btn li.slick-current img{
	opacity: 1;
}

.product_name_wrap{
    position: absolute;
    top: 0;
    width: 700px;
    padding: 0 5px;
    padding-top: 260px;
    color: white;
    font-size: 10pt;
    z-index: 100000;
}

.product_name_text{
    font-size: 10pt;
    text-align: right;
    letter-spacing:0.05em;
}

.product_name_text span{
    border: solid 1px black;
}

/*/thumbnail image setting*/
