@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : character.css
Description : 登場人物
===================================================================== */
/* =====================================================================
    character
======================================================================*/
.character {
  padding: 12rem 0;
}
.character .sec_ttl {
  margin-bottom: 8.4rem;
}

.chara_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: calc(660 / 720 * 100%);
}
.chara_list li {
  margin-bottom: 10rem;
  width: 45.4545454545%;
}
.chara_list li:nth-child(n+5):nth-child(-n+8) figure::before {
  background-image: repeating-linear-gradient(90deg, transparent, transparent 0.5rem, #fbf692 0.5rem, #fbf692 1rem);
}
.chara_list li:nth-child(n+5):nth-child(-n+8) dl {
  border-color: #d6f3fd;
}
.chara_list figure {
  position: relative;
  height: 25rem;
}
.chara_list figure::before {
  content: "";
  position: absolute;
  display: block;
  top: 3rem;
  right: 0;
  width: 95%;
  padding-top: 95%;
  background-size: auto auto;
  background-color: transparent;
  background-image: repeating-linear-gradient(90deg, transparent, transparent 0.5rem, #d6f3fd 0.5rem, #d6f3fd 1rem);
  border-radius: 50%;
}
.chara_list figure > img {
  position: absolute;
  top: 0;
  right: 0;
  margin: 5% 12% 0 0;
  width: 66.3333333333%;
  z-index: 1;
}
.chara_list figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 23.3333333333%;
}
.chara_list dl {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding: 1rem 0;
  text-align: center;
  width: 95%;
  min-height: 4.2em;
  font-size: 90%;
  background-color: #fff;
  border: 0.6rem solid #fbf692;
  border-radius: 1rem;
  z-index: 2;
}
.chara_list dl dt {
  letter-spacing: -0.03em;
}
.chara_list dl dd {
  margin-top: 0.3em;
}
.chara_list dl dd span {
  font-weight: 700;
  font-size: 117%;
}

@media screen and (min-width: 768px) {
  .chara_list {
    justify-content: flex-start;
    width: calc(1094 / 1200 * 100%);
  }
  .chara_list li {
    margin: 0 4.5703839122% 8rem 0;
    width: 21.5722120658%;
  }
  .chara_list li:nth-child(4n) {
    margin-right: 0;
  }
  .chara_list li a:hover figure > img {
    transform: scale(1.15);
  }
  .chara_list figure {
    height: 19rem;
  }
  .chara_list figure > img {
    margin: 5% 12% 0 0;
    transition: 0.3s ease-out;
  }
  .chara_list dl {
    font-size: 80%;
  }
  .chara_list dl dd span {
    font-size: 100%;
  }
}
/* =====================================================================
    popup
======================================================================*/
.popup_list::before {
  content: "";
  position: absolute;
  display: block;
  top: -17rem;
  left: -8rem;
  width: 26.8rem;
  height: 33.5rem;
  background: url(../images/character/img_confetti_l.png) no-repeat center/contain;
}
.popup_list::after {
  content: "";
  position: absolute;
  display: block;
  top: -11rem;
  right: -5rem;
  width: 15.8rem;
  height: 21.9rem;
  background: url(../images/character/img_confetti_r.png) no-repeat center/contain;
}
.popup_list > li {
  margin-top: 27rem;
  padding-top: 18rem;
  border-color: #fbf692;
}
.popup_list > li figure {
  position: absolute;
  top: -28rem;
  left: 10rem;
  width: 43rem;
}
.popup_list > li figure > img {
  margin-left: auto;
  width: 71.3953488372%;
  filter: drop-shadow(0.35em 0.35em 0px rgba(218, 210, 174, 0.5));
}
.popup_list > li figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 26.0465116279%;
  filter: drop-shadow(0.35em 0.35em 0px rgba(218, 210, 174, 0.5));
}
.popup_list > li dl {
  margin-bottom: 1.2em;
  text-align: center;
}
.popup_list > li dl dt {
  font-size: 2.8rem;
}
.popup_list > li dl dd {
  margin-top: 0.4em;
}
.popup_list > li dl dd span {
  font-size: 3.6rem;
  font-weight: 700;
}
.popup_list > li p {
  padding-top: 1.5em;
  line-height: 1.5;
  border-top: 0.25em dotted #e72717;
}

@media screen and (min-width: 768px) {
  .popup_list::before {
    top: -15rem;
    left: -10rem;
  }
  .popup_list::after {
    right: -6rem;
  }
  .popup_list > li {
    margin-top: 22rem;
    padding-top: 15rem;
  }
  .popup_list > li figure {
    top: -23rem;
    left: 50%;
    transform: translateX(-50%);
    width: 34rem;
  }
  .popup_list > li dl dt {
    font-size: 100%;
  }
  .popup_list > li dl dd span {
    font-size: 2.6rem;
  }
}/*# sourceMappingURL=character.css.map */