@charset "UTF-8";

html, body{
  background: none;
}

@font-face {
  font-family: 'Gotham';
  src: local('Gotham'),
       url('/common/fonts/GothamCond-Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Gotham Book';
  src: local('Gotham-Book'),
       url('/common/fonts/Gotham-Book.woff2') format('woff2');
}

:root {
  /* width */
   --width--base: 1366px;
   --width--inner: 1000px;

  /* fonts */
  --font-hiragino-kaku-gothic-pron: "Hiragino Kaku Gothic ProN";
  --font-a-p-otf-midashi-go-mb31-pr6n: "A P-OTF Midashi Go MB31 Pr6N";
  --font-gotham-condensed: "Gotham Condensed";

  /* Colors */
  --white: #fff;
  --color-gray-100: rgba(255, 255, 255, 0.2);
  --color-gray-200: rgba(0, 0, 0, 0.2);
  --color-gray-300: rgba(0, 0, 0, 0.3);
  --black: #000;
}

.sp { display:none;}
.pc { display:block;}

/* ============================================================================================================================
breadcrumbs
============================================================================================================================ */
.breadcrumbs-list-outer {
  width: auto;
}

.breadcrumbs-list {
  width: auto;
  display: flex;
  color: var(--white);
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  margin: 0 20px;
  padding: 7px 0;
  white-space: nowrap;
}

.breadcrumbs-list.flex {
  flex-wrap: nowrap;
}

.breadcrumbs-list a {
  color: var(--white);
}

.breadcrumbs-list li{
list-style: none;
}

.breadcrumbs-list li::after {
  content: '＞';
  margin: 0 2px;
}

.breadcrumbs-list li:last-of-type::after {
  display: none;
}

/* ============================================================================================================================
#footer
============================================================================================================================ */
#footer {
  position: relative;
  z-index: 0;
  margin-top: 100px;
  color: var(--white);
}

#footer .to-top {
  position: absolute;
  left: calc(50% + 640px - 86px);
  top: -20px;
  width: 40px;
  height: 40px;
  background: #434343 url(/common/crea/images/v1/icon/arrow_white.png) center center no-repeat;
  background-size: 14px;
  border-radius: 40px;
  transform: rotate(-90deg);
}

#footer .to-top:hover {
  opacity: 1;
}

#footer a {
  color: var(--white);
}

#footer .top {
  padding: 60px 0 40px;
  background-color: #434343;
}

#footer .top .inner {
  width: 1166px;
  margin: 0 auto;
}

#footer .top .inner .list {
  float: left;
}

#footer .top .inner .list ul {
  float: left;
  line-height: 25px;
  vertical-align: top;
}

#footer .top .inner .list ul:nth-child(2) {
  margin-left: 88px;
}

#footer .top .inner .list ul:nth-child(3) {
  margin-left: 100px;
}

#footer .top .inner .list ul li {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
}

#footer .top .inner .list ul.other li {
  font-size: 10px;
  font-size: 1.0rem;
  font-weight: normal;
}

#footer .top .inner .sns {
  float: left;
  margin-left: 110px;
}

#footer .top .inner .sns p {
  margin-bottom: 20px;
  font-size: 11px;
  font-size: 1.1rem;
}

#footer .top .inner .sns li {
  float: left;
}

#footer .top .inner .sns li.facebook {
  width: 18px;
}

#footer .top .inner .sns li.instagram {
  width: 17px;
  margin-left: 29px;
}

#footer .top .inner .sns li.twitter {
  width: 17px;
  margin-left: 27px;
}

#footer .top .inner .sns li.line {
  width: 40px;
  margin-left: 24px;
}

#footer .top .inner .sns li.rss {
  width: 14px;
  margin-left: 24px;
}

#footer .top .inner .mail-magazine {
  float: left;
  width: 300px;
  margin-left: 30px;
  padding: 20px 0;
  border: 1px solid #ccc;
}

