@charset "UTF-8";
/* CSS Document */


body{
margin:0;
padding:0;
}

body {
  text-align: center;
  background-color: white;
}









body.lock-scroll {
    overflow: hidden;
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 1s ease-out;
}

#logo {
    width: 3%;
    opacity: 0;
    animation: fadeIn 1.5s ease-out forwards;
}

@keyframes fadeIn {
    0% { opacity: 0; transform: scale(0.8); }
    100% { opacity: 1; transform: scale(1); }
}







@media (max-width: 768px) {
    #logo {
        width: 6%;
    }
}











.mainvisual {
    background-image: url('img/Taro_profile_min.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    margin: 0;
    padding: 0;
    background-position: center 50%; /* 初期位置を中央に設定 */
    transition: background-position 0.1s ease-out; /* スムーズな動き（任意） */
}




@media (max-width: 768px) {
    .mainvisual {
        background-image: url('img/Taro_profile_min.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        height: 68vh;
        margin: 0;
        padding: 0;
        background-position: center 50%; /* 初期位置を中央に設定 */
        transition: background-position 0.1s ease-out; /* スムーズな動き（任意） */
    }
}








.mainvisual-logo {
    display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
}

.mainvisual-text{
    position: absolute;
    width: 100%;
    left: 0; 
    top: 40%; 
    text-align: center; 
    color: white; 
    font-family: 'Abhaya Libre', serif;
    font-size: 16px;
    letter-spacing: 4px;
    line-height: 26px;
}












header {
    background: none;
    font-family: "Manrope", sans-serif;
    letter-spacing: 0.06em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
    min-height: 100px;
    position: sticky;
    top: 0; /* スクロールで上部に達したときに固定 */
    z-index: 1000; /* 他の要素より前面に表示 */
}

/* ヘッダーの影響を避けるため、ページの下部のコンテンツに適切な余白を付ける */
body {
    margin-top: 0; /* ここでヘッダーの高さが空白を作らないように */
}

/* メインビジュアルに適切な余白を設定 */
.main-visual {
    margin-bottom: 100px; /* ヘッダーの高さ分の余白を付ける */
}



.logo img {
    width: 40px; /* Adjust this size for the desktop version */
}





nav ul {
    list-style: none;
    display: flex;
    gap: 30px;
    padding: 0;
    margin: 0;
}

nav ul li {
    display: inline-block;
}

nav ul li a {
    text-decoration: none;
    color: black;
    font-size: 14px;
}

nav ul li img.sns-instagram {
    width: 18px;
    height: auto;
    margin-left: 0.3em;
}

nav ul li img.sns-soundcloud {
    width: 26px;
    height: auto;
    margin-left: 2em;
    margin-bottom: -0.3em;
}





@media (max-width: 768px) {

    header {
        padding: 20px;
        display: flex;
        justify-content: space-between; /* ロゴとナビゲーションを左右に配置 */
        align-items: flex-start; /* ロゴとナビゲーションを上揃えに */
        flex-direction: row;
        padding-left: 0%;
        padding-right: 0%;
    }

    .logo {
        flex-shrink: 0; /* ロゴが縮まないように */
        margin-top: 0.42em; /* 上部の余白をなくす */
        padding-left: 1em;
    }

    .logo img {
        width: 30px; /* モバイル版のロゴサイズ */
    }

    nav {
        display: flex;
        flex-direction: column; /* ナビゲーションは縦並び */
        align-items: flex-end; /* 右揃え */
        width: 100%;
        margin-right: 5%;
    }

    nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column; /* 縦並び */
        gap: 0em;
        width: 100%; /* 横幅いっぱいに広げる */
        align-items: flex-end; /* 右揃え */
    }

    nav ul li {
        display: block;
        text-align: right; /* 各テキストを右揃え */
    }

    nav ul li a {
        text-decoration: none;
        color: black;
        font-size: 11px;
    }

    /* SNSアイコン */
    .sns-instagram, .sns-soundcloud {
        display: inline-block;
        margin-top: 10px;
        margin-left: 0.5em;
    }

    nav ul li img.sns-instagram {
        width: 18px;
        height: auto;
        margin-left: 0; /* SNSアイコンの位置調整 */
    }

    nav ul li img.sns-soundcloud {
        width: 26px;
        height: auto;
        margin-left: 1em;
        margin-bottom: -0.5em;
    }
}
















h1 {
    margin-right: auto;
}

ul {
    align-items: center;
    list-style: none;
}















/* リンクの色をの設定 */
a:link { color: #000000; }
a:visited { color: #000000; }
a:hover { color: #c0c0c0; }
a:active { color: #000000; }
a:link {text-decoration: none;}






@media (max-width: 768px) {


   /* リンクの色をの設定 */
a:link { color: #000000; }
a:visited { color: #000000; }
a:hover { color: #000000; }
a:active { color: #000000; }
a:link {text-decoration: none;}
    
    }










.social-icon0 {
    min-width: 0;
    margin-left: 1em;
    margin-right: 3em; /* アイコン間の間隔を狭める */
    position: relative;
    top: 0.17em; /* 下に5px移動（調整可能） */
}


.social-icon {
    min-width: 0;
    position: relative;
    top: -0.2em; /* 上に5px移動（調整可能） */
}

.social-icon a img {
    vertical-align: middle;
}

h2 {
    margin-top: 120px;
    margin-left: 80px;
    margin-right: 80px;
}



hr {
    margin-top: 120px;
}

h3 {
    text-align: center;
    font-size: 60%;
    line-height: 35px;
    text-indent: 30px;
}





















.main-main {
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; /* 画像とテキストの順序を調整 */
    padding-bottom: 350px; /* 下のコンテンツとの距離を確保 */
}



.image-block {
    display: flex;
    flex-direction: column;
    width: 35%;
    margin-left: 5%;
    margin-right: 10%;
    margin-top: 170px;
  }
  
  .maincontents {
    width: 100%;
    display: block;
  }
  
  .push-cap {
    font-family: "Manrope", sans-serif;
    font-weight: 300;
    text-align: right;
    font-size: 12px;
    color: #333;
    margin-top: 5px;
  }


.text-content {
    flex: 1;
    padding-right: 20px;
    text-align: left;
    margin-left: 10%;
    z-index: 2; /* テキストが画像の下に表示される */
    position: relative;
    margin-top: 350px; /* 画像の下にテキストを配置するために余白を追加 */
}






/* スマホ版 */
@media (max-width: 768px) {
    .main-main {
        margin-top: 150px;
        background-color: #ffffff;
        display: block; /* スマホでは縦並びに */
        text-align: center;
    }


    .image-block {
        width: 70%;
        margin: 0 auto;
        margin-top: 150px;
        display: flex;
        flex-direction: column;
        align-items: center; /* 画像を中央に */
        margin-right: 5%;
      }
    
      .maincontents {
        width: 100%;
        display: block;
      }
    
      .push-cap {
        align-self: flex-end; /* ← 画像の右端に寄せる */
        font-size: 12px;
        margin-top: 5px;
        color: #333;
      }
      


    .text-content {
        margin-top: 30px; /* 画像と文章の間に十分な余白を追加 */
        margin-left: 0%;
        margin-right: auto;
        padding: 20px; /* 余白をつけて読みやすく */
        text-align: left; /* テキストは左揃え */
        width: 90%; /* 幅を揃えて中央配置 */
    }
}
















* {
    box-sizing: border-box; /* パディングとボーダーを含めて幅・高さを設定 */
}

body {
    overflow-x: hidden; /* 横スクロールを無効にする */
}




.heading {
    margin-bottom: 0%;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 44px;
    margin-top: -20%;
    margin-bottom: 5%;
    display: flex;
    overflow: hidden;
}

.char {
    display: inline-block;
    opacity: 1;
    transform: rotateX(0deg);
    transform-origin: center;
}

@keyframes rotate {
    0% {
        transform: rotateX(0deg);
    }
    50% {
        transform: rotateX(180deg);
    }
    100% {
        transform: rotateX(360deg);
    }
}



.text-matome {
    margin-top: 100px;
}



.text-item {
    font-size: 12px; /* 文章のサイズ調整 */
    margin-bottom: -2px; /* 各項目の間に隙間を追加 */
    letter-spacing: 0.06em;
    font-family: "Manrope", sans-serif;
}


.add {
    margin-top: 200px;
    font-family: "Manrope", sans-serif;
    font-size: 12px; /* 文章のサイズ調整 */
    letter-spacing: 0.1em;
}



#time-container {
    display: flex; /* flexboxを使って横並びに */
    align-items: center; /* 垂直方向の中央揃え */
}

#time {
    font-family: "Manrope", sans-serif; /* Manropeフォントを指定 */
    font-size: 10px;
    margin-right: 5px; /* timezoneとの間にスペースを追加 */
}

.timezone {
    font-family: "Manrope", sans-serif;
    font-size: 10px;
}







@media (max-width: 768px) {


    .heading {
        margin-left: 0%;
        mix-blend-mode: color;
        font-family: "Manrope", sans-serif;
        font-weight: 300;
        font-size: 38px; /* 見出しのサイズ調整 */
        margin-top: 10%;
        margin-bottom: 5%;
    }

    .text-item {
        font-family: "Manrope", sans-serif;
        font-size: 10px; /* 文章のサイズ調整 */
        margin-bottom: -3px; /* 各項目の間に隙間を追加 */
        letter-spacing: 0.06em;
    }



.add {
    margin-top: 200px;
    font-family: "Manrope", sans-serif;
    font-size: 10px; /* 文章のサイズ調整 */
    letter-spacing: 0.1em;
}




}














/* .text-itemのデフォルトスタイル */
.text-item {
    transition: transform 0.5s ease; /* ふわっとしたトランジション */
    font-family: "Manrope", sans-serif; /* 必要に応じて追加 */
    font-size: 12px; /* 仮のサイズ、調整可能 */
    line-height: 1.5; /* 行間調整 */
}

/* サイズアップエフェクト */
.float-effect {
    transform: scale(1.1); /* 少し大きめに（調整可能） */
}

/* スマホ版でも適用 */
@media (max-width: 768px) {
    .text-item {
        transition: transform 0.5s ease; /* モバイルでもトランジション維持 */
        font-size: 11px; /* モバイルで少し小さく（調整可能） */
    }
    .float-effect {
        transform: scale(1.04); /* モバイルでも同じスケール */
    }
}























































/*黒背景*/
.black-section, footer {
    background-color: #000000; /* 背景を黒 */
    color: #ffffff; /* 文字色を白 */
}





.black-section {
    background-color: #000000;
    width: 100%;
    height: 200vh;
    position: relative;
    padding-bottom: 50px; /* 黒背景を下に伸ばす */
    overflow: hidden; /* はみ出し防止 */
}

.black-section-img {
    width: 100%;
    height: 100vh; /* 高さを画面いっぱいに調整 */
    position: absolute; /* 画像を絶対位置に配置 */
    top: -25%; /* 上端を黒背景の上端に合わせる */
    left: 0;
    object-fit: cover; /* 画像を枠に合わせる */

    /* グラデーションマスクを適用 */
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
}

.black-content {
    color: white;
    text-align: left; /* 左揃え */
    padding: 40px 20px;
    position: relative; /* コンテンツを画像の上に配置 */
    z-index: 2; /* 画像の上に表示 */
    width: 40%; /* 余白を確保して、中央に配置されるように */
    margin-top: 20%;
    margin-left: 55%;
    margin-right: 5%;
}

.black-title {
    font-size: 19px; /* タイトルのサイズ調整 */
    margin-bottom: 50px;
    margin-left: 0%;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}







.mini-prof{
    font-size: 16px; 
    margin-bottom: 30px;
    margin-left: 0%;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}


.born {
    font-size: 15px;
    margin-bottom: -0.2em;
}

.b-day {
    font-size: 12px;
    font-weight:lighter
}






.birth-place{
    font-size: 16px; 
    margin-bottom: 40px;
    margin-left: 0%;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}


.place {
    font-size: 15px;
    margin-bottom: -0.2em;
}

.b-place {
    font-size: 12px;
    font-weight:lighter
}









.black-icons {
    display: flex; /* 横並び */
    gap: 15px; /* アイコン同士の間隔 */
    margin-bottom: 20px; /* アイコンと文章の間隔 */
    align-items: center; /* 縦位置を揃える */
    margin-bottom: 80px;
}

.sns-icon {
    width: 30px; /* アイコンのサイズ */
    height: auto; /* 縦横比を維持 */
    transition: transform 0.3s ease; /* ホバー時のアニメーション */
}

.sns-icon:hover {
    transform: scale(1.2); /* ホバーで拡大 */
}




/* アイコンごとの設定 */

.graphics-icon {
    width: 39px;
}

.instagram-icon {
    width: 26px;
}

.unsplash-icon {
    width: 26px;
}

.opensea-icon {
    width: 29px;
}

.bandcamp-icon {
    width: 26px;
}

.applemusic-icon {
    width: 27px;
    margin-left: -3px;
}

.q-icon {
    width: 26px;
}
















.black-text {
    font-size: 13px; /* 文章のサイズ調整 */
    line-height: 1.6; /* 行間を広げて読みやすく */
    letter-spacing: 0.05em; /* 少し文字間隔を開けて視認性向上 */
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
}

.black-text_en {
    font-size: 14px; /* 文章のサイズ調整 */
    line-height: 1.6; /* 行間を広げて読みやすく */
    letter-spacing: 0.05em; /* 少し文字間隔を開けて視認性向上 */
    font-family: Arial, sans-serif;
}






@media (max-width: 768px) {
    .black-section {
        margin-top: -30%;
        background-color: black;
        width: 100%;
        height: 220vh;
        position: relative;
        padding-bottom: 50px; /* 黒背景を下に伸ばす */
        overflow: hidden; /* はみ出し防止 */
    }
    
    .black-section-img {
        width: 100%;
        height: 100vh; /* 高さを画面いっぱいに調整 */
        position: absolute; /* 画像を絶対位置に配置 */
        top: -25%; /* 上端を黒背景の上端に合わせる */
        left: 0;
        object-fit: cover; /* 画像を枠に合わせる */
    
        /* グラデーションマスクを適用 */
        -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
        mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
    }
    
    .black-content {
        color: white;
        text-align: left; /* 左揃え */
        padding: 40px 0px;
        position: relative; /* コンテンツを画像の上に配置 */
        z-index: 2; /* 画像の上に表示 */
        width: 90%; /* 余白を確保して、中央に配置されるように */
        margin-top: 30%;
        margin-left: 6%;
        margin-right: 7%;
    }
    
    .black-title {
        font-size: 16px; /* タイトルのサイズ調整 */
        margin-bottom: 40px;
        margin-left: 0%;
        font-family:Verdana, Geneva, Tahoma, sans-serif;
    }









    /* アイコンごとの設定 */

.graphics-icon {
    width: 32px;
}

.instagram-icon {
    width: 22px;
}

.unsplash-icon {
    width: 22px;
}

.opensea-icon {
    width: 25px;
}

.bandcamp-icon {
    width: 22px;
}

.applemusic-icon {
    width: 22px;
    margin-left: -5px;
}

.q-icon {
    width: 22px;
}






    
    .black-text {
        font-size: 12px; /* 文章のサイズ調整 */
        line-height: 1.6; /* 行間を広げて読みやすく */
        letter-spacing: 0.05em; /* 少し文字間隔を開けて視認性向上 */
        font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
    }



    .black-text_en {
        font-size: 13px; /* 文章のサイズ調整 */
        line-height: 1.6; /* 行間を広げて読みやすく */
        letter-spacing: 0.05em; /* 少し文字間隔を開けて視認性向上 */
        font-family: Arial, sans-serif;
    }
    
}


















.swiper {
    width: 90%; /* スライダーの幅 */
    max-width: 800px; /* 最大幅 */
    height: auto;
    margin: auto;
    margin-top: 160px;
    padding-bottom: 30px; /* 下に余白 */
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

iframe {
    width: 100%;
    height: 315px;
}




/* 次へ・前へボタン */
.swiper-button-next,
.swiper-button-prev {
    color: white !important; /* 矢印の色を白 */
    width: 25px !important; /* 細く */
    height: 60px !important; /* 縦長 */
    background: none !important; /* 背景なし（枠を消す） */
    border: none !important; /* 枠を完全に消す */
    transition: opacity 0.3s ease;
}

/* ホバー時（半透明→不透明に） */
.swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: 0.8 !important;
}

/* 矢印アイコンを小さく */
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 16px !important;
}

/* ページネーション（下の丸） */
.swiper-pagination-bullet {
    background: white !important; /* 丸の色を白 */
    opacity: 0.5 !important; /* 少し薄め */
    width: 5px !important; /* サイズ調整 */
    height: 5px !important;
}

/* アクティブなページネーション */
.swiper-pagination-bullet-active {
    opacity: 1 !important; /* アクティブな丸は完全に白 */
}









@media (max-width: 768px) {
    .swiper {
        width: 90%; /* スライダーの幅 */
        max-width: 800px; /* 最大幅 */
        height: auto;
        margin: auto;
        margin-top: 70px;
        padding-bottom: 30px; /* 下に余白 */
    }


    
}





















































/*画面幅が600pxまで*/

@media screen and (max-width:750px){


    

.mainvisual-logo{
    display: none;
        resize: 40%;
    }
.mainvisual-text{
        resize: 80%;
    }



}





/* フッター内のリンクの色を白に変更 */
footer a:link, footer a:visited, footer a:hover, footer a:active {
    color: #ffffff; /* フッター内のリンクを白にする */
}






footer {
    font-family: "Manrope", sans-serif;
    letter-spacing: 0.04em;
    background-color: #000000;
    padding-top: 60px;
    text-align: center; /* テキストやリンクを中央揃え */
}

.footer-links ul {
    font-size: 12px;
    list-style: none; /* リストのデフォルトのマーカーを消す */
    padding: 0; /* パディングをリセット */
    margin: 0; /* マージンをリセット */
}

.footer-links li {
    display: block; /* リストアイテムを縦並びに */
    margin: 10px 0; /* 各リンクの間に縦の余白を追加 */
}

.footer-links .under, .footer-links .under-sc {
    display: block; /* SNSアイコンを縦並びに */
    margin: 10px 0; /* アイコンの間に縦の余白を追加 */
}




.under {
    padding-top: 5px;
}








.copy {
    margin-top: 80px; /* コピーライトの上に余白を追加 */
    font-size: 10px;
    bottom: 0;
    color: #ffffff;
    margin-bottom: 0;
}



.copyright {
    margin-top: 20px; /* コピーライトの上に余白を追加 */
    font-size: 10px;
    bottom: 0;
    color: #000000;
    margin-bottom: 0;
}


