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

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

.borderWrap {}

ul li p.cosName {
  background-color: #fff7db;
  border-color: #b9bdc2;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  color: #77715a;
  display: block;
  font-size: 14px;
  height: 35px;
  position: relative;
  width: 100%;
}

ul li p.cosName span {
  bottom: 0;
  display: block;
  font-weight: bold;
  left: 0;
  line-height: 34px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

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

ul li .cosNum {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 37px;
  color: #ffffff;
  font-size: 23px;
  height: 44px;
  left: 3px;
  line-height: 42px;
  position: absolute;
  text-align: center;
  width: 44px;
  background: #bf1200;
  border-radius: 100%;
}

.supplementText {
  color: #1d1e1f;
  font-size: 14px;
  letter-spacing: -0.5px;
  line-height: 1.65em;
  margin-top: 10px;
  padding-left: 4px;
  width: 760px;
}

.supplementText span {
  font-weight: bold;
}

.colorText {
  color: #ff4055;
}

/* -----------------------------
PC用
------------------------------- */
@media screen and (min-width: 769px) {
  h3.cosplayHeading {
    color: #511500;
  }

  h3.cosplayHeading::before {
    content: url("/img/common/bg_heading_medium.png?v=151117");
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    margin: 0 0 10px;
  }

  .campaignBanner {margin-bottom: 23px;}
}


/* =========================================================
 スマホ用
========================================================= */
@media screen and (max-width: 768px) {
  h3.cosplayHeading {
    background: url("/s/img/common/bg_subTitle.png?v=151117");
    background-repeat: repeat-x;
    background-size: contain;
    width: 100%;
    padding: 3% 3%;
    color: #511500;
    font-size: 130%;
    font-weight: bold;
  }

  h3.cosplayHeading::before {
    display: none;
  }

  .supplementText {
    width: 94%;
    margin: 0 auto 8%;
    font-size: 3.44vw;
    line-height: 1.5;
  }

  .supplementText span:not(.colorText) {
    font-weight: inherit;
  }

  #list_box {
    width: 96%;
    margin: 0 auto 5%;
  }

  #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 {
    /* border: none; */
    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;
  }

  /* .highslide-wrapper {
    padding: 0px;
    border: none;
    margin: 0px;
    visibility: visible;
    position: absolute;
    z-index: 1068;
    left: 54px;
    top: 437px;
    width: 240px;
    height: 320px;
  }

  img.highslide-image {
    visibility: visible;
    display: block;
    position: absolute;
    max-width: 9999px;
    z-index: 3;
    width: 240px!important;
    height: 320px!important;
    left: 0px;
    top: 0px;
    cursor: url(/js/highslide/graphics/zoomout.cur), pointer;
  } */

  .campaignBanner {width: 96%;margin: 6% auto 4%;}

}