@charset "utf-8";

body {
  font: 14px/2 "Open sans", sans-serif;
  letter-spacing: 0.05em;
}

/*
ローダー
---------------------------------------------*/
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
	background-image: radial-gradient(circle farthest-corner at center, #223538 0%, #000305 100%);
}

.loader {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  perspective: 800px;
}

.inner {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;  
}

.inner.one {
  left: 0%;
  top: 0%;
  animation: rotate-one 1s linear infinite;
  border-bottom: 3px solid #67ABCD;
}

.inner.two {
  right: 0%;
  top: 0%;
  animation: rotate-two 1s linear infinite;
  border-right: 3px solid #67ABCD;
}

.inner.three {
  right: 0%;
  bottom: 0%;
  animation: rotate-three 1s linear infinite;
  border-top: 3px solid #67ABCD;
}
.loader::after {
	position: absolute;
	color: #67ABCD;
	bottom: -30px;
	left: 5px;
	font-size: 12px;
	letter-spacing: 0.1em;
	animation: rotate-txt 1s linear infinite;
	content: "";
	display: block;
}

@keyframes rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@keyframes rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@keyframes rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

@keyframes rotate-txt {
  0% {
	  opacity: 0.3;
	  content: "Loading.";
  }
	50% {
	  opacity: 1;
		content: "Loading..";
  }
  100% {
	  opacity: 0.3;
	  content: "Loading...";
  }
}


.loaded {
  opacity: 0;
  visibility: hidden;
}

/*---------------------------------------------*/

header h1,
header h2 {
	margin-top: 0;
	padding-top: 0;
	font-size: 13px;
	position: fixed;
	top: 0px;
	padding-left: 10px;
	color: #DDD;
	z-index: 100;
	font-weight: normal;
}
header h1 a {
	font-size: 22px;
	color: #FFF;
	margin-right: 8px;
}
header h2 {
	padding-right: 60px;
	font-size: 11px;
	top: 38px;
}

body.sub_page {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
}
body.sub_page#catalogue {
	background-image: linear-gradient(rgba(0,0,0,0.85),rgba(0,0,0,0.85)),url("../images/logos/bg.jpg");
}
body.sub_page#read {
	background-image: linear-gradient(rgba(0,0,0,0.85),rgba(0,0,0,0.85)),url("../images/logos/bg2.jpg");
}


a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	filter: brightness(95%);
}

a:hover img {
	filter: brightness(120%);
}


/*
ヘッダー
-------------------------------------------*/
header {
	width: 100%;
	height: 100px;
	position: fixed;
	z-index: 300;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

header.fixed {
	 background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 50%, rgba(0,0,0,0.8) 100%); 
}

/*
メイン
-------------------------------------------*/

body.sub_page main {
	padding-top: 80px;
	min-height: calc(100px - 100px);
	box-sizing: border-box;
}

body.sub_page main h3 {
	color: #EEE;
	text-align: center;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	font-size: 4vw;
	font-weight: normal;
}

body.sub_page main h4 {
	color: #EEE;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: normal;
	display: block;
	max-width: 820px;
	margin: auto;
	padding: 20px;
}

body.sub_page main h5 {
	color: #EEE;
	letter-spacing: 0.1em;
	font-size: 20px;
	font-weight: normal;
	display: block;
	max-width: 820px;
	margin-top: -10px;
	margin-bottom: -30px;
}

body.sub_page main h6 {
	color: #EEE;
	letter-spacing: 0.1em;
	font-size: 12px;
	font-weight: normal;
	display: block;
	max-width: 820px;
	margin-top: 40px;
	margin-bottom: 50px;
}

body.sub_page main p {
	color: #DDD;
	display: block;
	max-width: 800px;
	margin: auto;
	line-height: 1.5;
	letter-spacing: 0.1em;
	padding: 15px;
	margin-bottom: 00px;
}
body.sub_page main p a {
	color: #FFF;
	padding: 5px;
}

