/*
Theme Name: MODERNSKY
Theme URI: http://www.sinyu.co.jp/
Description: 2024 MODERNSKY
Author: Kosuke Uramoto
Author URI: http://testedition.jp/
*/

@import url("css/reset.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&display=swap');
@import url("css/nav.css?v=2026071202");

body {
    font-size: 1em;
    line-height: 1;
    word-break: auto-phrase;
    background-color: #fff;
    font-family: "Poppins", sans-serif;
}

main {
    padding: 0.1px 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    width: 100%;
    max-width: 100%;
}

a {
    text-decoration: none;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}


#fv {
    background-color: #000;
    background-image: url("/wp-content/themes/modernsky/img/logo.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 65%;
    height: 100vh;
}

h1#logo {
    position: fixed;
    mix-blend-mode: difference;
    left: 20px;
    top: 20px;
    z-index: 20;
}

h1#logo svg {
    width: 130px;
    height: 13px;
}

/* h1#logo svg path {
    fill: #fff;
} */
#fv p.main-copy {
    font-size: 15px;
    color: #fff;
    position: fixed;
    left: 20px;
    bottom: 20px;
    font-weight: 600;
    mix-blend-mode: difference;
    z-index: 20;
}

#fv p.address {
    font-size: 8px;
    line-height: 1.3;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    text-align: right;
    mix-blend-mode: difference;
    z-index: 20;
}

#fv p.address a {
    color: #FFF;
}

#fv p.copyright {
    font-size: 8px;
    font-weight: 500;
    color: #fff;
    position: fixed;
    mix-blend-mode: difference;
    transform: rotate(-270deg) translateX(-50%);
    transform-origin: top left;
    display: inline-block;
    /* top: 42vh; */
    top: 50%;
    left: 25px;
    z-index: 20;
}

@media only screen and (min-width: 769px) {
    #fv {
        background-size: 35%;
    }

    h1#logo {
        left: 30px;
        top: 30px;
    }

    h1#logo svg {
        width: 261px;
        height: 26.5px;
    }

    #fv p.main-copy {
        font-size: 30px;
        left: 30px;
        bottom: 30px;
    }

    #fv p.address {
        font-size: 18px;
        right: 30px;
        bottom: 30px;
    }

    #fv p.copyright {
        font-size: 14px;
        /* top: 31vh; */
        left: 45px;
    }
}

/* Language Switcher
--------------------------------------- */
div.lang-switcher {
    position: fixed;
    top: 25px;
    /* Aligned with #trigger */
    right: 70px;
    /* Space for trigger (50px) + margin */
    z-index: 50;
    mix-blend-mode: difference;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.05em;
}

div.lang-switcher a {
    color: #fff;
    text-decoration: none;
    opacity: 0.4;
    transition: opacity 0.3s ease;
}

div.lang-switcher a.active {
    opacity: 1;
    font-weight: 600;
}

div.lang-switcher a:hover {
    opacity: 1;
}

div.lang-switcher .sep {
    margin: 0 5px;
    opacity: 0.4;
    font-weight: 300;
}

/* Hide language switcher when mobile menu is open */
.open div.lang-switcher {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

@media only screen and (min-width: 769px) {
    div.lang-switcher {
        top: 35px;
        right: 100px;
        font-size: 16px;
    }
}




h2.primary {
    font-size: 60px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-align: right;
    margin: 50px 15px 30px 0;
    mix-blend-mode: difference;
    color: #FFF;
    letter-spacing: -0.04em;
}

div.wrap-btn {
    text-align: right;
}

a.btn-primary {
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    mix-blend-mode: difference;
    color: #FFF;
    margin-right: 15px;
}

@media only screen and (min-width: 769px) {
    h2.primary {
        font-size: 140px;
        margin: 100px 30px 60px 0;
    }

    a.btn-primary {
        font-size: 30px;
        margin-right: 30px;
    }
}

#records {
    padding-bottom: 70px;
}

@media only screen and (min-width: 769px) {
    #records {
        padding-bottom: 150px;
    }
}