#footer .top .inner .mail-magazine p {
  width: 248px;
  margin: 0 auto;
  font-size: 10px;
  font-size: 1.0rem;
  color: #ccc;
}

#footer .top .inner .mail-magazine a {
  display: block;
  width: 248px;
  margin: 15px auto 0;
  line-height: 43px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #434343;
  text-align: center;
  background-color: #ccc;
}

#footer .abj {
  padding: 0 0 40px;
  background-color: #434343;
}

#footer .abj .inner {
  display: flex;
  justify-content: space-between;
  width: 500px;
  margin: 0 auto;
}

#footer .abj .inner .logo {
  width: 95px;
}

#footer .abj .inner .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 390px;
  line-height: 1.5;
  font-size: 10px;
  color: #ccc;
}

#footer .bottom {
  background-color: #333;
}

#footer .bottom .inner {
  width: 1166px;
  margin: 0 auto;
  line-height: 70px;
}

#footer .bottom .inner .copy {
  float: left;
  font-size: 11px;
}

#footer .bottom .inner .logo {
  float: right;
  font-size: 13px;
  font-size: 1.3rem;
}

#footer .bottom .inner .logo li {
  float: left;
}

#footer .bottom .inner .logo li+li {
  margin-left: 30px;
}

#footer .bottom .inner .logo li.traveller {
  width: 100px;
}

#footer .bottom .inner .logo li.number {
  width: 100px;
}

#footer .bottom .inner .logo li.bunshun {
  width: 100px;
}

#footer .bottom .inner .logo li.shunju {
  width: 46px;
}

#footer .bottom .inner .logo li img {
  position: relative;
  top: -4px;
  vertical-align: middle;
}

/* ============================================================================================================================
#manga_gp2024
============================================================================================================================ */
#wrapper.manga_gp2024-wrap{
  padding: 0;
  min-width: var(--width--base);
}

/* アニメーション */
#manga_gp2024 .hide {
  opacity: 0;
  transition: all .6s ease;
}

#manga_gp2024  .hide.show,
#manga_gp2024  .hide .show {
  opacity: 1;
}

#manga_gp2024 .first-show {
  opacity: 0;
  animation: FirstFadeInUp 1.5s ease 0.5s forwards;
}

#manga_gp2024 .fade01 {
  opacity: 0;
  transform: translateY(0);
}

#manga_gp2024 .fade01.show {
  opacity: 1;
  transform: translateY(50px);
  transition: all .6s ease;
  animation: FadeInUp 0.6s ease-out forwards;;
  color: var(--white);
}

@keyframes FirstFadeInUp {
  to {
    opacity: 1;
  }
}

@keyframes FadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#manga_gp2024 .manga-award {
  background-color: #766455;
  color: var(--white);
  line-height: normal;
  letter-spacing: normal;
}

#manga_gp2024 .manga-award__inner {
  margin: 0 auto;
}

#manga_gp2024 .manga-award__bg-image {
  width: 100%;
  height: 100%;
  background-image: url(/common/crea/images/manga_gp/2024/bg_pc.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  position: fixed;
}

#manga_gp2024 .manga-award__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0 41px;
  gap: 29.9px;
  background-image: url(/common/crea/images/manga_gp/2024/mv_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
  margin-bottom: 60px;
}

#manga_gp2024 .manga-award__logo {
  width: 499px;
  max-width: 100%;
}

#manga_gp2024 .manga-award__hero-text {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 27px;
  text-align: center;
  text-shadow: 1px 0 0 #000, 0 1px 0 #000, -1px 0 0 #000, 0 -1px 0 #000;
}

#manga_gp2024 .manga-award__result-title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 36px;
  font-size: 40px;
  font-size: 4.0rem;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
}

#manga_gp2024 .manga-award__result-title-icon {
  position: absolute;
  bottom: -2px;
  width: 210px;
  height: 12px;
}

#manga_gp2024 .manga-award__winner {
  margin-bottom: 60px;
  position: relative;
  max-width: var(--width--inner);
  margin-left: auto;
  margin-right: auto;
}

