@charset "utf-8";
/* CSS Document */

#girl_tab {
        margin: 0;
	text-align: center;
}

#girl_tab li {
	display: inline-block;
	width: 200px;
	margin: 0 5px;
}

#girl_tab li:first-child {
	display: block;
	margin: 0 auto;
}

#girl_tab li a {
	display: block;
	padding: 10px 0;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}
#girl_tab li img {
	max-width: 100%;
}

/*
#girl_tab li:nth-child(1) a {
	background:#7a7a7a;
}

#girl_tab li:nth-child(2) a {
	background:#ae9939;
}

#girl_tab li:nth-child(3) a {
	background:#90236a;
}

#girl_tab li:nth-child(4) a {
	background:#bdbdbd;
}

#girl_tab li:nth-child(1) a.active {
	background:#514f4f;
}

#girl_tab li:nth-child(2) a.active {
	background:#806f1f;
}

#girl_tab li:nth-child(3) a.active {
	background:#591140;
}

#girl_tab li:nth-child(4) a.active {
	background:#938c8c;
}
*/
#girl_txt {
        margin: 40px 0 60px;
        text-align: center;
}

#girl_inner {
	max-width: 1080px;
	margin: 0 auto;
	/*display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;*/
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-content: center;
    gap: 40px 8px;
}

#girl_inner form {
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-content: center;
    gap: 40px 8px;
}

.girl_box {
	width: 250px;
	/*margin: 0 8px 40px;*/
	box-sizing: border-box;
	position: relative;
       margin: 0;
}

.girl_box.mix {
	display: none;
}

.girl_box .g_name {
        font-size: 16px;
}

.girl_box .g_photo {
    margin: 0 0 5px;
    position: relative;
    text-align: center;
    overflow: hidden;
    min-width: 207px;
    right: 1px;
}

.girl_box .g_photo img {
	width: 100%;
	/* height: 375px; */
	object-fit: cover;
	object-position: 50% 0;
}
@media screen and (min-width: 768px) {
	.girl_box .g_photo img {
		height: 375px;
	}
}


.logoimg {
	position: absolute;
	bottom: 10px;
	right: 6px;
	width: 110px;
}

.girl_box .g_photo .logoimg img {
	height: auto;
    object-position: unset;
}

.girl_box .g_photo .new_icon {
        position: absolute;
        bottom: 43px;
        left: 0;
        width: 60px;
        height: 60px;
        font-size: 16px;
        color: #fff;
        line-height: 60px;
        background: rgba(174,150,100,.9);
}

.girl_box .g_sales {
	text-align: center;
	color: #ae9664;
	font-size: 12px;
}

.girl_box .g_name {
	font-size: 16px;
	text-align: center;
}

.girl_box .g_size {
	font-size: 16px;
	letter-spacing: 1.5px;
	text-align: center;
}

.gold {
        color: #ae9939;
}

.silver {
        color: #7a7a7a;
}

.platinum {
        color: #90236a;
}

.diamond{
        color: #bdbdbd;
}

/* 額 */
.girl_box .g_name,
.girl_box .g_size{
font-size: 14px;
}
#top .girl_box {
    padding-bottom: 18px;
    max-width: 248px;
    padding: 22px;
    max-height: 66vh;
    padding-top: 12px;
}
    .sp_ladies_list_wrap {
       display: none;
    }

#top .girl_box:not(:nth-child(4n)){
    margin-right: 0 !important;
}

@media screen and (max-width: 1000px){
    body#top .girl_box {
        width: 23%;
        min-width: 220px;
        padding: 10px;
    }
    .sp_ladies_list_wrap {
       display: block;
    }

}
@media screen and (max-width: 763px) {
   #girl_inner {
       display: none;
       padding: 0 10px;
   }
   .girl_box .g_photo{
     min-width: 100%;
     left: 0;
   }
   .girl_box .new_icon{
     left: 4px;
    }
}