
  /* ずっとしま ライター別一覧のスタイル設定 */
  .archive_background {
    position: relative;
    width: 100%;
    min-height: 100%;
    padding: 0 0 350px;
    background: url("../img/home/zt_bg_toshima01.png"), linear-gradient(180deg, rgb(111,176,189), rgb(149,213,246));
    background-repeat: no-repeat;
    background-size: contain, 100% auto;
    background-position: left bottom, left top;
  /*  background-color: #b8d59a; */
  }

  /* ずっとしま 一覧系ページメインビジュアル表示エリア */
  .archive_visual {
    background-image: url("../img/home/zt_bg_toshima01.png"), url("../img/home/zt_bg_title01.png");
    background-repeat: no-repeat, no-repeat;
    background-size: 100% auto, 90% auto;
    background-position: center bottom, center 50%;
    background-color: #eee3cf;
    min-height: 550px;
  }

  /* ずっとしま　おばちゃんツイート */
  .archive_visual_logo .arc_mama_tweet {
    position: absolute;
    left: 60%;
    top: 20%;
    z-index: 2;
  }
  
  .archive_visual_logo .arc_mama_tweet img {
    width: 250px;
    height: auto;
  }
  
  .archive_visual_logo .arc_tb_set {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 53%;
    top: 20%;
    z-index: 2;
  }
  
  .arc_tweet_balloon {
    position: relative;
    display: inline-block;
    margin: 0 15px 1.5em 0;
  /*  padding: 40px 5px 10px; */
    width: 150px;
    height: 150px;
    text-align: center;
    color: #000;
    font-size: 0.9rem;
    line-height: 1.4rem;
    font-weight: bold;
    background: #fff;
    border-radius: 50%;
    box-sizing: border-box;
  }
  
  .arc_tweet_balloon:before {
    content: "";
    position: absolute;
    bottom: -13px;
    right: -13px;
    margin-top: -15px;
    border: 25px solid transparent;
    border-left: 25px solid #fff;
    z-index: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  @media screen and (max-width: 1079px) {
    /* ずっとしま 一覧系ページメインビジュアル表示エリア */
      .archive_visual {
        background-size: 100% auto, 90% auto;
        background-position: center bottom, center 50%;
        background-color: #eee3cf;
        min-height: 450px;
      }

      /* ずっとしま　おばちゃんツイート */
      .archive_visual_logo .arc_mama_tweet {
        left: 60%;
        top: 20%;
      }
      
      .archive_visual_logo .arc_mama_tweet img {
        width: 200px;
        height: auto;
      }
      
      .archive_visual_logo .arc_tb_set {
        left: 50%;
        top: 20%;
      }
      
  }
  

    @media screen and (max-width: 939px) {
      /* ずっとしま 一覧系ページメインビジュアル表示エリア */
      .archive_visual {
        background-size: 100% auto, 90% auto;
        background-position: center bottom, center 50%;
        background-color: #eee3cf;
        min-height: 400px;
      }

      /* ずっとしま　おばちゃんツイート */
      .archive_visual_logo .arc_mama_tweet {
        left: 55%;
        top: 20%;
      }
      
      .archive_visual_logo .arc_mama_tweet img {
        width: 180px;
        height: auto;
      }
      
      .archive_visual_logo .arc_tb_set {
        left: 48%;
        top: 15%;
      }
      
    }

    @media screen and (max-width: 768px) {
      /* ずっとしま 一覧系ページメインビジュアル表示エリア */
      .archive_visual {
        background-size: 100% auto, 95% auto;
        background-position: center bottom, center 50%;
        background-color: #eee3cf;
        min-height: 350px;
      }

      /* ずっとしま　おばちゃんツイート */
      .archive_visual_logo .arc_mama_tweet {
        left: 50%;
        top: 20%;
      }
      
      .archive_visual_logo .arc_mama_tweet img {
        width: 150px;
        height: auto;
      }
      
      .archive_visual_logo .arc_tb_set {
        left: 48%;
        top: 10%;
      }
      
    }

    @media screen and (max-width: 599px) {
      /* ずっとしま 一覧系ページメインビジュアル表示エリア */
      .archive_visual {
        background-size: 100% auto, 100% auto;
        background-position: center bottom, center 50%;
        background-color: #eee3cf;
        min-height: 300px;
      }

      /* ずっとしま　おばちゃんツイート */
      .archive_visual_logo .arc_mama_tweet {
        left: 50%;
        top: 15%;
      }
  
      .archive_visual_logo .arc_mama_tweet img {
        width: 120px;
        height: auto;
      }
      
      .archive_visual_logo .arc_tb_set {
        left: 48%;
        top: 10%;
      }
  
      .arc_tweet_balloon {
        margin: 3px;
      /*  padding: 40px 5px 10px; */
        width: 100px;
        height: 100px;
        font-size: 0.7rem;
        line-height: 1.0rem;
        border-radius: 50%;
      }
      
      .arc_tweet_balloon:before {
        content: "";
        position: absolute;
        bottom: -7px;
        right: -7px;
        margin-top: -8px;
        border: 15px solid transparent;
        border-left: 15px solid #fff;
        z-index: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
      }
          
    }

    @media screen and (max-width: 450px) {
      /* ずっとしま　おばちゃんツイート */
      .archive_visual_logo .arc_mama_tweet {
        left: 50%;
        top: 25%;
      }
  
      .archive_visual_logo .arc_mama_tweet img {
        width: 100px;
        height: auto;
      }
    }

  /* ずっとしま　カード型レイアウト */
  .card_container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;    
  }
  .card {
    border-radius: 20px;
    overflow: hidden;
    background-color: #f4f4f4;
    display: flex;
    flex-direction: column;
    box-shadow: 10px 10px 0 #f7c7bf;
  }
  .card-picture {
    position: relative;
    background-color: #737373;
    color: #fff;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .card-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .card-content h3 {
    text-align: left;
  }
  .card-content p {
    margin-top: 10px;
    flex-grow: 1;
  }

