@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;600&display=swap');



.bg_red {
  background: linear-gradient(to right, #b8000c 0%,#ff0329 50%,#ff6780 100%);
}
.js_loading {
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: linear-gradient(to right, #b8000c 0%,#ff0329 50%,#ff6780 100%);
  background: white;
}

/* 文字列選択時の色設定 */
::-moz-selection {
  background: #b8000c;
  color: white;
  text-shadow: none;
}
::selection {
  background: #b8000c;
  color: white;
  text-shadow: none;
}

#body_wrapper_anivs {
  background-image: none;
  background-color: white;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 1.4rem;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.anivs_header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  border-bottom: 1px solid silver;
  margin-bottom: 30px;
  padding: 2px;
}
.anivs_school_rogo {
  background: url('../asset/aniv100/school_rogo@2x.png');
  background-size: 50px;
  background-repeat: no-repeat;
  padding-left: 53px;
  line-height: 56px;
  flex-basis: auto;
  height: 56px;
  white-space: nowrap;
  color: #ae0234;
}
.anivs_link ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.anivs_link li {
  font-size: 0.9em;
}
.anivs_link li a {
  display: block;
  padding: 2px 0;
}
.anivs_link li a:hover {
  color: #ae0234;
}
.anivs_link li a::after {
  content: '';
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
  font-weight: 900;
  display: inline-block;
  width: 10px;
  height: 10px;
  color: #ae0234;
  margin-left: 0.5em;
}
@media screen and (min-width: 520px){
  #body_wrapper_anivs {
    font-size: calc(1.4rem + ((100vw - 520px) * 0.00684931506849315));
  }
  .anivs_link ul {
    flex-direction: row;
  }
}
@media screen and (min-width: 958px){
  #body_wrapper_anivs {
    font-size: 1.7rem;
  }
}
.splash_wrap {
  position: relative;
  width: 100%;
  height: 100vw;
  margin-bottom: 17vh;
}
.splash_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../asset/aniv100/bgpic-sp@2x.png');
  background-repeat: repeat-x;
  background-size: auto 100%;
  animation: loop_bg1 90s linear infinite;
  z-index: 2;
}
.splash_wrap img {
  width: auto;
  max-width: 100%;
}
.splash100 {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 75%;
  transform: translateY(-50%);
  opacity: 1;
  transition: 0.3s 0.5s ease-in-out;
  z-index: 2;
}
.splash100 img {
  width: 100%;
}
.splash_rogo {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 30%;
  transform: translateY(-50%);
  opacity: 1;
  transition: 0.3s 0.5s ease-in-out;
  z-index: 2;
}
.splash_rogo img {
  width: 100%;
}
.splash_samp {
  display: block;
  position: absolute;
  left: 5%;
  bottom: -17vh;
  width: 140%;
  opacity: 0;
  transition: 0.3s 0.5s ease-in-out;
  z-index: 5;
}
.splash_samp.active {
  left: 2%;
  opacity: 1;
}
.splash_samp img {
  width: 100%;
  transform: rotate(0);
}
.chr1,
.chr2 {
  display: block;
  width: 20%;
  padding-top: 20%;
  position: absolute;
  opacity: 1;
  z-index: 100;
}
.chr1 {
  background-image: url('../asset/aniv100/chr1.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  top: -50px;
  left: 0%;
}
.chr2 {
  bottom: -100px;
  right: 0%;
  background-image: url('../asset/aniv100/chr2.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
}
.chr3 {
  display: block;
  width: 100%;
  height: 90vw;
  max-height: 900px;
  position: absolute;
  opacity: 1;
  z-index: 6;
  bottom: -45vw;
  left: 0;
  background-image: url('../asset/aniv100/sakura.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media screen and (min-width: 520px){
  .splash_wrap {
    position: relative;
    width: 100%;
    height: 100vw;
    margin-bottom: 15vw;
  }
  .splash_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../asset/aniv100/bgpic-pc@2x.png');
    animation: loop_bg1 180s linear infinite;

    background-repeat: repeat-x;
    background-size: auto 100%;
    animation: loop_bg1 90s linear infinite;
    z-index: 2;
  }
  .splash100 {
    display: block;
    position: absolute;
    right: auto;
    left: 55%;
    top: 40%;
    width: 50%;
    transform: translate(-50%,-50%);
    opacity: 1;
    transition: 0.3s 0.5s ease-in-out;
  }
  .splash_rogo {
    display: block;
    position: absolute;
    left: 25%;
    top: 40%;
    width: 20%;
    transform: translate(-50%,-50%);
    opacity: 1;
    transition: 0.3s 0.5s ease-in-out;
  }
  .splash_samp {
    display: block;
    position: absolute;
    left:12%;
    /* bottom: -100px; */
    bottom: -10vw;
    width: 100%;
    opacity: 0;
    transition: 0.3s 0.5s ease-in-out;
  }
  .splash_samp.active {
    display: block;
    position: absolute;
    left:10%;
    opacity: 1;
  }
  .splash_samp img {
    width: 100%;
    transform: rotate(0deg);
  }
  .chr1 {
    top: -100px;
    left: 0%;
  }
  .chr2 {
    bottom: 0px;
    right: 0%;
  }
  .chr3 {
    display: block;
    width: 100%;
    height: 46.875vw;
    max-height: 900px;
    position: absolute;
    opacity: 1;
    z-index: 6;
    bottom: 0vw;
    left: 0;
    background-image: url('../asset/aniv100/sakura.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
  }
}
@media screen and (min-width: 958px){
  .splash_wrap {
    position: relative;
    width: 100%;
    height: 40vw;
    /* margin-bottom: 200px; */
    margin-bottom: 10vw;
  }
  .splash_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../asset/aniv100/bgpic-pc@2x.png');
    animation: loop_bg1 180s linear infinite;
  }
  .splash100 {
    display: block;
    position: absolute;
    right: auto;
    left: 50%;
    top: 50%;
    width: 25%;
    transform: translate(-100%,-50%);
    opacity: 1;
    transition: 0.3s 0.5s ease-in-out;
  }
  .splash_rogo {
    display: block;
    position: absolute;
    left: 25%;
    top: 50%;
    width: 10%;
    transform: translate(-80%,-50%);
    opacity: 1;
    transition: 0.3s 0.5s ease-in-out;
  }
  .splash_samp {
    display: block;
    position: absolute;
    left:47%;
    /* bottom: -100px; */
    bottom: -8vw;
    width: 75%;
    opacity: 0;
    transition: 0.3s 0.5s ease-in-out;
  }
  .splash_samp.active {
    display: block;
    position: absolute;
    left:45%;
    opacity: 1;
  }
  .chr2 {
    bottom: -200px;
    right: 0%;
  }
  .chr3 {
    display: block;
    width: 100%;
    height: 46.875vw;
    max-height: 900px;
    position: absolute;
    opacity: 1;
    z-index: 6;
    bottom: -9vw;
    left: 0;
    background-image: url('../asset/aniv100/sakura.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
  }
}
.splash_wrap::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ae0234;
  background: -webkit-linear-gradient(to left, #ae0234, #ED213A);
  background: linear-gradient(to left, #ae0234, #ED213A);

  clip-path: polygon(0% 100%, 0% 80%, 100% 0%, 100% 100%);
  transform: skewY(-10deg) scale(0);
  transform-origin: bottom left;
  bottom: -10vh;
  z-index: 0;
  transition: 0.5s;
  opacity: 0;
}
.splash_wrap.active::after {
  transform: skewY(-10deg) scale(1);
  opacity: 1;
}

@media screen and (min-width: 520px){
  .splash_wrap::after {
    height: 100%;
    /* bottom: -100px; */
    transform: scale(0);
    bottom: -5vw;
    clip-path: polygon(0% 100%, 0% 80%, 100% 0%, 100% 85%);
  }
  .splash_wrap.active::after {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes loop_bg1 {
  0% {
    background-position: 100vw 0;
  }
  100% {
    background-position: -100vw 0;
  }
}
/* 大見出し赤色 */
.ttl-border {
  color: #ae0234;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  white-space: nowrap;
  padding: 4em 0 0em;
  margin-bottom: 3em;
  position: relative;
  z-index: auto;
}
.ttl-border::before {
  content: attr(data-subttl);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  opacity: 1;
  font-size: 2.4em;
  z-index: -1;

  text-transform: capitalize;
}
@media screen and (min-width: 520px){
  .ttl-border {
    color: #ae0234;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    font-size: 1.8em;
    white-space: nowrap;
    padding: 5em 0 0em;
    margin-bottom: 3em;
    position: relative;
    z-index: auto;
  }
  .ttl-border::before {
    content: attr(data-subttl);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    opacity: 1;
    font-size: 2.8em;
    z-index: -1;
  }
}
.ttl-border span.ttl-left,
.ttl-border span.ttl-right {
  display: flex;
  align-items: center;
  width: 10px;
  background: #ae0234;
  height: 1px;
  margin: 0 10px;
  transition: 1s;
}
.ttl-border span.ttl-left {
  justify-content: flex-start;
}
.ttl-border span.ttl-right {
  justify-content: flex-end;
}
.ttl-border span.ttl-left.active,
.ttl-border span.ttl-right.active {
  width: 15%;
  width: 50%;
}
.ttl-border span.ttl-left::before,
.ttl-border span.ttl-right::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #ae0234;
  border-radius: 50%;
}
/* 大見出し白色 */
.ttl-border.w {
  color: #fff;
  }
.ttl-border.w span.ttl-left,
.ttl-border.w span.ttl-right,
.ttl-border.w span.ttl-left::before,
.ttl-border.w span.ttl-right::before {
  background: #fff;
  }

/* 背景 */
.full {
  position: relative;
  padding: 9em 0;
}
.full > .inner_wrap {
  position: relative;
  z-index: 1;
}
.red_bg::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ae0234;
  background: -webkit-linear-gradient(to left, #ae0234, #ED213A);
  background: linear-gradient(to left, #ae0234, #ED213A);
  z-index: auto;
  clip-path: polygon(0% 100%, 0% 0%, 100% 5%, 100% 95%);
}
.sil_bg::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f6f6f6;
  background-image: url('../asset/aniv100/hougan@2x.png');
  background-size: 70%;
  z-index: auto;
  clip-path: polygon(0% 95%, 0% 5%, 100% 0%, 100% 100%);
}
@media screen and (min-width: 520px){
  .sil_bg::after {
    background-size: 30%;
  }
}
.white {
  color: white;
}

.anivs_lead {
  font-size: 1.1em;
  line-height: 1.9;
  letter-spacing: 0.05em;
  text-align: center;
}
.anivs_lead > span {
  display: inline-block;
}
.anivs_text {
  font-size: 1em;
  line-height: 2.5;
  letter-spacing: 0.05em;
  text-align: justify;
}
.anivs_text > p {
  margin-bottom: 2em;
}
.anivs_text > p:last-child {
  margin-bottom: 0;
}
.anivs-sky1 {
  width: auto;
  margin: 30px auto;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.anivs-sky1 img {
  width: 100%;
}
.anivs-sky1 figcaption {
  color: white;
}
.avivs_prof {
  margin: 30px auto 0;
}
.avivs_prof figure {
  text-align: center;
}
.avivs_prof figcaption {
  color: white;
}
.avivs_prof img {
  width: auto;
  max-width: 200px;
}
.round {
  border-radius: 50%;
}
@media screen and (min-width: 520px){
  .anivs_lead {
    font-size: 2em;
    line-height: 1.9;
    text-align: center;
  }
  .anivs_text {
    line-height: 2.5;
    letter-spacing: 0.05em;
    text-align: justify;
  }
  .anivs-sky1 {
    width: 60%;
    margin: 50px auto;
  }
  .anivs-sky1 img {
    border-radius: 30px;
  }
}
.anivs_slick li {
  border-radius: 30px;
  overflow: hidden;
}
.anivs_his_wrapper {

}
.anivs_slick ul {
  width: 86%;
  margin: 0 auto 30px;
}
.anivs_slick > ul li {
  position: relative;;
  width: 100%;
  height: 450px;
}
.anivs_slick > ul li img {
  position: absolute;;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Dots */
.anivs_slick .slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.anivs_slick .slick-dots
{
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.anivs_slick .slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.anivs_slick .slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.anivs_slick .slick-dots li button:hover,
.anivs_slick .slick-dots li button:focus
{
    outline: none;
}
.anivs_slick .slick-dots li button:hover:before,
.anivs_slick .slick-dots li button:focus:before
{
    opacity: 1;
}
.anivs_slick .slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #ae0234;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.anivs_slick .slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #ae0234;
}

.anivs_his_list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  width: 86%;
  margin: 60px auto 0;
}
.anivs_his_list dt {
  background: #CC184C;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 17px;
  white-space: nowrap;
  color: white;
  flex-basis: 64px;
  margin: 0 10px 20px 0;
  position: relative;
  z-index: 0;
}
.anivs_his_list dt span {
  font-size: 10px;
}
.anivs_his_list dt::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 32px;
  height: 64px;
  border-radius: 0 32px 32px 0;
  background: #AE0234;
  z-index: -1;
}
.anivs_his_list dt::after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #AE0234;
  z-index: -1;
}
.anivs_his_list dt.last::after {
  content: none;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #AE0234;
  z-index: -1;
}
.anivs_his_list dd {
  flex-basis: calc(100% - 74px);
  margin: 0 0 20px 0;
}
.anivs_etc_wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: -20px;
}
.anivs_old_rogo {
  flex-basis: 30%;
  text-align: center;
}
.anivs_old_rogo img {
  width: auto;
  max-width: 100%;
}
.anivs_old_rogo figcaption {
  white-space: nowrap;
  margin-top: 8px;
}
.anivs_girl img{
  width: auto;
  max-width: 100%;
}
@media screen and (min-width: 520px){
  .anivs_his_wrapper {
    display: flex;
    width: 90%;
    margin: 0 auto;
  }
  .anivs_slick {
    width: auto;
    flex-basis: 40%;
    max-width: 40%;
    margin: 0 auto 30px;
  }
  .anivs_slick ul {
    width: auto;
    margin: 0 auto 30px;
  }
  .anivs_slick > ul li {
    position: relative;;
    width: 100%;
    height: 620px;
  }
  .anivs_his_list_wrapper {
    width: auto;
    flex-basis: 50%;
  }
  .anivs_etc_wrapper {
    margin-top: -20px;
  }
}
@media screen and (min-width: 958px){
  .anivs_etc_wrapper {
    margin-top: -80px;
  }
}
.anivs_rogo_body {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  line-height: 1.9;
  text-align: justify;
}
.anivs_rogo_body div:first-child,
.anivs_rogo_body div:last-child {
  flex: 0 1 100%;
}
.anivs_rogo_body div:first-child {
  margin-bottom: 3em;
}
.anivs_rogo_body div:first-child img {
  width: 75%;
  max-width: 440px;
}
@media screen and (min-width: 520px){
  .anivs_rogo_body {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    line-height: 1.9;
    text-align: left;

    flex-flow: row wrap;
    line-height: 1.9;
    text-align: justify;
    letter-spacing: 0.05em;
  }
  .anivs_rogo_body div:first-child,
  .anivs_rogo_body div:last-child {
    flex: 0 1 50%;
  }
  .anivs_rogo_body div:first-child {
    margin-bottom: 0;
  }
  .anivs_rogo_body div:first-child img {
    width: 90%;
    max-width: 440px;
  }
}
.anis_art {
  margin-bottom: 4em;
}
.anis_art_ttl {
  /* background: #AE0234;
  background: -webkit-linear-gradient(to right, #ae0234, #ED213A);
  background: linear-gradient(to right, #ae0234, #ED213A); */
  color: white;
  color: #AE0234;
  font-weight: 600;
  padding: 9px 17px;
  font-size: 1.5em;
  margin: 0 auto 30px;
  border-left: 3px solid #AE0234;
}
.anivs_art_body {
  line-height: 2;
  text-align: left;
}
.anivs_art_body p {
  padding: 0 2%;
  margin: 2em 0 2em;
  letter-spacing: 0.05em;
  text-align: justify;
}
.anivs_art_body p.anivs_time {
  font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Noto Sans JP',sans-serif;
  font-size: 12px;
  color: silver;
}
.anivs_art_body img {
  width: auto;
  max-width: 100%;
}
.anivs_footer {
  padding: 60px 10px 60px;
  background: #AE0234;
  /* background: linear-gradient(to right, #b8000c 0%,#ff0329 50%,#ff6780 100%); */
  background: #ae0234;
  background: -webkit-linear-gradient(to right, #ae0234, #ED213A);
  background: linear-gradient(to right, #ae0234, #ED213A);
  transform: skewY(-10deg);
  transform-origin: top right;
  margin-top: 0;
}
.anivs_footer_inner {
  transform: skewY(10deg);
  color: white;
  text-align: center;
}
.anivs_footer_lead {
  color: white;
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 20px;
}
.anivs_btn {
  max-width: 520px;
  margin: 0 auto;
}
.anivs_btn > a {
  display: block;
  padding: 20px;
  font-size: 14px;
  text-align: center;
  width: 75%;
  margin: 0 auto;
  border-radius: 50px;
  background: white;
  color:#AE0234;
  position: relative;
  font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Noto Sans JP',sans-serif;
  font-weight: 400;
  box-shadow: 0 3px 6px rgba(20,0,0,0.2);
}
.anivs_btn > a::after {
  content: '';
  font-family: "Font Awesome 5 Free";
  content: '\f061';
  font-weight: 900;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 20px;
  transform: translateY(-50%);
  transition: .3s;
}
.anivs_btn > a:hover::after {
  right: 18px;
}
.anivs_copy {
  text-align: center;
  display: block;
  margin-top: 20px;
}
@media screen and (min-width: 520px){
  .anis_art_ttl {
    font-size: 2em;
  }
  .anivs_footer {
    padding: 150px 10px 30px;
    transform: skewY(-5deg);
    transform-origin: bottom right;
    margin-top: 0;
  }
  .anivs_footer_inner {
    transform: skewY(5deg);
    transform-origin: bottom right;
  }
}
