@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
ビリビリ図鑑2026-03月
---------------------------------------------------------------------------------------------------------------------
*/
.rpg-section {
  background-color: #000;
  max-width: 1200px;
  margin: auto;
  padding: 60px 20px;
  border-radius: 20px;
  color: #fff;
  text-align: center; }
  @media (min-width: 768px) {
    .rpg-section {
      padding: 60px; } }
  @media (min-width: 1200px) {
    .rpg-section {
      border-radius: 40px;
      padding: 80px; } }
  .rpg-section__inner {
    max-width: 800px;
    margin: 0 auto; }
  .rpg-section__heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 15px; }
    .rpg-section__heading h2 {
      position: relative;
      top: -1px;
      font-size: 1.75em; }
      @media (min-width: 768px) {
        .rpg-section__heading h2 {
          font-size: 2.5em; } }
      @media (min-width: 1200px) {
        .rpg-section__heading h2 {
          font-size: 3.0em; } }
    .rpg-section__heading .icon {
      width: 18px; }
      @media (min-width: 1024px) {
        .rpg-section__heading .icon {
          width: 22px; } }
  .rpg-section__sub {
    font-size: 0.9em;
    line-height: 1.2em;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
    margin: 0 0 30px 0; }
    @media (min-width: 768px) {
      .rpg-section__sub {
        font-size: 1.0em; } }
    @media (min-width: 1200px) {
      .rpg-section__sub {
        font-size: 1.125em;
        margin: 0 0 60px 0; } }
  .rpg-section h3 {
    font-family: "DotGothic16", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 15px 0;
    color: #ffff00;
    font-size: 1.25em;
    line-height: 1.6em;
    font-weight: 400; }
    @media (min-width: 1024px) {
      .rpg-section h3 {
        font-size: 1.75em;
        margin: 0 0 30px 0; } }
  .rpg-section__text {
    font-size: 0.9em;
    line-height: 1.6em;
    text-align: left;
    max-width: 760px;
    margin: 0 auto 20px; }
    @media (min-width: 768px) {
      .rpg-section__text {
        font-size: 1.0em;
        text-align: center;
        margin: 0 auto 40px; } }
    @media (min-width: 1200px) {
      .rpg-section__text {
        font-size: 1.125em;
        margin: 0 auto 60px; } }

.rpg-section__message {
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  border: 2px solid #fff;
  text-align: left;
  box-sizing: border-box; }
  @media (min-width: 1024px) {
    .rpg-section__message {
      gap: 40px;
      padding: 30px 40px; } }
  @media (min-width: 1200px) {
    .rpg-section__message {
      max-width: 800px; } }
  .rpg-section__message.end {
    margin-top: 30px; }
    @media (min-width: 1024px) {
      .rpg-section__message.end {
        margin-top: 60px; } }
    @media (min-width: 1200px) {
      .rpg-section__message.end {
        margin-top: 100px; } }
  .rpg-section__message .chara {
    width: 50px;
    flex-shrink: 0; }
    @media (min-width: 1024px) {
      .rpg-section__message .chara {
        width: 100px; } }
  .rpg-section__message .comment p {
    font-size: 0.8em;
    line-height: 1.8em;
    font-feature-settings: "palt";
    letter-spacing: 0.04em; }
    @media (min-width: 768px) {
      .rpg-section__message .comment p {
        font-size: 1.0em; } }
    @media (min-width: 1200px) {
      .rpg-section__message .comment p {
        font-size: 1.125em; } }

