
/* =========================================================
		main
========================================================= */


:root {
  --anime1:#d06676;
  --anime2:#8ea22e;
  --anime3:#1f95c6;
  --anime4:#9f88b3;
  --font-14: 0.875rem;
  --font-18: 1.125rem;
  --font-20: 1.25rem;
  --font-22:1.375rem;
  --font-26:1.625rem;
  --font-30: 2rem;
  --font-36: 2.25rem;
}


/* KV */
.kv{
  background-color: #fff;
}
.kv picture{
  max-width: 1200px;
  margin: 0 auto;
}

.ttl{width: 30%; margin: 0 auto 5%; max-width: 400px;}

.attend{font-size: 10px;}


/* pickup */

.pickup{
  background: #fefff6;
}
.pickup .attend{
  font-size: 9px;
  text-align: left;
  display: flex;
  gap: 0 20px;
}
.pickup .attend.pc-none{
  display: none;
}

.pickup .attend p{
  flex: 1;
}

.pickup_list{
  display: flex;
  gap: 0 20px;
  margin-bottom: 1%;
}

.pickup_item{
  text-align: center;
}





.pickup_link {
  position: relative;
  display: inline-block;
  padding-right: 25px;
  margin-top: 20px;
  line-height: 1.2rem;
  font-weight:500 ;
}

.anime3 .pickup_link {
  margin-top: 10px;
}
.pickup_link:before {
  content: '';
  width: 18px;
  height: 18px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.pickup_link:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 6px;
  bottom: 0;
  margin: auto;
}

.anime1 .pickup_link{
  color: var(--anime1);

}
.anime1 .pickup_link:before {
  background: var(--anime1);
}


.anime2 .pickup_link{
  color: var(--anime2);
}
.anime2 .pickup_link:before {
  background: var(--anime2);
}

.anime3 .pickup_link{
  color: var(--anime3);
}
.anime3 .pickup_link:before {
  background: var(--anime3);
}

.anime4 .pickup_link{
  color: var(--anime4);
}
.anime4 .pickup_link:before {
  background: var(--anime4);
}


/* news */
.news{
  position: relative;
}

.news::before{
  display: inline-block;
  position: absolute;
  content: "";
  background: url(../images/news_ashirai1.png) center/contain no-repeat;
  width: 7%;
  height: 50%;
  right: 3%;
  top: -8%;
}

.news::after{
  display: inline-block;
  position: absolute;
  content: "";
  background: url(../images/news_ashirai2.png) center/contain no-repeat;
  width: 7%;
  height: 50%;
  left: 2%;
  bottom: -6%;
}


.news-list{
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}

.news-date, .news_page .day{
  flex-shrink: 0;
  width: 110px;
  font-size: var(--font-14);
  color: #666;
  line-height: 1.6;
  display: inline;
}

.news-text {
  margin: 0;
  font-size: var(--font-18);
  line-height: 1.5;
  color: #333;
  margin-top: 3px;
}

.news .is_hot{
  background: #df3232;
  display: inline-block;
  color: #fff;
  padding: 2px 8px;
  border-radius: 5px;
  font-size: var(--font-14);
  margin-left: 5px;

}

.news .mark{
  display: inline-block;
  padding: 2px 8px;
  border-radius: 5px;
  font-size: var(--font-14);
}

.news .mark.information{
  background-color: #fce4d4;
}

.news .mark.report{
  background-color: #d4fafc;
}

.news .mark.other{
  background-color: #dadada;
}

.news .mark.guidance{
  background-color: #fcfcd4;
}

.news .mark.attention{
  background-color: #fcd4d4;
}




.more_btn{
  background: #27385d;
  width: 260px;
  margin: 3% auto 0;
  border-radius: 100px;
  text-align: center;
  padding: 10px 0;

}

.more_btn p{
  position: relative;
  font-weight:600 ;
  color: #fff;
  font-size: var(--font-18);
  padding-right: 5px;
}

.more_btn p:before {
  content: '';
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 8%;
  bottom: 0;
  margin: auto;
}
.more_btn p:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #27385d;
  border-right: solid 2px #27385d;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right:10.5%;
  bottom: 0;
  margin: auto;
}

.map_btn{
  background: var(--anime2);
}

.map_btn p::after{
  border-top: solid 2px var(--anime2);
  border-right: solid 2px var(--anime2);
}


