@charset "UTF-8";
.secKv {
  position: relative;
}
.secKv .kvLight {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  mix-blend-mode: darken;
  aspect-ratio: 287/558;
  animation: kv-light 7s linear infinite;
  transform-origin: top right;
}
.secKv .kvMain {
  position: relative;
  z-index: 1;
}
.secKv .kvMain .kvTitle {
  text-align: center;
}
.secKv .kvMain .kvCaption {
  text-align: center;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .secKv {
    padding: 0px 0 50px;
  }
  .secKv .kvLight {
    left: auto;
    right: 0%;
    top: -260px;
    width: 200px;
  }
  .secKv .kvMain .kvTitle {
    width: min(90%, 300px);
    margin: 0 auto;
  }
  .secKv .kvMain .kvCaption {
    padding: 8px 0 0 0;
    font-size: clamp(14px, 4.1vw, 16px);
  }
}
@media print, screen and (min-width: 768px) {
  .secKv {
    padding: 0px 0 100px;
  }
  .secKv .kvLight {
    left: calc(50% + 150px);
    top: -347px;
    width: 287px;
  }
  .secKv .kvMain .kvCaption {
    padding: 24px 0 0 0;
    font-size: clamp(15px, 1.74vw, 25px);
  }
}
@keyframes kv-light {
  0% {
    transform: rotate(20deg);
    animation-timing-function: cubic-bezier(0.37, 0, 0.63, 1);
    filter: blur(0px);
  }
  50% {
    transform: rotate(0deg);
    animation-timing-function: cubic-bezier(0.37, 0, 0.63, 1);
    filter: blur(5px) brightness(1.5);
  }
  100% {
    transform: rotate(20deg);
    filter: blur(0px);
  }
}
.secLead .leadHead {
  text-align: center;
  font-weight: bold;
}
.secLead .leadHead .text .textLine {
  background: #F6FF7E;
  display: inline-block;
}
.secLead .leadCaption {
  font-weight: bold;
}
.secLead .leadText {
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .secLead {
    padding: 0 0 70px 0;
  }
  .secLead .leadHead .text .textLine {
    display: inline-block;
    padding: 4px 4px 4px 12px;
    font-size: clamp(15px, 6.41vw, 25px);
    line-height: 1.5;
    margin: 3px 0;
    letter-spacing: -0.02em;
  }
  .secLead .leadCaption {
    padding: 24px 0 0 0;
    font-size: clamp(14px, 4.62vw, 18px);
    line-height: 1.7;
    text-align: center;
  }
  .secLead .leadText {
    padding: 24px 0 0 0;
    font-size: clamp(11px, 3.59vw, 14px);
    line-height: 1.9;
    text-align: center;
    letter-spacing: -0.02em;
  }
}
@media print, screen and (min-width: 768px) {
  .secLead {
    padding: 0 0 160px 0;
  }
  .secLead .leadHead .text {
    font-size: clamp(24px, 2.78vw, 40px);
  }
  .secLead .leadHead .text .textLine {
    padding-top: 8px;
    padding-bottom: 10px;
  }
  .secLead .leadHead .text .textLine:first-of-type {
    padding-left: 20px;
  }
  .secLead .leadHead .text .textLine:last-of-type {
    padding-right: 4px;
  }
  .secLead .leadCaption {
    text-align: center;
    padding: 26px 0 0 0;
    font-size: clamp(15px, 1.74vw, 25px);
    line-height: 1.7;
  }
  .secLead .leadText {
    text-align: center;
    padding: 36px 0 0 0;
    font-size: clamp(14px, 1.39vw, 20px);
    line-height: 1.7;
  }
}
.secLevel .levelTitle {
  text-align: center;
  font-weight: bold;
}
.secLevel .levelBox {
  background: #323232;
  color: #ffffff;
}
.secLevel .levelBox .levelList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.secLevel .levelBox .levelList li {
  display: flex;
  align-items: baseline;
  font-weight: 400;
}
.secLevel .levelBox .levelList li.bold {
  font-weight: 900;
}
.secLevel .levelBox .levelList li .lv {
  flex-shrink: 0;
}
.secLevel .levelBox .levelList li .dash {
  flex-shrink: 0;
}
.secLevel .levelText {
  text-align: center;
  font-weight: 500;
}
.secLevel .levelText .strong {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .secLevel {
    padding: 0 0 100px 0;
  }
  .secLevel .levelTitle .head {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .secLevel .levelTitle .main {
    padding: 6px 0 0 0;
    font-size: clamp(14px, 5.64vw, 22px);
    line-height: 1.5;
  }
  .secLevel .levelBox {
    padding: 28px 20px;
    margin: 28px 0 0 calc((min(92.4vw, 390px) - 100vw) / 2);
    width: 100vw;
  }
  .secLevel .levelBox .levelList li {
    padding: 6px 0;
    font-size: clamp(14px, 4.36vw, 17px);
    line-height: 1.5;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
  .secLevel .levelText {
    padding: 32px 0 0 0;
    font-size: 14px;
    line-height: 1.9;
  }
}
@media print, screen and (min-width: 768px) {
  .secLevel {
    padding: 0 0 120px 0;
  }
  .secLevel .levelTitle .head {
    font-size: clamp(16px, 1.81vw, 26px);
  }
  .secLevel .levelTitle .main {
    padding: 2px 0 0 0;
    font-size: clamp(23px, 2.64vw, 38px);
  }
  .secLevel .levelBox {
    padding: 50px 10px;
    margin: 50px 0 0 0;
    display: flex;
    justify-content: center;
  }
  .secLevel .levelBox .levelList li {
    padding: 4px 0;
    font-size: clamp(15px, 1.74vw, 25px);
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .secLevel .levelText {
    padding: 40px 0 0 0;
    font-size: clamp(14px, 1.39vw, 20px);
    line-height: 1.7;
  }
}
.secHistory .historyBox {
  position: relative;
  background: #EEEEEE;
}
.secHistory .historyBox .historyTitle {
  text-align: center;
  font-weight: bold;
}
.secHistory .historyBox .historyList .historyItem {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.secHistory .historyBox .historyList .historyItem .year {
  font-weight: bold;
  flex-shrink: 0;
}
.secHistory .historyBox .historyList .historyItem .content .title {
  font-weight: bold;
}
.secHistory .historyBox .historyList .historyItem .content .note {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 500;
}
.secHistory .historyBox .historyList .historyItem .content .note li {
  position: relative;
  padding-left: 1em;
}
.secHistory .historyBox .historyList .historyItem .content .note li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.secHistory .historyBox .historyBalloon {
  position: absolute;
  pointer-events: none;
}
.secHistory .historyBox .historyBalloon .balloonText {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-align: center;
}
.secHistory .historyBox .historyBalloon .balloonText .head .num {
  font-family: "Red Hat Display", sans-serif;
}
.secHistory .historyBox .historyBalloon .balloonText .main .mark {
  font-family: "Red Hat Display", sans-serif;
}
.secHistory .historyBox .historyImg {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .secHistory {
    padding: 0 0 80px 0;
  }
  .secHistory .historyBox {
    padding: 30px 5% 40px;
  }
  .secHistory .historyBox .historyTitle {
    font-size: clamp(14px, 5.13vw, 20px);
  }
  .secHistory .historyBox .historyList {
    padding: 30px 0 0 0;
  }
  .secHistory .historyBox .historyList .historyItem {
    padding: 0 0 24px 0;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
  .secHistory .historyBox .historyList .historyItem .year {
    width: 90px;
    font-size: clamp(14px, 5.64vw, 22px);
    letter-spacing: -0.02em;
  }
  .secHistory .historyBox .historyList .historyItem .content {
    width: calc(100% - 94px);
  }
  .secHistory .historyBox .historyList .historyItem .content .title {
    font-size: clamp(14px, 4.62vw, 18px);
    line-height: 1.5;
    padding: 4px 0 0 0;
  }
  .secHistory .historyBox .historyList .historyItem .content .note {
    padding: 8px 0 0 0;
    font-size: 12px;
    line-height: 1.7;
  }
  .secHistory .historyBox .historyBalloon {
    width: 156px;
    aspect-ratio: 1/1;
    top: -30px;
    left: 8px;
  }
  .secHistory .historyBox .historyBalloon .balloonText .head {
    font-size: 15px;
  }
  .secHistory .historyBox .historyBalloon .balloonText .head .num {
    font-size: 32px;
  }
  .secHistory .historyBox .historyBalloon .balloonText .main {
    font-size: 18px;
  }
  .secHistory .historyBox .historyImg {
    padding: 0px 0 0 0;
    width: 100%;
    max-width: 340px;
    margin-left: -10px;
  }
}
@media print, screen and (min-width: 768px) {
  .secHistory {
    padding: 0 0 140px 0;
  }
  .secHistory .historyBox {
    padding: 60px min(8%, 100px) 84px;
  }
  .secHistory .historyBox .historyTitle {
    font-size: clamp(22px, 2.5vw, 36px);
  }
  .secHistory .historyBox .historyList {
    padding: 60px 0 0 0;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .secHistory .historyBox .historyList .historyItem {
    padding: 0 0 36px 0;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .secHistory .historyBox .historyList .historyItem .year {
    width: 140px;
    font-size: clamp(22px, 2.5vw, 36px);
  }
  .secHistory .historyBox .historyList .historyItem .content {
    width: calc(100% - 164px);
  }
  .secHistory .historyBox .historyList .historyItem .content .title {
    font-size: clamp(16px, 1.81vw, 26px);
    padding: 8px 0 0 0;
  }
  .secHistory .historyBox .historyList .historyItem .content .note {
    padding: 12px 0 0 0;
    font-size: clamp(14px, 1.25vw, 18px);
    line-height: 1.6;
  }
  .secHistory .historyBox .historyBalloon {
    width: min(24%, 248px);
    aspect-ratio: 248/253;
    bottom: 28%;
    right: 2.8%;
  }
  .secHistory .historyBox .historyImg {
    padding: 50px 0 0 0;
    width: min(80%, 626px);
  }
}
.secAbout {
  position: relative;
  background: #000000;
  border-radius: 20px;
}
.secAbout .bgLight {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  mix-blend-mode: darken;
  aspect-ratio: 370/528;
  transform-origin: top left;
  animation: swing-light 15s linear infinite;
}
.secAbout .bgChara {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  aspect-ratio: 519/348;
}
.secAbout .aboutMain {
  position: relative;
  z-index: 0;
  color: #ffffff;
}
.secAbout .aboutMain .introText {
  font-weight: 500;
}
.secAbout .aboutMain .aboutTitle {
  font-weight: bold;
}
.secAbout .aboutMain .bodyText {
  font-weight: 500;
}
.secAbout .aboutMain .emphText {
  font-weight: bold;
}
.secAbout .aboutMain .closingText {
  font-weight: 500;
}
.secAbout .aboutMain .btnEntry {
  background: #F6FF7E;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
}
.secAbout .aboutMain .btnEntry .text {
  color: #000000;
  font-weight: bold;
}
.secAbout .aboutMain .btnEntry .arrow {
  background: url(../../shared/images/btn_arrow_black_right.svg) center center no-repeat;
  background-size: contain;
  aspect-ratio: 20/10;
}

@media only screen and (max-width: 767px) {
  .secAbout {
    margin: 140px 0 0 0;
  }
  .secAbout .bgLight {
    left: -180px;
    top: -240px;
    width: 300px;
  }
  .secAbout .bgChara {
    right: 0px;
    top: -130px;
    width: 270px;
  }
  .secAbout .aboutMain {
    padding: 70px 6% 40px;
  }
  .secAbout .aboutMain .introText {
    font-size: 12px;
    line-height: 1.7;
  }
  .secAbout .aboutMain .aboutTitle {
    padding: 16px 0 0 0;
    font-size: clamp(15px, 6.41vw, 25px);
  }
  .secAbout .aboutMain .bodyText {
    padding: 16px 0 0 0;
    font-size: 12px;
    line-height: 1.7;
  }
  .secAbout .aboutMain .emphText {
    padding: 16px 0 0 0;
    font-size: clamp(14px, 4.1vw, 16px);
    line-height: 1.5;
  }
  .secAbout .aboutMain .closingText {
    padding: 8px 0 0 0;
    font-size: 12px;
    line-height: 1.7;
  }
  .secAbout .aboutMain .btnEntry {
    margin: 28px 0 0 0;
    -moz-column-gap: 24px;
         column-gap: 24px;
    padding: 12px 20px;
    width: min(100%, 272px);
  }
  .secAbout .aboutMain .btnEntry .text {
    font-size: clamp(14px, 5.13vw, 20px);
  }
  .secAbout .aboutMain .btnEntry .arrow {
    width: 18px;
  }
}
@media print, screen and (min-width: 768px) {
  .secAbout {
    margin: 200px 0 0 0;
  }
  .secAbout .bgLight {
    left: -140px;
    top: -245px;
    width: 370px;
  }
  .secAbout .bgChara {
    right: 0px;
    top: -246px;
    width: 519px;
  }
  .secAbout .aboutMain {
    padding: 80px min(5%, 56px) 60px;
  }
  .secAbout .aboutMain .introText {
    font-size: clamp(14px, 1.11vw, 16px);
    line-height: 1.7;
  }
  .secAbout .aboutMain .aboutTitle {
    padding: 28px 0 0 0;
    font-size: clamp(18px, 2.08vw, 30px);
  }
  .secAbout .aboutMain .bodyText {
    padding: 24px 0 0 0;
    font-size: clamp(14px, 1.11vw, 16px);
    line-height: 1.7;
  }
  .secAbout .aboutMain .emphText {
    padding: 28px 0 0 0;
    font-size: clamp(15px, 1.74vw, 25px);
    line-height: 1.7;
    letter-spacing: 0;
  }
  .secAbout .aboutMain .closingText {
    padding: 16px 0 0 0;
    font-size: clamp(14px, 1.11vw, 16px);
    line-height: 1.7;
  }
  .secAbout .aboutMain .btnEntry {
    margin: 36px 0 0 0;
    -moz-column-gap: 50px;
         column-gap: 50px;
    padding: 14px 28px;
    width: 300px;
  }
  .secAbout .aboutMain .btnEntry .text {
    font-size: clamp(14px, 1.25vw, 18px);
  }
  .secAbout .aboutMain .btnEntry .arrow {
    width: 20px;
  }
}/*# sourceMappingURL=style.css.map */