.cont_btn a {
    display: block;
    width: 220px;
    text-align: center;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    color: #FFF;
    border: 1px solid rgba(255,255,255,1.00);
    padding: 10px;
    text-decoration: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
.cont_btn a:hover {
	background-color: #FFF;
    color: #000;
    border: 1px solid rgba(255,255,255,0);
}

/* タブ全体を囲むコンテナの設定 */
.tab-switch {
    display: flex; /* タブを横並びに */
    flex-wrap: wrap; /* 幅に応じて折り返し */
    color: fff;
    max-width: 820px;
    margin: auto;/* コンテナの中央寄せ */
    justify-content: center;/* タブの中央寄せ */
    gap: 5px;/* タブ間の余白 */
}

/* 各タブボタンの設定 */
.tab-switch > label {
    flex: 1 1 auto; /* タブが均等に幅をとるが、幅を超えると折り返す */
    order: -1; /* 上部に表示する */
    position: relative; /* 絶対位置指定用の基準 */
    padding: .3em 1em; /* 上下左右の内側余白 */
    background-color: #f2f3f4; /* 背景色 */
    color: #999; /* 文字色 */
    text-align: center; /* 文字を中央揃え */
    cursor: pointer; /* ポインターを指アイコンに変更 */
}

/* タブボタンのホバーおよび選択状態のスタイル */
.tab-switch > label:hover,
.tab-switch label:has(:checked) {
    background-color: #757F96; /* ホバー/選択時の背景色 */
    color: #fff; /* ホバー/選択時の文字色 */
}

/* ラジオボタン自体は非表示 */
.tab-switch input {
    display: none; /* 見た目に表示されないようにする */
}

/* タブコンテンツのスタイル */
.tab-switch > div {
    display: none; /* 初期状態では非表示 */
    width: 100%; /* コンテンツ幅を全体に */
    padding: 1.5em 1em; /* 内側余白 */
}

/* 選択されたタブのコンテンツを表示 */
.tab-switch label:has(:checked) + div {
    display: block; /* 選択されたタブに対応するコンテンツを表示 */
    color: #DDD;
}
/*
メニューボタン
-------------------------------------------*/
.bg_bl {
	background-color: #000;
	height: 100%;
	width: 100%;
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha( opacity=75 )";
	display: block;
	position: fixed;
	z-index: 2000;
}

.menu_btn {
	display: block;
	height: 60px;
	width: 60px;
	text-align: center;
	position: fixed;
	z-index: 5000;
	top: 5px;
	right: 5px;
	cursor: pointer;
}
.menu_btn:hover {
	cursor: pointer;
}


.menu_btn span {
	width: 40px;
	height: 2px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	background-color: #FFF;
}

.menu_btn span {
    transition: all 0.3s;
    transform: rotate(0deg);
	-webkit-transform: rotate(0deg);  
    -moz-transform: rotate(0deg);    
  }
.menu_btn span.top {
    transform: translateY(-12px);
	-webkit-transform: translateY(-12px);  
    -moz-transform: translateY(-12px);    
  }
.menu_btn span.bottom {
    transform: translateY(12px);
	-webkit-transform: translateY(12px);  
    -moz-transform: translateY(12px);    
}


.menu_btn:hover span.top {
    transform: translateY(-10px);
	-webkit-transform: translateY(-10px);  
    -moz-transform: translateY(-10px);    
}
.menu_btn:hover span.bottom {
    transform: translateY(10px);
	-webkit-transform: translateY(10px);  
    -moz-transform: translateY(10px);    
}


.menu_btn.opened span.middle {
    background: rgba(255, 255, 255, 0) !important;
	 transform: translateX(30px);
	 -webkit-transform: translateX(30px);  
    -moz-transform: translateX(30px);    
}
.menu_btn.opened span.top {
    transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);  
    -moz-transform: rotate(-45deg) translateY(0px);    
}
.menu_btn.opened span.bottom {
    transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);  
    -moz-transform: rotate(45deg) translateY(0px);    
}

/*
グローバルナビ
-------------------------------------------*/
#g_navi {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	overflow: auto;
	z-index: 3000;
	background-color: #000;
	background-color: rgba(0,0,0,0.85);
	display: none;
	padding-left: 5%;
}
#g_navi ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 100%;
	list-style: none;
}


#g_navi ul li a {
	color: #CCC;
	text-decoration: none;
	display: inline-block;
	line-height: 2.0;
	font-size: 3vw;
	letter-spacing: 0.2em;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	font-weight: 100;
}
#g_navi ul li.sml a {
	font-size: 2.5vw;
	color: #999;
}

