@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@media only screen and (min-width: 768px) {
  .global_foot {
    height: 284px;
  }
}

.global_head {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

body {
  background-color: rgb(228, 228, 228);
  font-family: "Noto Sans JP", sans-serif;
}

h1 {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 60px;
    margin: 50px 0 150px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 35px;
    margin: 50px 0;
  }
}

.wrap {
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.75);
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .wrap {
    max-width: 1200px;
    width: 100%;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .wrap {
    padding: 10px;
    padding-bottom: 150px;
  }
}

.top {
  text-align: center;
  padding: 50px 0;
}
.top__logo {
  max-width: 100%;
}
.top__logo img {
  width: 100%;
}

.genre {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .genre {
    margin: 0 auto 50px;
  }
}
@media only screen and (max-width: 767px) {
  .genre {
    margin: 0 auto;
  }
}
.genre__flex {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .genre__flex {
    width: 100%;
    margin: 0 auto 15px;
  }
}
.genre__button {
  background-color: rgb(224, 224, 224);
  border: 5px solid #0A1945;
  border-radius: 10px;
  color: rgb(0, 0, 0);
  font-weight: 700;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .genre__button {
    width: 100px;
    margin: 5px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .genre__button {
    width: 75px;
    margin: 0 auto;
  }
}
.genre__button:visited {
  color: rgb(0, 0, 0);
}
.genre__button:hover {
  background-color: rgb(180, 180, 180);
  transition: 0.3s;
}

.ball {
  position: absolute;
  top: 450px;
  left: 50;
}
.ball img {
  max-width: 400px;
  opacity: 0.5;
}

.hoop {
  position: absolute;
  bottom: 0;
  right: 0;
}
.hoop img {
  z-index: 0;
  max-width: 400px;
  opacity: 0.5;
}

.inside {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

@media only screen and (min-width: 768px) {
  .item__list {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 100px;
    position: relative;
  }
}
.item__ttl {
  margin-bottom: 10px;
}
.item__ttl h2 {
  color: rgb(0, 0, 0);
  border-left: 15px double rgb(255, 255, 255);
  background-color: #0A1945;
  color: white;
  font-size: 25px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  margin: 0;
  padding: 5px 10px 10px 10px;
}
@media only screen and (max-width: 767px) {
  .item__ttl {
    margin-top: 75px;
  }
}
.item__more {
  background-color: rgb(224, 224, 224);
  border: 5px solid #0A1945;
  border-radius: 10px;
  font-weight: 700;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  padding: 10px 10px 10px 10;
  position: absolute;
  text-decoration: none;
  color: rgb(0, 0, 0);
}
@media only screen and (min-width: 768px) {
  .item__more {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .item__more {
    right: 10px;
  }
}
.item__more:visited {
  color: rgb(0, 0, 0);
}
.item__more:hover {
  background-color: rgb(180, 180, 180);
  transition: 0.3s;
}

.chara {
  margin-top: 150px;
}
.chara__items {
  position: relative;
}
.chara__itemlist {
  position: absolute;
  transition: opacity 1s;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .chara__itemlist {
    max-width: 1000px;
    width: 100%;
  }
}
.chara__title {
  border-bottom: 5px solid #0A1945;
  margin-bottom: 50px;
}
.chara__title h2 {
  font-size: 50px;
  margin: 0 0 0 50px;
}
.chara__select {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}
.chara__box {
  overflow: hidden;
  margin: 0 auto;
  border: 2px solid grey;
  border-radius: 5px;
}
.chara__ttl h3 {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .chara__ttl h3 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .chara__photo img {
    padding: 10px;
    max-width: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .chara__photo img {
    padding: 10px;
    max-width: 100px;
  }
}
.chara__photo img:hover {
  transition: 0.2s;
  opacity: 0.8;
  transform: scale(1.05);
}
.chara__all {
  background-color: rgb(224, 224, 224);
  border: 5px solid #0A1945;
  border-radius: 10px;
  color: rgb(0, 0, 0);
  font-weight: 700;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .chara__all {
    width: 100px;
    margin: 0 auto 50px;
  }
}
@media only screen and (max-width: 767px) {
  .chara__all {
    width: 75px;
    margin: 0 auto;
  }
}
.chara__all:visited {
  color: rgb(0, 0, 0);
}
.chara__all:hover {
  background-color: rgb(180, 180, 180);
  transition: 0.3s;
}

#sakuragi_item {
  transition: 0.5s;
}

#akagi_item {
  transition: 0.5s;
}

#ryukawa_item {
  transition: 0.5s;
}

#mitsui_item {
  transition: 0.5s;
}

#miyazaki_item {
  transition: 0.5s;
}

.item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.item-list a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}
.item-list a:hover {
  opacity: 0.8;
}
.item-list .block {
  border: 3px solid rgb(61, 61, 61);
  border-radius: 5px;
  box-sizing: border-box;
  display: block;
}
@media only screen and (max-width: 767px) {
  .item-list .block {
    width: 48.5%;
    margin: 0 0 13px;
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .item-list .block {
    width: 15%;
    margin: 0 0px 9px;
    padding: 5px;
  }
}
.item-list .block .box {
  text-align: center;
}
.item-list .block .box figure {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  background: rgba(255, 255, 255, 0);
}
.item-list .block .box figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.item-list .block .box figure img:hover {
  transition: 0.2s;
  opacity: 0.8;
}
.item-list .block .box figure .spacer {
  padding-bottom: 100%;
}
.item-list .block .box .detail h4 {
  text-align: left;
  line-height: 1.3rem;
  background: none;
  overflow: hidden;
  font-weight: normal;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .item-list .block .box .detail h4 {
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 10px 0 3px;
    color: #fff;
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .item-list .block .box .detail h4 {
    height: 40px;
    padding: 8px 0 0;
    font-size: 15px;
  }
}
.item-list .block .box .detail .price {
  color: rgb(0, 0, 0);
  margin: 7px 0 0;
  padding: 7px 0 0;
  border-top: 1px solid #000000;
  font-size: 14px;
  line-height: 100%;
}/*# sourceMappingURL=style.css.map */