
.containar-5 {
    background-image: url('/contents/4x/BGぱたーん@4x.png'); /* タイルとして使いたい画像 */
    background-repeat: repeat; /* 画像をタイル状に繰り返す */
    background-size: calc(10vw + 100px) auto; /* 横幅を1pxだけ大きくする */
    width: 100%;
}

.container-6 {
    max-width: 1100px;
    margin:  auto;
    background-color: rgba(0, 0, 0, 0.603);
  
 }
 



.space {
    padding-top: 200px;
}



.section-title p{
    font-size: 1.5em;


}

.mv-contents {
    position: relative;
    width: 80%;
    margin: auto;
    padding-top: 45%; /* 16:9の比率 */
    margin-bottom: 100px;
}

.mv-contents iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




.album-list{
    display: flex;
    justify-content: center;
}


.album-setlist {
    display: flex;
    flex-direction: row-reverse;
    align-items: start;
    width: 50%;
    color: #ddc79b;

    margin-left: 50px;
}

.setlist-item {
    display: flex;
    flex-direction: column;
    width: 2em;
    justify-content: center;
}

.setlist-number {
text-align: center;
margin-bottom: 5px;
}

.setlist-title {
    writing-mode: vertical-rl;
}




.album-list-right {
    width: 50%;
    color: #ddc79b;
    text-align: center;
    margin-right: 100px;
    
}





.albumlinks {
    color: #ddc79b;
    border: #ddc79b solid 1px;
    width: 60%;
    padding: 10px;
    margin: auto;
    margin-bottom: 10px; /* 下に余白を追加 */
    transition: all 0.3s ease-in-out;
}


.albumlinks:hover {
    background-color: rgba(0, 0, 0, 0.7);
    border: #b11e0d solid 1px;
    color: #b11e0d;
}

.albumsubtitle {
    font-size: 1.25em;
    transform: scaleX(0.6);
    white-space: nowrap; /* 改行を禁止 */
    overflow: hidden; /* 必要ならオーバーフローを隠す */
    text-overflow: ellipsis; /* 省略記号(...)をつける場合 */
}




.albumtitle {
    font-size: 1.5em;
}



.album-list-right img{
    width: 60%;
    height: auto;
}





.boundary2 {
    max-width: 1100px;
    margin: auto;
}

.boundary2 img {
    width: 100%;
    margin-bottom: 50px;
    margin-top: 50px;
 
}

.section-title2 {
    color: #ddc79b;
    font-size: 2em;
    text-align: center;
    margin-bottom: 100px;
}