@charset "UTF-8";
html {
  /* 1rem = 約16px → 10px */
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "Slackside One", Arial, sans-serif;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  color: #000;
  background: #fff;
  font-style: normal;
  line-height: 1;
}
body.nav-open {
  overflow: hidden;
  width: 100%;
}
@media (width >= 768px) {
  body {
    font-size: 2.4rem;
  }
}
@media (width >= 1440px) {
  body {
    font-size: 3.2rem;
  }
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.txt__blue {
  color: #03c9d6;
}

.txt__yellow {
  color: #dfeb75;
}

.txt__pink {
  color: #e6a3ff;
}

.header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 12px 3.2% 0;
  pointer-events: none;
  position: fixed;
  z-index: 100;
}
@media (width >= 768px) {
  .header {
    padding-top: 18px;
  }
}
@media (width >= 1440px) {
  .header {
    padding-top: 24px;
  }
}

.nav {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -100;
  opacity: 0;
  pointer-events: none;
}
.nav.show {
  z-index: 99;
  opacity: 1;
  pointer-events: auto;
}
.nav.navImg1 {
  background: url("../images/navBackground-mina.png") center/cover no-repeat;
  background-color: #ccfdff;
}
.nav.navImg2 {
  background: url("../images/navBackground-hana.png") center/cover no-repeat;
  background-color: #c2ffab;
}
.nav.navImg3 {
  background: url("../images/navBackground-ann.png") center/cover no-repeat;
  background-color: #fcffcc;
}
.nav.navImg4 {
  background: url("../images/navBackground-eri.png") center/cover no-repeat;
  background-color: #ecccff;
}
.nav.navImg5 {
  background: url("../images/navBackground-yuko.png") center/cover no-repeat;
  background-color: #ccd5ff;
}
.nav.navImg6 {
  background: url("../images/navBackground-miyu.png") center/cover no-repeat;
  background-color: #ffeecc;
}
.nav.navImg7 {
  background: url("../images/navBackground-aya.png") center/cover no-repeat;
  background-color: #ffcccc;
}
.nav.navImg8 {
  background-color: #ccfdff;
}
.nav.navImg9 {
  background-color: #c2ffab;
}
.nav.navImg10 {
  background: url("../images/navBackground-nana.png") center/cover no-repeat;
  background-color: #fcffcc;
}
.nav.navImg11 {
  background: url("../images/navBackground-ayano.png") center/cover no-repeat;
  background-color: #ecccff;
}
.nav.navImg12 {
  background: url("../images/navBackground-kotone.png") center/cover no-repeat;
  background-color: #ccd5ff;
}
.nav.navImg13 {
  background: url("../images/navBackground-kyoko.png") center/cover no-repeat;
  background-color: #ffeecc;
}
.nav.navImg14 {
  background: url("../images/navBackground-misaki.png") center/cover no-repeat;
  background-color: #ffcccc;
}
.nav .nav__notes {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 3.2%;
  position: absolute;
  top: 0;
}
.nav .nav__notes .nav__note {
  aspect-ratio: 1;
  height: auto;
  width: 30px;
  animation: note-animation 15s linear infinite;
  animation-duration: calc(75s / var(--i));
}
.nav .nav__list {
  padding-top: 52px;
}
.nav .nav__list .nav__item .nav__txt {
  display: block;
  width: 100%;
  padding: 12px 0;
  font-family: "Slackside One";
  font-size: 3.2rem;
  text-align: center;
}
.nav .nav__list .nav__item .nav__txt:hover {
  color: #03c9d6;
  background: rgba(196, 196, 196, 0.2);
}
@media (width >= 768px) {
  .nav .nav__notes .nav__note {
    width: 45px;
  }
  .nav .nav__notes .nav__note .nav__item .nav__txt {
    font-size: 4.8rem;
  }
  .nav .nav__list {
    padding-top: 78px;
  }
}
@media (width >= 1440px) {
  .nav .nav__notes .nav__note {
    width: 60px;
  }
  .nav .nav__list {
    padding-top: 104px;
  }
  .nav .nav__list .nav__item .nav__txt {
    font-size: 6.4rem;
  }
}

.backgroundImg {
  display: inline-block;
  content: "";
  width: 100%;
  height: 100vh;
  background: url(../images/background-common.png) center/cover no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
}

