@charset 'utf-8';
/* CSS Document */
.listBox {
	width: 100%;
}
.listBox .image_box {
	float: left;
	width: 145px;
	margin: 0px 8px 10px 0;
	position: relative;
	text-align: center;
	/* border: 1px solid #b9bdc2; */
	box-sizing: border-box;
	overflow: hidden;
}
.image_box img {
	width: 100%;
	height: auto;
}
.borderWrap {
}
ul li p.cosName {
	background-color: #ff84ad;
	/* border-top: 1px solid #b9bdc2; */
	box-sizing: border-box;
	color: #ffffff;
	font-size: 14px;
	height: 38px;
	width: 100%;
	display: flex;
	align-items: center;
}
ul li p.cosName span {
	bottom: 0;
	display: block;
	font-weight: bold;
	left: 0;
	line-height: 1.3;
	margin: auto;
}
ul li p.cosName.long span {
	line-height: 17px;
}
ul li .cosNum {
	background-image: url("/img/cosplay/bg_cosplayNumbar.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	bottom: 25px;
	color: #ff84ad;
	font-size: 21px;
	font-weight: bold;
	height: 38px;
	left: 4px;
	line-height: 38px;
	position: absolute;
	text-align: center;
	width: 38px;
}
.supplementText {
    color: #1d1e1f;
    font-size: 14px;
    letter-spacing: -0.5px;
    line-height: 1.3em;
    margin-bottom: 10px;
    padding-left: 4px;
    width: 760px;
}
.supplementText span {
  font-weight: bold;
}
.colorText {
    color: #ff4055;
}

/* =========================================================
 PC用
========================================================= */
@media screen and (min-width: 769px) {
  .listBox .image_box:nth-of-type(5n) {
    margin-right: 0;
  }
}

/* =========================================================
 スマホ用
========================================================= */
@media screen and (max-width: 768px) {
  .supplementText {width: 94%;margin: 0 auto 3%;font-size: 3.44vw;line-height: 1.5;}
  .supplementText span:not(.colorText) {
    font-weight: inherit;
  }
  .listBox {width: 96%;margin: 0 auto 5%;}
  .listBox .image_box {width: calc(94% / 3);margin: 0 3% 3% 0;border: 1px solid #ff84ad;box-sizing: border-box;/* margin: 0; */}
  .listBox .image_box:nth-of-type(3n) {
    margin-right: 0;
  }
  .borderWrap {
    /* height: 45.3vw; */
    position: relative;
    overflow: hidden;
}
  .image_box img {width: 100%;height: auto;/* position: absolute; *//* top: 50%; *//* left: 50%; *//* transform: translate(-50%, -50%); */}
  ul li p.cosName {font-size: 3.2vw;height: 11vw;display: flex;align-items: center;padding: 0 7%;}
  ul li p.cosName span {font-weight: inherit;line-height: 1.25;position: static;}
  ul li .cosNum {
    bottom: 12vw;
    left: 0.75vw;
    font-size: 4vw;
    width: 8vw;
    height: 8vw;
    line-height: 8vw;
  }
}