.map_area{
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.anime_link{
  width: 15%;
  position: absolute;
}

.anime_link.anime1{
  top: 7%;
  left: 52%;
}

.anime_link.anime1::before{
  position: absolute;
  content: "";
  display: inline-block;
  background: url(../images/anime1_line.png) center/contain no-repeat;
  height: 120%;
  bottom: -120%;
  right: 50%;
  width: 50%;
}

.anime_link.anime2{
  top: 15%;
  left: 22%;
}

.anime_link.anime2::before{
  position: absolute;
  content: "";
  display: inline-block;
  background: url(../images/anime2_line.png) center/contain no-repeat;
  width: 50%;
  height: 45%;
  bottom:-40%;
  left: 55%;
}

.anime_link.anime3{
  bottom: 40%;
  left: 3%;
}

.anime_link.anime3::before{
  position: absolute;
  content: "";
  display: inline-block;
  background: url(../images/anime3_line.png) center/contain no-repeat;
  width: 60%;
  height: 68%;
  bottom:-64%;
  left: 64%;
}

.anime_link.anime4{
  top: 9%;
  right: 5%;
}

.anime_link.anime4::before{
  position: absolute;
  content: "";
  display: inline-block;
  background: url(../images/anime4_line.png) center/contain no-repeat;
  width: 53%;
  height: 140%;
  bottom: -116%;
  left: -10%;
}

.map_comment_ttl{
  width: 50%;
  margin: 0 auto;
}

.map_comment_desc{
  text-align: center;
  margin-top: 2%;
  font-size: var(--font-20);
}

.btn_area{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
}

.btn_area .download_btn,.btn_area .map_btn{
  margin: 3% 0 0;
}

.map{
  position: relative;
}
.map .wrapper{
  padding-bottom: 8%;
}

.map::before{
  position: absolute;
  display: inline-block;
  content: "";
  background: url(../images/map_ashiato.png) center/contain no-repeat;
  width: 25%;
  height: 20%;
  bottom: 1%;
  right: 0;
  z-index: -1;
}

/* calender */
.calender{background: #f4faff;}



@media screen and (max-width: 768px){
  .pc-none{ display:block;}

  .wrapper{
    padding: 12% 2%;
    width: 95%;
  }

  .ttl{
    width: 60%;
    margin-bottom: 7%;
  }

  .pickup_list{flex-wrap: wrap; gap:20px 10px; justify-content: center; margin-bottom: 5%;}
  .pickup_item{width: 48%;}

  .pickup_link{
    font-size: var(--font-14);
    letter-spacing: -0.05rem;
    line-height: 1rem;
    margin-top: 10px;
  }

  .anime2 .pickup_link,  .anime1 .pickup_link{
    margin-top: 17px;
  }

  .pickup .attend{
    margin-top: 5%;
    font-size: 8px;
  }
  .news-text{font-size: 1rem; line-height: 1.4rem;}
  .news::before{
    width: 10%;
    height: 30%;
    top: -3%;
  }

  .news::after{
    width: 10%;
    height: 30%;
  }


  .anime_link{width: 17%;}
  .anime_link.anime1{top: 0; }
  .anime_link.anime2{top: 7%; left: 19%;}
  .anime_link.anime2::before{
    width: 50%;
    height: 70%;
    bottom: -68%;
  }
  .anime_link.anime4{
    top: 4%;
    right: 1%;
  }
  .anime_link.anime3{
    bottom: 38%;
  }

  .map_comment_ttl{
    width: 80%;
    margin-top: 5%;
  }

  .map_comment_desc{
    font-size:1rem;
    letter-spacing: -0rem;
  }
  .btn_area{
    flex-direction: column;
    margin-top: 5%;
  }

  .map::before{
    position: absolute;
    display: inline-block;
    content: "";
    background: url(../images/map_ashiato2.png) center/cover no-repeat;
    width: 30%;
    height: 20%;
    bottom:-3%;
    right: -1%;
    z-index: -1;
  }

  .map .wrapper{padding-bottom: 12%;}

  .pickup .attend.sp-none{
    display: none;
  }
  .pickup .attend.pc-none{
    display: block;
  }

  .map_area{
  width: 100%;
  }

  .anime_link.anime3::before{
  width: 54%;
    height: 53%;
    bottom: -50%;
    left: 57%;
  }

}

