@charset "utf-8";

/* ==========================================
main
==============================================*/
.mainImg__pc,
.mainImgPC {
    display: none;
}

.main__content {

    padding: 0 4%;
}

.mainImgSP {
    margin: 17px auto 0;
    padding-bottom: 10px;
    width: 100%;
    height: auto;
    border: 1.8px solid #000;
    max-width: 400px;
    overflow: hidden; /* スライド以外の部分を隠す */
}

.main__titl {
    padding: 20px 0 10px;
    font-family: "ouma-latin-variable";
    font-size: 2.9rem;
    font-variation-settings: "wght" 300;
    text-align: center;
}

.mainImg__sp,
.mainImg__sp2,
.mainImg__sp3,
.mainImg__sp4,
.mainImg__sp5,
.mainImg__sp6 {
    width: 100%;
    max-width: 1000px;
    padding: 6% 0;
    border-top: 1.8px solid #000;
    border-bottom: 1.8px solid #000;
    object-fit: cover;
    will-change: transform;
}

.slider-wrapper {
    width: 100%; /* スライダーの幅を画面いっぱいに設定 */
    margin: 0 auto;
    overflow: hidden; /* スライド以外の部分を隠す */
  }

  .sliders {
    /* display: flex; /* 画像を横に並べる */
    /* align-items: center;
    justify-content: center;  */
  }

  .slider {
    display: flex; /* 画像を横に並べる */
    align-items: center;
    justify-content: center;
    max-width: 2000px;
    width: 100%;
    animation-iteration-count:infinite;
    animation: slideLoop 20s linear infinite; /* アニメーションを10秒で無限ループ */
  }

  .slider2 {
    display: flex; /* 画像を横に並べる */
    align-items: center;
    justify-content: center;
    max-width: 2000px;
    width: 100%;
    animation-iteration-count:infinite;
    animation: slideLoop 20s linear infinite; 
  }


  @keyframes slideLoop {
    0% {
      transform: translateX(50%);
    }

    100% {
      transform: translateX(-100%); 
    }
  }    
  @keyframes slideLoop {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-100%); 
    }
}       

.main__under {
    max-width: 500px;
    height: auto;
}

.explan {
    display: flex;
    /* font-family: 'Noto sans JP'; */
    align-items: center;
    justify-content: space-between;
    line-height: 1;
    margin-top: 7px;
}

.explan p {
    width: 54%;
    text-align: left;
    vertical-align: bottom;
    margin-left: 10px;
}


.main__title p {
    width: 85px;
}

.main__name {
    display: flex;
    justify-content: space-around;
    width: 300px;
    margin: 2px auto 0;
}

.File__name,
.User__name {
    width: 130px;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 2rem;
    font-variation-settings: "wght" 400;
    white-space: nowrap;
}

.File__name {
    width: auto;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 2rem;
    font-variation-settings: "wght" 400;
    white-space: nowrap;
}

.titlediv {
    width: 100px;
    overflow: hidden;
}

.File__name.animation { 
    white-space: nowrap;
    display: inline-block;
    animation:  MoveLeft 10s linear infinite;
}

