@charset "utf-8";
/*
Theme Name: NAGANO ANIERA FESTA
Author: innerroom creative
Description: NAGANO ANIERA FESTA 2025
Text Domain: NAGANO ANIERA FESTA
*/

@keyframes anf24rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.p-anf24__header__wrapper {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 90svh;
  position: relative;
  background-image: url(img/anf24__header__wrapper.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.p-anf24__header__tit {
  position: absolute;
  top: 9vh;
  left: 3vh;
  width: 35vh;
  height: 35vh;
  display: inline-block;
  background-image: url(img/anf24_logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  animation: anf24rotation 8s linear infinite;
}

.p-anf24__about__wrapper {
  margin: 15vh 0 0;
  position: relative;
}
.p-anf24__about__wrapper::before {
  content: "";
  position: absolute;
  bottom: 2vh;
  left: 17vh;
  width: 15vh;
  height: 15vh;
  display: inline-block;
  background-image: url(img/anf24__about.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  animation: anf24rotation 8s linear infinite;
}
.p-anf24__about__wrapper::after {
  content: "";
  position: absolute;
  top: 2vh;
  right: 17vh;
  width: 25vh;
  height: 25vh;
  display: inline-block;
  background-image: url(img/anf24__about.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  animation: anf24rotation 8s linear infinite;
}

.p-anf24__about__tit {
  display: block;
  font-weight: 900;
  font-size: 3.6rem;
  margin: 0;
  color: #fff;
  text-align: center;
  margin: 0 0 6vh;
}
.p-anf24__about__det {
  display: block;
  font-weight: 700;
  font-size: 1.8rem;
  margin: 0;
  color: #fff;
  text-align: center;
  margin: 0 0 0;
}

.p-anf24__qua__wrapper {
  margin: 12vh 0 0;
}
.c-anf24__red__tit {
  width: 75%;
  margin: 0 auto 0;
  padding: 1vh 0;
  border-radius: 2vh;
  background-color: #ff4e62;
  color: #fff;
  font-weight: 900;
  font-size: 2.4rem;
  text-align: center;
}
.p-anf24__qua__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3vh 0;
  margin: 6vh 0 0;
}
.c-anf24__brown__subtit {
  width: 75%;
  margin: 0;
  padding: 1vh 6.25%;
  border-radius: 2vh;
  background-color: #8e8129;
  color: #fff;
  font-weight: 900;
  font-size: 1.8rem;
  text-align: center;
}

.p-anf24__entry__wrapper {
  display: flex;
  flex-direction: column;
  gap: 15vh 0;
  margin: 21vh 0 0;
}
.p-anf24__entry__inner {
  margin: 0;
  border-radius: 2vh;
  background-color: #fff;
  padding: 21vh 6.25% 9vh;
  position: relative;
}
.p-anf24__entry__01::after {
  position: absolute;
  content: "";
  top: -9vh;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: inline-block;
  width: 18.75%;
  aspect-ratio: 1 / 1;
  max-width: 250px;
  background-image: url(img/anf24__entry__01.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-anf24__entry__02::after {
  position: absolute;
  content: "";
  top: -9vh;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: inline-block;
  width: 18.75%;
  max-width: 250px;
  height: 50%;
  background-image: url(img/anf24__entry__02.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-anf24__entry__03::after {
  position: absolute;
  content: "";
  top: -9vh;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: inline-block;
  width: 18.75%;
  max-width: 250px;
  height: 50%;
  background-image: url(img/anf24__entry__03.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-anf24__entry__list {
  text-align: 500;
}
.p-anf24__entry__list ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 1vh;
}
.p-anf24__entry__list ul li {
  position: relative;
  padding: 0 0 0 2.4rem;
  font-weight: 500;
}
.p-anf24__entry__list ul li:after,
.p-anf24__entry__list ul li:before {
  position: absolute;
  content: "";
  display: block;
  background: #02a05b;
  top: 0.53em;
  left: 0.5em;
  height: 11px;
  width: 4px;
  border-radius: 10px;
  transform: rotate(45deg);
}
.p-anf24__entry__list ul li:before {
  top: 0.7em;
  left: 0.2em;
  height: 8px;
  transform: rotate(-45deg);
}

.p-anf24__entry__equipment {
  width: 100%;
  margin: 6vh 0 0;
  padding: 3vh 6.25%;
  border-radius: 2vh;
  border: 1px solid #232323;
}
.p-anf24__entry__equipment__tit {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 3vh;
}
.p-anf24__entry__equipment__det span {
  font-weight: 700;
}

.p-anf24__entry__button__wrapper {
  display: block;
  width: 100%;
  margin: 6vh 0 0;
  text-align: center;
}
.p-anf24__entry__button {
  width: 100%;
  max-width: calc(12.5% * 4);
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 100vh;
  margin-bottom: 0.5rem;
  padding: 0;
}

.p-anf24__entry__button span {
  position: relative;
  display: block;
  padding: 1em 2em;
  transition: all 0.3s;
  border: 1px solid #232323;
  border-radius: inherit;
  background: #02a05b;
}
.p-anf24__entry__button:hover {
  -webkit-transform: translate(0, 0.25rem);
  transform: translate(0, 0.25rem);
  background: transparent;
  opacity: 1;
  color: #fff;
}
.p-anf24__entry__button:hover:before {
  transform: translate3d(0, 0.5rem, -1rem);
  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
}

.p-anf24__schedule__wrapper {
  margin: 12vh 0 0;
}
.p-anf24__schedule__inner {
  display: flex;
  flex-direction: column;
  gap: 3vh 0;
  margin: 9vh 0 0;
}
.p-anf24__schedule__contents {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 3vh 6.25%;
  border-radius: 2vh;
  background-color: #fff;
}
.p-anf24__schedule__contents__tit {
  width: calc((100% / 15) * 3);
  font-weight: 700;
}
.p-anf24__schedule__contents__det {
  width: calc((100% / 15) * 12);
}
.p-anf24__schedule__contents__det ul {
  list-style: disc;
  list-style-position: outside;
  margin: 3vh 0 0 20px;
}
.p-anf24__schedule__contents__det li {
}

.p-anf24__schedule__contents__parts {
  width: 100%;
  display: flex;
  justify-content: center;
}
.p-anf24__schedule__contents__parts span {
  display: block;
  font-size: 100px;
  position: relative;
  width: 3rem;
  height: 3rem;
  border-bottom: 1px solid #232323;
  border-right: 1px solid #232323;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -14px 0 6px;
}

.p-anf24__outline__wrapper {
  margin: 12vh 0 12vh;
  display: flex;
  flex-direction: column;
  gap: 6vh 0;
}

.p-anf24__outline__inner {
  padding: 0 6.25%;
}
.p-anf24__outline__tit {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 3vh;
}
.p-anf24__outline__contents {
  margin: 0;
}
.p-anf24__outline__contents__list ul {
  list-style: disc;
  list-style-position: outside;
  margin: 3vh 0 0 20px;
}
.p-anf24__outline__contents__det {
  margin: 2rem 0 0;
}

.p-anf24__outline__contents__info {
}
.p-anf24__outline__contents__info dl {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 1rem 0;
}
.p-anf24__outline__contents__info dt {
  width: calc((100% / 15) * 5);
  font-weight: 700;
}
.p-anf24__outline__contents__info dd {
  width: calc((100% / 15) * 10);
}

.p-anf24__footer {
  margin: 0 0 21vh;
}
.p-anf24__copyright {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-anf24__header__wrapper {
    height: 100svh;
    background-image: url(img/anf24__header__wrapper__min.svg);
  }
  .p-anf24__header__tit {
    top: 10vh;
    left: 5vh;
    width: 20vh;
    height: 20vh;
  }
  .p-anf24__about__wrapper {
    margin: 12vh 0 0;
  }
  .p-anf24__about__tit {
    font-size: 1.8rem;
  }
  .p-anf24__about__det {
    font-size: 1.4rem;
  }
  .p-anf24__about__wrapper::after {
    top: 18vh;
    right: 0vh;
  }
  .p-anf24__about__wrapper::before {
    bottom: 2vh;
    left: 5vh;
  }
  .c-anf24__red__tit {
    width: 100%;
    border-radius: 1vh;
    font-size: 1.8rem;
  }
  .c-anf24__brown__subtit {
    width: 100%;
    border-radius: 1vh;
    font-size: 1.6rem;
  }
  .p-anf24__entry__wrapper {
    gap: 15vh 0;
    margin: 20vh 0 0;
  }
  .p-anf24__entry__01::after {
    top: -8vh;
    width: 37.5%;
  }
  .p-anf24__entry__02::after {
    top: -8vh;
    width: 37.5%;
  }
  .p-anf24__entry__03::after {
    top: -8vh;
    width: 37.5%;
  }
  .p-anf24__entry__inner {
    border-radius: 1vh;
    padding: 12vh 6.25% 9vh;
  }
  .p-anf24__entry__button {
    max-width: 100%;
    font-size: 1.8rem;
  }
  .p-anf24__schedule__inner {
    margin: 6vh 0 0;
  }
  .p-anf24__schedule__contents__tit {
    width: 100%;
    margin: 0 0 1rem;
    text-align: center;
  }
  .p-anf24__schedule__contents__det {
    width: 100%;
  }
  .p-anf24__outline__contents__info dt {
    width: 100%;
  }
  .p-anf24__outline__contents__info dd {
    width: 100%;
  }
}
