@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : about.css
Description : 本イベントについて
===================================================================== */
@keyframes blinkAnime {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@font-face {
  font-family: "RoGSanSrfStd-Bd";
  src: url("../font/RoGSanSrfStd-Bd.ttf.woff") format("woff"), url("../font/RoGSanSrfStd-Bd.ttf.svg#RoGSanSrfStd-Bd") format("svg"), url("../font/RoGSanSrfStd-Bd.ttf.eot"), url("../font/RoGSanSrfStd-Bd.ttf.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
/* ========================================================
    about
======================================================== */
.about {
  position: relative;
  width: 100%;
  height: auto;
  padding: 8rem 0;
}
.about_column {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
}
.about_logo {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  text-align: center;
}
.about_logo > figure {
  width: 72.1739130435%;
  margin: 0 auto;
}
.about_ttl {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  margin-top: 2rem;
  text-align: center;
}
.about_ttl > figure {
  width: 29.7101449275%;
  margin: 0 auto;
}
.about_ttl > span {
  display: block;
  color: #5c2c7a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.2;
}
.about_detail {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  margin-top: 4rem;
  padding: 5rem 4rem 8rem 4rem;
  border-radius: 2rem;
  background-color: rgba(255, 255, 255, 0.75);
}
.about_list {
  position: relative;
  width: 100%;
}
.about_list > li {
  width: 100%;
  margin-top: 5rem;
}
.about_list > li:first-child {
  margin-top: 0;
}
.about_num {
  position: relative;
  width: 13.1147540984%;
  margin: 0 auto -2rem auto;
}
.about_text {
  position: relative;
  width: 100%;
  margin-top: 5rem;
}
.about_text > p {
  margin-top: 1em;
  color: #000000;
  font-weight: 500;
}
.about_text > p:first-child {
  margin-top: 0;
}
.about_img {
  position: relative;
  width: 100%;
  margin-top: 5rem;
}
.about_img > figure {
  display: block;
  width: 75.4098360656%;
  margin: 0 auto;
}
.about_bnr {
  position: relative;
  width: 96.7213114754%;
  margin: 5rem auto 0 auto;
}
.about_bnr > li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  aspect-ratio: 590/125;
  margin-top: 2.5rem;
  padding: 0 0 0.5rem 48%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.about_bnr > li:first-child {
  margin-top: 0;
}
.about_bnr > li.bnr01 {
  background-image: url(../images/about/about_bg01.png);
}
.about_bnr > li.bnr02 {
  background-image: url(../images/about/about_bg02.png);
}
.about_bnr > li > span {
  color: #a74343;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.2;
}
.about_btn {
  position: relative;
  flex-shrink: 0;
  width: 43.4782608696%;
  aspect-ratio: 300/95;
  margin: 4rem auto 0 auto;
  z-index: 20;
}
.about_btn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  padding-bottom: 1rem;
  background-image: url(../images/common/btn_bg07.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.about_btn > a > span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 600;
}
.about_conan {
  position: relative;
  width: 100%;
}
.about_conan > dt {
  position: relative;
  width: 100%;
  text-align: center;
}
.about_conan > dt > span {
  font-size: 3.6rem;
  font-weight: 900;
  text-shadow: 0 0 0.5em rgba(255, 0, 22, 0.7), 0 0 0.5em rgba(255, 0, 22, 0.7), 0 0 0.5em rgba(255, 0, 22, 0.7), 0 0 0.5em rgba(255, 0, 22, 0.7);
}
.about_conan > dd {
  position: relative;
  width: 100%;
  margin-top: 4rem;
}
.about_conan > dd > p {
  margin-top: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.about_conan > dd > p:first-child {
  margin-top: 0;
}
.about_chara {
  position: relative;
  width: 100%;
}
.about_chara > dt {
  position: absolute;
  right: calc(50% + 5rem);
  top: 3rem;
  display: block;
}
.about_chara > dt > span {
  font-size: 3.6rem;
  font-weight: 900;
  text-shadow: 0 0 0.5em rgba(255, 0, 22, 0.7), 0 0 0.5em rgba(255, 0, 22, 0.7), 0 0 0.5em rgba(255, 0, 22, 0.7), 0 0 0.5em rgba(255, 0, 22, 0.7);
}
.about_chara > dd {
  position: relative;
  width: 100%;
}
.about_chara_intro {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 4rem;
}
.about_chara_intro > figure {
  width: 32.2033898305%;
}
.about_chara_intro > dl {
  width: 64.406779661%;
}
.about_chara_intro > dl > dt {
  width: 100%;
  padding-bottom: 2.5rem;
  border-bottom: 0.2rem solid #ffffff;
}
.about_chara_intro > dl > dt > span {
  font-size: 4.4rem;
  font-weight: 900;
  line-height: 1.4;
}
.about_chara_intro > dl > dd {
  width: 100%;
  margin-top: 2.5rem;
}
.about_chara_intro > dl > dd > p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.about_tab {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: -3rem;
  padding: 0 0 2.5rem 50%;
  border-bottom: 0.2rem solid #a74343;
}
.about_tab > li {
  position: relative;
  width: 33.8983050847%;
  margin: 0 0 0 8.4745762712%;
}
.about_tab > li:first-child {
  margin-left: 0;
}
.about_tab > li.is-active::before {
  content: "";
}
.about_tab > li.is-active > figure {
  transform: translateY(-1.2rem);
}
.about_tab > li::before {
  content: none;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 0.6rem;
  border-radius: 0.3rem;
  background-color: #a74343;
}
.about_tab > li > figure {
  display: block;
  width: 100%;
}
.about_panel {
  position: relative;
  width: 100%;
}
.about_panel > li {
  display: none;
}
.about_panel > li.is-show {
  display: block;
}/*# sourceMappingURL=about.css.map */