/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding-top: 55px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
}
a {
    background-color: transparent;
}
html {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
        Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
        Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 1.5;
}
*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid #e2e8f0;
}
a {
    color: inherit;
    text-decoration: inherit;
}
svg,
video {
    display: block;
    vertical-align: middle;
}
video {
    max-width: 100%;
    height: auto;
}
.bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
}
.bg-gray-100 {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
}
.border-gray-200 {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
}
.border-t {
    border-top-width: 1px;
}
.flex {
    display: flex;
}
.grid {
    display: grid;
}
.hidden {
    display: none;
}
.items-center {
    align-items: center;
}
.justify-center {
    justify-content: center;
}
.font-semibold {
    font-weight: 600;
}
.h-5 {
    height: 1.25rem;
}
.h-8 {
    height: 2rem;
}
.h-16 {
    height: 4rem;
}
.text-sm {
    font-size: 0.875rem;
}
.text-lg {
    font-size: 1.125rem;
}
.leading-7 {
    line-height: 1.75rem;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.ml-1 {
    margin-left: 0.25rem;
}
.mt-2 {
    margin-top: 0.5rem;
}
.mr-2 {
    margin-right: 0.5rem;
}
.ml-2 {
    margin-left: 0.5rem;
}
.mt-4 {
    margin-top: 1rem;
}
.ml-4 {
    margin-left: 1rem;
}
.mt-8 {
    margin-top: 2rem;
}
.ml-12 {
    margin-left: 3rem;
}
.-mt-px {
    margin-top: -1px;
}
.max-w-6xl {
    max-width: 72rem;
}
.min-h-screen {
    min-height: 100vh;
}
.overflow-hidden {
    overflow: hidden;
}
.p-6 {
    padding: 1.5rem;
}
.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.pt-8 {
    padding-top: 2rem;
}
.fixed {
    position: fixed;
}
.relative {
    position: relative;
}
.top-0 {
    top: 0;
}
.right-0 {
    right: 0;
}
.shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.text-center {
    text-align: center;
}
.text-gray-200 {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
}
.text-gray-300 {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
}
.text-gray-400 {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
}
.text-gray-500 {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
}
.text-gray-600 {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
}
.text-gray-700 {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
}
.text-gray-900 {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
}
.underline {
    text-decoration: underline;
}
.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.w-5 {
    width: 1.25rem;
}
.w-8 {
    width: 2rem;
}
.w-auto {
    width: auto;
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 640px) {
    .sm\:rounded-lg {
        border-radius: 0.5rem;
    }
    .sm\:block {
        display: block;
    }
    .sm\:items-center {
        align-items: center;
    }
    .sm\:justify-start {
        justify-content: flex-start;
    }
    .sm\:justify-between {
        justify-content: space-between;
    }
    .sm\:h-20 {
        height: 5rem;
    }
    .sm\:ml-0 {
        margin-left: 0;
    }
    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .sm\:pt-0 {
        padding-top: 0;
    }
    .sm\:text-left {
        text-align: left;
    }
    .sm\:text-right {
        text-align: right;
    }
}
@media (min-width: 768px) {
    .md\:border-t-0 {
        border-top-width: 0;
    }
    .md\:border-l {
        border-left-width: 1px;
    }
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 1024px) {
    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
@media (prefers-color-scheme: dark) {
    .dark\:bg-gray-800 {
        --bg-opacity: 1;
        background-color: #2d3748;
        background-color: rgba(45, 55, 72, var(--bg-opacity));
    }
    .dark\:bg-gray-900 {
        --bg-opacity: 1;
        background-color: #1a202c;
        background-color: rgba(26, 32, 44, var(--bg-opacity));
    }
    .dark\:border-gray-700 {
        --border-opacity: 1;
        border-color: #4a5568;
        border-color: rgba(74, 85, 104, var(--border-opacity));
    }
    .dark\:text-white {
        --text-opacity: 1;
        color: #fff;
        color: rgba(255, 255, 255, var(--text-opacity));
    }
    .dark\:text-gray-400 {
        --text-opacity: 1;
        color: #cbd5e0;
        color: rgba(203, 213, 224, var(--text-opacity));
    }
}
.index-wrapper {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 40px;
}

.footer-wrapper {
    background-color: rgb(53, 52, 52);
    height: 100px;
    vertical-align: middle;
    color: white;
    padding: 10px;
}

.footer-wrapper a {
    color: white;
    font-size: 12px;
}

.footer {
    padding: 10px 0px;
}

.footer-copyright {
    font-size: 8px;
}

.radio-wrapper {
    text-align: center;
    padding: 70px 0px;
}

.cover p {
    position: absolute;
    font-size: 1.5rem;
    /* top: 20%; */
    top: 65%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    color: white;
}

.cover {
    position: relative;
}

.cover img {
    height: 120vh;
    width: 100%;
}

.image {
    height: auto;
}

.text {
    font-size: 12px;
    color: black;
}

.music-item__gray {
    font-size: 11px;
    color: gray;
    text-align: center;
}

.news-item__title {
    font-size: 13px;
}

a:hover {
    color: gray;
}

.date {
    color: gray;
    font-size: 11px;
    padding-left: 0px;
}

.prof_img {
    text-align: center;
    padding-bottom: 30px;
}

.profile-text {
    font-size: 12px;
}

span {
    display: inline-block;
}

.logo {
    font-size: 8px;
    color: gray;
}

html,
body {
    height: 100%;
    margin: 0;
}

footer {
    width: 100%;
}

.js-fadein {
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px);
    transition: all 1s;
}
.js-fadein.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.sns a {
    padding-right: 5px;
    color: white;
}

.sns-nav {
    color: gray;
    width: 150px;
}

.sns-nav i:hover {
    color: black;
}

.sns-nav a {
    padding: 3px;
}

.navbar-brand {
    padding-left: 15px;
}

img {
    box-shadow: 0 5px 5px gray;
}

.album-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-top: 10px;
    gap: 16px;
}