.route-buttons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 800px;
  margin: 60px auto 0; }
  @media (min-width: 768px) {
    .route-buttons {
      grid-template-columns: repeat(2, 1fr);
      gap: 40px; } }
  .route-buttons__item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 72px;
    padding: 14px 20px;
    color: #000;
    text-decoration: none;
    box-sizing: border-box;
    transition: opacity 0.3s ease; }
    @media (min-width: 1024px) {
      .route-buttons__item {
        min-height: 84px;
        gap: 16px;
        padding: 18px 28px; } }
    .route-buttons__item img {
      width: 38px; }
      @media (min-width: 1024px) {
        .route-buttons__item img {
          width: 46px; } }
    .route-buttons__item span {
      position: relative;
      font-size: 1.125em;
      line-height: 1.4em; }
      @media (min-width: 768px) {
        .route-buttons__item span {
          font-size: 1.35em; } }
      @media (min-width: 1200px) {
        .route-buttons__item span {
          font-size: 1.75em; } }
      .route-buttons__item span::after {
        content: "";
        display: inline-block;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 10px solid #000;
        vertical-align: middle;
        margin: -4px 0 0 6px; }
        @media (min-width: 1024px) {
          .route-buttons__item span::after {
            border-left-width: 10px;
            border-right-width: 10px;
            border-top-width: 12px;
            margin: -4px 0 0 8px; } }
    .route-buttons__item:hover {
      opacity: 0.8; }
  .route-buttons__item--site {
    background-color: #2098df; }
  .route-buttons__item--manager {
    background-color: #08c875; }

#route1, #route2 {
  padding-top: 60px; }
  @media (min-width: 1024px) {
    #route1, #route2 {
      padding-top: 120px; } }

h2.route-heading {
  position: relative;
  font-size: 1.5em;
  line-height: 1.0em;
  padding-left: 20px;
  margin: 0 0 20px; }
  @media (min-width: 768px) {
    h2.route-heading {
      font-size: 2.2em;
      padding-left: 30px;
      margin: 0 0 30px; } }
  @media (min-width: 1200px) {
    h2.route-heading {
      font-size: 3em; } }
  h2.route-heading.color1::before {
    content: "";
    background: url("../../img/feature/202605/arrow-c.svg") no-repeat center/contain; }
  h2.route-heading.color2::before {
    content: "";
    background: url("../../img/feature/202605/arrow-g.svg") no-repeat center/contain; }
  h2.route-heading::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 14px;
    height: 22px; }
    @media (min-width: 768px) {
      h2.route-heading::before {
        top: 0px;
        width: 24px;
        height: 40px; } }
    @media (min-width: 1200px) {
      h2.route-heading::before {
        top: 7px; } }

.level-up {
  display: flex;
  align-self: center;
  margin: 0 0 20px; }
  @media (min-width: 1200px) {
    .level-up {
      margin: 0 0 30px; } }
  .level-up h2.route-heading {
    margin: 0; }
  .level-up img {
    width: 80px;
    margin: 5px 0 0 10px; }
    @media (min-width: 768px) {
      .level-up img {
        width: 120px; } }
    @media (min-width: 1200px) {
      .level-up img {
        width: 140px;
        margin: 5px 0 0 15px; } }

