/* style.css - Telepathy */
/* style.css */
body {
    font-family: 'DotGothic16', sans-serif;
    background-color: #FFF8E7; /* クリーム色ベース */
    color: #5B3A29; /* 焦げ茶色 */
    line-height: 1.6;
    position: relative;
    min-height: 100vh;
    margin: 0;
    padding: 0;
  }
  
  /* 背景に水彩星柄を透過で重ねるための擬似要素 */
  body::before {
    content: "";
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: url('img/stars-bg.jpg'); /* 水彩星柄画像のパス */
    
    background-size: 1200px; /* サイズ調整 */
    opacity: 0.6; /* 透過で薄く */
    pointer-events: none; /* 背景に干渉しない */
    z-index: -1; /* コンテンツの背面 */
  }
  
  
  
  link
  
  .link-page h1 {
    font-size: 2.2rem;
    color: #4b2e2e;
    margin-bottom: 2rem;
    text-shadow: 2px 2px #fffdf5;
    position: relative;
  }
  
  .link-page h1::before,
  .link-page h1::after {
    content: "✦";
    color: #d8b59b;
    font-size: 1.6rem;
    margin: 0 0.5rem;
  }
  
  .link-buttons a {
    display: block;
    background-color: #fbeec1;
    color: #4b2e2e;
    text-decoration: none;
    font-size: 1.15rem;
    padding: 1rem 1.4rem;
    border: 3px dotted #deb887;
    border-radius: 20px;
    box-shadow: 2px 2px 0 #bfa17b;
    transition: background-color 0.3s, transform 0.2s;
    font-weight: bold;
    position: relative;
  }
  
  .link-buttons a::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 10px;
    width: calc(100% - 20px);
    height: 6px;
    background: url("img/lace.png") repeat-x; /* ← レース風素材があれば差し込んで */
    background-size: contain;
  }
  
  .qr-code {
    margin-top: 3rem;
    position: relative;
    display: inline-block;
  }
  
  .qr-code::before {
    content: ;
    position: absolute;
    top: -2.5rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff8e7;
    padding: 0.5rem 1rem;
    border: 2px dashed #caa96b;
    border-radius: 12px;
    font-size: 0.9rem;
    color: #5a3e36;
    font-family: 'DotGothic16', sans-serif;
    box-shadow: 1px 1px #e1d4c0;
  }
  
  /* 基本リセット */
  .artist-photo-header img {
    display: block;
    margin: 0 auto;
    max-width: 300px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 1rem 0;
  }
  
  
  .logo img {
    display: block;
    margin: 0 auto;
    max-width: 400px;
    height: auto;
    padding: 1rem 0;
  }
  
  .site-nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 2rem;
    padding: 0;
    margin: 1rem 0;
  }
  
  .site-nav li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #4a2f20; /* 焦げ茶 */
    font-size: 0.9rem;
    transition: background-color 0.2s, transform 0.2s;
    border-radius: 1rem;
    padding: 0.5rem;
  }
  
  .site-nav li a:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
  }
  
  .site-nav li a img {
    width: 40px;
    height: 40px;
    margin-bottom: 0.2rem;
    transition: transform 0.2s;
  }
  
  .site-nav li a:hover img {
    transform: scale(1.1);
  }
  
  .Telepathy {
    max-width: 600px;
    margin: 0rem auto;
    padding: 0rem;
    text-align: center;
  }
  
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: 'DotGothic16', sans-serif;
    background-color:transparent;
    color: #333;
    line-height: 1.6;
  }
  
  img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  
  /* Hero セクション */
  .hero {
    text-align: center;
    padding: 80px 20px 60px;
    background:transparent;
  }
  
  .band-name {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 2px;
  }
  
  .tagline {
    margin-top: 20px;
    font-size: 1.2rem;
    color: #666;
  }
  
  /* News セクション */
  .news {
    padding: 40px 20px;
    background-color:transparent;
  }
  
  .news h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    text-align: center;
  }
  
  .news-list {
    list-style: none;
    max-width: 600px;
    margin: 0 auto;
  }
  
  .news-list li {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
  }
  
  /* Next Gig セクション */
  .next-gig {
    padding: 40px 20px;
    background-color: transparent;
  }
  
  .next-gig h2 {
    font-size: 1.8rem;
    margin-bottom: 30px;
    text-align: center;
  }
  
  .gig-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  
  .gig-card {
    background-color: #ffffff;
    border: 1px solid #eee;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    width: 300px;
  }
  
  .gig-card img {
    width: 100%;
    height: auto;
  }
  
  .gig-info {
    padding: 15px;
    text-align: center;
  }
  
  .cta {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 16px;
    background-color: #1b1a1c; /* 紫系 */
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    transition: background 0.3s ease;
  }
  
  .cta:hover {
    background-color: #7e3ea5;
  }
  
  /* Footer */
  footer {
    padding: 30px 20px;
    background-color: #fafafa;
    text-align: center;
  }
  
  .social-icons a {
    margin: 0 10px;
    display: inline-block;
  }
  
  .social-icons img {
    width: 28px;
    height: 28px;
  }
  
  footer p {
    margin-top: 10px;
    color: #aaa;
    font-size: 0.9rem;
  }
  
  /* レスポンシブ対応 */
  @media (max-width: 600px) {
    .gig-cards {
      flex-direction: column;
      align-items: center;
    }
  
    .band-name {
      font-size: 2.2rem;
    }
  
    .tagline {
      font-size: 1rem;
    }
  }
  .live-table {
    width: 90%;
    max-width: 800px;
    margin: 20px auto;
    border-collapse: collapse;
    font-size: 0.95rem;
  }
  
  .live-table th,
  .live-table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
  }
  
  .live-table th {
    background-color:transparent;
  }
  
  .live-table a {
    color: #9b59b6;
    text-decoration: underline;
  }
  
  .contact {
    max-width: 600px;
    margin: 4rem auto;
    padding: 0 1rem;
    text-align: center;
  }
  
  .contact h2 {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 1.5rem;
  }
  
  .contact p {
    font-size: 1rem;
    color: #333;
    margin-bottom: 1rem;
  }
  
  .contact a {
    color: #9b59b6;
    text-decoration: underline;
  }
  
  .contact .social-icons {
    margin: 2rem 0;
  }
  
  .contact .social-icons a {
    margin: 0 10px;
    display: inline-block;
  }
  
  .contact .social-icons img {
    width: 28px;
    height: 28px;
  }
  