.fade-in-up,
.fade-in {
  opacity: 0;
  transition: opacity 2s ease, transform 2s ease;
}

.fade-in-up {
  transform: translateY(30px);
}

.fade-in {
  transform: translateY(0);
}

.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}


section {
  border-bottom: solid 15px #fff;
  overflow: hidden;
  padding: 150px 0
}

.wrap {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  max-width: 1200px;
  width: 90%
}

#about img {
  margin: 75px auto 30px;
  display: block;
  width: 255px;
  height: 43px
}

h1,
:where(article, aside, nav, section) h1 {
  font-size: 1rem;
  text-align: center
}

h1::after {
  background: linear-gradient(to right, #d61853 0, #9C27B0 100%);
  content: "";
  display: block;
  height: 6px;
  margin: 20px auto 16px;
  width: 40px
}

.official-badge {
  padding: 1px 6px 2px;
  border: 1px solid #ccc;
  border-radius: 9px;
  font-size: 11px
}

h2 {
  text-align: center;
  font-size: 3.5rem;
  letter-spacing: 6px;
  line-height: 150%;
  position: relative;
  padding-bottom: 150px
}

h2::first-letter {
  background: linear-gradient(to bottom, #9C27B0 0%, #d61853 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent
}

#about h2 {
  font-size: 1.2rem;
  padding-bottom: 15px
}

#about h2::first-letter,
#about h2 span {
  font-size: 1.5rem;
  color: #d61154
}

#about .wrap {
  width: 100%;
  align-items: stretch;
  display: flex;
  justify-content: center
}

.left {
  float: left;
  width: 30pc;
  margin: 0 10px 20px;
  padding: 30px
}

.right {
  line-height: 30px;
  float: left;
  width: 40pc;
  margin: 30px 10px;
  padding: 30px
}

.right h3 {
  text-align: center;
}

.right p {
  font-size: 1.2em;
  margin-top: 24px;
}

#recruit {
  background: url('/images/recruit/avjoyu-boshu-haikei-kaede-karen.webp') center center / cover no-repeat;
  color: #fff;
  padding: 0 0 90px;
  position: relative;
  overflow: hidden
}

#recruit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px)
}

#recruit .wrap {
  position: relative;
  z-index: 1
}

#recruit h2 {
  font-size: 5rem;
  font-weight: 500;
  text-shadow: -3px -3px 0 #77e5f7, 3px 3px 0 #d61853;
  line-height: normal;
  letter-spacing: initial;
  padding-bottom: 0;
  margin: 20px 0
}

#recruit h2::first-letter {
  color: #fff;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
}

.badge {
  background: linear-gradient(to right, #d61853 0, #9c27b0 100%);
  border-radius: 8px;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 160%;
  margin: 150px auto 0;
  padding: 10px;
  text-align: center;
  max-width: 560px;
  width: 90%
}

.recruit-copy {
  font-weight: 600;
  text-align: center;
  text-shadow: 1px 1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, -1px -1px 1px #000, 0 0 1px #000;
  margin: 18px 0;
  font-size: 1.2rem
}

.recruit-copy:last-of-type {
  margin-bottom: 90px
}

#recruit .btn_apply {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background: rgba(43, 37, 21, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.66);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#recruit .btn_apply a {
  color: #fff;
}

#recruit .btn_apply a:hover {
  background: linear-gradient(to right, #d61853 0, #9C27B0 100%);
  color: #fff;
  opacity: 1
}

.topics-list {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  list-style: none;
  padding-bottom: 90px;
}

.box_info img {
  aspect-ratio: 461 / 300;
  object-fit: cover;
  width: 100%;
}

.box_info_title {
  height: 110px;
  padding: 10px;
  position: relative
}

#information .model,
#information .event,
#information .avjoyu {
  color: #fff;
  display: inline-block;
  font-size: .8em;
  width: 94px;
  text-align: center;
  border-radius: 15px;
}

#information .model {
  background: #00b6a5
}

#information .event {
  background: #ff5200
}

#information .avjoyu {
  background: #d61154
}


.box_info h3,
.title {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  margin-top: 12px;
  line-height: 1.6em
}

.date,
.source {
  position: absolute;
  bottom: 10px;
  right: 15px
}

#works .wrap {
  max-width: 100%;
  width: 100%
}

.box_works a,
.model,
.date {
  color: #424242
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important
}

.box_works {
  margin-bottom: 80px
}

.box_works_title {
  height: 150px;
  padding: 10px
}

.model-list-grid {
  display: grid;
  gap: 2vw;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.box_model {
  margin-bottom: 15px;
}

.model_image {
  border-radius: 15px;
  border: 2px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  width: 98%;
}

#model_introduction h3 {
  font-size: 1.4em
}

.text_size_s {
  color: #7d7d7d;
  display: block;
  font-size: 0.7em;
  font-weight: normal
}

.space {
  margin-right: 100%;
  display: initial
}

.other_model {
  margin-top: 90px;
  text-align: center;
  font-size: 1.2em
}

#avti h3,
#links h3 {
  font-size: 1.2em;
  margin: 9px 0;
  text-align: center
}

#avti img,
.link .store {
  border-radius: 15px
}

.video {
  max-width: 560px;
  margin: 0 auto
}

lite-youtube {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border: 2px solid #fff;
}

.video_stats {
  font-weight: 600;
  margin-top: 9px;
  text-align: center
}

.link {
  margin: 0 auto 120px;
  max-width: 560px;
}

.btn_apply .yt-icon {
  height: 1.2em;
  margin:0 6px -3px 0;
}

#links {
  border: none;
}

.sns-list {
  background: #fff;
  border-radius: 15px;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  margin-bottom: 21px;
}

.sns-list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #333;
  width: 90px;
}

.sns-list li a img {
  width: 21px;
  height: 21px;
}

.sns-list li a span {
  font-weight: 600;
}

.tekisei {
  margin: 0 auto 90px;
  max-width: 320px;
}

.tekisei img {
  background: #fff;
  border-radius: 15px;
}

.vanilla {
  text-align: center
}

@media screen and (max-width:766px) {
  .official-badge {
    font-size: 10px
  }

  h2 {
    font-size: 2.5rem
  }

  #about {
    padding: 25% 0
  }

  #about .wrap {
    display: initial
  }

  #recruit {
    background-image: url('/images/recruit/avjoyu-boshu-haikei-kaede-karen_sp.webp');
    padding: 60px 0 90px;
  }

  .badge {
    margin-top: 80px;
    font-size: 1.2em
  }

  #recruit h2 {
    font-size: 3rem
  }

  .recruit-copy {
    font-size: 1rem
  }

  .left,
  .right {
    margin: 0 auto;
    float: none;
    width: 85%
  }

  .box_works {
    width: 95%
  }
}

@media screen and (max-width:640px) {
  #about h2 {
    font-size: 1rem;
    padding-bottom: 15px;
    letter-spacing: 0
  }

  #about h2 span {
    font-size: 1.2rem
  }

  .model-list-grid {
    grid-template-columns: repeat(auto-fit, minmax(168px, 1fr));
  }

  .sns-list li a {
    width: 60px;
  }

  .sns-list li a span {
    font-size: .75em;
  }
}