#g_navi ul li a::before {
	position: absolute;
	display: block;
	content: "";
	width: 80%;
	height: 1px;
	background-color: rgba(255,255,255,0.00);
	left: 0;
	bottom: 0;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
#g_navi ul li a:hover {
	color: #FFF;
}
#g_navi ul li a:hover::before {
	background-color: rgba(255,255,255,0.8);
	width: 100%;
}

#g_navi ul li a img {
  width: 1em;
  height: 1em;
  object-fit: cover;
	margin-right: 0.35em;
}
#g_navi ul li a:hover img {
  width: 1.5em;
}


/*
一覧表示
-------------------------------------------*/

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.grid {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.grid-item {
  opacity: 0;
  width: 20%;
  transition: opacity 0.5s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 30px;
}
.grid-item a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
	overflow: hidden;
}

.grid-item a img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.grid-item a img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.grid.animated .grid-item {
  opacity: 1;
}


/*
フッター
-------------------------------------------*/
footer {
	margin: 0;
background: linear-gradient(-45deg, #150112, #001127, #000500, #012207);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	color: #777;
	padding: 10px;
	min-height: 100px;
	box-sizing: border-box;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

footer a {
	color: #AAA;
	text-decoration: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

footer ul {
	margin: 0;
	padding: 5px;
}
footer li {
	list-style: none;
	display: inline-block;
}
footer address {
	font-style: normal;
	font-size: 11px;
	padding: 5px;
}
footer .f_link li a {
    display: block;
    padding-top: 0px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 0px;
    border-right-style: solid;
    border-width: 1px;
    border-color: rgba(255,255,255,0.1);
}
footer a:hover {
	background-color:  rgba(0,0,0,0.5);
	color: #FFF;
}
footer .f_link li a i {
	font-size: 18px;
}
footer .box_pr li {
	font-size: 10px;
	float: right;
}

@media screen and (max-width:640px){
#g_navi ul li a {
	font-size: 7vw;
}
#g_navi ul li.sml a {
	font-size: 6vw;
}
.grid-item {
  width: 33%;
}
footer {
	text-align: center;
}
footer .box_pr li {
	float: none;
}

}


@media screen and (min-width:1200px){
#g_navi ul li a {
	font-size: 38px;
}
#g_navi ul li.sml a {
	font-size: 30px;
}
}


.selectlink{
  margin: 0px 0px 50px;
  padding: 3px;
  border: 2px #ddd solid;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
}