/* footer
--------------------------------------- */
footer {
    background-color: #000;
    z-index: 30;
    position: relative;
    padding: 35px 15px;
    color: #FFF;
}

footer a {
    color: #FFF;
}

p.copyright {
    text-align: center;
    font-size: 9px;
    font-weight: 500;
    line-height: 1.25;
}

footer img {
    width: 130px;
    margin: 0 auto;
    position: relative;
    display: block;
    margin-bottom: 20px;
}

@media only screen and (min-width: 769px) {
    footer {
        padding: 70px 30px;
    }

    p.copyright {
        font-size: 18px;
    }

    footer img {
        width: 260px;
        margin-bottom: 35px;
    }
}

/* layout
--------------------------------------- */
div.wrap-m {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}

@media only screen and (min-width: 769px) {
    div.wrap-m {
        padding: 0 130px;
    }
}






/* TOPICS (TOP)
--------------------------------------- */
@media only screen and (max-width: 768px) {
    section#topics {
        background-color: #FFF;
        padding: 10px 0 75px 0;
    }

    #topics table {
        width: 100%;
    }

    #topics td {
        display: block;
    }

    #topics td.first {
        padding: 10px;
    }

    #topics td.second {
        padding: 0 5px;
    }

    #topics td img {
        width: 100%;
        height: auto;
    }

    #topics div.hero {
        width: 100%;
        height: auto;
    }

    #topics div.hero {
        position: relative;
        aspect-ratio: 16 / 9;
        overflow: hidden;
        border-radius: 10px;
    }

    #topics div.hero img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: grayscale(100%);
        transition: filter 0.3s ease;
    }

    #topics .parent div.post-item {
        position: relative;
        aspect-ratio: 16 / 9;
        overflow: hidden;
        border-radius: 15px;
        width: 50%;
        float: left;
        border: 5px solid #FFF;
    }

    #topics .parent div.post-item img {
        filter: grayscale(100%);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #topics div.meta {
        color: #FFF;
        z-index: 10;
        position: absolute;
        bottom: 0.75em;
        left: 1em;
        line-height: 1.3;
    }

    #topics div.meta p {
        font-size: 8px;
    }

    #topics div.meta h3 {
        font-size: 10px;
    }

    #topics div.wrap-post-item {
        margin-bottom: 15px;
    }
}


@media only screen and (min-width: 769px) {
    section#topics {
        background-color: #FFF;
        padding: 10px 0 150px 0;
    }

    #topics div.hero {
        height: 410px;
        width: 580px;
        border-radius: 15px;
        overflow: hidden;
        position: relative;
        margin-right: 10px;
    }

    #topics div.hero img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: grayscale(100%);
        transition: filter 0.3s ease;
    }

    #topics div.hero:hover a img {
        filter: grayscale(0%);
    }

    #topics td {
        vertical-align: top;
    }

    #topics .parent {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    #topics .parent div.post-item {
        height: 200px;
        width: 400px;
        border-radius: 15px;
        overflow: hidden;
        position: relative;
    }

    #topics .parent div.post-item img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: grayscale(100%);
        transition: filter 0.3s ease;
    }

    #topics .parent div.post-item:hover a img {
        filter: grayscale(0%);
    }

    #topics div.meta {
        color: #FFF;
        z-index: 10;
        position: absolute;
        bottom: 0.75em;
        left: 1em;
        line-height: 1.3;
    }

    #topics div.meta p {
        font-size: 12px;
    }

    #topics div.meta h3 {
        font-size: 16px;
    }

    #topics div.wrap-post-item {
        overflow-x: auto;
        overflow-y: hidden;
        scroll-behavior: smooth;
        margin-left: 30px;
        padding-right: 30px;
        padding-bottom: 15px;
        margin-bottom: 30px;
    }

    .parent div.post-item:first-child {
        grid-area: 1 / 1 / 2 / 2;
    }

    .parent div.post-item:nth-child(2) {
        grid-area: 2 / 1 / 3 / 2;
    }

    .parent div.post-item:nth-child(3) {
        grid-area: 1 / 2 / 2 / 3;
    }

    .parent div.post-item:nth-child(4) {
        grid-area: 2 / 2 / 3 / 3;
    }

    .parent div.post-item:nth-child(5) {
        grid-area: 1 / 3 / 2 / 4;
    }

    .parent div.post-item:nth-child(6) {
        grid-area: 2 / 3 / 3 / 4;
    }

    .parent div.post-item:nth-child(7) {
        grid-area: 1 / 4 / 2 / 5;
    }

    .parent div.post-item:nth-child(8) {
        grid-area: 2 / 4 / 3 / 5;
    }

    .parent div.post-item:nth-child(9) {
        grid-area: 1 / 5 / 2 / 6;
    }

    .parent div.post-item:nth-child(10) {
        grid-area: 2 / 5 / 3 / 6;
    }
}