#manga_gp2024 .manga-award__winner-box {
  position: relative;
  height: 460px;
  padding: 0;
  margin-bottom: 34px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
}

#manga_gp2024 .manga-award__winner-box-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

#manga_gp2024 .manga-award__winner-box-inner {
  width: auto;
  padding: 26px 40px;
  z-index: 1;
  position: relative;
}

#manga_gp2024 .manga-award__rank {
  display: inline-flex;
  margin-bottom: 10px;
  flex-direction: column;
  color: var(--white);
  align-items: center;
  position: relative;
}

#manga_gp2024 .manga-award__rank-number {
  font-family: "Gotham", serif;
  font-size: 80px;
  font-size: 8.0rem;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
  position: relative;
  left: -5px;
}

#manga_gp2024 .manga-award__rank-value {
  font-feature-settings: 'palt' on;
  font-family: "A P-OTF Midashi Go MB31 Pr6N";
  font-size: 16px;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  position: absolute;
  right: -22px;
  bottom: 31px;
}

#manga_gp2024 .manga-award__rank-icon {
  position: relative;
  bottom: 0;
  width: 110px;
  margin: 0 auto;
}

#manga_gp2024 .manga-award__book-title {
  font-weight: bold;
}

#manga_gp2024 .manga-award__book-name {
  font-family: A P-OTF Midashi Go MB31 Pr6N;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 38px;
  text-align: left;
  position: relative;
  left: -20px;
  margin-bottom: 10px;
}

#manga_gp2024 .manga-award__book-author {
  font-family: A P-OTF Midashi Go MB31 Pr6N;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
}

#manga_gp2024 .manga-award__comments {
  position: relative;
  display: flex;
  padding: 0 34px;
  gap: 34px;
  margin-bottom: 34px;
  align-items: center;
}

#manga_gp2024 .manga-award__comments.-reverse {
  flex-direction: row-reverse;
}

#manga_gp2024 .manga-award__comments.-reverse .manga-award__copyright {
  flex-direction: row-reverse;
  text-align: left;
}

#manga_gp2024 .manga-award__comment-inner{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

#manga_gp2024 .manga-award__comment {
  margin-bottom: 20px;
  width: 470px;
}

#manga_gp2024 .manga-award__comment.-one {
  margin: 0 0 0 45px;
}

#manga_gp2024 .manga-award__comment.-two {
  margin: 0 0 0 148px;
}

#manga_gp2024 .manga-award__comment.-three {
  margin: 0 0 0 0;
}

#manga_gp2024 .manga-award__comment.-four {
  margin: 0 0 0 160px;
}

#manga_gp2024 .manga-award__comment.-five {
  margin: 0 0 0 0;
}

#manga_gp2024 .manga-award__comment.-six {
  margin: 0 0 0 160px;
}

#manga_gp2024 .manga-award__comment-text {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  margin: 0 0 16px;
}

#manga_gp2024 .manga-award__comment-author {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 21px;
  text-align: right;
  position: relative;
}

#manga_gp2024 .manga-award__comment-author:before {
  content: "";
  width: 60px;
  height: 1px;
  background: var(--white);
  display: inline-block;
  position: relative;
  top: -4px;
  left: -10px;
}

#manga_gp2024 .manga-award__subcomment{
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 22.5px;
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  width: 220px;
  position: absolute;
  bottom: -5px;
  left: 70px;
  transform: rotate(-15deg);
}

#manga_gp2024 .manga-award__subcommen-image{
  width: 220px;
  height: 220px;
  background: #ccc;
  display: inline-flex;
  flex-direction: column;
}

#manga_gp2024 .manga-award__subcomment p{
  position: relative;
  margin-top: 10px;
}

#manga_gp2024 .manga-award__subcomment p:before, 
#manga_gp2024 .manga-award__subcomment p:after {
  content: "";
  width:50px;
  height:1px;
  background: var(--white);
  display: inline-block;
  position: absolute;
  top: 26px;
}