@keyframes MoveLeft {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

.control {
    display: flex;
    justify-content: space-between;
    width: 175px;
    height: 26px;
    margin: 10px auto 0;
}

.control  img {
    height: 24px;
}

.return,.next {
    width: 36px;
}

.changeBtn {
    width: 20px;
}

/* ========================================
main pc
===========================================*/
@media screen and (min-width: 769px) {
    .main__content {
        width: 65%;
        max-width: 1000px;
        min-width: 650px;
        height: auto;
        margin: 30px auto 0;
    }

    .mainImgSP {
        max-width: 1210px;
        height: auto;
        margin-top: 20px;
        padding-bottom: 0;
    }

    .main__titl {
        padding: 40px 0 10px;
        color: #000;
        text-align: center;
        font-family: "ouma-latin-variable";
        font-variation-settings: "wght" 200;
        font-size: min(4.5vw,64px);
        font-style: normal;
        font-weight: 300;
    }

    .titlediv {
        width: 250px;
        overflow: hidden;
    }

    .explan p {
        width: 54%;
        font-size: 2rem;
    }

    .main__title p {
        width: 65%;
        margin-left: 53px;
    }

    .main__under {
        max-width: 1210px;
        gap: 26px;
    }

    .main__name {
        width: 500px;
        margin: 0 auto;
        justify-content: space-around;
    }

    .control {
        width: 256px;
        height: 40px;
        margin: 3% auto ;
    }

    .control img {
        height: 33px;
    }

    .return,.next {
        width: 40px;
    }

    .changeBtn {
        width: 30px;
    }
    
    .mainImg__sp2,
    .mainImg__sp3,
    .mainImg__sp4,
    .mainImg__sp5,
    .mainImg__sp6 {
        width: 100%;
        height: auto;
        flex-shrink: 0;
        padding: 5% 0;
    }

    .File__name,
    .User__name {
        width: auto;
        text-align: center;
        font-family: "Noto Sans JP";
        font-size: 3rem;
        font-variation-settings: "wght" 300;
    }
}

@media screen and (min-width: 1700px) {
    
}

@media screen and (min-width: 1165px) {
    .File__name,
    .User__name {
        font-size: 3.8rem;
        width: auto;
    }

    .main__name {
        width: 700px;
        padding: 0;
    }
}    

/* ==========================================
About
==============================================*/
.About {
    margin-top: 73px;
    padding: 0 9.2%;
}

.About__titl {
    text-align: center;
    font-family: "ouma-latin-variable";
    font-size: 4rem;
    font-weight: 300;
    line-height: normal;
}

.About__txt {
    margin-top: 30px;
    font-family: "Noto Sans JP";
    font-size: 2.4rem;
    font-variation-settings: "wght" 300;
    line-height: 1.6; /* 38.4px */
}

.About__txt2,
.About__txt3 {
    margin-top: 30px;
    font-family: "Noto Sans JP";
    font-size: 2.4rem;
    font-variation-settings: "wght" 300;
    line-height: 1.6; /* 38.4px */
}

.About__txt-pc,.About__txt2-pc {
    display: none;
}

/* ==========================================
About pc
==============================================*/
@media screen and (min-width: 769px) {
    .About {
        margin: 120px auto 0;
        /* padding: 0 13%; */
        max-width: 1280px;
        height: auto;
    }

    .About__titl {
        font-size: 7rem;
        font-variation-settings:"wght" 300;
        line-height: normal;
    }

    .About__txt-pc {
        display: block;
        max-width: 946px;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
        font-family: "Noto Sans JP";
        font-size: 2.4rem;
        font-weight: 300;
        font-variation-settings: "wght" 300;
        line-height: 2; /* 43.2px */
    }
    
    .About__txt2-pc {
        display: block;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        max-width: 946px;
        text-align: left;
        font-family: "Noto Sans JP";
        font-size: 2.4rem;
        font-variation-settings: "wght" 300;
        line-height: 2; /* 43.2px */
    }

    .About__txt,.About__txt2,.About__txt3 {
        display: none;
    }
}

@media screen and (min-width: 1000px) {
    .About__titl {
        font-size: 8rem;
    }
}

/* ==========================================
Post
==============================================*/
.Post {
    margin-top: 100px;
    padding: 0 11.5%;
}

.Post__titl {
    text-align: center;
    font-family: "ouma-latin-variable";
    font-size: 4rem;
    font-weight: 300;
    line-height: normal;
}

.Post__titl-txt {
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    line-height: 1.8; /* 28.8px */
}

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

.item__txt {
    text-align: center;
}

.Post__music-list {
    margin-top: 10px;
}

.Post__btn {
    margin-top: 57px;
    display: flex;
    margin: 57px auto 0;
    justify-content: center;
    align-items: center;
    
}

.btn {
    display: flex;
    justify-content: center;
    align-self: center;
    color: #fff;
    font-family: "Noto Sans JP";
    background: #000;
    border-radius: 10px;
    width: 207px;
    height: 65px;
    padding: 24px 26px;
    gap: 20px;
    line-height: 1;
}

.Post__btn img {
    width: 8px;
    height: 15px;
    vertical-align: 0px;
    padding-top: 3px;
}

.music__img1,
.music__img2,
.music__img3,
.music__img4 {
    filter: brightness(0);
    transition: all 0s ease-in;
}

.music__img1:hover,
.music__img2:hover,
.music__img3:hover,
.music__img4:hover {
    filter: grayscale(0%);
  }

@media screen and (min-width:546px) {
    .music__img1,
    .music__img2,
    .music__img3,
    .music__img4 {
        max-width: 210px;
        height: 210px;
        object-fit: cover;
    }
}
/* ==========================================
Post pc
==============================================*/
@media screen and (min-width:769px) {
    .music__img1,
    .music__img2,
    .music__img4 {
        max-width: 180px;
        height: 185px;
        object-fit: cover;
    }
    
    .music__img3 {
        margin-bottom: 12px;
        max-width: 170px;
        height: 175px;
        object-fit: cover;
    }
    
    .music__img4 {
        margin-bottom: 3px;
    }

    .Post__titl {
        font-size: 7rem;
    }
    
    .Post__music-list  {
        display: flex;
        justify-content: center;
    }

    .music__img1:hover,
    .music__img2:hover,
    .music__img3:hover,
    .music__img4:hover {
        filter: grayscale(0%);
      }
}

@media screen and (min-width:1000px) {
    .Post {
        max-width: 1465px;
        margin: 120px auto;
    }
    
    .titl__list {
        max-width: 964px;
        height: 100px;
        margin: 0 auto;
    }
    
    .Post__titl {
        font-size: 8rem;
    }

    .Post__titl-txt {
        font-size: 2.8rem;
        line-height: 1.8;
        font-variation-settings: "wght" 300;
    }

    .Post__music-list {
        max-width: 1036px;
        padding: 17px 0;
        display: flex;
        justify-content: center;
        margin: 20px auto 0;
        gap: 2%;
    }

    .Post__list {
        max-width: 514px;
        gap: 20px;
    }

    .Post__item {
        max-width: 229px;
        height: 288px;
    }

    .music__img1,
    .music__img2,
    .music__img4 {
        max-width: 230px;
        height: 235px;
        object-fit: cover;
    }

    .music__img2 {
        margin-bottom: 5px;
    }

    .music__img3 {
        max-width: 200px;
        height: 200px;
        object-fit: cover;
        margin: 5px 0 39px;
    }

    .music__img4 {
        margin-bottom: 10px;
    }


    .music__img1,
    .music__img2,
    .music__img3,
    .music__img4 {
        filter: brightness(0);
        transition: all 0s ease-in;
    }


    .item__txt {
        text-align: center;
        font-family: "Anonymous Pro";
        font-size: 2.4rem;
        font-weight: 700;
        line-height: normal;
    }

    .Post__btn {
        margin: 30px auto 0;
    }

    .btn {
        color: #FFF;
        text-align: center;
        font-size: 2.4rem;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        display: flex;
        width: 256px;
        height: 79px;
        padding: 24px 26px;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .btn:hover {
        background-color: #635C5C;
    }
}

@media screen and (min-width: 1252px) {
    .Post__titl-txt {
        font-size: 3rem;
    }
}

/* ==========================================
List
==============================================*/
.List {
    margin: 100px 0;
    padding: 0 4.2%;
}

.List__titl {
    text-align: center;
    font-family: "ouma-latin-variable";
    font-size: 4rem;
    font-weight: 300;
    line-height: normal;
}

/* 検索バー */
.search-form-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 285px; /* 任意の幅に調整してください */
    height: 57px;
    margin: 25px auto 0;
    overflow: hidden;
    border-radius: 3px;
    background-color: #f2f2f2;
}

.search-form-2 input {
    max-width: 480px;
    height: 45px;
    padding: 5px 15px;
    border: none;
    box-sizing: border-box;
    background-color: #f2f2f2;
    font-family: "Noto sans JP";
    font-size: 1em;
    outline: none;
}

.search-form-2 input::placeholder {
    color: #777777;
}

.search-form-2 button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 45px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.search-form-2 button::after {
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20d%3D%22M23.7%2020.8%2019%2016.1c-.2-.2-.5-.3-.8-.3h-.8c1.3-1.7%202-3.7%202-6C19.5%204.4%2015.1%200%209.7%200S0%204.4%200%209.7s4.4%209.7%209.7%209.7c2.3%200%204.3-.8%206-2v.8c0%20.3.1.6.3.8l4.7%204.7c.4.4%201.2.4%201.6%200l1.3-1.3c.5-.5.5-1.2.1-1.6zm-14-5.1c-3.3%200-6-2.7-6-6s2.7-6%206-6%206%202.7%206%206-2.6%206-6%206z%22%20fill%3D%22%23777777%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    content: '';
}

/* 曲のリスト */
.song__list-container {
    width: 293px; /* 横幅 */
    height: 413px; /* 高さ */
    overflow-y: scroll; /* 縦方向のスクロールを有効にする */
    border: 1px solid #ccc; /* 枠線 */
    padding: 10px;
    margin: 50px auto 0;
  }

  .song__list {
    list-style-type: none; /* リストのデフォルトの丸い点を削除 */
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }

  .song__list li {
    padding: 0 7%;
    margin: 4px 0;
    background: #635C5C;
    border-radius: 5px;
  }

  /* .song__list li:hover {
    background-color: #e0e0e0; /* ホバー時に背景色を変更 
  } */
  #notFound__item {
    width: 100%;
    height: 100%;
  }

  .notFoundsp__item {
    width: 100%;
    height: 390px;
    object-fit: cover;
  }

  .song__item {
    display: flex;
    height: 68px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    overflow: hidden;
}