/* ARTIST (TOP)
--------------------------------------- */
section#artist {
    background-color: #000;
    padding: 10px 0 75px 0;
}

@media only screen and (min-width: 769px) {
    section#artist {
        padding: 10px 0 150px 0;
    }
}

#artist div.wrap-post-item {
    display: flex;
    margin: 0 0 30px 30px;
    padding: 0 15px 15px 0;
    flex-wrap: no-wrap;
    overflow-x: auto;
    scroll-behavior: smooth;
}

#artist div.post-item {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    flex-shrink: 0;
    border-radius: 20px;
    width: 190px;
    position: relative;
    margin-right: 15px;
}

@media only screen and (min-width: 769px) {
    #artist div.post-item {
        width: 300px;
    }
}

#artist div.post-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: 50% 50%;
    filter: grayscale(100%);
    /* 白黒に設定 */
    transition: filter 0.3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* 画像の中央をdivの中央に配置 */
}

#artist div.post-item:hover img {
    filter: grayscale(0%);
    /* マウスオーバー時にカラーに戻す */
}

#artist div.post-item h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* h3を中央に配置 */
    font-size: 15px;
    color: #FFF;
    text-align: center;
    /* テキストを中央揃え */
    padding: 0 10px;
    /* テキストが折り返しやすいように余白を追加 */
    overflow-wrap: break-word;
    /* 長いテキストを折り返す */
    word-wrap: break-word;
    z-index: 1;
}

@media only screen and (min-width: 769px) {
    #artist div.post-item h3 {
        font-size: 30px;
    }
}


/* Scrollbars
--------------------------------------- */
/* カスタムスクロールバーのスタイル */
div.wrap-post-item::-webkit-scrollbar {
    height: 8px;
    /* スクロールバーの高さ */
}

div.wrap-post-item::-webkit-scrollbar-thumb {
    background-color: #888;
    /* スクロールバーの色 */
    border-radius: 0px;
    /* 角を丸くする */
}

div.wrap-post-item::-webkit-scrollbar-thumb:hover {
    background-color: #555;
    /* ホバー時の色 */
}

div.wrap-post-item::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    /* スクロールトラックの色 */
    border-radius: 0px;
    /* トラックの角を丸くする */
}




/* ARTIST (secondary)
--------------------------------------- */
#artist-secondary {
    padding: 0 10px 40px 10px;
}

#artist-secondary div.wrap-post-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#artist-secondary div.post-item {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 20px;
    width: 50%;
    border: 5px solid #FFF;
    position: relative;
}

@media only screen and (max-width: 999px) {
    #artist-secondary div.post-item.full-width {
        width: 100%;
        height: 1.2em;
        padding: 0.3em 0;
        border: none;
        border-radius: 0px;
    }

    #artist-secondary div.post-item.full-width h3 {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        text-align: left;
        padding-left: 0;
        font-size: 16px;
    }

    #artist-secondary div.post-item.full-width .post-thumbnail {
        display: none;
    }

    #artist-secondary div.post-item.full-width h3 {
        color: black;
    }

    div.btn-layout {
        text-align: right;
        padding-right: 10px;
    }

    span#multi-width {
        background: url("/wp-content/themes/modernsky/img/ico-multi.png");
        width: 21px;
        height: 21px;
        background-size: 21px 21px;
        display: inline-block;
        font-size: 0;
        margin: 0 5px;
    }

    span#single-width {
        background: url("/wp-content/themes/modernsky/img/ico-single.png");
        width: 26px;
        height: 21px;
        background-size: 21px 21px;
        display: inline-block;
        font-size: 0;
        margin: 0 5px;
    }
}