#manga_gp2024 .manga-award__subcomment p:before{
  transform: rotate(113deg);
  left:-33px;
}

#manga_gp2024 .manga-award__subcomment p:after{
  transform: rotate(-113deg);
  right:-33px;
}

#manga_gp2024 .manga-award__book-image {
  position: relative;
  left: 0;
  top: 0;
  width: 280px;
}

#manga_gp2024 .manga-award__book-image img {
  object-fit: cover;
}

#manga_gp2024 .manga-award__copyright {
  font-family: Hiragino Kaku Gothic ProN;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  text-align: right;
  margin-top:10px;
}

#manga_gp2024 .manga-award__link,
#manga_gp2024 .frame__read-more {
  display: flex;
  justify-content: center;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 15px;
  text-align: center;
  flex-direction: column;
  align-items: center;
}

#manga_gp2024 .manga-award__link p,
#manga_gp2024 .frame__read-more p {
  margin-top: 20px;
}

#manga_gp2024 .frame__read-more p {
  position: absolute;
  bottom: 25px;
}

#manga_gp2024 .nolink{
  pointer-events: none;
}

#manga_gp2024 .manga-award__link a,
#manga_gp2024 .frame__read-more a {
  max-width: 440px;
  width: 100%;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
  background-color: var(--color-gray-200);
  border: 1px solid var(--white);
  box-sizing: border-box;
  justify-content: flex-start;
  padding: 24px;
  position: relative;
  white-space: nowrap;
  z-index: 2;
  color: var(--white);
  text-align: center;
  position: relative;
}

#manga_gp2024 .manga-award__link a:hover,
#manga_gp2024 .frame__read-more a:hover {
  background-color: rgba(0 0 0);
  opacity: 1;
}

#manga_gp2024 .frame__read-more a {
  padding: 15px 24px;
}

#manga_gp2024 .manga-award__link a:after,
#manga_gp2024 .frame__read-more a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
  vertical-align: middle;
  width: 8px;
  height: 8px; 
  border-top: 1px solid var(--white);
  border-right: 1px solid var(--white);
  transform: rotate(45deg);
}

#manga_gp2024 .manga-award__cta {
  border-top: solid var(--white) 3px;
  border-bottom: solid var(--white) 3px;
  background:rgba(255, 255, 255, 0.20);
  margin: 0 auto 60px;
  position: relative;
}

#manga_gp2024 .manga-award__cta-inner{
  width: var(--width--inner);
  margin: 0 auto;
  padding: 60px 0;
}

#manga_gp2024 .manga-award__cta-title {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  margin: 0 0 24px;
}

#manga_gp2024 .manga-award__cta-text {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  margin: 60px 0 24px;
}

#manga_gp2024 .manga-award__cta-text span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: #ffd502;
}

#manga_gp2024 .manga-award__cta-store-logos{
  display: flex;
  gap:18px;
  justify-content: center;
  flex-wrap: wrap;
}

#manga_gp2024 .manga-award__cta-store-logo a{
  width: 220px;
  height: 64px;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px ;
}

#manga_gp2024 .manga-award__cta-store-logo img{
  width: auto;
}

#manga_gp2024 .manga-award__cta-note {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0 40px;
}

#manga_gp2024 .frame{
  width: var(--width--inner);
  margin: 0 auto ;
}

#manga_gp2024 .frame__container{
  border: 3px solid var(--white);
  background: rgba(0, 0, 0, 0.2);
  padding: 0 34px 52px;
}

#manga_gp2024 .frame__title {
  display: block;
  position: relative;
  margin: 0 auto 53px;
  padding: 0 0 20px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

#manga_gp2024 .frame__title span{
  position: relative;
  display: inline-block;
  padding: 10px 0;
  text-align: center;
  color: #000;
  background: var(--white);
  width: 146px;
  font-family: Gotham;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 35.87px;
}