.song__item-name,
.song__item-title {
    color: #fff;
    text-align: center;
    font-family:"Noto sans JP";
    vertical-align: bottom;
    line-height: normal;
    white-space: nowrap;
    flex-shrink: 0;
    display: inline-block;
    overflow: hidden;
}

.fileName {
    width: 87px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.fileNameCategory {
    display: none;
}

 .song__item-title.animation,
 .song__item-name.animation { 
    display: inline-block;
    white-space: nowrap;
    animation:  MoveLeft 10s linear infinite;
}

@keyframes MoveLeft {
    from {
        transform: translateX(50%);
    }
    to {
        transform: translateX(-100%);
    }
}

.list__img {
width: 20px;
height: 19px;
}

.fileNameCategory {
    display: none;
}

/* ==========================================
List pc
==============================================*/
@media screen and (min-width: 769px) {
    .List {
        margin: 130px auto ;
    }

    .List__titl {
        font-size: 7rem;
    }

    .search-form-2 {
        width: 523px;
        height: 57px;
    }

    /* 曲リスト */
    .song__list-container {
        width: 100%;
        max-width: 1000px;
        height: 440px;
    }

    .song__list li {
        border-radius: 10px;
    }

    .song__item {
        display: flex;
        justify-content: space-around;
    }

    .fileName {
        width: 380px;
    }

    .song__item-category {
        color: #fff;
        text-align: center;
        font-family:"Noto sans JP";
        vertical-align: bottom;
        line-height: normal;
        white-space: nowrap;
        flex-shrink: 0;
        display: inline-block;
        overflow: hidden;
    }

    .fileNameCategory {
        display: block;
        width: 200px;
    }

    .song__item-title {
        width: auto;
    }

    .list__img {
        width: 23px;
        height: 22px;
      }
}

@media screen and (min-width: 1000px) {
    .List__titl {
        font-size: 8rem;
    }
}

/* ATTENTION */
#attention.displaynone {
    display: none;
}

