@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

/*===================================
         fair template 01
=====================================*/
html {
  scroll-padding-top: 40px; /* ページ内リンクの位置調整 */
  scroll-behavior: smooth; /* ページ内移動をなめらかに */
}

img {
  width: 100%;
  vertical-align: bottom;
}

main {
  background: #000000;
}

.top-image-alea {
  width: 690px;
  height: auto;
  margin: 0 auto;

}

.inner {
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  margin: 0 auto;
  width: 690px;
  height: auto;
}

.genre-btn-alea {
  display: flex;
  justify-content: space-around;
  margin: 8 0 0;
  align-items: center;
  gap: 8px;
  position: sticky;
  top: 20px;
}

.genre-btn {
  color: #FFF;
  font-weight: bold;
  background-color: rgba(43, 0, 255, 0.5);
  text-align: center;
  width: 100%;
  /* width: calc((100% - 36px) / 3); */
  font-size: 14px;
  /* margin: 6px; */
  padding: 8px 0;
  line-height: 1;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 35px;
}

.btn-back1 {
  background-color: #329dda;
}

.btn-back2 {
  background-color: #e14ca7;
}

.btn-back3 {
  background-color: #8b4ce1;
}

.btn-back4 {
  background-color: #459f58;
}

.section-title {
  font-size: 24px;
  font-weight: bold;
  padding: 20px 0 10px 0;
  text-align: center;
  color: #FFFFFF;
}

.wrapper-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.title-item-box {
  width: calc((100% - 36px) / 4);
  margin-bottom: 20px;
  margin-right: 12px;
}

.title-item-box:nth-of-type(4n) {
  margin-right: 0px;
}

.title-item-box img {
  border-radius: 4px;
}

.comic-title {
  font-size: 14px;
  line-height: 1.2;
  color: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: 8px 0 0px;
}

.publisher-copyright {
  font-size: 10px;
  line-height: 1.2;
  color: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: 4px 0 7px;
}

.price-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 4px;
  line-height: 1;
  font-weight: bold;
  font-size: 10px;
}

.NEW-lavel {
  background-color: #ffdb70;
  color: #000;
  border: 1px solid #ffdb70;
  border-radius: 4px;
  padding: 2px;
}

.discount {
  color: #ffdb70;
  font-size: 12px;
  line-height: 1.2;
}

@media screen and (max-width: 720px) {
  .top-image-alea {
    width: 100%;
  }

  .inner {
    width: 94%;
  }

  .title-item-box {
    width: calc((100% - 24px) / 3);
    margin-bottom: 20px;
    margin-right: 12px;
  }

  .title-item-box:nth-of-type(3n) {
    margin-right: 0px;
  }

  .title-item-box:nth-of-type(4n) {
    margin-right: 12px;
  }

  .comic-title {
    font-size: 12px;
    line-height: 1.1;
    margin: 6px 0 0px;
  }
}