@media only screen and (min-width: 1000px) {
    div.btn-layout {
        display: none;
    }
}


#artist-secondary div.post-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: 50% 50%;
    filter: grayscale(100%);
    /* 白黒に設定 */
    transition: filter 0.3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* 画像の中央をdivの中央に配置 */
}

#artist-secondary div.post-item:hover img {
    filter: grayscale(0%);
    /* マウスオーバー時にカラーに戻す */
}

#artist-secondary div.post-item h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* h3を中央に配置 */
    font-size: 13px;
    color: #FFF;
    text-align: center;
    /* テキストを中央揃え */
    padding: 0 10px;
    /* テキストが折り返しやすいように余白を追加 */
    overflow-wrap: break-word;
    /* 長いテキストを折り返す */
    word-wrap: break-word;
    z-index: 1;
}

p.title-alphabet {
    font-size: 77px;
    font-weight: 600;
    margin-top: 0.25em;
    padding-top: 0.25em;
}

nav.alphabet {
    position: relative;
    z-index: 30;
    text-align: right;
    display: block;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

nav.alphabet a:first-child {
    border-left: 2px solid #000;
}

nav.alphabet a {
    border-right: 2px solid #000;
    padding: 0 0.4em;
    color: black;
    display: inline-block;
    margin: 0.3em 0;
}

nav.alphabet a:hover {
    opacity: 0.5;
}

@media only screen and (min-width: 1000px) {
    #artist-secondary {
        padding: 0 20px 80px 20px;
    }

    #artist-secondary div.wrap-post-item {
        width: 80%;
    }

    #artist-secondary div.post-item {
        width: 33.33%;
        border: 10px solid #FFF;
    }

    #artist-secondary div.post-item h3 {
        font-size: 25px;
    }

    p.title-alphabet {
        font-size: 144px;
    }

    nav.alphabet {
        justify-content: flex-end;
    }
}






/* COMPANY
--------------------------------------- */
#company {
    padding: 0 10px 40px 10px;
}

/*2024/10/30　追加*/
#company hr {
    border-top: 1px solid #EFEFEF;
}

dl.company-info {
    font-size: 12px;
    line-height: 1.8;
    border-bottom: 1px solid #EFEFEF;
    font-weight: 500;
}

dl.company-info dt {
    font-weight: 700;
    padding: 0.8em 0 0.1em 0;
    border-top: 1px solid #EFEFEF;
}

dl.company-info dd {
    padding: 0.1em 0 0.8em 0;
}

dl.company-info ol {
    margin-left: 20px;
}

dl.company-info a {
    color: black;
    text-decoration: underline;
}

@media only screen and (min-width: 1000px) {
    #company {
        padding: 0 20px 80px 20px;
    }

    dl.company-info {
        font-size: 16px;
        border-bottom: 1px solid #EFEFEF;
    }

    dl.company-info dt {
        float: left;
        width: 22%;
        border-top: 1px solid #EFEFEF;
        padding: 0.8em 0;
    }

    dl.company-info dd {
        margin-left: 22%;
        width: 78%;
        border-top: 1px solid #EFEFEF;
        padding: 0.8em 0;
    }
}







/* TOPICS (secondary)
--------------------------------------- */
#topics-secondary {
    padding: 0 10px 40px 10px;
}

#topics-secondary div.wrap-post-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#topics-secondary div.post-item {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 20px;
    width: 50%;
    border: 5px solid #FFF;
    position: relative;
}

#topics-secondary div.post-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: 50% 50%;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#topics-secondary div.post-item:hover a img {
    filter: grayscale(0%);
}

#topics-secondary div.meta {
    color: #FFF;
    z-index: 10;
    position: absolute;
    bottom: 0.75em;
    left: 1em;
    line-height: 1.3;
}

#topics-secondary div.meta p {
    font-size: 8px;
}

