@charset "UTF-8";
main > h2 {
  margin: auto;
  background: linear-gradient(45deg, #fec4f6 0%, #ccd3fc 50%, #97e3fa 50%, #afe0ce 100%);
}

.period,
.btn_area {
  padding: 40px 15px;
  transition: opacity 0.2s, transform 0.2s ease-in-out;
  opacity: 0;
  transform: scale(1.1);
}

.period.anime,
.btn_area.anime {
  transform: scale(1);
  opacity: 1;
}

.intro {
  padding: 40px 15px 0;
}

.intro p {
  transition: opacity 0.2s, transform 0.2s ease-in-out;
  opacity: 0;
  transform: scale(1.1);
}

.intro.anime p {
  opacity: 1;
  transform: scale(1);
}

section p {
  font-size: 1.3rem;
  font-weight: 700;
}

section h2.anime {
  animation: anime 0.8s linear 0s 1;
}

@keyframes anime {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.1, 0.9) translate(0%, 10%);
  }
  50% {
    transform: scale(0.9, 1.1) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes anime2 {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  10% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  40% {
    transform: scale(1.2, 0.8) translate(0%, 15%);
  }
  50% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  60% {
    transform: scale(0.9, 1.2) translate(0%, -100%);
  }
  75% {
    transform: scale(0.9, 1.2) translate(0%, -20%);
  }
  85% {
    transform: scale(1.2, 0.8) translate(0%, 15%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
.intro span {
  display: none;
}

.intro .dooon {
  display: inline-block;
}

.period h2:nth-of-type(1) {
  max-width: 390px;
  width: 100%;
  margin: 0 auto 20px;
}

.period h2:nth-of-type(2) {
  max-width: 436px;
  width: 100%;
  margin: auto auto 20px;
}

.period article {
  border-radius: 20px;
  border: #8652D9 solid 4px;
  background: #ffffff;
  max-width: 800px;
  width: 100%;
  margin: auto;
  padding: 40px 15px;
}

.period h3 {
  font-size: 1.125rem;
}

.period li {
  background: #8652D9;
  color: #ffffff;
  font-size: 1.125rem;
  border-radius: 25px;
  margin: 0 auto 26px;
  max-width: 352px;
  padding: 10px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
}

.period li + li::before {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid black;
  position: absolute;
  top: -16px;
}

.period .schedule li {
  opacity: 0;
  transition: opacity 2s ease 0.2s;
}

.period .schedule.anime li {
  opacity: 1;
}

.period .schedule li:nth-child(1) {
  transition-delay: 0s;
}

.period .schedule li:nth-child(2) {
  transition-delay: 0.1s;
}

.period .schedule li:nth-child(3) {
  transition-delay: 0.2s;
}

.period .schedule li:nth-child(4) {
  transition-delay: 0.3s;
}

.period .schedule li:nth-child(5) {
  transition-delay: 0.4s;
}

.btn_area ul {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.btn_area li {
  display: inline-block;
  max-width: 348px;
  width: 100%;
  margin: 0 20px;
}

.schedule_title {
  font-size: 22px;
  border-bottom: #8652D9 1px dashed;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  padding: 0 22px 10px;
}

.schedule_title::before,
.schedule_title::after {
  content: "●";
  font-size: 16px;
  color: #C8F4D0;
  display: inline-block;
  top: 4px;
  position: absolute;
}

.schedule_title::before {
  margin-right: 12px;
  left: 0;
}

.schedule_title::after {
  margin-left: 12px;
  right: 0;
}

.schedule_text {
  font-size: 16px;
  color: #2D2D2D;
  font-weight: 700;
  margin-bottom: 0;
}

.schedule_text2 {
  font-size: 18px;
  font-weight: 700;
  color: #8652D9;
  margin-top: 5px;
  display: block;
}

.notes {
  font-size: 12px;
}

.news {
  background-color: #8652D9;
  padding: 20px 20px 40px;
  margin: auto;
}

.news h3 + p {
  margin: 1em auto 0;
  letter-spacing: 0.1em;
  max-width: 940px;
}

.news p > span {
  display: inline-block;
}

.news .btn_news {
  max-width: 350px;
  width: 100%;
  margin: auto;
}

.news p {
  font-size: 18px;
  color: #ffffff;
  padding: 0;
  margin: 0;
}

/* ニュースセクション見出し */
.news_heading {
  font-size: 24px;
  color: #2d2d2d;
  text-align: center;
  margin: 0 auto 20px;
  letter-spacing: 0.1em;
}

.news h3 {
  max-width: 680px;
  width: 100%;
  margin: auto;
}

@media (max-width: 640px) {
  .headtext {
    max-width: 360px;
    display: block;
    margin: 0 auto;
  }
  .news .btn_news {
    max-width: 250px;
  }
  section {
    padding: 15px;
  }
  section p {
    font-size: 1rem;
    letter-spacing: 1px;
  }
  .intro span {
    display: inline-block;
  }
  .intro br {
    display: none;
  }
  .period_text {
    line-height: 1;
  }
  .kara {
    display: block;
    transform: rotate(90deg);
    margin: auto;
    margin-top: 15px;
    line-height: 0;
  }
  .period h2:nth-of-type(1) {
    margin-bottom: 30px;
  }
  .period h2:nth-of-type(2) {
    margin: 40px auto 0;
  }
  .overview h2 img,
  .period h2 img {
    width: auto;
    height: 57px;
    margin: auto;
  }
  .schedule {
    padding: 20px 10px 0;
    margin: 0;
  }
  .schedule + small {
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
    display: block;
  }
  .schedule_title {
    font-size: 18px;
  }
  .period li {
    font-size: 1rem;
    margin: 0 auto 40px;
  }
  .period li + li::before {
    top: -22px;
  }
  .btn_area ul {
    display: block;
  }
  .btn_area li {
    display: block;
    margin: auto;
    max-width: 300px;
  }
  .btn_area li + li {
    margin-top: 20px;
  }
  .news {
    padding: 30px 20px;
  }
  .news p {
    font-size: 16px;
    text-align: left;
  }
  .news p > span {
    display: inline;
  }
  .news h3 {
    margin-bottom: 25px;
    font-size: 18px;
  }
  .news_heading {
    font-size: 20px;
  }
  .news p br {
    display: none;
  }
}
@media (max-width: 320px) {
  .overview h2 img,
  .period h2 img {
    width: auto;
    height: 45px;
    margin: auto;
  }
  .period article {
    padding: 30px 8px;
  }
  .schedule {
    padding: 20px 0px;
  }
  .schedule li {
    font-size: 14px;
  }
  .news p {
    font-size: 14px;
    text-align: left;
  }
  .news h3 {
    font-size: 15px;
    margin-bottom: 25px;
  }
  .news_heading {
    font-size: 18px;
  }
}/*# sourceMappingURL=index.css.map */