.album-image {
    width: 250px;
    height: 250px;
    cursor: pointer;
}

.music-wrapper {
    position: relative;
}

.track-list {
    font-size: 13px;
    padding: 10px;
}

.modal-img {
    padding: 10px 30px 30px 30px;
}

.modal-img {
    position: relative;
    overflow: hidden;
}

.no-hover {
    pointer-events: none; /* URLが存在しない場合にホバーエフェクトを無効にする */
}

.listen-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.modal-img:hover .listen-text {
    opacity: 1;
}

.album-container img {
    margin-bottom: 20px;
    transition: box-shadow 0.5s;
}

.album-container img:hover {
    box-shadow: 5px 5px 50px gray;
}

.album-container-header {
    padding-top: 10px;
}

.music-menu {
    display: flex;
    list-style: none;
    justify-content: center;
}

.music-menu a {
    padding-right: 30px;
    font-size: 14px;
}

li .active {
    opacity: 0.4;
}

.more {
    font-size: 14px;
    text-align: center;
    padding-top: 30px;
}

.more a:hover {
    color: gray;
}

nav {
    font-size: 11px;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: center;
    overflow-x: scroll;
}

footer {
    height: 100px;
    background-color: #1872cc;
    text-align: center;
    color: white;
    padding-bottom: 100px;
}

a {
    color: black;
    text-decoration: none;
}
table {
    font-size: 13px;
}

.setlist {
    font-size: 13px;
}

.show_button {
    padding-top: 30px;
    padding-bottom: 30px;
}

.setlist_title {
    font-size: 25px;
    text-align: left;
}

.parts-wrapper,
.song-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    align-content: center;
    padding-bottom: 1em;
}

.dropdown-wrapper {
    padding: 5px;
}

.select {
    background: #cfcedb;
    height: 40px;
    width: 300px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}

.select::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    z-index: -1;
}

select {
    /* 初期化 */
    appearance: none;
    -moz-appearance: none;
    /* -webkit-appearance: none; */
    background: none;
    border: none;
    color: #333;
    font-size: 16px;
    /* width: 25%; */
    height: 100%;
    /* padding: 0 10px; */
}