#topics-secondary div.meta h3 {
    font-size: 10px;
}

#topics-secondary.live-music-topics div.post-item > a {
    display: block;
    height: 100%;
    position: relative;
}

#topics-secondary.live-music-topics div.post-item > a::after {
    background: rgba(0, 0, 0, 0.18);
    content: "";
    inset: 0;
    position: absolute;
    transition: background-color 0.25s ease;
    z-index: 5;
}

#topics-secondary.live-music-topics div.post-item:hover > a::after {
    background: rgba(0, 0, 0, 0.08);
}

#topics-secondary.live-music-topics div.meta {
    align-items: center;
    bottom: 0;
    display: flex;
    inset: 0;
    justify-content: center;
    left: 0;
    line-height: 1.2;
    padding: 16px;
    pointer-events: none;
    text-align: center;
}

#topics-secondary.live-music-topics div.meta p {
    display: none;
}

#topics-secondary.live-music-topics div.meta h3 {
    color: #fff;
    font-size: 18px;
    margin: 0;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}

#topics-secondary .topics-heading {
    margin-bottom: 30px;
}

#topics-secondary .topics-heading h2.primary {
    margin-bottom: 16px;
}

#historical-topics {
    padding: 0 5px;
}

#historical-topics .historical-topics-link {
    align-items: center;
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
    color: #111;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    justify-content: space-between;
    line-height: 1.2;
    padding: 14px 0;
    transition: opacity 0.2s ease;
}

#historical-topics .historical-topics-link:hover {
    opacity: 0.55;
}

#historical-topics .historical-topics-arrow {
    flex: 0 0 auto;
    font-size: 20px;
    margin-left: 12px;
}

@media only screen and (min-width: 1000px) {
    #topics-secondary {
        padding: 0 20px 80px 20px;
    }

    #topics-secondary div.wrap-post-item {
        width: 80%;
    }

    #topics-secondary div.post-item {
        width: 33.33%;
        border: 10px solid #FFF;
    }

    #topics-secondary div.meta p {
        font-size: 12px;
    }

    #topics-secondary div.meta h3 {
        font-size: 18px;
    }

    #topics-secondary.live-music-topics div.meta h3 {
        font-size: 26px;
    }

    #topics-secondary .topics-heading {
        align-items: flex-end;
        display: flex;
        flex-direction: column;
        margin-bottom: 50px;
    }

    #topics-secondary .topics-heading h2.primary {
        margin-bottom: 14px;
    }

    #historical-topics {
        padding-right: 30px;
    }

    #historical-topics .historical-topics-link {
        border-top: 0;
        font-size: 18px;
        justify-content: flex-start;
        padding: 0 0 6px;
    }

    #historical-topics .historical-topics-arrow {
        font-size: 20px;
    }
}












/* ABOUT US
--------------------------------------- */
section#about {
    background-color: #000;
    padding: 10px 0 60px 0;
    color: #fff;
}

#about p.copy {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 1.45;
    color: #fff;
    margin-bottom: 48px;
}

.about-merged {
    padding-bottom: 20px;
}

.about-profile {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px 40px;
    margin-bottom: 48px;
}

.about-fact {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.about-fact-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
}

.about-fact-value {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
}

.about-subheading {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 18px;
}

.about-business {
    margin-bottom: 48px;
}

.about-business-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-business-list li {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
    padding: 12px 0 12px 16px;
    border-left: 2px solid #fff;
}

.about-office-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.about-office {
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 16px;
}

.about-office h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.about-office p {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 12px;
}

.about-office a {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media only screen and (min-width: 769px) {
    section#about {
        padding: 10px 0 120px 0;
    }

    #about p.copy {
        font-size: 28px;
        max-width: 18em;
        margin-bottom: 72px;
    }

    .about-profile {
        grid-template-columns: 1fr 1fr;
        gap: 32px 56px;
        margin-bottom: 72px;
    }

    .about-fact-value {
        font-size: 20px;
    }

    .about-business {
        margin-bottom: 72px;
    }

    .about-business-list {
        grid-template-columns: 1fr 1fr;
        gap: 14px 32px;
    }

    .about-business-list li {
        font-size: 16px;
    }

    .about-office-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .about-office {
        min-height: 220px;
        display: flex;
        flex-direction: column;
    }

    .about-office a {
        margin-top: auto;
    }
}





