@charset 'utf-8';

/* CSS Document */
.list_box {
  width: 780px;
}

.list_box .image_box {
  float: left;
  width: 146px;
  margin: 0px 8px 10px 0;
  position: relative;
  text-align: center;
  /* outline: 2px solid #FE7F0C; */
  overflow: hidden;
}

.cosplayNav p {
  color: #ff1f1f;
}

#rightContents h3:first-of-type {
  margin-top: 7px;
}

.image_box img {
  width: 146px;
  height: auto;
}

.list_box.freeOption .image_box {
  width: 96px;
  margin: 6px;
  outline: 1px solid #FE7F0C !important;
}

.list_box.freeOption .image_box img {
  width: 96px;
}

.borderWrap.smallImg img {
  width: 116%;
  margin-left: -12px;
}

ul li p.cosName {
  background-color: #fff7db;
  /* border-style: solid;
	border-width: 1px; */
  box-sizing: border-box;
  color: #77715a;
  display: block;
  font-size: 13px;
  height: 50px;
  position: relative;
  width: 100%;
  border-color: #b9bdc2;
  border-style: solid;
  border-width: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
}

/* ul li .cosName {
	height: auto;
	line-height: 1.2em;
	padding: 6px 0 4px;
} */

.list_box.freeOption .image_box p.cosName {
  background-color: #ffffff;
  color: #FE7F0C;
  font-size: 12px;
  border-top: 1px solid #FE7F0C;
}

ul li p.cosName span {
  /* bottom: 0;
	font-weight: bold;
	left: 0;
	line-height: 1.2em;
	margin: auto;
	right: 0;
	top: 0; */
  /* display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%; */
}

ul li p.cosName span.smallName {
  font-size: 12px;
}

ul li p.cosName span.smallText {
  font-size: 12px;
  letter-spacing: -0.6px;
  font-weight: normal;
}

ul li p.cosName.long span {
  line-height: 17px;
}

ul li .cosNum {
  /* background-image: url(/img/cosplay/bg_cosplayNumber.png); */
  /* background-repeat: no-repeat; */
  background-color: #bf1200;
  bottom: 51px;
  color: #ffffff;
  font-size: 23px;
  height: 44px;
  left: 2px;
  line-height: 44px;
  position: absolute;
  text-align: center;
  border-radius: 22px;
  width: 44px;
  z-index: 10 !important;
}

.optionCosplay .cosNum {
  top: 102px;
}

.borderWrap {
  overflow: hidden;
  border-style: solid solid none;
  border-width: 1px;
  border-color: #b9bdc2;
}

/* ul li .cosNum::before {
	content: "";
	position: absolute;
	background-color: #FE7F0C;
	top: -45px;
	left: -39px;
	width: 80px;
	height: 103px;
	transform: rotate(45deg);
	z-index: -1;
} */

li.w264 img {
  margin-top: -31px;
  width: 110%;
}

.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;
}

.optionCosplay p.cosName {
  height: 40px;
}


/* =========================================================
 スマホ用
========================================================= */
@media screen and (max-width: 768px) {
  h3 {
    color: #ffffff;
  }

  .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 5%;
    display: flex;
    flex-wrap: wrap;
  }

  .list_box .image_box {
    width: calc(94% / 3);
    margin: 0 3% 3% 0 !important;
    border: 1px solid #b9bdc2;
    box-sizing: border-box;
  }

  .cosplayBox .list_box .image_box:nth-of-type(3n) {
    margin-right: 0 !important;
  }

  .list_box.freeOption .image_box {
    width: 22%;
  }

  .list_box.freeOption .image_box:nth-of-type(4n) {
    margin-right: 0;
  }

  .cosplayNav p {
    width: 96%;
    margin: 0 auto;
    font-weight: bold;
    padding-bottom: 2%;
  }

  .borderWrap {
    border: none;
  }

  .borderWrap.smallImg img {
    width: 114.5%;
    max-width: 114.5%;
    margin-left: -6px;
  }

  .image_box img {
    width: 100%;
  }

  ul li p.cosName {
    border: none;
    font-size: 3vw;
    height: 9vw;
    display: flex;
    align-items: center;
    padding: 0 1%;
    border-top: 1px solid #b9bdc2;
  }

  ul li p.cosName span {
    font-weight: inherit;
    line-height: 1.25;
    position: static;
    width: 100%;
  }

  .optionCosplay ul li p.cosName {
    /* display: block; */
    padding-bottom: 3%;
    padding-top: 3%;
  }

  .optionCosplay ul li p.cosName span {
    /* font-weight: bold; */
    font-size: 100%;
  }

  .optionCosplay ul li p.cosName span.smallText {
    font-weight: normal;
  }

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

  ul li .cosNum {
    background-image: url(/img/cosplay/bg_cosplayNumber.png);
    bottom: 12vw;
    left: 0.75vw;
    font-size: 4vw;
    width: 8vw;
    height: 8vw;
    line-height: 7.25vw;
    left: 2%;
    bottom: 20%;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 4vw;
  }


  .optionCosplay ul li .cosNum {
    top: 53% !important;
  }

  .optionCosplay ul li.w264 .cosNum {
    bottom: 34%;
  }

  ul li .cosNum span {
    font-weight: bold;
    font-size: 3vw;
  }

  ul li .cosNum::before {
    width: 17vw;
    height: 21vw;
    top: -146%;
    left: -70%;
  }
}