@charset "UTF-8";
/*!
Theme Name: naf24
Template:cocoon-master
Version:1.1.1
*/

body.page-id-3484 {
  color: #1d1d1b;
  background-color: #1d1d1b;
}

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

.p-anf__header__wrapper {
  width: 100%;
  height: 100svh;
  position: relative;
  overflow: hidden;
  background-image: url(../images/anf25/anf24__header__wrapper.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.p-anf__header__tit {
  position: absolute;
  top: 22vh;
  left: 6vh;
  width: 45vh;
  height: 45vh;
  display: inline-block;
  background-image: url(../images/anf25/anf25_logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  animation: anfrotation 8s linear infinite;
}
.p-anf__header-heading {
  width: 8vh;
  height: auto;
  position: absolute;
  bottom: 6vh;
  right: 12vh;
}
.p-anf__header-heading img {
  width: 100%;
  height: auto;
}

.p-anf__about__wrapper {
  margin: 15vh 0 0;
  position: relative;
  overflow: hidden;
}
.p-anf__about__wrapper::before {
  content: "";
  position: absolute;
  top: 40vh;
  left: 17vh;
  width: 15vh;
  height: 15vh;
  display: inline-block;
  background-image: url(../images/anf25/anf25_about.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  animation: anfrotation 8s linear infinite;
}
.p-anf__about__wrapper::after {
  content: "";
  position: absolute;
  top: 2vh;
  right: 17vh;
  width: 25vh;
  height: 25vh;
  display: inline-block;
  background-image: url(../images/anf25/anf25_about.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  animation: anfrotation 8s linear infinite;
}

.p-anf__about__tit {
  display: block;
  font-weight: 900;
  font-size: 3.6rem;
  margin: 0;
  color: #fff;
  text-align: center;
  margin: 0 0 6vh;
}
.p-anf__about__det {
  display: block;
  font-weight: 700;
  font-size: 1.8rem;
  margin: 0;
  color: #fff;
  text-align: center;
  margin: 0 0 0;
}
.p-anf__about-img {
  width: 75%;
  height: auto;
  font-size: 0;
  margin: 9vh auto 0;
}
.p-anf__about-img img {
  width: 100%;
  height: auto;
}

.p-anf__qua__wrapper {
  margin: 12vh 0 0;
}
.c-anf__red__tit {
  width: 75%;
  margin: 0 auto 0;
  padding: 1vh 0;
  border-radius: 2vh;
  background-color: #e5a400;
  color: #fff;
  font-weight: 900;
  font-size: 2.4rem;
  text-align: center;
}
.p-anf__qua__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3vh 0;
  margin: 6vh 0 0;
}
.c-anf__brown__subtit {
  width: 75%;
  margin: 0;
  padding: 1vh 6.25%;
  border-radius: 2vh;
  background-color: #009978;
  color: #fff;
  font-weight: 900;
  font-size: 1.8rem;
  text-align: center;
}

.p-anf__entry__wrapper {
  display: flex;
  flex-direction: column;
  gap: 15vh 0;
  margin: 21vh 0 0;
}
.p-anf__entry__inner {
  margin: 0;
  border-radius: 2vh;
  background-color: #fff;
  padding: 9vh 6.25% 9vh;
  position: relative;
}
.p-anf__entry-tit {
  width: 100%;
  height: auto;
  font-size: 0;
  display: flex;
  justify-content: center;
  margin: 0 0 6vh;
}
.p-anf__entry-tit img {
  width: 100%;
  height: 18vh;
}
.p-anf__entry__list {
  text-align: 500;
}
.p-anf__entry__list ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 1vh;
}
.p-anf__entry__list ul li {
  position: relative;
  padding: 0 0 0 2.4rem;
  font-weight: 500;
}
.p-anf__entry__list ul li:after,
.p-anf__entry__list ul li:before {
  position: absolute;
  content: "";
  display: block;
  background: #009978;
  top: 0.53em;
  left: 0.5em;
  height: 11px;
  width: 4px;
  border-radius: 10px;
  transform: rotate(45deg);
}
.p-anf__entry__list ul li:before {
  top: 0.7em;
  left: 0.2em;
  height: 8px;
  transform: rotate(-45deg);
}

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

.p-anf__entry__button__wrapper {
  display: block;
  width: 100%;
  margin: 6vh 0 0;
  text-align: center;
}
.p-anf__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-anf__entry__button span {
  position: relative;
  display: block;
  padding: 1em 2em;
  transition: all 0.3s;
  border-radius: inherit;
  background: #009978;
}
.p-anf__entry__button:hover {
  -webkit-transform: translate(0, 0.25rem);
  transform: translate(0, 0.25rem);
  background: transparent;
  opacity: 1;
  color: #fff;
}
.p-anf__entry__button:hover:before {
  transform: translate3d(0, 0.5rem, -1rem);
  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
}

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

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

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

.p-anf__outline__inner {
  padding: 0 6.25%;
}
.p-anf__outline__tit {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 3vh;
  color: #fff;
}
.p-anf__outline__contents {
  margin: 0;
  color: #fff;
}
.p-anf__outline__contents__list ul {
  list-style: disc;
  list-style-position: outside;
  margin: 3vh 0 0 20px;
}
.p-anf__outline__contents__det {
  margin: 2rem 0 0;
}

.p-anf__outline__contents__info dl {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 1rem 0;
}
.p-anf__outline__contents__info dt {
  width: calc((100% / 15) * 5);
  font-weight: 700;
  padding-block-end: 1rem;
  border-bottom: 1px solid #fff;
}
.p-anf__outline__contents__info dd {
  width: calc((100% / 15) * 10);
  padding-block-end: 1rem;
  border-bottom: 1px solid #fff;
}
.p-anf__outline__contents__info dd a {
  color: #009978;
}

@media screen and (max-width: 767px) {
  .p-anf__header__wrapper {
    height: 100svh;
    background-image: url(../images/anf25/anf24__header__wrapper__min.svg);
  }
  .p-anf__header__tit {
    top: 13vh;
    left: -4vh;
    width: 34vh;
    height: 34vh;
  }
  .p-anf__header-heading {
    width: 6vh;
    height: auto;
    bottom: 11vh;
    right: 3vh;
  }
  .p-anf__about__wrapper {
    margin: 12vh 0 0;
  }
  .p-anf__about__tit {
    font-size: 1.8rem;
  }
  .p-anf__about__det {
    font-size: 1.4rem;
  }
  .p-anf__about-img {
    width: 100%;
  }
  .p-anf__about__wrapper::after {
    top: 18vh;
    right: 0vh;
  }
  .p-anf__about__wrapper::before {
    top: 50vh;
    left: 5vh;
  }
  .c-anf__red__tit {
    width: 100%;
    border-radius: 1vh;
    font-size: 1.8rem;
  }
  .c-anf__brown__subtit {
    width: 100%;
    border-radius: 1vh;
    font-size: 1.6rem;
  }
  .p-anf__entry__wrapper {
    gap: 15vh 0;
    margin: 20vh 0 0;
  }
  .p-anf__entry__01::after {
    top: -8vh;
    width: 37.5%;
  }
  .p-anf__entry__02::after {
    top: -8vh;
    width: 37.5%;
  }
  .p-anf__entry__03::after {
    top: -8vh;
    width: 37.5%;
  }
  .p-anf__entry__inner {
    border-radius: 1vh;
    padding: 9vh 6.25% 9vh;
  }
  .p-anf__entry__button {
    max-width: 100%;
    font-size: 1.8rem;
  }
  .p-anf__schedule__inner {
    margin: 6vh 0 0;
  }
  .p-anf__schedule__contents__tit {
    width: 100%;
    margin: 0 0 1rem;
    text-align: center;
    font-size: 1.8rem;
  }
  .p-anf__schedule__contents__det {
    width: 100%;
  }
  .p-anf__outline__contents__info dt {
    width: 100%;
  }
  .p-anf__outline__contents__info dd {
    width: 100%;
  }
}