/* Single Artist
--------------------------------------- */
#single-artist div.fv {
    overflow: hidden;
    position: relative;
}

#single-artist div.fv .post-thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: 50% 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* 画像の中央をdivの中央に配置 */
}

#single-artist div.fv h2.artist-name {
    z-index: 10;
    position: relative;
    /* font-size: 77px; */
    font-size: 15vw;
    /* word-break: break-all; */
    text-align: center;
    color: #FFF;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 0.2em;
}

div.fv div.social-media {
    z-index: 10;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

div.social-media a img {
    width: 22px;
    height: 25px;
    margin: 0 10px;
}

#single-artist div.contents {
    padding: 0 30px;
    padding-bottom: 30px;
}

#single-artist div.contents h3 {
    font-size: 36px;
    padding: 50px 0 30px 0;
}

#single-artist div.contents p {
    margin-bottom: 1em;
}

#single-artist div.contents p,
#single-artist div.contents li {
    font-size: 12px;
    line-height: 1.8;
}

#single-artist div.contents li {
    margin-bottom: 1em;
}

#single-artist div.contents li a {
    color: #000;
    text-decoration: underline;
}

#single-artist div.contents ul {
    margin-left: 20px;
}

.wp-block-embed iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}

.lang-content {
    display: none;
}

.lang-content.active {
    display: block;
}

.lang-name {
    display: none;
}

.lang-name.active {
    display: inline;
}

/* Default active content is controlled by .active class in HTML */

span.btn-lang {
    margin-bottom: 1em;
    display: inline-block;
    font-size: 14px;
}

.btn-lang {
    cursor: pointer;
    padding: 5px;
    color: #555;
}

.btn-lang.selected {
    font-weight: bold;
    color: black;
}

/* 语言切换器容器 */
.lang-switcher {
    margin-bottom: 20px;
}

/* VIDEO 部分样式 */
.video-wrapper {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
}

.video-wrapper iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

/* TOPICS 列表在艺术家详情页的样式 */
#single-artist .wrap-post-item {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

#single-artist .wrap-post-item .post-item {
    flex: 0 0 calc(50% - 10px);
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

#single-artist .wrap-post-item .post-item .post-thumbnail {
    margin-bottom: 10px;
}

#single-artist .wrap-post-item .post-item .post-thumbnail img {
    width: 100%;
    height: auto;
}

#single-artist .wrap-post-item .post-item .meta p {
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
}

#single-artist .wrap-post-item .post-item .meta h3 {
    font-size: 16px;
    margin: 0;
}

#single-artist .wrap-post-item .post-item a {
    color: #000;
    text-decoration: none;
}

#single-artist .wrap-post-item .post-item a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    #single-artist .wrap-post-item .post-item {
        flex: 0 0 100%;
    }
}

@media only screen and (min-width: 769px) {
    #single-artist div.fv h2.artist-name {
        font-size: 140px;
        text-align: right;
        right: 30px;
    }

    div.fv div.social-media {
        display: flex;
        flex-flow: column;
        left: 30px;
    }

    div.fv div.social-media a img {
        width: 44px;
        height: 50px;
        margin: 10px 0;
    }

    #single-artist div.contents {
        padding: 0 60px;
        padding-bottom: 60px;
    }

    #single-artist div.contents h3 {
        font-size: 72px;
        padding: 100px 0 60px 0;
    }

    #single-artist div.contents p,
    #single-artist div.contents li {
        font-size: 16px;
        line-height: 1.8;
    }

    span.btn-lang {
        font-size: 20px;
    }
}



/* sal library over ride
--------------------------------------- */
[data-sal="slide-up"] {
    transform: translateY(30px);
    /* 初期位置を指定（スライド距離） */
    opacity: 0;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}

[data-sal="slide-up"].sal-animate {
    transform: translateY(0);
    /* 最終位置 */
    opacity: 1;
}