.route-detail {
  background-color: #000;
  max-width: 1200px;
  margin: auto;
  padding: 60px 15px;
  border-radius: 20px;
  color: #fff; }
  @media (min-width: 768px) {
    .route-detail {
      padding: 60px 30px; } }
  @media (min-width: 1200px) {
    .route-detail {
      border-radius: 40px;
      padding: 80px 30px; } }
  .route-detail__inner {
    max-width: 800px;
    margin: 0 auto; }
  .route-detail__label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    max-width: 480px;
    width: 90%;
    padding: 15px;
    color: #000;
    margin: 0 auto 50px; }
    @media (min-width: 1024px) {
      .route-detail__label {
        padding: 15px 30px; } }
    .route-detail__label.color1 {
      background-color: #1C98E5; }
    .route-detail__label.color2 {
      background-color: #05CC70; }
    .route-detail__label img {
      width: 40px; }
      @media (min-width: 1024px) {
        .route-detail__label img {
          width: 60px; } }
    .route-detail__label .txt {
      font-family: "DotGothic16", sans-serif;
      font-weight: 400;
      font-style: normal;
      margin: 0;
      color: #000; }
      .route-detail__label .txt h3 {
        font-size: 1.25em;
        line-height: 1.2em; }
        @media (min-width: 768px) {
          .route-detail__label .txt h3 {
            font-size: 1.75em; } }
        @media (min-width: 1200px) {
          .route-detail__label .txt h3 {
            font-size: 2.25em; } }
      .route-detail__label .txt h4 {
        font-size: 0.8em;
        line-height: 1.2em;
        margin: 5px 0 0 0; }
        @media (min-width: 768px) {
          .route-detail__label .txt h4 {
            font-size: 1.0em; } }
        @media (min-width: 1200px) {
          .route-detail__label .txt h4 {
            font-size: 1.125em; } }
  .route-detail p {
    font-size: 0.8em;
    line-height: 1.8em;
    text-align: justify; }
    @media (min-width: 768px) {
      .route-detail p {
        font-size: 1.0em; } }
    @media (min-width: 1200px) {
      .route-detail p {
        font-size: 1.125em; } }
  .route-detail .route-block {
    margin-top: 56px; }
    @media (min-width: 1024px) {
      .route-detail .route-block {
        margin-top: 80px; } }

.character-list {
  display: grid;
  gap: 36px; }
  .character-list .character-card {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 10px;
    align-items: start;
    margin-top: 20px; }
    @media (min-width: 768px) {
      .character-list .character-card {
        grid-template-columns: 150px 1fr;
        gap: 20px; } }
    @media (min-width: 1200px) {
      .character-list .character-card {
        grid-template-columns: 200px 1fr;
        gap: 30px;
        margin-top: 40px; } }
    .character-list .character-card__image img {
      display: block;
      width: 100%; }
    .character-list .character-card__body {
      color: #fff; }
      .character-list .character-card__body .character-title {
        display: flex;
        align-items: center;
        margin: 0 0 5px 0; }
        .character-list .character-card__body .character-title.color1 h4 {
          background-color: #1C98E5; }
        .character-list .character-card__body .character-title.color1a h4 {
          background-color: #fff;
          color: #1C98E5; }
        .character-list .character-card__body .character-title.color2 h4 {
          background-color: #05CC70; }
        .character-list .character-card__body .character-title.color2a h4 {
          background-color: #fff;
          color: #05CC70; }
        .character-list .character-card__body .character-title h4 {
          font-family: "DotGothic16", sans-serif;
          font-weight: 400;
          font-style: normal;
          display: inline-block;
          padding: 4px 8px;
          font-size: 0.7em;
          line-height: 1.2em;
          text-align: center; }
          @media (min-width: 768px) {
            .character-list .character-card__body .character-title h4 {
              font-size: 1.0em; } }
          @media (min-width: 1200px) {
            .character-list .character-card__body .character-title h4 {
              font-size: 1.125em; } }
        .character-list .character-card__body .character-title h3 {
          font-size: 1.0em;
          line-height: 1.0em;
          margin: 0 0 0 10px; }
          @media (min-width: 768px) {
            .character-list .character-card__body .character-title h3 {
              font-size: 1.35em; } }
          @media (min-width: 1200px) {
            .character-list .character-card__body .character-title h3 {
              font-size: 1.75em; } }
      .character-list .character-card__body p {
        margin: 0 0 5px 0; }
      .character-list .character-card__body ul {
        margin: 0; }
        .character-list .character-card__body ul li {
          font-size: 0.8em;
          line-height: 1.6em; }
          @media (min-width: 768px) {
            .character-list .character-card__body ul li {
              font-size: 1.0em; } }
          @media (min-width: 1200px) {
            .character-list .character-card__body ul li {
              font-size: 1.125em; } }

.photo-grid {
  margin-top: 30px; }
  @media (min-width: 1200px) {
    .photo-grid {
      margin-top: 60px; } }
  .photo-grid.small {
    max-width: 500px;
    width: 80%;
    margin: 30px auto 0; }
    @media (min-width: 1200px) {
      .photo-grid.small {
        margin: 60px auto 0; } }

.route-subtitle {
  margin-top: 20px; }
  @media (min-width: 1200px) {
    .route-subtitle {
      margin-top: 40px; } }
  .route-subtitle.color1 h3 {
    color: #1C98E5; }
  .route-subtitle.color2 h3 {
    color: #05CC70; }
  .route-subtitle h3 {
    font-family: "DotGothic16", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.25em;
    line-height: 1.4em;
    margin: 0 0 16px; }
    @media (min-width: 768px) {
      .route-subtitle h3 {
        font-size: 1.75em; } }
    @media (min-width: 1200px) {
      .route-subtitle h3 {
        font-size: 2.25em; } }
  .route-subtitle p {
    margin-top: 20px; }
    @media (min-width: 1200px) {
      .route-subtitle p {
        margin-top: 40px; } }

.side-comment-list {
  margin-top: 40px;
  display: grid;
  gap: 40px; }
  @media (min-width: 768px) {
    .side-comment-list {
      gap: 80px;
      margin-top: 100px; } }
  .side-comment-list .side-comment {
    position: relative;
    border: 2px solid #fff;
    padding: 15px; }
    @media (min-width: 768px) {
      .side-comment-list .side-comment {
        padding: 30px; } }
    @media (min-width: 1200px) {
      .side-comment-list .side-comment {
        padding: 40px; } }
    .side-comment-list .side-comment.color1 {
      border-color: #1C98E5; }
      .side-comment-list .side-comment.color1 h4 {
        background-color: #1C98E5;
        color: #fff; }
      .side-comment-list .side-comment.color1 span {
        color: #2098df; }
    .side-comment-list .side-comment.color1a h4 {
      background-color: #fff;
      color: #1C98E5; }
    .side-comment-list .side-comment.color1a span {
      color: #2098df; }
    .side-comment-list .side-comment.color2 {
      border-color: #05CC70; }
      .side-comment-list .side-comment.color2 h4 {
        background-color: #05CC70;
        color: #fff; }
    .side-comment-list .side-comment.color2a h4 {
      background-color: #fff;
      color: #05CC70; }
    .side-comment-list .side-comment h4 {
      position: absolute;
      top: -22px;
      left: -2px;
      width: 80px;
      height: 22px;
      line-height: 22px;
      font-family: "DotGothic16", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.9em;
      text-align: center; }
      @media (min-width: 768px) {
        .side-comment-list .side-comment h4 {
          font-size: 1.0em;
          top: -30px;
          width: 100px;
          height: 30px;
          line-height: 30px; } }
      @media (min-width: 1200px) {
        .side-comment-list .side-comment h4 {
          font-size: 1.125em; } }
    .side-comment-list .side-comment__inner {
      display: grid;
      grid-template-columns: 60px 1fr;
      gap: 10px;
      align-items: center; }
      @media (min-width: 768px) {
        .side-comment-list .side-comment__inner {
          grid-template-columns: 80px 1fr;
          gap: 15px; } }
      @media (min-width: 1200px) {
        .side-comment-list .side-comment__inner {
          grid-template-columns: 100px 1fr;
          gap: 30px; } }
      @media (min-width: 1024px) {
        .side-comment-list .side-comment__inner.icon {
          grid-template-columns: 100px 1fr 120px;
          gap: 30px; } }
    .side-comment-list .side-comment__person {
      text-align: center; }
      .side-comment-list .side-comment__person img {
        display: block;
        width: 60px;
        aspect-ratio: 1 / 1;
        margin: 0 auto 10px;
        border-radius: 50%;
        object-fit: cover; }
        @media (min-width: 768px) {
          .side-comment-list .side-comment__person img {
            width: 80px; } }
        @media (min-width: 1200px) {
          .side-comment-list .side-comment__person img {
            width: 100px; } }
      .side-comment-list .side-comment__person h6 {
        color: #fff;
        font-size: 0.7em;
        line-height: 1.2em; }
        @media (min-width: 768px) {
          .side-comment-list .side-comment__person h6 {
            font-size: 0.9em; } }
        @media (min-width: 1200px) {
          .side-comment-list .side-comment__person h6 {
            font-size: 1.125em; } }
    .side-comment-list .side-comment .shovel {
      display: none; }
      .side-comment-list .side-comment .shovel img {
        display: block;
        width: 100%; }
      @media (min-width: 1024px) {
        .side-comment-list .side-comment .shovel {
          display: block;
          width: 100px; } }

.point-block {
  display: grid;
  gap: 24px; }
  @media (min-width: 768px) {
    .point-block {
      grid-template-columns: 1fr 240px;
      align-items: center; } }
  .point-block .content .point-title {
    display: flex;
    align-items: center; }
    .point-block .content .point-title.color1 h2 {
      color: #1C98E5; }
    .point-block .content .point-title.color2 h2 {
      color: #05CC70; }
    .point-block .content .point-title img {
      width: 40px;
      margin-right: 10px; }
      @media (min-width: 768px) {
        .point-block .content .point-title img {
          width: 50px; } }
    .point-block .content .point-title h2 {
      font-family: "DotGothic16", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 1.25em;
      line-height: 1.0em; }
      @media (min-width: 768px) {
        .point-block .content .point-title h2 {
          font-size: 1.75em; } }
      @media (min-width: 1200px) {
        .point-block .content .point-title h2 {
          font-size: 2.25em; } }
    .point-block .content .point-title h3 {
      font-size: 1.125em;
      line-height: 1.2em;
      margin-left: 10px; }
      @media (min-width: 768px) {
        .point-block .content .point-title h3 {
          font-size: 1.35em; } }
      @media (min-width: 1200px) {
        .point-block .content .point-title h3 {
          font-size: 1.75em;
          margin-left: 20px; } }
  .point-block .content .text {
    display: flex;
    gap: 14px;
    margin-top: 10px; }
    @media (min-width: 1200px) {
      .point-block .content .text {
        margin-top: 20px; } }
    .point-block .content .text.type2 p {
      margin: 0; }
    .point-block .content .text .icon img {
      width: 80px; }
    .point-block .content .text p {
      margin-left: 10px;
      line-height: 1.8em;
      text-align: justify; }

.message {
  color: #fff;
  padding: 20px;
  margin-top: 40px; }
  @media (min-width: 768px) {
    .message {
      padding: 40px; } }
  @media (min-width: 1200px) {
    .message {
      padding: 60px;
      margin-top: 80px; } }
  .message.color1 {
    background-color: #1C98E5; }
  .message.color2 {
    background-color: #05CC70; }
  .message h2 {
    position: relative;
    font-size: 1.25em;
    line-height: 1.4em;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
    padding-left: 20px; }
    @media (min-width: 768px) {
      .message h2 {
        font-size: 1.75em;
        padding-left: 30px; } }
    @media (min-width: 1200px) {
      .message h2 {
        font-size: 2.25em;
        padding-left: 36px; } }
    .message h2::before {
      content: "";
      position: absolute;
      left: 0;
      top: 5px;
      width: 14px;
      height: 22px;
      background: url("../../img/feature/202605/arrow-w.svg") no-repeat center/contain; }
      @media (min-width: 768px) {
        .message h2::before {
          top: 6px;
          width: 20px;
          height: 30px; } }
      @media (min-width: 1200px) {
        .message h2::before {
          top: 7px;
          width: 24px;
          height: 40px; } }
  .message__inner {
    display: grid;
    gap: 28px;
    margin-top: 20px; }
    @media (min-width: 768px) {
      .message__inner {
        grid-template-columns: 1.3fr 0.7fr;
        align-items: end;
        gap: 40px; } }
    @media (min-width: 1200px) {
      .message__inner {
        margin-top: 40px; } }
    .message__inner .content {
      display: flex;
      align-items: center;
      height: 100%; }
    .message__inner .image {
      width: 72%;
      max-width: 320px;
      margin: 0 auto; }
      @media (min-width: 768px) {
        .message__inner .image {
          width: 100%;
          max-width: none;
          margin: 0; } }
