/* main.css - Sony Music Foundation */

/*******************************
 * 1. リセット & 基本設定
 *******************************/
 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth; /* スムーズスクロール機能 */
    font-size: 16px; /* ベースフォントサイズ */
}

body {
    font-family: "Noto Sans JP", sans-serif;
    color: #000000;
    line-height: 1.6;
    background-color: var(--color-common);
	background-color: #f8f8f8;
    overflow-x: hidden; /* 横スクロール防止 */
    font-weight: bold;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s;
}

ul, ol {
    list-style: none;
}

.line-gray img {
    width: 100%;
    height: 1px;
    object-fit: cover;
}
.line-gray {
    width: 100%;
}
@media screen and (max-width:768px){
.line-gray img {
	height: 1px;
}
}

/* 表示設定 */
.sp-none{display:block!important}
.pc-none{display:none!important}
.sp_none{display:block!important}
.pc_none{display:none!important}

@media screen and (max-width:768px){
.sp-none{display:none!important}
.pc-none{display:block!important}
.sp_none{display:none!important}
.pc_none{display:block!important}
}


/* Noto Sans JPフォントの読み込み */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap');


/*******************************
 * 2. 共通カラー変数
 *******************************/
 :root {
    --color-common:#f3f4f5;
    --color-dark-blue: #002C6C;
    --color-blue: #0056B3;
    --color-label-blue: #0085ff;
    --color-light-blue: #dee6f0;
    --color-aaaaaa: rgba(0, 0, 0, 0.3);
    --color-dddddd: #dddddd;

    --border-color: #B2C1D6;
    --arrow-border: #002C6C;
  }

/*******************************
 * 3. タイポグラフィ
 *******************************/
/* h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.5em;
} */

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: var(--color-dark-blue);
    margin: 0;
    line-height: 1.2;
    white-space: nowrap;
    letter-spacing: 0.05em;
}

.section-label {
    font-family: "BIZ UDPGothic", sans-serif !important;
    font-size: 16px;
    color: var(--color-label-blue);
    margin-bottom: 8px;
    font-weight: bold;
  }

@media (max-width: 1024px) {
    .section-title {
      font-size: 28px; 
    }
}

@media (max-width: 768px) {
 /* タイトルを中央揃えに */
 .section-label, .section-title {
    text-align: center;
  }
}




/* SNS固定アイコンスタイル */
#fixed-sns {
  position: fixed;
  right: 20px;
  top: 80%;
  transform: translateY(-50%);
  z-index: 100;
  transition: all 0.5s ease; 
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px) translateY(-50%);
}

#fixed-sns.visible {
  opacity: 1;
  visibility: visible;
  transform: translateX(0) translateY(-50%); /* 表示時は元の位置に戻る */
}

/* 各アイコンに遅延をつけて連続的に表示させる */
#fixed-sns.visible .sns-icon:nth-child(1) {
  transition-delay: 0s;
}
#fixed-sns.visible .sns-icon:nth-child(2) {
  transition-delay: 0.1s;
}
#fixed-sns.visible .sns-icon:nth-child(3) {
  transition-delay: 0.2s;
}
#fixed-sns.visible .sns-icon:nth-child(4) {
  transition-delay: 0.3s;
}

.sns-container {
  display: flex;
  flex-direction: column;
  gap: 15px;

}

.sns-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sns-icon img {
  width: 36px;
  height: 36px;
}





/* 青カーブ */
.curved-divider-blue {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 10%; /* アスペクト比を制御 - 必要に応じて調整 */
  }
  
  .curved-divider-blue svg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateY(0.5px);
  }
  
  .curved-divider--top-light-bottom-blue {
    background-color: var(--color-common); /* 上部背景色 */
	background-color: #f8f8f8;
  }




   /* ご寄付のお願い、情報公開 */
  /* Support Section Styles */