.dropdown-wrapper select {
    margin-right: 30px;
}

.pagination a {
    color: black;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: black;
    border-color: black;
}

.year-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.year-padding {
    padding: 3px;
}

.bio {
    text-align: center;
}

.setlist-row {
    display: flex;
    flex-wrap: nowrap; /* Prevent wrapping */
    overflow-x: scroll; /* Enable horizontal scrolling */
    justify-content: flex-start;
}

.live-column {
    flex: 0 0 auto; /* Prevent columns from shrinking */
    margin: 10px;
    min-width: 350px; /* Adjust the width based on your needs */
}

/* Define .setlist-row to use flex layout */
.database-row {
    display: flex;
    flex-wrap: wrap;
}

.cover-wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    overflow-x: scroll;
}

.cover-wrapper img {
    margin: 10px;
    transition: box-shadow 0.5s;
}

.cover-wrapper img:hover {
    box-shadow: 3px 3px 15px gray;
}

.disc-block {
    display: block;
    text-align: center;
}

table.count {
    counter-reset: rowCount;
    font-size: 13px;
}

table.count > tbody > tr {
    counter-increment: rowCount;
}

table.count > tbody > tr > td:first-child::before {
    content: counter(rowCount);
}

.news p,
.news li {
    font-size: 12px;
}

th {
    font-size: 11px;
}

.td_date {
    white-space: nowrap;
}

.pc_venue {
    white-space: nowrap;
}

.schedule-text {
    font-size: 13px;
}

/* Typeaheadのドロップダウンのスタイル */
.tt-menu {
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px 0;
}

.tt-suggestion {
    padding: 8px;
    cursor: pointer;
}

.tt-suggestion:hover {
    background-color: #f2f2f2;
}

h2 {
    padding-top: 1rem;
}

/* 各ニュースアイテムのスタイル */
.news-item {
    /* padding: 15px 0; 上下の余白 */
    border-bottom: 1px solid #ddd; /* 下に区切り線 */
}

/* 最後のニュースアイテムの区切り線を非表示 */
.news-item:last-child {
    border-bottom: none;
}

/* リンクのスタイル（必要に応じて追加） */
.news-link {
    text-decoration: none; /* 下線を削除 */
    color: inherit; /* 文字色を継承 */
}

/* デフォルトスタイル */
.news-link {
    text-decoration: none; /* 下線を削除 */
    color: inherit; /* 文字色を継承 */
    display: block; /* リンク全体をクリック可能に */
    padding: 15px; /* 枠内の余白 */
    border: 1px solid transparent; /* 初期状態で枠を透明に */
    transition: border-color 0.2s, box-shadow 0.2s; /* スムーズな変化 */
}

/* マウスホバー時 */
.news-link:hover {
    border-color: #ccc; /* 枠の色を指定 */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); /* ふわっとした影を追加 */
    border-radius: 5px; /* 角を丸める（必要なら） */
    background-color: #f9f9f9; /* 背景色を少し変える */
    color: inherit; /* 文字色を継承 */
}
#view-all-news-btn[disabled],
#view-all-music-btn[disabled] {
    pointer-events: none;
    opacity: 0.6;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

.overlay.open {
    opacity: 1;
    visibility: visible;
}

.popup {
    position: fixed;
    top: calc(50% + 30px); /* ヘッダーの高さの影響を避けるため調整 */
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    /* padding: 20px; */
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s ease, opacity 0.3s ease;
    z-index: 1200; /* ヘッダーより大きい値を設定 */
}