/* Single Topic (文章详情页)
--------------------------------------- */
.single-topic-page {
    background: #000;
    min-height: 100vh;
    padding-bottom: 60px;
}

.single-topic-article {
    max-width: 100%;
}

/* Hero / Cover */
.single-topic-hero {
    position: relative;
    width: 100%;
    min-height: 50vh;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.single-topic-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.6s ease;
}

.single-topic-cover-placeholder {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
}

.single-topic-hero:hover .single-topic-cover {
    transform: scale(1.03);
}

.single-topic-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.2) 100%);
    pointer-events: none;
}

.single-topic-hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px 36px;
}

.single-topic-back {
    display: inline-block;
    color: rgba(255,255,255,0.7);
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 16px;
    letter-spacing: 0.05em;
    transition: color 0.25s ease;
}

.single-topic-back:hover {
    color: #fff;
}

.single-topic-meta-cat {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: rgba(255,255,255,0.6);
    margin-bottom: 12px;
}

.single-topic-title {
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
    color: #fff;
    margin: 0 0 12px 0;
    letter-spacing: -0.02em;
}

.single-topic-date {
    display: block;
    font-size: 13px;
    color: rgba(255,255,255,0.55);
    font-weight: 500;
}

/* Body */
.single-topic-body {
    width: 100%;
    padding: 0 20px;
}

.single-topic-body-inner {
    max-width: 680px;
    margin: 0 auto;
    padding: 48px 0 32px;
}

.single-topic-content.entry-content {
    font-size: 16px;
    line-height: 1.75;
    color: rgba(255,255,255,0.9);
}

.single-topic-content.entry-content p {
    margin: 0 0 1.25em 0;
}

.single-topic-content.entry-content p:last-child {
    margin-bottom: 0;
}

.single-topic-content.entry-content a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.single-topic-content.entry-content a:hover {
    opacity: 0.85;
}

.single-topic-content.entry-content h2,
.single-topic-content.entry-content h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #fff;
    margin: 1.5em 0 0.5em;
}

.single-topic-content.entry-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1em 0;
}

.single-topic-content.entry-content ul,
.single-topic-content.entry-content ol {
    margin: 1em 0;
    padding-left: 1.5em;
}

/* Footer */
.single-topic-footer {
    max-width: 680px;
    margin: 0 auto;
    padding: 24px 20px 40px;
    border-top: 1px solid rgba(255,255,255,0.12);
}

.single-topic-back-link {
    display: inline-block;
    color: rgba(255,255,255,0.65);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.25s ease;
}

.single-topic-back-link:hover {
    color: #fff;
}

@media only screen and (min-width: 769px) {
    .single-topic-hero {
        min-height: 65vh;
    }

    .single-topic-hero-inner {
        padding: 60px 40px 48px;
    }

    .single-topic-back {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .single-topic-meta-cat {
        font-size: 12px;
        margin-bottom: 14px;
    }

    .single-topic-title {
        font-size: 42px;
        margin-bottom: 14px;
    }

    .single-topic-date {
        font-size: 14px;
    }

    .single-topic-body {
        padding: 0 40px;
    }

    .single-topic-body-inner {
        padding: 64px 0 40px;
    }

    .single-topic-content.entry-content {
        font-size: 18px;
        line-height: 1.8;
    }

    .single-topic-footer {
        padding: 32px 40px 60px;
    }

    .single-topic-back-link {
        font-size: 15px;
    }
}


/* RELEASES Featured Spotlight (Homepage) */
.home-releases-spotlight {
    display: flex;
    padding: 0 30px;
    gap: 60px;
    align-items: center;
    margin-bottom: 40px;
}

.home-release-featured {
    flex: 0 0 50%;
    max-width: 500px;
}

.home-release-featured .records-catalog-release {
    flex-basis: 100%;
}

.home-release-others {
    flex: 1;
    color: #111;
}

.home-release-others h3 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
    opacity: 0.5;
}

.home-release-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.home-release-list li {
    margin-bottom: 20px;
}

.home-release-list a {
    color: #111;
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
    transition: color 0.3s ease;
    display: block;
}