.archive_category_badge {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  color: #fff;
  border-radius: 20px;
  padding: 2px 10px;
  margin:0 0 20px 0;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  font-weight: 600;
  background-color: #384249;
}

/* ずっとしま　検索結果一覧メッセージ表示 */
.search_form p {
  display: block;
  padding: 40px 0;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 900;
}

.search_null p {
  width: 80%;
  margin: 0 auto;
  padding: 40px 0;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 900;
}


/* ヘリコプター */
.illust_helicopter {
  position: absolute;
  bottom: 10%;
  right: 10%;
}

/* ライター表示エリア */
.author-archive-header {
  margin: 40px auto 0;
  padding: 40px;
  margin-bottom: 32px;
  border-radius: 10px;
  background: #f7c7bf;
}


.author-archive-header__inner {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.author-archive-header__avatar img {
  border-radius: 50%;
}

.author-archive-header__name {
  margin: 0 0 8px;
  font-size: 1.6rem;
  font-weight: 700;
}

.author-archive-header__site {
  margin: 0 0 8px;
  font-size: 0.9rem;
}

.author-archive-header__bio {
  margin: 0 0 12px;
  font-size: 0.95rem;
  line-height: 1.7;
}

.author-archive-header__sns {
  margin: 0 0 8px;
  font-size: 0.9rem;
}

.author-archive-header__sns-item {
  display: inline-block;
  margin-right: 12px;
}

.author-archive-header__sns-item a {
  text-decoration: none;
}

.author-archive-header__sns-item a:hover {
  text-decoration: underline;
}

.author-archive-header__meta {
  margin: 4px 0 0;
  font-size: 0.85rem;
  color: #666;
}

@media (max-width: 768px) {
  .author-archive-header__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

.author_sns .external-link-icon {
  display: none;
}

  @media screen and (max-width: 600px) {
    .author-archive-header__inner {
      display: block;
    }
  }