.popup.open {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

.popup-content {
    position: relative; /* 子要素（クローズボタン）の位置調整用 */
    max-height: 80vh; /* スクロール可能領域を維持 */
    overflow-y: auto; /* スクロール可能にする */
    padding: 20px;
    box-sizing: border-box;
}

.close-btn {
    position: absolute;
    top: 10px; /* 上から10px */
    right: 10px; /* 右から10px */
    font-size: 20px; /* ボタンの大きさ */
    font-weight: bold;
    cursor: pointer;
    color: black; /* ボタンの色 */
    background: none;
    border: none;
    outline: none;
}

.close-btn:hover {
    color: #333; /* ホバー時の色変更 */
}

.popup-content::-webkit-scrollbar {
    width: 8px; /* スクロールバーの幅 */
}

.popup-content::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5); /* スクロールバーの色 */
    border-radius: 4px; /* 丸みを追加 */
}

.popup-content::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.7); /* ホバー時の色 */
}

@media (min-width: 1024px) {
    .column1,
    .column2-bio {
        width: 50%;
    }

    .column {
        width: 100%;
    }

    table.bios,
    table.songs {
        width: 95%;
    }

    .album-detail {
        padding-top: 30px;
    }
}

@media (min-width: 992px) {
    .mb-sns-nav {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    table.songs,
    table.tour,
    table.solo {
        font-size: 11px;
    }

    .database-row {
        display: column;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .column,
    .column1,
    .column2-bio {
        width: 100%;
    }
}

@media screen and (max-width: 648px) {
    .show_button {
        text-align: center;
    }

    .cover img {
        height: 85vh;
        /* width: 100vw; */
        margin: auto;
    }

    select {
        font-size: 12px;
    }
}

@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local("Material Icons"), local("MaterialIcons-Regular"),
        url(https://example.com/MaterialIcons-Regular.woff2) format("woff2"),
        url(https://example.com/MaterialIcons-Regular.woff) format("woff"),
        url(https://example.com/MaterialIcons-Regular.ttf) format("truetype");
}

.material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: "liga";
}

@media (min-width: 1080px) {
    .sp {
        display: none;
    }
}

@media screen and (max-width: 1080px) {
    h2 {
        text-align: center;
    }

    .sns-nav {
        display: none;
    }

    .cover p {
        font-size: 20px;
    }

    .profile-info {
        text-align: center;
    }

    .pc,
    .pc_venue {
        display: none;
    }

    .parts-wrapper {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        padding-bottom: 0em;
    }

    .database-wrapper {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 992px) {
    .mb-sns-nav {
        text-align: center;
    }

    .mb-sns-nav a {
        padding: 5px;
    }
}

@media screen and (max-width: 768px) {
    .cover p {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .prof_img {
        width: 80%;
        margin: 0 auto;
    }

    .text {
        padding-top: 10px;
        font-size: 10px;
    }

    .profile-text {
        font-size: 10px;
    }

    footer,
    .release,
    .works,
    .music,
    .radio,
    .news-title,
    .profile,
    .album-container,
    .album,
    .form,
    .comments {
        text-align: center;
    }

    .sns a {
        padding: 5px;
    }

    .album-image {
        width: 160px;
        height: 160px;
    }

    .album-container .text {
        padding-top: 5px;
        font-size: 7px;
    }

    .music-header {
        text-align: center;
    }

    .music-item__gray {
        font-size: 11px;
        /* padding: 0px 25px; */
    }

    .more {
        font-size: 11px;
        text-align: center;
        padding-right: 0px;
    }

    .setlist {
        font-size: 13px;
    }

    .setlist_title {
        font-size: 18px;
    }

    .setlist_info {
        font-size: 12px;
    }

    .setlist_artist a {
        font-size: 14px;
    }

    td {
        font-size: 10px;
    }

    .mobile,
    .sp {
        font-size: 10px;
    }

    .error {
        padding-top: 10px;
        font-size: 12px;
    }

    .mb_dropdown {
        padding: 5px 0px;
    }

    .app-title h2,
    h5,
    .footer {
        text-align: center;
        padding-top: 10px;
    }

    .radio-wrapper {
        padding: 50px 0px;
    }

    .pagination {
        display: flex;
        padding-left: 0;
        list-style: none;
        justify-content: left;
        overflow-x: scroll;
    }

    .listen-text {
        font-size: 20px;
    }
}
