#main .box {
  border: none;
}

#contentWrap {
  padding-top: 100px;
}

@media screen and (max-width: 1366px) {
  #contentWrap {
    padding-top: 80px;
  }
}

/* #top-hero */

#top-hero {
  padding: 0 100px;
}

#top-hero .inner {
  position: relative;
  height: 880px;
  padding-top: 195px;
  background-image: url(https://img21.shop-pro.jp/PA01475/891/etc_base64/aGVyby1iZw.jpg?cmsp_timestamp=20240423094238);
  border-radius: 30px;
}

#top-hero ul.division {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 1400px;
  height: 450px;
  margin: 0 auto;
}

#top-hero ul.division li {
  bottom: 0;
  background-color: #FFF;
  border-radius: 50%;
  width: 440px;
  height: 440px;
  margin: 0 10px;
  list-style: none;
  transition: all .3s ease;
  box-sizing:content-box; 
  border: solid 10px #FFEB6E;
}

#top-hero ul.division li:hover {
  z-index: 5;
  transform: scale(1.4);
  bottom:0;
}

  #top-hero ul.division li.housou a {
    margin-top: 15px;
	}

  #top-hero ul.division li.housou:hover a {
    margin-top: 30px;
  }

#top-hero ul.division li a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

#top-hero ul.division li.housou img {
  max-width: 290px;
}

#top-hero ul.division li.neko img {
  max-width: 250px;
}

#top-hero ul.division li.kikaku img {
  max-width: 135px;
}

#top-hero ul.division li.housou:hover img {
  transform: translateY(-30px);
}

#top-hero ul.division li.neko:hover img {
  transform: translateY(-30px);
}

#top-hero ul.division li.kikaku:hover img {
  transform: translateY(-10px);
}

#top-hero ul.division li .hover-text {
  display: none;
  text-align: center;
}

#top-hero ul.division li:hover .hover-text {
  display: block;
}

#top-hero #topics {
  position: absolute;
  bottom: 55px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 960px;
  padding: 15px;
  margin: 0 auto;
  background-color: #FFF;
  border-radius: 30px;
  text-align: center;
}

#top-hero #topics:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 20px;
  width: 142px;
  height: 29px;
  background-image: url(https://kohbunsha1975.com/kamicolle_parts/img/title-topics.svg);
  background-size: 100%;
}

#top-hero #topics p {
  font-size: 17px;
}

@media screen and (max-width: 1600px) {
  #top-hero .inner {
    height: 750px;
    padding-top: 150px;
  }
  
  #top-hero ul.division {
    height: 350px;
  }
  
  #top-hero ul.division li {
    width: 340px;
    height: 340px;
  }
  
  #top-hero ul.division li.housou img {
    max-width: 240px;
  }

  #top-hero ul.division li.neko img {
    max-width: 200px;
  }

  #top-hero ul.division li.kikaku img {
    max-width: 100px;
  }
  
  #top-hero ul.division li:hover .hover-text {
    font-size: 10px;
  }
}

@media screen and (max-width: 1366px) {
  
  #top-hero .inner {
    height: 500px;
    padding-top: 80px;
  }
  
  #top-hero ul.division li {
    width: 220px;
    height: 220px;
  }
  
  #top-hero ul.division li.housou img {
    max-width: 160px;
  }

  #top-hero ul.division li.neko img {
    max-width: 130px;
  }

  #top-hero ul.division li.kikaku img {
    max-width: 70px;
  }

  #top-hero ul.division li:hover .hover-text {
    display: none;
  }
  
  #top-hero ul.division li:hover img {
    transform: translateY(0) !important;
  }
  
  #top-hero ul.division li.housou:hover a {
    margin-top: 15px;
  }
}

@media screen and (max-width: 1000px) {
  #top-hero {
    padding: 0 30px;
  }
  
  #top-hero .inner {
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  #top-hero ul.division {
    display: block;
    height: 100%;
  }
  
  #top-hero ul.division li {
    width: 270px;
    height: 270px;
    margin: 0 auto;
  }
  
  #top-hero #topics {
    position: relative;
    bottom: 0;
    width: 90%;
    margin-top: 40px;
  }
}



#news {
  margin-bottom: 130px;
}

#news>figure {
  margin-bottom: 35px;
  text-align: center;
}

#news>figure>img {
  width: 185px;
}

#news .newsBox {
  max-width: 620px;
  height: 150px;
  margin: 0 auto;
  overflow-y: scroll;
}

#news dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 15px 5px;
  border-bottom: solid 1px #000;
}

#news dl:last-of-type {
  border: none;
}

#news dl dt {
  width: 110px;
  font-size: 14px;
}

#news dl dd {
  width: calc(100% - 110px);
  font-size: 14px;
}

@media screen and (max-width:1000px) {
  #news dl dt {
    width: 100%;
    margin-bottom: 5px;
  }
  
  #news dl dd {
    width: 100%;
  }
}

#pickup figure {
  text-align: center;
}

#pickup figure>img {
  width: 225px;
}