#attention {
    background-color: black;
    width: 100%;
    height: 100vh;
    padding: 0 13%;
    position: fixed;
    top: 0px;
    left: 0px;
    transition: opacity 1s ease-out, visibility 1s ease-out;
    opacity: 1;
    visibility: visible;
}

#attention .attention__titl {
    color: #FFF;
    text-align: center;
    font-family: "ouma-latin-variable";
    font-size: 4rem;
    font-weight: 700;
    line-height: normal;
    padding-top: 127px;
}

#attention .attention__txt {
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 2rem;
    line-height: 1.8;
    /* 36px */
    padding-top: 50px;
    margin: 0 auto;
    max-width: 800px;
}

#attention button {
    display: flex;
    margin: 0 auto;
    margin: 50px auto 200px;
}

#attention button span:hover {
    background-color: #252525;
}

#attention button span {
    display: flex;
    width: 113px;
    height: 44px;
    padding: 17px 29px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #757575;
    color: #FFF;
    text-align: center;
    font-family: "Anonymous Pro", sans-serif;
    /* font-family: "Anonymous Pro"; */
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    /* 36px */
}

@media screen and (max-width: 970px) {
.attention__txt br {
display: none;
}
} 

@media screen and (min-width: 1450px) {
#attention .attention__txt {
    max-width: 1200px;
    font-size: 3rem;
    line-height: 1.8;
}
}