#manga_gp2024 .frame__title span:after {
  content: "";
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 73px solid var(--white);
  border-right: 73px solid var(--white);
  border-bottom: 20px solid transparent;
}

#manga_gp2024 .frame__article {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:34px 26px;
}

#manga_gp2024 .frame__article-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#manga_gp2024 .frame__article-img p {
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  margin-top:10px;
}

#manga_gp2024 .frame__article-detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#manga_gp2024 .frame__article-title{
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 27px;
  text-align: center;
  margin-top:14px;
}

#manga_gp2024 .frame__article-text{
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-top:14px;
}

#manga_gp2024 .frame__read-more {
  width: 100%;
  max-width: 300px;
  margin: 14px auto 0;
}

#manga_gp2024 .frame.-issue .frame__title span {
  width:256px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
  padding: 15px 
}

#manga_gp2024 .frame.-issue .frame__title span:after {
  border-left: 128px solid var(--white);
  border-right: 128px solid var(--white);
  border-bottom: 20px solid transparent;
}

#manga_gp2024 .frame.-issue {
  margin-bottom: 60px;
}

#manga_gp2024 .frame.-issue .frame__article {
  display: block;
}

#manga_gp2024 .frame.-issue .frame__article-item {
  display: flex;
  gap: 30px ;
}

#manga_gp2024 .frame.-issue .frame__article-item {
  display: grid;
  grid-template-columns: 288px 440px;
  gap: 30px ;
  justify-content: center;
}

#manga_gp2024 .frame.-issue .frame__article-subtitle {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 16px;
  text-align: left;
}

#manga_gp2024 .frame.-issue .frame__article-title {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  margin-top: 12px;
}

#manga_gp2024 .frame.-issue .frame__article-text {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-top :24px;
}

#manga_gp2024 .frame.-issue .frame__read-more {
  max-width: initial;
  margin: 20px auto 0;
  width: 100%;
}

/* 順位ごとのスタイル */
#manga_gp2024 .manga-award__winner.-one .manga-award__comments {
  padding-bottom: 10px;
  align-items: flex-start;
}

#manga_gp2024 .manga-award__winner.-one .manga-award__comment.-three {
  width: 422px;
}

#manga_gp2024 .manga-award__winner.-two .manga-award__winner-box {
  align-items: center;
}

#manga_gp2024 .manga-award__winner.-two .manga-award__winner-box-inner {
  margin-left: 70px;
}

#manga_gp2024 .manga-award__winner.-three .manga-award__winner-box {
  align-items: center;
  justify-content: flex-end;
}

#manga_gp2024 .manga-award__winner.-three .manga-award__winner-box-inner {
  margin-right: 206px;
}

#manga_gp2024 .manga-award__winner.-four .manga-award__winner-box {
  justify-content: flex-end;
}

#manga_gp2024 .manga-award__winner.-four .manga-award__winner-box-inner {
  margin-right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

#manga_gp2024 .manga-award__winner.-four .manga-award__book-title {
    text-align: right;
}

#manga_gp2024 .manga-award__winner.-four .manga-award__book-name{
  left: 0;
  text-align: right;
}

#manga_gp2024 .manga-award__winner.-four .manga-award__book-author{
  text-align: right;
}

#manga_gp2024 .manga-award__winner.-five .manga-award__winner-box {
  align-items: center;
}

#manga_gp2024 .manga-award__list {
  margin: 60px auto 0;
}

#manga_gp2024 .manga-award__list-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#manga_gp2024 .manga-award__list-container{
  width: var(--width--inner);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 480px 480px;
  gap:40px;
}

#manga_gp2024 .manga-award__list .manga-award__winner-box {
  height: 330px;
  margin-bottom: 20px;
}

#manga_gp2024 .manga-award__list .manga-award__comment {
  margin-bottom: 20px;
  width: auto;
}

#manga_gp2024 .manga-award__list .manga-award__comments {
  padding: 0 0;
  gap: 20px;
  margin-bottom: 20px;
}

