@charset "UTF-8";
.listBox .title-description {
  background: none;
  display: table;
  font-size: 24px;
  margin: 0 5px;
  text-align: center;
  white-space: nowrap;
}

@media screen and (max-width: 700px) {
  .listBox .title-description {
    font-size: 16px;
  }
}
.listBox .title-description:after,
.listBox .title-description:before {
  content: "";
  display: table-cell;
  width: 50%;
  background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
  -webkit-background-clip: padding;
  background-clip: padding;
}

.listBox .title-description:after {
  border-left: 1em solid transparent;
}

.listBox .title-description:before {
  border-right: 1em solid transparent;
}

.listBox .title-description br {
  display: none;
}

@media screen and (max-width: 1000px) {
  .listBox .title-description br {
    display: block;
  }
}
#event #about .list {
  text-align: center;
}

#event #about .list li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
  width: 49%; /*32%*/
}
@media screen and (max-width: 600px) {
  #event #about .list li {
    display: block;
    width: 100%;
  }
}
#event #about .list li.list-item-count-2 {
  width: 49%;
}
@media screen and (max-width: 600px) {
  #event #about .list li.list-item-count-2 {
    display: block;
    width: 100%;
  }
}
#event #about .list li.list-item-count-3, #event #about .list li.list-item-count-4, #event #about .list li.list-item-count-5, #event #about .list li.list-item-count-6, #event #about .list li.list-item-count-7, #event #about .list li.list-item-count-8, #event #about .list li.list-item-count-9, #event #about .list li.list-item-count-10 {
  width: 32%;
}
@media screen and (max-width: 600px) {
  #event #about .list li.list-item-count-3, #event #about .list li.list-item-count-4, #event #about .list li.list-item-count-5, #event #about .list li.list-item-count-6, #event #about .list li.list-item-count-7, #event #about .list li.list-item-count-8, #event #about .list li.list-item-count-9, #event #about .list li.list-item-count-10 {
    display: block;
    width: 100%;
  }
}

#event #about .span12 {
  padding-bottom: 30px;
  padding-right: 130px;
  position: relative;
  width: 40%;
  width: calc(40% - 130px);
}

@media screen and (max-width: 1000px) {
  #event #about .span12 {
    width: calc(54% - 130px);
  }
}
@media screen and (max-width: 700px) {
  #event #about .span12 {
    padding: 20px 20px 60px 20px;
    margin: 0 40px 30px 0;
    width: auto;
  }
}
#event #about .listBox {
  background: #f7ecd6;
  padding: 30px 35px;
  position: absolute;
  right: 0;
  top: 35px;
  width: calc(64% - 70px);
}

@media screen and (max-width: 1000px) {
  #event #about .listBox {
    width: calc(50% - 70px);
  }
}
@media screen and (max-width: 700px) {
  #event #about .listBox {
    margin: 20px 0 0 50px;
    position: relative;
    top: -80px;
    width: auto;
  }
}
#event #about .span12 .deco {
  bottom: -90px;
  left: 140px;
}

@media screen and (max-width: 700px) {
  #event #about .span12 .deco {
    bottom: 100%;
    left: 100%;
    margin: 0 0 -60px -70px;
  }
}
#event #about .ranking {
  color: #b58311;
  font-size: 20px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 15px;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  #event #about .ranking {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  #event #about .ranking {
    padding-left: 30px;
    margin-bottom: 0;
    text-align: left;
  }
}
#event #about .profile-name {
  background: url(../img/downArrow.png) no-repeat center bottom;
  color: #333;
  font-size: 22px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  #event #about .profile-name {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  #event #about .profile-name {
    background: url(../img/downArrow.png) no-repeat left top;
    padding: 10px 0 0 30px;
    text-align: left;
  }
}
/* #sec1 / #sec 2 / #sec 3*/
#event #sec1 .span12,
#event #sec2 .span12,
#event #sec3 .span12 {
  padding-bottom: 270px;
}

#event .listWrap {
  margin-top: -320px;
}

@media screen and (max-width: 700px) {
  #event .listWrap {
    margin-top: -300px;
  }
}
#event .photo-list-section h4 {
  margin: 0 50px 0 50px;
}

@media screen and (max-width: 700px) {
  #event .photo-list-section h4 {
    margin: 0;
  }
}
#event #sec1 .list,
#event #sec2 .list,
#event #sec3 .list {
  background: #f7ecd6;
  margin: 0 50px 0 50px;
  padding: 60px 30px 0 30px;
  text-align: left;
}

@media screen and (max-width: 700px) {
  #event #sec1 .list,
  #event #sec2 .list,
  #event #sec3 .list {
    margin: 0;
    padding: 30px 15px 0 15px;
  }
}
#event #sec1 .list li,
#event #sec2 .list li,
#event #sec3 .list li {
  display: inline-block;
  list-style: none;
  margin: 0 10px 30px 10px;
  vertical-align: top;
  width: calc(24% - 20px);
}

@media screen and (max-width: 700px) {
  #event #sec1 .list li,
  #event #sec2 .list li,
  #event #sec3 .list li {
    margin: 0 1% 30px 1%;
    width: 30%;
  }
}
#event #sec1 .list li h3.spec {
  background: none;
  text-align: center;
}

#event #sec1 .list li img,
#event #sec2 .list li img,
#event #sec3 .list li img {
  width: 100%;
}

#event #sec1 .list li ol li {
  display: block;
  margin-bottom: 10px;
  text-align: left;
  width: auto;
}

#event #sec1 .list li ol li:nth-child(-n+3) {
  font-size: 18px;
  font-weight: bold;
}

small cite {
  color: #333;
  display: block;
  text-align: right;
  font-style: normal;
}