.smf-support-section {
    padding: 40px;
    background-color: var(--color-dark-blue);
  }
  
  .smf-support-section__container {
    margin: 0 auto;
    display: flex;
  }
  
  /* Panel Styles */
  .smf-support-panel {
    flex: 1;
    background-color: #000000;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    color: #fff;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
    height: 340px;
    justify-content: center;
  }
 
  
  .smf-support-panel__image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
  }
  
  .smf-support-panel__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
    transition: transform 0.5s ease;
  }
  
  .smf-support-panel:hover .smf-support-panel__image {
    transform: scale(1.1); /* Image zoom on hover */
  }
  
  .smf-support-panel__content {
    position: relative;
    z-index: 2;
    padding: 40px 60px;
    display: flex;
    flex-direction: column;
  }
  
  .smf-support-panel__title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
  }
  
  .smf-support-panel__link {
    display: flex;
    align-items: center;
    font-size: 16px;
    transition: color 0.3s ease;
    font-weight: 700;
  }
  
  .smf-support-panel__dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #FF6600;
    border-radius: 50%;
    margin-right: 20px;
    transition: transform 0.3s ease;
  }
  
  .smf-support-panel:hover .smf-support-panel__link {
    color: #FF6600; /* Change text to orange on hover */
  }
  
  .smf-support-panel:hover .smf-support-panel__dot {
    transform: translateX(5px); /* Move dot right on hover */
  }
  
  @media (min-width: 768px) {
    .smf-support-panel__content {
        justify-content: space-between;
      }

    .panel1 {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
      }
    
      .panel2 {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
      }

    /* ご寄付のお願い 情報公開 */
  .disclosure {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  }
  @media (max-width: 768px) {
    .smf-support-section {
        padding: 40px 20px;
        margin-top: -1px;
      }

    .smf-support-section__container {
      flex-direction: column;
    }
    
    .smf-support-panel__content {
      padding: 25px;
      height: 300px;
      justify-content: center;
    }
    
    .smf-support-panel__title {
      font-size: 24px;
    }

    .panel1 {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
      }
    
      .panel2 {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
      }

   /* ご寄付のお願い 情報公開 */
  .disclosure {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  }




/*******************************
 * 4. レイアウト
 *******************************/
/* .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
} */

.section {
    padding: 80px 0;
}

/* Flexbox ユーティリティ */
.flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.align-center {
    align-items: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

/* グリッドユーティリティ */
.grid {
    display: grid;
    gap: 20px;
}

.grid-2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
    grid-template-columns: repeat(4, 1fr);
}

/*******************************
 * 5. 共通コンポーネント
 *******************************/
 /* 右矢印 */
 .arrow {
    position: absolute;
    right: 20px;
    top: 70%;
    transform: translateY(-100%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.border-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.border-circle .default {
    fill: none;
    stroke: rgba(0, 44, 108, 0.1);
    stroke-width: 1;
}

.border-circle .animated {
    fill: none;
    stroke: #002C6C;
    stroke-width: 1;
    stroke-dasharray: 126; /* 円周の近似値 */
    stroke-dashoffset: 126; /* 初期状態では非表示 */
    transition: stroke-dashoffset 0.5s linear;
}

.arrow:hover .border-circle .animated {
    stroke-dashoffset: 0; /* ホバー時に完全表示 */
}

/* 親要素を指定する際
.ここの親要素のクラスを指定:hover .border-circle .animated {
    stroke-dashoffset: 0; 
}
 */

.arrow-icon {
    width: 18px;
    height: 18px;
    position: relative;
    z-index: 2;
}





/* 青ボタン */
.blue-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 24px;
    width: 210px;
    border-radius: 30px;
    background-color: var(--color-dark-blue);
    color: #ffffff;
    transition: background-color 0.3s;
}

.blue-btn svg {
    margin-left: 8px;
    stroke: #ffffff;
}

.blue-btn:hover {
    background-color: #ffffff;
    color:  var(--color-dark-blue);
}

.blue-btn:hover svg {
    stroke: var(--color-dark-blue); /* ホバー時のストローク色を青に変更 */
}

.blue-btn-arrow {
    width: 18px;
    height: 18px;
    position: relative;
    z-index: 2;
}


/* 白ボタン */
.white-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 36px;
    width: auto;
    border-radius: 30px;
    background-color: #ffffff;
    color: var(--color-dark-blue);
    transition: background-color 0.3s;
}

.white-btn svg {
    margin-left: 8px;
    stroke: var(--color-dark-blue);
}

.white-btn:hover {
    background-color: var(--color-dark-blue);
    color:  #ffffff;
    border: 1px solid #ffffff;
}

.white-btn:hover svg {
    stroke: #ffffff; /* ホバー時のストローク色を青に変更 */
}

.white-btn-arrow {
    width: 18px;
    height: 18px;
    position: relative;
    z-index: 2;
}



.center {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

@media (max-width: 768px) {
    .center {
        justify-content: left;
        margin-left: 20px;
    }
   }




/* .btn {
    display: inline-block;
    padding: 12px 24px;
    background-color: var(--primary);
    color: var(--secondary);
    border-radius: 54px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn:hover {
    background-color: var(--primary-light);
}

.btn-outline {
    background-color: transparent;
    border: 1px solid var(--primary);
    color: var(--primary);
}

.btn-outline:hover {
    background-color: var(--primary);
    color: var(--secondary);
} */

/* カード */
.card {
    border-radius: 12px;
    overflow: hidden;
    background-color: var(--secondary);
    box-shadow: var(--shadow);
}

.card-body {
    padding: 20px;
}

/* 区切り線 */
.divider {
    width: 100%;
    height: 1px;
    background-color: var(--border-light);
    margin: 40px 0;
}

/* 矢印付きリンク (ヘッダーとフッターのメニュー用) */
.arrow-link {
    display: flex;
    align-items: center;
}

.arrow-link::after {
    content: ">";
    margin-left: 4px;
    color: var(--primary);
}

/*******************************
 * 6. アニメーション
 *******************************/
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.fade-in {
    animation: fadeIn 0.5s ease forwards;
}

/*******************************
 * 7. ユーティリティ
 *******************************/
/* マージン */
.mt-1 { margin-top: 8px; }
.mt-2 { margin-top: 16px; }
.mt-3 { margin-top: 24px; }
.mt-4 { margin-top: 32px; }
.mt-5 { margin-top: 40px; }

.mb-1 { margin-bottom: 8px; }
.mb-2 { margin-bottom: 16px; }
.mb-3 { margin-bottom: 24px; }
.mb-4 { margin-bottom: 32px; }
.mb-5 { margin-bottom: 40px; }

/* パディング */
.pt-1 { padding-top: 8px; }
.pt-2 { padding-top: 16px; }
.pt-3 { padding-top: 24px; }
.pt-4 { padding-top: 32px; }
.pt-5 { padding-top: 40px; }

.pb-1 { padding-bottom: 8px; }
.pb-2 { padding-bottom: 16px; }
.pb-3 { padding-bottom: 24px; }
.pb-4 { padding-bottom: 32px; }
.pb-5 { padding-bottom: 40px; }

/* テキスト配置 */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

/* 色 */
.text-primary { color: var(--primary); }
.text-light-blue{ color:var(--light-blue)}
.text-muted { color: var(--text-muted); }
.bg-primary { background-color: var(--primary); }
.bg-light { background-color: var(--secondary); }

/* 表示・非表示 */
.hidden { display: none; }
.visible { display: block; }

/* テキスト省略 */
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/**
 * 水平線スタイル
 */

/* hr要素を使った水平線 */
.smf-hr {
    width: 95%;
    margin: 0 auto;
    border: none;
    height: 1px;
    background-color: var(--color-aaaaaa); /* 背景色に合わせた薄い色 */
}

/* div要素を使った水平線 */
.smf-divider {
    width: 90%;
    height: 1px;
    margin: 40px auto;
    background-color: #dee6f0;
}

/* バリエーション: ブランドカラーバージョン */
.smf-hr--brand {
    background-color: #002C6C;
}

/* バリエーション: 太めのバージョン */
.smf-hr--thick {
    height: 2px;
}

/* バリエーション: 余白小さめ */
.smf-hr--compact {
    margin: 20px auto;
}