@charset 'utf-8';
/* CSS Document */
.list_box {
	width: 780px;
	margin-bottom: 10px;
}
.list_box .image_box {
	float: left;
	width: 146px;
	margin: 0px 8px 10px 0;
	position: relative;
	text-align: center;
	border: 1px solid #b9bdc2;
	box-sizing: border-box;
}
.image_box img {
	width: 144px;
	height: auto;
}
.borderWrap {
}
ul li p.cosName {
	background-color: #fffdeb;
	border-top: 1px solid #b9bdc2;
	box-sizing: border-box;
	color: #333333;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	height: 40px;
	/* position: relative; */
	width: 100%;
	font-weight: bold;
	line-height: 1.1;
}
ul li p.cosName span.smallName {
	/* bottom: 0;
	display: block;
	font-weight: bold;
	left: 0;
	line-height: 34px;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0; */
	font-size: 12px;
}
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: 43px;
	color: #ffffff;
	font-size: 23px;
	height: 44px;
	left: 3px;
	line-height: 44px;
	position: absolute;
	text-align: center;
	width: 44px;
}
.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;
}

.cosBlock {
    
}

p.note {

}


/* =========================================================
 スマホ用
========================================================= */
@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;
  }
  .list_box {width: 96%;margin: 0 auto;}
  .list_box .image_box {width: calc(94% / 3);margin: 0 3% 3% 0;border: 1px solid #b9bdc2;box-sizing: border-box;}
  .list_box .image_box:nth-of-type(3n) {
    margin-right: 0;
  }
  .borderWrap {

  }
  .image_box img {width: 100%;}
  ul li p.cosName {font-size: 3vw;height: 11vw;display: flex;align-items: center;padding: 0 0;font-weight: normal;}
  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: 8.75vw;
  }

  .cosBlock {margin-bottom: 5%;}

  p.note {width: 96%;margin: 0 auto;}

  ul li p.cosName span.smallName {
	font-size: 2.7vw;
}
}