.background__notes {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 3.2%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.background__notes .background__note {
  aspect-ratio: 1;
  height: auto;
  width: 30px;
  animation: note-animation 15s linear infinite;
  animation-duration: calc(75s / var(--i));
}
@media (width >= 768px) {
  .background__notes .background__note {
    width: 60px;
  }
}
@media (width >= 1440px) {
  .background__notes .background__note {
    width: 90px;
  }
}

.headerBtn {
  aspect-ratio: 1;
  height: auto;
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
  pointer-events: all;
  position: relative;
  cursor: pointer;
}
.headerBtn::before {
  content: "";
  aspect-ratio: 1;
  height: auto;
  width: 50px;
  background: linear-gradient(to right, #dfeb75 0%, #03c9d6 60%, #e6a3ff 95%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
  animation: btn-animation 2s linear infinite;
}
.headerBtn::after {
  content: "";
  inset: 1px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  z-index: 102;
}
.headerBtn .headerBtnImg {
  display: block;
  aspect-ratio: 2;
  height: auto;
  width: 40px;
  background: url(../images/trumpet.png) center/contain no-repeat;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 8px;
  z-index: 103;
  transition: 0.6s ease-out;
}
.headerBtn .headerBtnImg.rotate {
  transform: translate(-50%) rotate(360deg);
}
.headerBtn .headerBtn__txt {
  color: #03c9d6;
  text-align: center;
  font-size: 1.4rem;
  font-family: "Slackside One";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 28px;
  z-index: 103;
  transition: 0.6s ease-out;
}
.headerBtn .headerBtn__menu.hide,
.headerBtn .headerBtn__close.hide {
  display: none;
}
@media (width >= 768px) {
  .headerBtn {
    width: 75px;
  }
  .headerBtn::before {
    width: 75px;
  }
  .headerBtn::after {
    inset: 1.5px;
  }
  .headerBtn .headerBtnImg {
    width: 60px;
    top: 12px;
  }
  .headerBtn .headerBtn__txt {
    font-size: 2.1rem;
    top: 42px;
  }
}
@media (width >= 1440px) {
  .headerBtn {
    width: 100px;
  }
  .headerBtn::before {
    width: 100px;
  }
  .headerBtn::after {
    inset: 2px;
  }
  .headerBtn .headerBtnImg {
    width: 80px;
    top: 16px;
  }
  .headerBtn .headerBtn__txt {
    font-size: 2.8rem;
    top: 56px;
  }
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 46px;
  margin: 12px auto 0;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.btn::before {
  content: "";
  aspect-ratio: 1;
  height: auto;
  width: 210px;
  background: linear-gradient(to right, #dfeb75 0%, #03c9d6 60%, #e6a3ff 95%);
  position: absolute;
  z-index: 1;
  animation: btn-animation 2s linear infinite;
}
.btn::after {
  content: "";
  aspect-ratio: 0.6666666667;
  height: auto;
  width: 6px;
  background: url(../images/btn-arrow.svg) center/contain no-repeat;
  position: absolute;
  top: 52%;
  right: 5px;
  transform: translateY(-50%);
  z-index: 2;
}
.btn .btn__txt {
  display: flex;
  justify-content: center;
  align-items: center;
  inset: 1px;
  border-radius: 11px;
  background: #fff;
  font-size: 1.4rem;
  color: #03c9d6;
  position: absolute;
  z-index: 2;
}
.btn .btn__txt:hover {
  background: rgb(240, 240, 240);
}
.btn .btn__txt a {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (width >= 768px) {
  .btn {
    width: 300px;
    height: 69px;
    margin-top: 18px;
    border-radius: 18px;
  }
  .btn::before {
    content: "";
    width: 315px;
  }
  .btn::after {
    content: "";
    aspect-ratio: 0.6666666667;
    height: auto;
    width: 9px;
    right: 7.5px;
  }
  .btn .btn__txt {
    inset: 1.5px;
    border-radius: 16.5px;
    font-size: 2.1rem;
  }
}
@media (width >= 1440px) {
  .btn {
    width: 400px;
    height: 92px;
    margin-top: 24px;
    border-radius: 24px;
  }
  .btn::before {
    content: "";
    width: 420px;
  }
  .btn::after {
    content: "";
    aspect-ratio: 0.6666666667;
    height: auto;
    width: 12px;
    right: 10px;
  }
  .btn .btn__txt {
    inset: 2px;
    border-radius: 22px;
    font-size: 2.8rem;
  }
}

.my-button-prev,
.my-button-next {
  aspect-ratio: 1;
  height: auto;
  width: 30px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.my-button-prev.swiper-button-disabled, .my-button-prev.swiper-button-disabled,
.my-button-next.swiper-button-disabled,
.my-button-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: auto;
}
.my-button-prev .arrowImg,
.my-button-next .arrowImg {
  aspect-ratio: 0.5;
  height: auto;
  width: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
}
.my-button-prev .arrowImg__left,
.my-button-next .arrowImg__left {
  transform: rotate(180deg) translate(50%, 50%);
}
.my-button-prev .arrowImg__right,
.my-button-next .arrowImg__right {
  transform: translate(-50%, -50%);
}
.my-button-prev::before,
.my-button-next::before {
  content: "";
  aspect-ratio: 1;
  height: auto;
  width: 30px;
  background: linear-gradient(to right, #dfeb75 0%, #03c9d6 60%, #e6a3ff 95%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  animation: btn-animation 2s linear infinite;
}
.my-button-prev::after,
.my-button-next::after {
  content: "";
  border-radius: 50%;
  inset: 1px;
  background: #fff;
  position: absolute;
  z-index: 2;
}
@media (width >= 768px) {
  .my-button-prev,
  .my-button-next {
    width: 45px;
  }
  .my-button-prev .arrowImg,
  .my-button-next .arrowImg {
    width: 9px;
  }
  .my-button-prev::before,
  .my-button-next::before {
    width: 45px;
  }
  .my-button-prev::after,
  .my-button-next::after {
    inset: 1.5px;
  }
}
@media (width >= 1440px) {
  .my-button-prev,
  .my-button-next {
    width: 60px;
  }
  .my-button-prev .arrowImg,
  .my-button-next .arrowImg {
    width: 12px;
  }
  .my-button-prev::before,
  .my-button-next::before {
    width: 60px;
  }
  .my-button-prev::after,
  .my-button-next::after {
    inset: 2px;
  }
}

main {
  padding: 52px 3.2% 24px;
}
main .section {
  background: rgba(255, 255, 255, 0.75);
  margin-top: 24px;
  padding-bottom: 12px;
  border-radius: 20px;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3), 3px 2px 3px rgba(0, 0, 0, 0.1), inset -1px -1px 2px rgb(255, 255, 255);
}
@media (width >= 768px) {
  main {
    padding: 104px 3.2% 48px;
    padding-bottom: 48px;
  }
  main .section {
    margin-top: 48px;
    padding-bottom: 24px;
    border-radius: 40px;
    box-shadow: inset 1.5px 1.5px 3px rgba(0, 0, 0, 0.3), 3px 1.5px 3px rgba(0, 0, 0, 0.1), inset -1.5px -1.5px 3px rgb(255, 255, 255);
  }
}
@media (width >= 1440px) {
  main {
    padding: 156px 3.2% 72px;
  }
  main .section {
    margin-top: 72px;
    padding-bottom: 36px;
    border-radius: 60px;
    box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.3), 6px 4px 6px rgba(0, 0, 0, 0.1), inset -2px -2px 4px rgb(255, 255, 255);
  }
}

.section__header {
  background: linear-gradient(to right, #dfeb75 0%, #03c9d6 60%, #e6a3ff 95%);
  border-radius: 20px 20px 0 0;
  text-align: center;
  color: #fff;
}
.section__header .section__header--eng {
  padding-bottom: 8px;
  font-family: "Slackside One";
  font-size: 3.6rem;
}
.section__header .section__header--eng.hide {
  display: none;
}
.section__header .section__header--jp {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
}
.section__header .section__header--jp.hide {
  display: none;
}
@media (width >= 768px) {
  .section__header {
    border-radius: 30px 30px 0 0;
  }
  .section__header .section__header--eng {
    padding-bottom: 12px;
    font-size: 5.4rem;
  }
  .section__header .section__header--jp {
    height: 66px;
  }
}
@media (width >= 1440px) {
  .section__header {
    border-radius: 40px 40px 0 0;
  }
  .section__header .section__header--eng {
    padding-bottom: 16px;
    font-size: 7.2rem;
  }
  .section__header .section__header--jp {
    height: 88px;
  }
}

/* footer ***********************************************************/
.footer {
  width: 100%;
  padding: 12px 3.2% 24px;
  background: #fff;
  text-align: center;
}
.footer .snsImg__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  gap: 12px;
}
.footer .snsImg__list .snsImg {
  display: block;
  aspect-ratio: 1;
  height: auto;
  width: 30px;
  border-radius: 4px;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3), 3px 2px 3px rgba(0, 0, 0, 0.1), inset -1px -1px 2px rgb(255, 255, 255);
  position: relative;
  transition: 0.6s;
}
.footer .snsImg__list .snsImg::before {
  content: "";
  inset: 1px;
  box-shadow: inset 1px 1px 0 #fff;
  filter: blur(2px);
  border-radius: 4px;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.footer .snsImg__list .snsImg:hover {
  transform: translateY(-5px);
}
.footer .copy {
  margin-top: 12px;
  color: #c4c4c4;
  font-size: 1rem;
  line-height: 1.5;
}
@media (width >= 768px) {
  .footer {
    padding: 14.4px 3.2% 28.8px;
  }
  .footer .snsImg__list {
    gap: 14.4px;
  }
  .footer .snsImg__list .snsImg {
    width: 36px;
    border-radius: 4.8px;
    box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.3), 6px 4px 6px rgba(0, 0, 0, 0.1), inset -2px -2px 4px rgb(255, 255, 255);
  }
  .footer .snsImg__list .snsImg::before {
    inset: 1.2px;
    box-shadow: inset 2px 2px 0 #fff;
    filter: blur(2.4px);
    border-radius: 4.8px;
  }
  .footer .snsImg__list .snsImg:hover {
    transform: translateY(-10px);
  }
  .footer .copy {
    margin-top: 14.4px;
    font-size: 1.2rem;
  }
}
@media (width >= 1440px) {
  .footer {
    padding: 18px 3.2% 36px;
  }
  .footer .snsImg__list {
    gap: 18px;
  }
  .footer .snsImg__list .snsImg {
    width: 45px;
    border-radius: 6px;
    box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.3), 9px 6px 9px rgba(0, 0, 0, 0.1), inset -3px -3px 6px rgb(255, 255, 255);
  }
  .footer .snsImg__list .snsImg::before {
    inset: 1.5px;
    box-shadow: inset 3px 3px 0 #fff;
    filter: blur(3px);
    border-radius: 6px;
  }
  .footer .snsImg__list .snsImg:hover {
    transform: translateY(-15px);
  }
  .footer .copy {
    margin-top: 18px;
    font-size: 1.5rem;
  }
}

@keyframes btn-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes note-animation {
  0% {
    transform: translateY(100vh) rotate(0deg) scale(0);
  }
  50% {
    transform: translateY(50vh) rotate(360deg) scale(1);
  }
  100% {
    transform: translateY(0vh) rotate(720deg) scale(0);
  }
}
.wp__item {
  width: 108px;
  height: 146px;
  padding: 12px;
  background: #fff;
  border: 0.4px solid #03c9d6;
}
.wp__item:hover {
  opacity: 0.4;
}
.wp__item .wpImg {
  display: inline-block;
  aspect-ratio: 1;
  height: auto;
  width: 100%;
  background: #fff;
}
.wp__item .wp__title {
  margin-top: 8px;
  font-size: 1rem;
  text-align: start;
}
@media (width >= 768px) {
  .wp__item {
    width: 162px;
    height: 219px;
    padding: 18px;
    border: 0.8px solid #03c9d6 0.1;
  }
  .wp__item:hover {
    opacity: 0.4;
  }
  .wp__item .wp__title {
    margin-top: 12px;
    font-size: 1.5rem;
  }
}
@media (width >= 1440px) {
  .wp__item {
    width: 216px;
    height: 292px;
    padding: 24px;
    border: 0.8px solid #03c9d6;
  }
  .wp__item:hover {
    opacity: 0.4;
  }
  .wp__item .wp__title {
    margin-top: 16px;
    font-size: 2rem;
  }
}

.sectionPagination {
  height: 704px;
  position: relative;
}
.sectionPagination .wp__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  width: 340px;
  margin: 12px auto 0;
}
.sectionPagination .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}
.sectionPagination .pagination .prev,
.sectionPagination .pagination .next,
.sectionPagination .pagination .num {
  font-size: 1.2rem;
}
.sectionPagination .pagination .prev,
.sectionPagination .pagination .next {
  color: #03c9d6;
}
.sectionPagination .pagination .prev.disabled,
.sectionPagination .pagination .next.disabled {
  opacity: 0.4;
}
.sectionPagination .pagination .num {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  height: auto;
  width: 16px;
}
.sectionPagination .pagination .num.active {
  background: #03c9d6;
  color: #fff;
}
@media (width >= 768px) {
  .sectionPagination {
    height: 1056px;
  }
  .sectionPagination .wp__list {
    gap: 12px;
    width: 510px;
    margin-top: 18px;
  }
  .sectionPagination .pagination {
    gap: 8px;
    bottom: 18px;
  }
  .sectionPagination .pagination .prev,
  .sectionPagination .pagination .next,
  .sectionPagination .pagination .num {
    font-size: 1.8rem;
  }
  .sectionPagination .pagination .num {
    width: 24px;
  }
}
@media (width >= 1440px) {
  .sectionPagination {
    height: 1408px;
  }
  .sectionPagination .wp__list {
    gap: 16px;
    width: 680px;
    margin-top: 24px;
  }
  .sectionPagination .pagination {
    gap: 8px;
    bottom: 24px;
  }
  .sectionPagination .pagination .prev,
  .sectionPagination .pagination .next,
  .sectionPagination .pagination .num {
    font-size: 2.4rem;
  }
  .sectionPagination .pagination .num {
    width: 32px;
  }
}/*# sourceMappingURL=event.css.map */