@charset "UTF-8";
@media screen and (min-width: 769px) {
  #top_menu .top_menu--item {
    font-size: 3rem;
  }

  
  /*---- ロゴ ----------------*/
  #home .logo {
  max-width: 800px;
  padding: 0 0 4rem 0;
  }

  /*---- メインイメージ ----------------*/
#home .mascot {
  max-width: 650px;
}  
  
 h2 {
  font-size: 3.5rem;
}

/* ---- メニューリスト ---- */
#top_menu .top_menu--list {
  padding: 10rem 0 20rem 0;
}
  #top_menu .top_menu--item a {
  font-size: 2.5rem;
}

  
  
  /*---- レインボーだばしくん ----------------*/
  /* 2匹全体に虹色のフィルターを適用 */
  .mascots {
    max-width: 400px;
  }

  .article-img {
    height: 230px;
  }

  /*about*/
  .about_text,
  .contact_txt {
    text-align: center;
  }

  .about_text br,
  .contact_txt br {
    display: inline;
  }

  .img_about {
    max-width: 400px;
  }

  /* Grid styles 画像の一覧 -------------------------------------------------*/
  .cards {
    max-width: 960px;
  }
  
/*---- Shopの横並びFlex ----------------*/
#Shop .contents{
  display: flex;
  justify-content: center;
  align-content: center;
  column-gap: 40px;
}
  
  
  
}