.selectlink:hover{
  border: 2px #333 solid;
  background-color: #eee;
}

        /* スコープ付きスタイル - 既存のページスタイルと競合しないように */
        .album-detail-wrapper {
            font-family: 'Helvetica Neue', Arial, sans-serif;
            width: 100%;
            max-width: 1000px;
            margin: 0 auto;
        }
        
        .album-detail-container {
            background-color: white;
            padding: 40px;
            box-sizing: border-box;
        }
        
        .album-detail-container .header {
            display: flex;
            gap: 60px;
            margin-bottom: 30px;
        }
        
        .album-detail-container .album-cover img {
            width: 300px;
	    height: auto;
            border: 1px solid black;
            display: inline-block;
            align-items: stretch;
            justify-content: center;
            flex-direction: column;
        }
	
        .album-detail-container .title-section {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
        }
        
        .album-detail-container .title-section h1 {
            font-size: 32px;
            font-weight: bold;
            margin: 0 0 0px 0;
        }
        
        .album-detail-container .title-section .subtitle {
            font-size: 28px;
            font-weight: bold;
            margin: 0 0 0px 0;
        }
        
        .album-detail-container .title-section .japanese-title {
            font-size: 24px;
            font-weight: bold;
            margin: 20px 0 0px 0;
        }
        
        .album-detail-container .title-section .japanese-subtitle {
            font-size: 20px;
            font-weight: bold;
            margin: 0px 0 30px 0;
        }
        
        .album-detail-container .title-section .artist-name {
            font-size: 14px;
            margin: 0;
            font-weight: bold;
        }
        
        .album-detail-container .title-section .artist-name a { 
            color:#0000FF; 
            text-decoration:none; 
        }
        
        .album-detail-container .title-section .artist-name a:hover { 
            color:red;
            text-decoration:none; 
        }

        .album-detail-container .catchcopy {
            font-weight: bold;
            margin-bottom: 10px;
            font-size: 14px;
        }
        
        .album-detail-container .description {
            font-size: 12px;
            line-height: 1.6;
            margin-bottom: 40px;
        }
        
        .album-detail-container .buttons {
            margin-bottom: 40px;
            display: flex;
            gap: 20px;
            align-items: flex-start;
            background-color: #f2f2f2;
            padding: 20px;
            border-radius: 4px;
        }
        
        .album-detail-container .button-column {
            flex: 1;
        }
        
        .album-detail-container .button-row {
            display: flex;
            align-items: center;
            margin-bottom: 8px;
            font-size: 14px;
        }
        
        .album-detail-container .button-label {
            width: 80px;
            font-weight: bold;
        }
        
        .album-detail-container .button-icons {
            display: flex;
            gap: 10px;
        }
        
        .album-detail-container .icon {
            width: 105px;
            height: 35px;
            background-color: black;
        }
        
        .album-detail-container .linkfire-button {
            border: 2px solid black;
            padding: 0;
            text-align: center;
            width: 100%;
            height: 79px;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
            box-sizing: border-box;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .album-detail-container .linkfire-button a:hover{
            width: 100%;
            height: 100%;
            cursor: pointer;
            box-sizing: border-box;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: white;
            color:red; 
            text-decoration:none;
        }

        .album-detail-container .linkfire-button a { 
            color:blue; 
            text-decoration:none;
	}

        .album-detail-container .linkfire2-button {
            border: 2px solid black;
            padding: 0;
            text-align: center;
            width: 100%;
            height: 35px;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
            box-sizing: border-box;
            display: flex;
            align-items: center;
            justify-content: center;
        }
	
        .album-detail-container .linkfire2-button a { 
            color:blue; 
            text-decoration:none; 
        }

            .album-detail-container .linkfire2-button a:hover{
            width: 100%;
            height: 100%;
            cursor: pointer;
            box-sizing: border-box;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: white;
            color:red; 
            text-decoration:none;
        }
	
        .album-detail-container .section {
            margin-bottom: 40px;
            padding: 20px;
            background-color: #f2f2f2;
            border-radius: 4px;
        }
        
        .album-detail-container .section-title {
            font-weight: bold;
            font-size: 14px;
            margin-bottom: 15px;
        }
        
        .album-detail-container .track-list {
            font-size: 13px;
            line-height: 1.8;
            display: table;
            width: auto;
            border-collapse: separate;
            border-spacing: 0;
        }
        
        .album-detail-container .track-item {
            display: table-row;
        }
        
        .album-detail-container .track-number-cell {
            display: table-cell;
            width: 1px;
            text-align: right;
            padding-right: 10px;
            vertical-align: top;
            padding-bottom: 20px;
            white-space: nowrap;
        }
        
        .album-detail-container .track-composer-cell {
            display: table-cell;
            vertical-align: top;
            white-space: nowrap;
            padding-bottom: 20px;
            width: 1px;
        }
        
        .album-detail-container .track-piece-cell {
            display: table-cell;
            vertical-align: top;
            padding-bottom: 20px;
            padding-left: 20px;
        }
        
        .album-detail-container .track-two-lines {
            display: flex;
            flex-direction: column;
            gap: 2px;
        }
        
        .album-detail-container .composer-name {
            font-weight: bold;
        }
        
        .album-detail-container .years {
            font-size: 11px;
        }
        
        .album-detail-container .instrument {
            font-size: 11px;
        }
        
        /* ARTISTS section - 追加 */
        .album-detail-container .artist-info-list {
            font-size: 13px;
            line-height: 1.8;
            display: table;
            width: auto;
            border-collapse: separate;
            border-spacing: 0;
        }
        
        .album-detail-container .artist-info-item {
            display: table-row;
        }
        
        .album-detail-container .artist-instrument-cell {
            display: table-cell;
            width: 1px;
            text-align: right;
            padding-right: 10px;
            vertical-align: top;
            padding-bottom: 20px;
            white-space: nowrap;
            font-weight: bold;
            font-style: italic;
            color: grey;
        }
        
        .album-detail-container .artist-western-name-cell {
            display: table-cell;
            vertical-align: top;
            white-space: nowrap;
            padding-bottom: 20px;
            width: 1px;
            font-weight: bold;
        }
        
        .album-detail-container .artist-japanese-name-cell {
            display: table-cell;
            vertical-align: top;
            padding-bottom: 20px;
            padding-left: 20px;
        }
        
        /* DATA section - 1段組みに変更 */
        .album-detail-container .data-list {
            font-size: 13px;
            line-height: 1.8;
            display: table;
            width: auto;
            border-collapse: separate;
            border-spacing: 0;
        }
        
        .album-detail-container .data-item {
            display: table-row;
        }
        
        .album-detail-container .data-label-cell {
            display: table-cell;
            width: 150px;
            padding-right: 10px;
            vertical-align: top;
            padding-bottom: 10px;
            white-space: nowrap;
            font-style: italic;
            color: grey;
        }
        
        .album-detail-container .data-value-cell {
            display: table-cell;
            vertical-align: top;
            padding-bottom: 10px;
        }
        
        .album-detail-container .youtube-embed {
            width: 448px;
            height: 252px;
            margin: 0 auto 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

        /* Mobile responsive */
        @media screen and (max-width: 768px) {
            .album-detail-container {
                padding: 20px 15px;
            }
            
            .album-detail-container .header {
                flex-direction: column;
                gap: 30px;
                align-items: center;
            }
            
            .album-detail-container .album-cover {
                width: 100%;
                max-width: 300px;
            }
            
            .album-detail-container .title-section h1 {
                font-size: 24px;
            }
            
            .album-detail-container .title-section .subtitle {
                font-size: 18px;
            }
            
            .album-detail-container .title-section .japanese-title {
                font-size: 18px;
                margin: 15px 0 0 0;
            }
	    
            .album-detail-container .title-section .japanese-subtitle {
                font-size: 16px;
                margin: 0px 0 20px 0;
            }
            
            .album-detail-container .catchcopy {
                font-size: 13px;
            }
            
            .album-detail-container .description {
                font-size: 11px;
            }
            
            .album-detail-container .buttons {
                flex-direction: column;
                padding: 15px;
            }
            
            .album-detail-container .button-row {
                flex-direction: column;
                align-items: flex-start;
                gap: 10px;
            }
            
            .album-detail-container .button-label {
                width: 100%;
            }
            
            .album-detail-container .button-icons {
                width: 100%;
                flex-wrap: wrap;
            }
            
            .album-detail-container .track-list {
                display: block;
            }
            
            .album-detail-container .track-item {
                display: block;
                margin-bottom: 25px;
            }
            
            .album-detail-container .track-number-cell,
            .album-detail-container .track-composer-cell,
            .album-detail-container .track-piece-cell {
                display: block;
                width: 100%;
                padding: 0;
                margin-bottom: 8px;
                white-space: normal;
                text-align: left;
            }
            
            .album-detail-container .section {
                padding: 15px;
            }
            
	    /* ARTISTS mobile */
            .album-detail-container .artist-info-list {
                display: table;
                width: 100%;
            }
            
            .album-detail-container .artist-info-item {
                display: table-row;
            }
            
            .album-detail-container .artist-instrument-cell {
                display: table-cell;
                width: auto;
                padding-right: 10px;
                vertical-align: top;
                white-space: nowrap;
            }
            
            .album-detail-container .artist-western-name-cell {
                display: table-cell;
                width: auto;
                padding-right: 10px;
                vertical-align: top;
                white-space: nowrap;
            }
            
            .album-detail-container .artist-japanese-name-cell {
                display: table-cell;
                width: 100%;
                vertical-align: top;
                white-space: normal;
                padding: 0;
            }

            /* DATA mobile */
            .album-detail-container .data-list {
                display: table;
                width: 100%;
            }
            
            .album-detail-container .data-item {
                display: table-row;
            }
            
            .album-detail-container .data-label-cell {
                display: table-cell;
                width: 150px;
                padding-right: 10px;
            }
            
            .album-detail-container .data-value-cell {
                display: table-cell;
            }
            
            .album-detail-container .youtube-embed {
                width: 100%;
                max-width: 448px;
                height: auto;
                aspect-ratio: 16 / 9;
            }
        }