#manga_gp2024 .manga-award__list .manga-award__comment.-one {
    margin: 0 0 0 ;
}

#manga_gp2024 .manga-award__list .manga-award__comment.-two {
  margin:0 0 0 126px;
}

#manga_gp2024 .manga-award__list .manga-award__link a {
  max-width: 300px;
  padding: 15px 24px;
}

#manga_gp2024 .manga-award__list .manga-award__cta {
  border-left: solid var(--white) 3px;
  border-right: solid var(--white) 3px;
  margin: 0 auto ;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

#manga_gp2024 .manga-award__list .manga-award__cta-inner {
  width: 100%;
  margin: 0 auto;
  padding: 28px;
}

#manga_gp2024 .manga-award__list .manga-award__cta-store-logos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

#manga_gp2024 .manga-award__list .manga-award__cta-store-logo a {
  width: 199px;
  height: 57px;
}

#manga_gp2024 .manga-award__list .manga-award__winner-box-inner {
    width: auto;
    padding: 25px 22px;
    z-index: 1;
    position: relative;
}

#manga_gp2024 .manga-award__list .manga-award__book-name {
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  position: relative;
  left: -20px;
  margin-bottom: 10px;
}

#manga_gp2024 .manga-award__list .manga-award__book-author {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 20.8px;
  text-align: left;
}

#manga_gp2024 .manga-award__list .manga-award__cta-note {
  padding: 0;
}

#manga_gp2024 .manga-award__list .manga-award__list-item.-seven .manga-award__winner-box {
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
}

#manga_gp2024 .manga-award__list .manga-award__list-item.-seven .manga-award__book-name{
  left: 20px;
}

#manga_gp2024 .manga-award__list .manga-award__list-item.-seven .manga-award__book-author{
  text-align: right;
}

#manga_gp2024 .manga-award__list .manga-award__list-item.-eight .manga-award__winner-box {
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
}

#manga_gp2024 .manga-award__list .manga-award__list-item.-eight .manga-award__book-author{
  text-align: right;
}

#manga_gp2024 .manga-award__list .manga-award__list-item.-eight .manga-award__book-name{
  left: 0;
}

#manga_gp2024 .manga-award__list .manga-award__list-item.-nine .manga-award__winner-box {
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
}

#manga_gp2024 .manga-award__list .manga-award__list-item.-nine .manga-award__book-name{
  left: 20px;
}

#manga_gp2024 .manga-award__list .manga-award__list-item.-nine .manga-award__book-author{
  text-align: right;
}

#manga_gp2024 .manga-award__list .manga-award__list-item.-ten .manga-award__winner-box {
  align-items: flex-start;
}

#manga_gp2024 .expert {
  margin: 60px auto;
  padding: 60px 0;
  width: var(--width--base);
  background: rgba(0, 0, 0, 0.2);
  position: relative;
}

#manga_gp2024 .expert .manga-award__result-title-icon {
  width: 304px;
}

#manga_gp2024 .expert__list {
  width: var(--width--inner);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}

#manga_gp2024 .expert__item {
  margin: 0 auto;
}

#manga_gp2024 .expert__item  .expert__link {
  display: flex;
  gap: 30px 25px;
  align-items: center;
  color: var(--white);
}

#manga_gp2024 .expert__image .image {
  width: 100px;
  height: 100px;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius:50%;
}

#manga_gp2024 .expert__job{
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 21px;
  text-align: left;
}

#manga_gp2024 .expert__name{
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 27px;
  text-align: left;
  margin-top:2px;
}

#manga_gp2024 .expert__name span{
  font-size: 14px;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

#manga_gp2024 .expert__text{
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  margin-top:10px;
}

#manga_gp2024 .link-list {
  margin: 60px auto 60px;
}

#manga_gp2024 .link-list__container {
  display: flex;
  justify-content: center;
  gap: 40px;
}

#manga_gp2024 .link-list__container .manga-award__link a {
  width: 440px;
}