.home-release-list a:hover {
    color: #e42b20;
}

@media only screen and (max-width: 768px) {
    .home-releases-spotlight {
        flex-direction: column;
        padding: 0 15px;
        gap: 40px;
        align-items: flex-start;
    }
    .home-release-featured {
        flex: 1 1 100%;
        width: 100%;
    }
}

/* EVENTS (Homepage) */
#events {
    background-color: #000;
    padding: 10px 0 75px 0;
}

#venues {
    background-color: #fff;
    padding: 10px 0 75px 0;
}

@media only screen and (min-width: 769px) {
    #events, #venues {
        padding: 10px 0 150px 0;
    }
}

/* EVENTS Tour Poster Typography */
.tour-poster-container {
    padding: 0 30px;
    margin-bottom: 40px;
}

.tour-poster-list {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid rgba(255,255,255,0.2);
}

.tour-poster-item {
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.tour-poster-item a {
    display: flex;
    align-items: center;
    padding: 30px 0;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease, padding-left 0.3s ease;
    z-index: 2;
    position: relative;
}

.tour-poster-item a:hover {
    color: #e42b20;
    padding-left: 20px;
}

/* VENUES Grid Layout */
.venues-grid-container {
    padding: 0 30px;
    margin-bottom: 40px;
}
.venues-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}
.venue-card {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 12px;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transform: translateZ(0);
}
.venue-card-bg {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.venue-card-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 60%);
    transition: background 0.3s ease;
}
.venue-card-content {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 20px;
    color: #fff;
    z-index: 2;
    transform: translateY(10px);
    transition: transform 0.3s ease;
}
.venue-title {
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin: 0 0 5px 0;
    color: #fff;
    text-transform: uppercase;
}
.venue-location {
    display: block;
    font-size: 14px;
    opacity: 0.8;
    text-transform: uppercase;
}
.venue-card:hover .venue-card-bg {
    transform: scale(1.08);
}
.venue-card:hover .venue-card-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.2) 60%);
}
.venue-card:hover .venue-card-content {
    transform: translateY(0);
}

.tour-poster-item .event-date {
    font-size: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    width: 80px;
    flex-shrink: 0;
    opacity: 0.6;
}

.tour-poster-item .event-title {
    font-size: 32px;
    font-weight: 800;
    margin: 0;
    flex-grow: 1;
    text-transform: uppercase;
}

.tour-poster-item .event-location {
    font-size: 16px;
    text-transform: uppercase;
    opacity: 0.6;
    margin-right: 30px;
}

.tour-poster-item .event-arrow {
    font-size: 24px;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateX(-10px);
}

.tour-poster-item a:hover .event-arrow {
    opacity: 1;
    transform: translateX(0);
}

.event-hover-poster {
    position: absolute;
    top: 50%;
    right: 20%;
    transform: translateY(-50%) scale(0.98);
    width: 250px;
    height: 350px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1;
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
    border-radius: 10px;
    overflow: hidden;
}

.event-hover-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tour-poster-item:hover .event-hover-poster {
    opacity: 1;
    transform: translateY(-50%) scale(1);
    transition-delay: 0.15s; /* Prevent flashing when hovering quickly across rows */
}

@media only screen and (max-width: 768px) {
    .tour-poster-container {
        padding: 0 15px;
    }
    .tour-poster-item a {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 0;
    }
    .tour-poster-item .event-title {
        font-size: 24px;
        margin: 10px 0;
    }
    .tour-poster-item .event-location {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .event-hover-poster {
        display: none !important;
    }
}



/* MARQUEE DIVIDER */
.modernsky-marquee {
    width: 100%;
    overflow: hidden;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.05);
    font-size: 80px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900;
    letter-spacing: 2px;
    white-space: nowrap;
    padding: 0;
    margin: 60px 0;
    user-select: none;
    pointer-events: none;
}

.modernsky-marquee .marquee-inner {
    display: flex;
    width: max-content;
    animation: marquee-scroll 60s linear infinite;
}

.modernsky-marquee span {
    padding-right: 20px;
}

@keyframes marquee-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
