* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
    
  body {
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    background-image: url(/images/BGA.jpg);
    background-size: cover;
    color: #333;
    line-height: 1.6;
  }
    
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    height: 100%;
    display: flex;
    align-items: center;
  }
    
  .container h1 {
    font-size: 36px;
    margin-top: 40px;
    text-align: center;
  }
    
  .container h2 {
    font-size: 24px;
    margin-top: 20px;
    text-align: center;
  }
    
    /* ヘッダー */
  header {
    height: 80px;
    background-color: #060606;
    opacity: 0.9;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }
    
  .header-left img {
    height: 60px;
    width: auto;
  }
    
  .header-right {
    margin-left: auto;
    display: flex;
    align-items: center;
  }
    
  .header-right a {
    padding: 0 15px;
    color: white;
    text-decoration: none;
    height: 80px;
    display: flex;
    align-items: center;
  }
  
  .header-right a:hover {
    background-color: #2E2E2E;
    opacity: 0.7;
  }
  
  .menu-icon {
    color: white;
    margin-left: auto;
    font-size: 25px;
    padding: 21px 0;
    /* displayをnoneに指定してください */
    display: none;
  }
  
  .menu-toggle {
    opacity: 0;
    position: absolute;
    left: -9999px; /* 画面外に飛ばす */
  }
  
  /*☆トップページ*/
  /*タイトルとカンタンなご注意*/
  .top-wrapper {
    margin: 140px 180px 40px 180px;
    padding: 40px 0 40px 0;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 7px 15px rgba(0,0,0,0.8);
  }
  
  .top-wrapper .container {
    flex-direction: column;
  }
  
  .informal {
   font-size: 35px;
   font-weight:bold;
  }
  
  .top-title {
    padding: 10px 40px 40px 40px;
  }
  
  /* 更新情報 */
  .news-wrapper {
    padding: 50px 0;
    background-color: #fff;
    margin: 30px 150px;
    border-radius: 3px;
    box-shadow: 0 7px 15px rgba(0,0,0,0.8);
  }
  
  .news-wrapper .container {
    flex-direction: column;
  }
      
  .section-title {
    text-align: center;
    font-size: 2em;
    margin-bottom: 30px;
  }
      
  .news-container {
    width: 800px;
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
      
  .news-list {
    margin: 0;
    padding: 0;
  }
      
  .news-item {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    }
      
  .news-item:last-child {
    border-bottom: none;
  }
      
  .news-date {
    font-weight: bold;
    color: #666;
    margin-right: 10px;
  }
  
  /* スクロールバーのスタイル */
  .news-container::-webkit-scrollbar {
    width: 8px;
  }
  
  .news-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
  }
      
  .news-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
  }
      
  .news-container::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  
  .jump-contents {
    padding: 50px 0;
    background-color: #fff;
    margin: 30px 150px;
    border-radius: 3px;
    box-shadow: 0 7px 15px rgba(0,0,0,0.8);
  }
  
  .jump-contents .container {
    flex-direction: column;
  }
  
  /*目次ページ*/
  .contents-box {
    padding: 50px 0;
    background-color: #fff;
    margin: 130px 150px;
    border-radius: 3px;
    box-shadow: 0 7px 15px rgba(0,0,0,0.8);
  }
  
  .contents-box .container {
    flex-direction: column;
    padding: 30px;
  }
  
  .contents-box h2 {
    padding-bottom: 20px;
    font-size: 40px;
  }
  
  .contents-box h3 {
    padding-top: 40px;
  }
  
  .contents-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
  }
  
  .contents-links-bottom {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 30px;
  }
  
  .contents-links  a {
    background-color: #d4d4d4;
    border-radius: 3px;
    box-shadow: 0 7px 15px rgba(0,0,0,0.1);
  }
  
  .contents-links-bottom  a {
    background-color: #d4d4d4;
    border-radius: 3px;
    box-shadow: 0 7px 15px rgba(0,0,0,0.1);
  }
  
  /*☆ストーリーページ*/
  /*お話*/
  .story-box {
    padding: 70px;
    background-color: #fff;
    margin: 130px 150px;
    border-radius: 3px;
    box-shadow: 0 7px 15px rgba(0,0,0,0.8);
  }
  
  .novel-contents p {
    line-height: 2;
    padding-bottom: 10px;
  }
  
  .look-point {
    margin: 40px 0;
  }
  
  .space {
    margin-bottom: 60px; 
  }
  
  .wait {
    margin: 60px 0;
    border-bottom-style: ridge;
  }
  
  .chanting {
    margin: 70px;
  }
  
  .first_of_all {
    margin-top: 40px;
  }
  
  
  /*☆登場人物ページ*/
  .characters-wrapper {
    padding: 50px 0;
    background-color: #fff;
    margin: 130px 150px;
    border-radius: 3px;
    box-shadow: 0 7px 15px rgba(0,0,0,0.8);
  }
  
  .characters-wrapper h2 {
    padding-bottom: 20px;
    font-size: 40px;
  }
  
  .characters-wrapper .container {
    flex-direction: column;
    padding: 30px;
  }
  
  .character-box {
    display: none;
    border: 1px solid #ccc;
    padding: 0 100px 20px 100px;
    border-radius: 0.5rem;
    background: #f9f9f9;
  }
  
  .character-name {
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .toggle-btn {
    display: inline-block;
    margin: 0.5rem 0;
    padding: 0.4rem 0.8rem;
    cursor: pointer;
    font-size: 1rem;
    background: #eee;
    border: none;
    border-radius: 0.3rem;
  }
  
  .character {
    padding: 1.5rem; /* 内側の余白 */
    margin-bottom: 1rem; /* 下に少しスペース */
  }
  
  .character li {
    padding: 5px 0;
  }
  
  /*ご注意*/
  .about-wrapper {
    padding: 50px 0;
    background-color: #fff;
    margin: 130px 150px;
    border-radius: 3px;
    box-shadow: 0 7px 15px rgba(0,0,0,0.8);
  }
  
  .about-wrapper h2 {
    padding-bottom: 20px;
    font-size: 40px;
  }
  
  .about-wrapper .container {
    flex-direction: column;
  }
  
  .about-message {
    padding: 20px;
  }
  
  .about-message ul {
    padding: 15px;
  }
  
  /*文字など*/
  .strike {
    text-decoration:line-through;
    text-decoration-style:double;
  }

 /*シェアボタン*/

.top-share {
  margin-top: 10px;
}

.share-X {
  height: 40px;
}

.share-X:hover {
  opacity: 0.8;
}
  
  
  /* フッター */
  footer {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    bottom: 0;
  }
  
  .footer-visual h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }