/* リキッドレイアウト対応 */

body {
    word-wrap: break-word;
    color: #111;
    font-family: -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
    word-wrap: break-word;
}

.u-desktop {
    display: none;
}

.p-single iframe {
    /* 高さを自動調整 */
    aspect-ratio: 16/9; /* 横幅を親要素に合わせる */
    height: auto; /* アスペクト比を指定 (16:9) */
    max-width: 100%;
    width: 100%; /* 親要素を超えないように制限 */
}

/* PCSP */

.spDisp {
    display: block !important;
}

.pcDisp {
    display: none !important;
}

/* カスタム見出しスタイル */

.wp-block-heading.is-style-custom-heading-2 {
    background: rgba(223, 241, 246, 0.1333333333);
    border-bottom: 2px solid #42aac7;
    border-left: 10px solid #42aac7;
    margin: 20px 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5em;
}

.wp-block-heading.is-style-custom-heading-3 {
    border-bottom: 2px solid #42aac7;
    margin: 20px 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5em;
}

.wp-block-heading.is-style-custom-heading-4 {
    border-bottom: none;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 0.5em;
    position: relative;
}

.wp-block-heading.is-style-custom-heading-4::before {
    border-bottom: solid 3px #42aac7;
    border-left: solid 3px #42aac7;
    border-top: solid 3px #42aac7;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 10px;
}

.wp-block-heading.is-style-custom-heading-4::after {
    border-bottom: solid 3px #42aac7;
    border-right: solid 3px #42aac7;
    border-top: solid 3px #42aac7;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
}

.wp-block-heading.is-style-custom-heading-5 {
    background-color: #42aac7;
    border: none;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 0.5em;
    position: relative;
}

.wp-block-heading.is-style-custom-heading-5::after {
    background-color: #42aac7;
    bottom: -6px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
}

.wp-block-heading.is-style-custom-heading-6 {
    border-bottom: 3px solid #4c9ac0;
    font-weight: bold;
    margin: 0 auto;
    margin-bottom: 40px;
    padding: 0.3em;
    position: relative;
}

.wp-block-heading.is-style-custom-heading-6::before {
    background-color: #fff;
    bottom: -3px;
    content: "";
    height: 3px;
    left: 30px;
    position: absolute;
    width: 20px;
}

.wp-block-heading.is-style-custom-heading-6::after {
    background-color: #4c9ac0;
    bottom: -10px;
    content: "";
    height: 3px;
    left: 25px;
    position: absolute;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 20px;
}

/* カスタム段落スタイル */

.wp-block-paragraph.is-style-custom-paragraph {
    background-color: #f9f9f9;
    border-radius: 5px;
    color: #555;
    font-size: 19.2px;
    font-size: 1.2rem;
    line-height: 1.8;
    padding: 16px;
    padding: 1rem;
}

.grecaptcha-badge {
    visibility: hidden;
}

h1 {
    font-size: 27.428px;
    font-size: 1.7142857143rem;
    margin-bottom: 9.142px;
    margin-bottom: 0.5714285714rem;
}

h2 {
    font-size: 18.285px;
    font-size: 1.1428571429rem;
    margin-bottom: 9.142px;
    margin-bottom: 0.5714285714rem;
}

h3 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 9.142px;
    margin-bottom: 0.5714285714rem;
}

.center {
    text-align: center !important;
    width: 100%;
}

.mgn_top {
    margin-top: 16px;
    margin-top: 1rem;
}

.mgn_bottom {
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.bold {
    font-weight: bold;
}

html {
    font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
    padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

/* Set core root defaults */

html {
    scroll-behavior: smooth;
}

/* Set core body defaults */

body {
    line-height: 1.5;
    min-height: 100vh;
    text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
    list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
    display: block;
    max-width: 100%;
    width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
    margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
    font: inherit;
}

/* Blur images when they have no alt attribute */

/* フォームリセット */

input,
button,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
}

textarea {
    resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
    display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
    cursor: pointer;
}

select::-ms-expand {
    display: none;
}

.l-contents {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}

.l-contents__hmgn {
    margin-bottom: 27.428px;
    margin-bottom: 1.7142857143rem;
}

.l-footer {
    width: 100%;
}

.l-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; /* 画面の高さから他の同レイヤーの要素の高さを引いた値に */
}

.l-main__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 91.428px 22.857px;
    padding: 5.7142857143rem 1.4285714286rem;
    width: 100%;
}

.l-main__single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; /* 画面の高さから他の同レイヤーの要素の高さを引いた値に */
}

.l-rightside {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: auto;
    margin-top: 22.857px;
    margin-top: 1.4285714286rem;
    width: 100%; /* 縮小を無効化 */
}

.l-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-banner {
    margin-bottom: 22.857px;
    margin-bottom: 1.4285714286rem;
}

.c-banner ul li {
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.c-banner ul li:last-child {
    margin-bottom: 0;
}

.c-banner360 {
    margin-bottom: 22.857px;
    margin-bottom: 1.4285714286rem;
}

nav.breadcrumbs {
    font-size: 13.714px;
    font-size: 0.8571428571rem;
    margin: 0 auto;
    margin-top: 27.428px;
    margin-top: 1.7142857143rem;
    max-width: 700px;
    text-align: left;
}

.c-digartists {
    margin-top: 22.857px;
    margin-top: 1.4285714286rem;
}

.c-digartists h2 {
    font-family: "Bebas Neue", serif;
    font-size: 41.142px;
    font-size: 2.5714285714rem;
    letter-spacing: 0.2px;
    margin-bottom: 0;
    margin-right: 4.571px;
    margin-right: 0.2857142857rem;
}

.c-digartists__page {
    margin-top: 0px;
    margin-top: 0rem;
}

.c-digartists__page h2 {
    font-family: "Bebas Neue", serif;
    font-size: 45.714px;
    font-size: 2.8571428571rem;
    letter-spacing: 0.2px;
    margin-bottom: 0;
    margin-right: 4.571px;
    margin-right: 0.2857142857rem;
}

.c-digartists__ttlbox {
    gap: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.c-digartists__viewall {
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    margin-left: 0;
    text-align: left;
}

.c-digartists__artistbox ul {
    gap: 14px;
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    list-style: none;
    margin: 0;
    padding: 0;
}

.c-digartists__artistbox ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; /* コンテンツを中央揃え */
}

.c-digartists__artistbox {
    background-color: #f1f1f1;
    padding: 22.857px 11.428px;
    padding: 1.4285714286rem 0.7142857143rem;
}

.p-digartists__images img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    border-radius: 50%;
    display: block;
    height: auto;
    margin: 0 auto;
    object-fit: cover;
    width: auto; /* 画像を中央揃え */
}

.p-digartists__name {
    font-size: 12.571px;
    font-size: 0.7857142857rem;
    font-weight: bold;
    margin-top: 9.142px;
    margin-top: 0.5714285714rem;
}

.column_gray_box {
    background: #f5f5f5;
    margin: 15px 0;
    padding: 0.8em;
}

.news_detail_img {
    height: auto;
    margin-bottom: 15px;
    max-width: 100%;
}

.content > h2 {
    border-left: 5px solid #111111;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 10px;
    padding-bottom: 15px;
}

.content > h3 {
    border-bottom: 2px solid gray;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-bottom: 5px;
    padding-top: 10px;
}

#ez-toc-container {
    background: #f9f9f9;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    display: table;
    margin: 25px 0 30px 0;
    padding: 0;
    position: relative;
    width: auto;
}

div#ez-toc-container {
    margin-top: 16px;
    margin-top: 1rem;
    width: 100%;
}

.ez-toc-title-container {
    display: table;
    padding: 4.571px;
    padding: 0.2857142857rem;
    width: 100%;
}

div#ez-toc-container p.ez-toc-title,
#ez-toc-container .ez_toc_custom_title_icon,
#ez-toc-container .ez_toc_custom_toc_icon {
    color: #ffffff;
}

div#ez-toc-container ul li {
    font-weight: 500;
    padding: 8px;
}

ul.ez-toc-list a.ez-toc-link {
    padding: 0px 0 0 15px;
}

#page-top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 20px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 65px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    position: fixed;
    right: 20px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
    width: 65px;
    z-index: 999;
}

#page-top img {
    /* アイコン画像を適切なサイズに調整 */
    height: auto;
    width: 100%;
}

#page-top.show {
    opacity: 1; /* 表示 */
    -webkit-transform: scale(1);
    transform: scale(1); /* 通常サイズ */
}

.pagination {
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: "Arial", sans-serif;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 27.428px;
    margin-top: 1.7142857143rem;
    overflow-x: auto; /* 横スクロールを許可（念のため） */
    white-space: nowrap; /* 改行を防ぐ */
}

.pagination a,
.pagination span {
    background-color: #fff;
    border: 2px solid #111111;
    color: #111111;
    display: inline-block;
    font-weight: bold;
    padding: 4.571px 11.428px;
    padding: 0.2857142857rem 0.7142857143rem;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pagination a:hover,
.pagination .current {
    background-color: #111111;
    border-color: #111111;
    color: #fff;
}

.pagination .prev,
.pagination .next {
    text-transform: uppercase;
}

.pagination a.disabled {
    border-color: #ccc;
    color: #ccc;
    pointer-events: none;
}

.c-pickup {
    margin-bottom: 22.857px;
    margin-bottom: 1.4285714286rem;
}

.c-pickup ul li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: solid 1px #d9d9d9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 9.142px 0;
    padding: 0.5714285714rem 0;
}

.c-pickup h2 {
    font-family: "Bebas Neue", serif;
    font-size: 41.142px;
    font-size: 2.5714285714rem;
    letter-spacing: 0.2px;
    margin-bottom: 0;
}

.c-pickup ul li:last-child {
    border-bottom: solid 1px #d9d9d9;
}

.c-pickup__images {
    /* rem を削除し px を使用 */
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 4.571px;
    margin: 0 0.2857142857rem; /* 画像のサイズを固定 */
}

.c-pickup__images img {
    /* アスペクト比を維持 */
    -o-object-fit: cover;
    display: block;
    height: 47px;
    object-fit: cover;
    width: 70px;
}

.c-pickup__title {
    font-size: 12px; /* rem を削除し px を使用 */
    font-weight: bold;
}

.c-pickup__date {
    color: #666;
    font-size: 12.571px;
    font-size: 0.7857142857rem; /* rem を削除し px を使用 */
}

.c-pickup__rank {
    font-size: 12.571px;
    font-size: 0.7857142857rem; /* rem を削除し px を使用 */
    font-weight: bold; /* rem を削除し px を使用 */
    line-height: 24px; /* rem を削除し px を使用 */
    margin: 4px;
    padding: 0px 9.142px;
    padding: 0rem 0.5714285714rem;
    text-align: center; /* rem を削除し px を使用 */
}

.c-pickup__rank.rank-1 {
    background-color: #bb9e76;
    color: #fff;
}

.c-pickup__rank.rank-2 {
    background-color: #8a9ea9;
    color: #fff;
}

.c-pickup__rank.rank-3 {
    background-color: #766669;
    color: #fff;
}

.c-pickup__rank.rank-4 {
    background-color: #c1c0c0;
    color: #fff;
}

.c-pickup__rank.rank-5 {
    background-color: #c1c0c0;
    color: #fff;
}

.c-playlist h2 {
    font-family: "Bebas Neue", serif;
    font-size: 41.142px;
    font-size: 2.5714285714rem;
    letter-spacing: 0.2px;
}

.c-post {
    margin-top: 22.857px;
    margin-top: 1.4285714286rem;
}

.c-post h2 {
    color: #111;
    font-family: "Bebas Neue", serif;
    font-size: 36.571px;
    font-size: 2.2857142857rem;
    letter-spacing: 0.2px;
    margin-bottom: 0px;
    margin-bottom: 0rem;
    text-align: center;
}

.c-post__titlebox {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.c-post__titlebox.tag-title {
    font-size: 18.285px;
    font-size: 1.1428571429rem;
    font-weight: bold;
    margin-bottom: 9.142px;
    margin-bottom: 0.5714285714rem;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}

.c-post__titlebox.tag-title span {
    font-size: 18.285px;
    font-size: 1.1428571429rem;
    font-weight: normal;
}

.c-post__catch {
    font-size: 13.714px;
    font-size: 0.8571428571rem;
    margin-left: 16px;
    margin-left: 1rem;
}

.c-post__cards {
    row-gap: 11.428px;
    row-gap: 0.7142857143rem;
    -moz-column-gap: 0.7142857143rem;
    -webkit-column-gap: 0.7142857143rem;
    column-gap: 0.7142857143rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 11.428px;
    margin-bottom: 0.7142857143rem;
    width: 100%;
}

.c-post_cards--item {
    overflow: hidden; /* 子要素がはみ出さないようにする */
}

.c-post_cards--images {
    aspect-ratio: 16/9; /* 比率外の画像を隠す */
    border: solid 1px #eaeaea; /* 画像比率を16:9に固定 */
    overflow: hidden;
    width: 100%;
}

.c-post_cards--images img {
    /* 滑らかなアニメーション */
    display: block;
    height: auto;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%;
}

.c-post_cards--images:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08); /* 控えめな拡大率 */
}

.c-post_cards--images img {
    -o-object-fit: cover; /* 画像を比率内に収めてトリミング */
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.c-post_cards--detail {
    padding-bottom: 0px;
    padding-bottom: 0rem;
    padding-top: 16px;
    padding-top: 1rem;
    text-align: left;
}

.c-post_cards--title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
    font-size: 13.714px;
    font-size: 0.8571428571rem;
    font-weight: bold;
    margin-bottom: 2.285px;
    margin-bottom: 0.1428571429rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.c-post_cards--date {
    color: #666;
    font-size: 13.714px;
    font-size: 0.8571428571rem;
    margin-bottom: 9.142px;
    margin-bottom: 0.5714285714rem;
}

.c-post_cards--tag {
    row-gap: 4.571px;
    row-gap: 0.2857142857rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-template-columns: repeat(3, 1fr);
}

.c-post_cards--tag a {
    margin-right: 4px;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease; /* 背景色と文字色の変更にトランジションを追加 */
}

.c-post_cards--tag a:hover {
    background-color: #111111;
    border: solid 1px #42aac7;
    color: #42aac7;
}

.c-post_cards--tag-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: solid 1px #d9d9d9;
    border-radius: 0.2857142857rem;
    color: #909090;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12.571px;
    font-size: 0.7857142857rem;
    padding: 4.571px 4.571px;
    padding: 0.2857142857rem 0.2857142857rem;
    text-align: center;
}

.c-post__tabs {
    margin-bottom: 14px;
    text-align: center;
}

.c-post__tabs .tabs {
    gap: 9.142px;
    gap: 0.5714285714rem;
    border-bottom: solid 1px #d9d9d9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    overflow-x: scroll;
    padding: 0;
}

.c-post__tabs .tabs li {
    background: #d9d9d9;
    border-radius: 5px 5px 0px 0px;
    cursor: pointer;
    font-family: "Arial", "メイリオ";
    font-size: 13.714px;
    font-size: 0.8571428571rem;
    font-weight: bold;
    padding: 4.571px 11.428px;
    padding: 0.2857142857rem 0.7142857143rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    white-space: nowrap;
}

.c-post__tabs .tabs li.active {
    background: #333;
    border-color: #333;
    color: #fff;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tag-title h2 {
    font-family: -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
    font-size: 18.285px;
    font-size: 1.1428571429rem;
    line-height: 210%;
    margin-bottom: 0;
    text-align: center;
}

.c-post__viewall {
    margin: 27.428px 0;
    margin: 1.7142857143rem 0;
    text-align: center;
}

.c-post__viewall a {
    background-color: #111111;
    border-radius: 99999px;
    color: #ffffff;
    display: block;
    font-family: "Arial", "メイリオ";
    font-size: 14.857px;
    font-size: 0.9285714286rem;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px 40px;
    width: 200px;
}

.c-pushbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0px;
    margin-bottom: 0rem;
    width: 100%;
}

.c-pushbox__cards {
    background-color: #f9f9f9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 32px);
    flex: 1 1 calc(50% - 32px);
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}

.c-pushbox__cards {
    display: none;
}

.c-pushbox__images {
    aspect-ratio: 16/9; /* 16:9の比率を維持 */
    overflow: hidden; /* 比率外の画像を隠す */
    position: relative;
    width: 100%;
}

.c-pushbox__images {
    overflow: hidden; /* 画像が親要素を超えないように隠す */
}

.c-pushbox__images img {
    /* アニメーション速度をさらに遅く */ /* ホバー時のアニメーションを設定 */
    display: block;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.c-pushbox__images:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08); /* 控えめな拡大率 */
}

.c-pushbox__cards:first-child {
    margin-right: 0px;
    margin-right: 0rem;
}

.c-pushbox__images img {
    -o-object-fit: cover; /* 画像を比率内に収めてトリミング */
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.c-pushbox__detail {
    background-color: #111;
    color: #fff;
    padding: 18.285px;
    padding: 1.1428571429rem;
    text-align: left;
}

.c-pushbox__detail--title {
    font-size: 14.857px;
    font-size: 0.9285714286rem;
    font-weight: bold;
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: unset;
}

.c-pushbox__detail--date {
    color: #666;
    font-size: 14.4px;
    font-size: 0.9rem;
    margin-bottom: 9.142px;
    margin-bottom: 0.5714285714rem;
}

.c-ranking {
    margin-bottom: 22.857px;
    margin-bottom: 1.4285714286rem;
}

.c-ranking ul li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: solid 1px #d9d9d9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 9.142px 0;
    padding: 0.5714285714rem 0;
}

.c-ranking h2 {
    font-family: "Bebas Neue", serif;
    font-size: 41.142px;
    font-size: 2.5714285714rem;
    letter-spacing: 0.2px;
    margin-bottom: 0;
}

.c-ranking ul li:last-child {
    border-bottom: solid 1px #d9d9d9;
}

.c-ranking__images {
    /* rem を削除し px を使用 */
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 4.571px;
    margin: 0 0.2857142857rem; /* 画像のサイズを固定 */
}

.c-ranking__images img {
    /* アスペクト比を維持 */
    -o-object-fit: cover;
    display: block;
    height: 47px;
    object-fit: cover;
    width: 70px;
}

.c-ranking__title {
    font-size: 12px; /* rem を削除し px を使用 */
    font-weight: bold;
}

.c-ranking__date {
    color: #666;
    font-size: 12.571px;
    font-size: 0.7857142857rem; /* rem を削除し px を使用 */
}

.c-ranking__rank {
    font-size: 12.571px;
    font-size: 0.7857142857rem; /* rem を削除し px を使用 */
    font-weight: bold; /* rem を削除し px を使用 */
    line-height: 24px; /* rem を削除し px を使用 */
    margin: 4px;
    padding: 0px 9.142px;
    padding: 0rem 0.5714285714rem;
    text-align: center; /* rem を削除し px を使用 */
}

.c-ranking__rank.rank-1 {
    background-color: #bb9e76;
    color: #fff;
}

.c-ranking__rank.rank-2 {
    background-color: #8a9ea9;
    color: #fff;
}

.c-ranking__rank.rank-3 {
    background-color: #766669;
    color: #fff;
}

.c-ranking__rank.rank-4 {
    background-color: #c1c0c0;
    color: #fff;
}

.c-ranking__rank.rank-5 {
    background-color: #c1c0c0;
    color: #fff;
}

.c-search {
    margin-top: 45.714px;
    margin-top: 2.8571428571rem;
}

.c-search h2 {
    color: #111;
    font-family: -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
    font-size: 16px;
    font-size: 1rem;
}

.c-search__titlebox {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 9.142px;
    margin-bottom: 0.5714285714rem;
}

.c-search__titlebox span {
    font-size: 13.714px;
    font-size: 0.8571428571rem;
    white-space: nowrap;
}

.c-search__catch {
    font-size: 13.714px;
    font-size: 0.8571428571rem;
    margin-left: 16px;
    margin-left: 1rem;
}

.c-search__cards {
    row-gap: 27.428px;
    row-gap: 1.7142857143rem;
    -moz-column-gap: 1rem;
    -webkit-column-gap: 1rem;
    column-gap: 1rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
}

.c-search_cards--item {
    overflow: hidden; /* 子要素がはみ出さないようにする */
}

.c-search_cards--images {
    aspect-ratio: 16/9; /* 画像比率を16:9に固定 */
    overflow: hidden;
    width: 100%; /* 比率外の画像を隠す */
}

.c-search_cards--images img {
    /* 滑らかなアニメーション */
    display: block;
    height: auto;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%;
}

.c-search_cards--images:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08); /* 控えめな拡大率 */
}

.c-search_cards--images img {
    -o-object-fit: cover; /* 画像を比率内に収めてトリミング */
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.c-search_cards--detail {
    padding-bottom: 16px;
    padding-bottom: 1rem;
    padding-top: 16px;
    padding-top: 1rem;
    text-align: left;
}

.c-search_cards--title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
    font-size: 13.714px;
    font-size: 0.8571428571rem;
    font-weight: bold;
    margin-bottom: 2.285px;
    margin-bottom: 0.1428571429rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.c-search_cards--date {
    color: #666;
    font-size: 13.714px;
    font-size: 0.8571428571rem;
    margin-bottom: 9.142px;
    margin-bottom: 0.5714285714rem;
}

.c-search_cards--tag {
    row-gap: 9.142px;
    row-gap: 0.5714285714rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-template-columns: repeat(3, 1fr);
}

.c-search_cards--tag a {
    margin-right: 4px;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease; /* 背景色と文字色の変更にトランジションを追加 */
}

.c-search_cards--tag a:hover {
    background-color: #111111;
    border: solid 1px #42aac7;
    color: #42aac7;
}

.c-search_cards--tag-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: solid 1px #d9d9d9;
    border-radius: 0.2857142857rem;
    color: #909090;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12.571px;
    font-size: 0.7857142857rem;
    padding: 4.571px 4.571px;
    padding: 0.2857142857rem 0.2857142857rem;
    text-align: center;
}

.c-search__tabs {
    margin-bottom: 20px;
    text-align: center;
}

.c-search__tabs .tabs {
    gap: 9.142px;
    gap: 0.5714285714rem;
    border-bottom: solid 1px #d9d9d9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
}

.c-search__tabs .tabs li {
    background: #d9d9d9;
    border-radius: 5px 5px 0px 0px;
    cursor: pointer;
    font-size: 14.857px;
    font-size: 0.9285714286rem;
    font-weight: bold;
    padding: 11.428px 45.714px;
    padding: 0.7142857143rem 2.8571428571rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.c-search__tabs .tabs li.active {
    background: #333;
    border-color: #333;
    color: #fff;
}

.c-single-related__related-posts {
    border-bottom: 2px solid #42aac7;
}

h2.c-single-related__related-posts__title {
    background-color: #111111;
    color: #ffffff;
    font-size: 18.285px;
    font-size: 1.1428571429rem;
    padding: 4px 8px;
}

.c-single-related__related-posts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

h2.c-single-related__related-posts__title {
    background-color: #111111;
    color: #ffffff;
    margin: 16px 0px;
    margin: 1rem 0rem;
    padding: 4px 8px;
}

.c-single-related__related-postsrelated-posts__item {
    border-bottom: solid 1px #d9d9d9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    width: 100%;
}

.c-single-related__related-postsrelated-posts__item:last-child {
    border: none;
}

.c-single-related__related-postsrelated-posts__item a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #42aac7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-single-related__related-postsrelated-posts__thumbnail {
    margin-right: 16px;
    margin-right: 1rem;
}

.c-single-related__related-postsrelated-posts__thumbnail img {
    -o-object-fit: cover;
    display: block;
    height: 80px;
    max-width: 120px;
    object-fit: cover;
    width: 120px;
}

h3.c-single-related__related-postsrelated-posts__title {
    font-size: 16px;
    font-size: 1rem;
}

.c-single-related__related-postsrelated-posts__title {
    /* フレックスボックスを使用 */
    -webkit-line-clamp: 2; /* 表示する行数を指定 */
    -webkit-box-orient: vertical; /* 通常の改行を許可 */
    word-wrap: break-word;
    display: -webkit-box; /* 長い単語を折り返し */
    font-size: 16px; /* 必要に応じて調整 */
    line-height: 1.4;
    overflow: hidden; /* オーバーフローを隠す */
    text-overflow: ellipsis; /* 省略記号を追加 */
    white-space: normal; /* 行間を調整 */
}

.c-team {
    margin-top: 22.857px;
    margin-top: 1.4285714286rem;
}

.c-team h2 {
    font-family: "Bebas Neue", serif;
    font-size: 41.142px;
    font-size: 2.5714285714rem;
    letter-spacing: 0.2px;
    margin-bottom: 0;
    margin-right: 4.571px;
    margin-right: 0.2857142857rem;
}

.c-team__page {
    margin-top: 0px;
    margin-top: 0rem;
}

.c-team__page h2 {
    font-family: "Bebas Neue", serif;
    font-size: 45.714px;
    font-size: 2.8571428571rem;
    letter-spacing: 0.2px;
    margin-bottom: 0;
    margin-right: 4.571px;
    margin-right: 0.2857142857rem;
}

.c-team__ttlbox {
    gap: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.c-team__viewall {
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    margin-left: 0;
    text-align: left;
}

.c-team__artistbox ul {
    /* 自動で行の高さを調整 */
    gap: 12px;
    display: grid; /* 横8列 */
    grid-auto-rows: auto;
    grid-template-columns: repeat(2, 1fr); /* 要素間のスペース */
    list-style: none;
    margin: 0;
    padding: 0;
}

.c-team__artistbox ul li {
    /* コンテンツを中央揃え */
    background-color: #f1f1f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 9.142px;
    padding: 0.5714285714rem;
    text-align: center;
}

.c-team__artistbox ul li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.p-team__images img {
    /* 自動で高さを調整 */
    aspect-ratio: 1/1; /* 幅と高さの比率を固定（正方形） */
    -o-object-fit: cover; /* アスペクト比を維持してフィット */
    display: block; /* ビューポート幅に応じた幅 */
    height: auto; /* ブロック要素化 */
    margin: 0 auto;
    object-fit: cover;
    width: 12vw; /* 画像を中央揃え */
}

.p-team__name {
    font-size: 12.571px;
    font-size: 0.7857142857rem;
    font-weight: bold;
    margin-top: 0px;
    margin-top: 0rem;
}

.p-team__position {
    font-size: 12.571px;
    font-size: 0.7857142857rem;
}

.p-team__images {
    margin-right: 14px;
}

.c-topbanner {
    margin: 0 auto;
    margin-top: 22.857px;
    margin-top: 1.4285714286rem;
    width: 100%;
}

.inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.test {
    background-color: red;
    color: #fff;
    font-size: 22.857px;
    font-size: 1.4285714286rem;
}

.p-404 {
    font-size: 34.285px;
    font-size: 2.1428571429rem;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.p-contact__box {
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

/* ラベルのスタイル */

label {
    font-weight: bold;
    margin-bottom: 15px;
}

/* 必須マーク */

label .must {
    color: #f00;
    font-weight: normal;
    margin-left: 5px;
}

/* テキストボックス、メール、テキストエリアのスタイル */

input[type="text"],
input[type="email"],
textarea {
    background: #f8f8f8;
    border: 1px solid #000;
    border-radius: 5px;
    color: #000;
    font-size: 14px;
    margin-top: 5px;
    padding: 10px;
    width: 100%;
}

/* テキストエリアの高さ調整 */

textarea {
    height: 150px;
    resize: vertical;
}

/* フォーカス時の効果 */

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    background: #fff;
    border-color: #000;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    outline: none;
}

/* 送信ボタンのスタイル */

.p-contact input[type="submit"] {
    background: #000;
    border: none;
    border-radius: 9999px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 68.571px;
    height: 4.2857142857rem;
    margin-top: 27.428px;
    margin-top: 1.7142857143rem;
    padding: 10px 20px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    width: 100%;
}

input[type="submit"]:hover {
    background: #333;
}

.p-contact__submit p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.p-contact__policy p a {
    color: #42aac7;
}

.p-footer {
    background-color: #111;
    color: #fff;
    padding: 45.714px 22.857px;
    padding: 2.8571428571rem 1.4285714286rem;
    position: sticky;
    top: 100vh;
    width: 100%;
}

.p-footer__text {
    font-size: 13.714px;
    font-size: 0.8571428571rem;
    margin-bottom: 22.857px;
    margin-bottom: 1.4285714286rem;
    width: 100%;
}

.p-footer__box {
    margin-bottom: 22.857px;
    margin-bottom: 1.4285714286rem;
}

.p-footer__logo {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    margin-right: 0px;
    margin-right: 0rem;
    width: 182.857px;
    width: 11.4285714286rem;
}

.p-footer__box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.p-footer__navi a {
    font-size: 13.714px;
    font-size: 0.8571428571rem;
}

.p-footer__navi ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.p-footer__navi ul li {
    border-right: none;
    margin-bottom: 9.142px;
    margin-bottom: 0.5714285714rem;
    margin-right: 0px;
    margin-right: 0rem;
    padding-right: 0px;
    padding-right: 0rem;
}

.p-footer__navi ul li:last-child {
    border: none;
}

.p-footer__copy {
    font-size: 13.714px;
    font-size: 0.8571428571rem;
}

.p-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 14px 0px;
    padding-right: 0px;
    padding-right: 0rem;
    width: 100%;
}

.p-header ul {
    display: none;
}

.p-header ul li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    margin-right: 3.428px;
    margin-right: 0.2142857143rem;
    padding-right: 3.428px;
    padding-right: 0.2142857143rem;
}

.p-header ul li:last-child {
    border: none;
}

.template-topnavi {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    width: 100%;
    z-index: 8; /* 薄いドロップシャドウを追加 */
}

.template-topnavi.hidden {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); /* 上に移動して非表示 */
}

.template-topnavi.visible {
    -webkit-transform: translateY(0);
    transform: translateY(0); /* 元の位置に戻って表示 */
}

.p-header ul li a {
    color: #111111;
    display: inline-block;
    font-family: "Arial", "メイリオ";
    font-size: 14.857px;
    font-size: 0.9285714286rem;
    font-weight: bold;
    overflow: hidden;
    padding: 2px 8px; /* フォントサイズ */
    position: relative;
    text-decoration: none; /* テキスト色の滑らかなアニメーション */
}

.p-header ul li a::before {
    inset: 0; /* 背景全体をカバー */
    background-color: #111111;
    content: ""; /* 背景色 */
    opacity: 0;
    position: absolute; /* 初期状態で背景を透明にする */
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease; /* 背景のフェードインアニメーション */
    z-index: -1; /* 背景をテキストの後ろに配置 */
}

.p-header ul li a:hover {
    color: #ffffff; /* ホバー時のテキスト色を白に */
}

.p-header ul li a:hover::before {
    opacity: 1; /* ホバー時に背景を表示 */
}

.p-header__splogo {
    margin: 0 auto;
    max-width: 140px;
}

/* 検索フォーム全体のスタイル */

.p-header__search {
    display: none;
}

/* 検索フォーム全体のスタイル */

.p-header__search_sp {
    margin-left: 16px;
    margin-left: 1rem;
    text-align: right;
}

/* 入力フィールドのスタイル */

.p-header__search input[type="search"] {
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 4px;
    color: #000;
    font-size: 14px; /* 入力フィールドの幅 */
    padding: 8px 12px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 140px;
}

/* 入力フィールドのホバー時 */

.p-header__search input[type="search"]:hover,
.p-header__search input[type="search"]:focus {
    background-color: #f7f7f7;
    border-color: #333;
}

/* 検索ボタンのスタイル */

.p-header__search button {
    background-color: #000;
    border: 2px solid #000;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
    padding: 8px 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* 検索ボタンのホバー時 */

.p-header__search button:hover {
    background-color: #333;
    border-color: #333;
    color: #fff;
}

form.search-form input {
    background-color: #111111;
    border-radius: 4px;
    color: #ffffff;
    font-size: 13px;
    padding: 10px 10px;
}

/* ハンバーガーボタンのスタイル */

.hamburger-menu {
    /* remからpxに修正 */
    background: none;
    border: none;
    cursor: pointer;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    right: 14px; /* 必要に応じて調整 */
    top: 20px;
    width: 36px;
    z-index: 10; /*カーソルが乗ったらポインターに変化させる*/
}

/* 各ラインのスタイル */

.hamburger-menu span {
    /* ラインの高さを指定 */
    background-color: #111111;
    border-bottom: solid 3px #333; /* ラインの色 */
    border-radius: 2px; /* スムーズなアニメーション */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block; /* 回転の基準点を中央に設定 */
    display: block; /* remからpxに修正 */
    height: 2px;
    position: absolute; /* ボックスサイズを統一 */
    -webkit-transform-origin: center;
    transform-origin: center; /* ラインを角丸に */
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease; /*ボーダーで実装*/ /*変化の速度を指定*/ /*変化の速度を指定*/
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    width: 24px;
    width: 24px; /*変化の速度を指定*/
}

.hamburger-menu span:nth-child(1) {
    top: 5px;
}

.hamburger-menu span:nth-child(2) {
    top: 12px;
}

.hamburger-menu span:nth-child(3) {
    top: 19px;
}

/* ボタンがアクティブなとき（×印） */

.hamburger-menu.active span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger-menu.active span:nth-child(2) {
    opacity: 0; /* 中央のラインを非表示 */
}

.hamburger-menu.active span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* ナビゲーションメニュー */

.nav-menu {
    background-color: #ffffff;
    -webkit-box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    padding: 60px 20px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    width: 240px;
    z-index: 8;
}

.nav-menu ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-menu ul li {
    margin-bottom: 4px;
}

.nav-menu ul li a {
    color: #111111;
    display: block;
    font-weight: bold;
    padding: 8px 4px;
    text-decoration: none;
    width: 100%;
}

/* メニューが開いたとき */

.nav-menu.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.p-header__nav-menu--sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 27.428px;
    margin-top: 1.7142857143rem;
}

.p-header__nav-menu--x {
    margin-right: 13.714px;
    margin-right: 0.8571428571rem;
}

.p-news {
    margin-top: 0px;
}

.p-page {
    line-height: 150%;
    margin: 0 auto;
    width: 100%;
}

.p-page a {
    color: #ffffff;
}

.p-page__eyecatch {
    margin-bottom: 22.857px;
    margin-bottom: 1.4285714286rem;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.p-page__eyecatch img {
    -o-object-fit: cover;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.p-page__tag a {
    border: solid 1px #d9d9d9;
    border-radius: 0.2857142857rem;
    color: #909090;
    font-size: 13.714px;
    font-size: 0.8571428571rem;
    margin-right: 6.857px;
    margin-right: 0.4285714286rem;
    padding: 4.571px 9.142px;
    padding: 0.2857142857rem 0.5714285714rem;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
    white-space: nowrap;
}

.p-page__tag a:hover {
    background-color: #111111;
    border: solid 1px #42aac7;
    color: #42aac7;
}

.p-page__tag:last-child {
    margin-right: 0px;
    margin-right: 0rem;
}

.p-page__datebox {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 22.857px;
    margin-bottom: 1.4285714286rem;
    margin-top: 22.857px;
    margin-top: 1.4285714286rem;
}

.p-page__tagbox {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #42aac7;
    border-top: 2px solid #42aac7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    margin-top: 16px;
    margin-top: 1rem;
    padding-bottom: 16px;
    padding-bottom: 1rem;
    padding-top: 16px;
    padding-top: 1rem;
}

.p-page__date {
    margin-right: 16px;
    margin-right: 1rem;
}

.p-page__author--box {
    border: solid 1px #42aac7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px;
}

.p-page__author h3 {
    background: #42aac7;
    color: #fff;
    font-weight: bold;
    padding: 10px 15px;
}

.p-page__author-image img {
    -o-object-fit: cover;
    border-radius: 50%;
    height: 150px !important;
    max-width: 150px !important;
    object-fit: cover;
    width: 150px !important;
}

.p-page__author-image {
    height: 150px;
    margin-right: 24px;
    max-width: 150px;
}

.p-page__author-name {
    border-bottom: solid 3px #42aac7;
    font-weight: bold;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}

.p-page__author-bio {
    line-height: 160%;
}

.p-page__tagunder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.p-page___tagname {
    width: 60px;
}

.p-playlist {
    margin-top: 0px;
}

.p-playlist ul {
    -moz-column-gap: 1.4285714286rem;
    -webkit-column-gap: 1.4285714286rem;
    column-gap: 1.4285714286rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.p-playlist ul li {
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

p.p-playlist__title {
    font-weight: bold;
    margin-bottom: 9.142px;
    margin-bottom: 0.5714285714rem;
}

.p-sidebar {
    display: none;
}

.p-sidebar__logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; /* 要素を中央揃え */
    margin-bottom: 40px; /* 間隔を調整 */
}

.p-sidebar__sns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; /* 要素を中央揃え */
    margin-bottom: 20px; /* 間隔を調整 */
}

.p-sidebar__sns img {
    margin-bottom: 10px; /* SNSアイコン間のスペース */
}

.p-sidebar__tryout {
    margin: 0 auto;
    margin-top: auto; /* 他要素から分離し最下部に固定 */
    text-align: center;
    width: 36px;
}

.p-single-artist {
    border-bottom: solid 1px #111111;
    border-top: solid 1px #111111;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    padding-bottom: 16px;
    padding-bottom: 1rem;
    padding-top: 16px;
    padding-top: 1rem;
}

.p-single-artist__artistbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.p-single-artist a {
    color: #42aac7;
}

.p-single-artist__artist-images {
    margin: 0 auto;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    max-width: 120px;
    width: 120px;
}

.p-single-artist__artist-images img {
    -o-object-fit: cover;
    border: solid 1px #eaeaea;
    border-radius: 50%;
    height: 120px !important;
    max-width: 120px !important;
    object-fit: cover;
    width: 120px !important;
}

.p-single-artist__detailbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.p-single-artist__artist-bio {
    font-size: 13.714px;
    font-size: 0.8571428571rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
    white-space: pre-wrap;
}

.p-single-artist__sns {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    text-align: center;
}

.p-single-artist__sns a {
    font-size: 18.285px;
    font-size: 1.1428571429rem;
    margin-right: 9.142px;
    margin-right: 0.5714285714rem;
    text-align: center;
}

.p-single-artistinter {
    border-top: solid 2px #42aac7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 9.142px;
    margin-bottom: 0.5714285714rem;
    margin-top: 16px;
    margin-top: 1rem;
    padding-top: 16px;
    padding-top: 1rem;
}

.p-single-artistinter__artistbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.p-single-artistinter__detailbox {
    margin: 0 auto;
}

.p-single-artistinter a {
    color: #42aac7;
}

.p-single-artistinter__artist-bio {
    font-size: 13.714px;
    font-size: 0.8571428571rem;
    line-height: 150%;
    white-space: pre-wrap;
}

.p-single-artistinter__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.p-single-artistinter__sns a {
    font-size: 18.285px;
    font-size: 1.1428571429rem;
    margin-right: 9.142px;
    margin-right: 0.5714285714rem;
}

.p-single-artistinter_titlebox {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.tag-title-inter {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.p-single-team {
    border-bottom: solid 1px #111111;
    border-top: solid 1px #111111;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    padding-bottom: 16px;
    padding-bottom: 1rem;
    padding-top: 16px;
    padding-top: 1rem;
}

.p-single-team a {
    color: #42aac7;
}

.p-single-team__artist-images {
    margin-right: 16px;
    margin-right: 1rem;
    width: 171.428px;
    width: 10.7142857143rem;
}

.p-single-team__artist-bio {
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.p-single {
    line-height: 27.428px;
    line-height: 1.7142857143rem;
    margin: 0 auto;
    width: 100%;
}

.p-single__title {
    font-size: 20.571px;
    font-size: 1.2857142857rem;
    line-height: 150%;
}

.p-single a {
    color: #42aac7;
}

.p-single__eyecatch {
    margin-bottom: 22.857px;
    margin-bottom: 1.4285714286rem;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.p-single__eyecatch img {
    -o-object-fit: cover;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.p-single__tag a {
    border: solid 1px #d9d9d9;
    border-radius: 0.2857142857rem;
    color: #909090;
    font-size: 13.714px;
    font-size: 0.8571428571rem;
    margin-right: 6.857px;
    margin-right: 0.4285714286rem;
    padding: 4.571px 9.142px;
    padding: 0.2857142857rem 0.5714285714rem;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
    white-space: nowrap;
}

.p-single__tag a:hover {
    background-color: #111111;
    border: solid 1px #42aac7;
    color: #42aac7;
}

.p-single__tag:last-child {
    margin-right: 0px;
    margin-right: 0rem;
}

.p-single__datebox {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 22.857px;
    margin-bottom: 1.4285714286rem;
    margin-top: 22.857px;
    margin-top: 1.4285714286rem;
}

.p-single__tagbox {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #42aac7;
    border-top: 2px solid #42aac7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    margin-top: 16px;
    margin-top: 1rem;
    padding-bottom: 16px;
    padding-bottom: 1rem;
    padding-top: 16px;
    padding-top: 1rem;
}

.p-single__date {
    margin-right: 16px;
    margin-right: 1rem;
}

.p-single__author--flexbox {
    padding: 0 13.714px;
    padding: 0 0.8571428571rem;
}

.p-single__author {
    border-bottom: dotted 2px #42aac7;
}

.p-single__author--box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 24px;
}

.p-single__author:last-child {
    border: none;
}

.p-single__authar-border {
    border: solid 1px #42aac7;
}

.p-single__author--title h3 {
    background: #42aac7;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0px;
    padding: 10px 15px;
    text-align: center;
}

.p-single__author-image img {
    -o-object-fit: cover;
    border: solid 1px #eaeaea;
    border-radius: 50%;
    height: 120px !important;
    max-width: 120px !important;
    object-fit: cover;
    width: 120px !important;
}

.p-single__author-image {
    height: 120px;
    margin-right: 0;
    max-width: 120px;
}

.p-single__author-name {
    font-weight: bold;
}

.p-single__author--namebox {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 16px;
    margin-top: 1rem;
}

.p-single__author-bio {
    font-size: 13.714px;
    font-size: 0.8571428571rem;
    line-height: 160%;
    margin-top: 16px;
    margin-top: 1rem;
}

.p-single__author-children {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14.857px;
    font-size: 0.9285714286rem;
    margin-right: 0px;
    margin-right: 0rem;
}

.p-single__author-children span {
    border: solid 1px #cccccc;
    border-radius: 9999px;
    font-size: 12.571px;
    font-size: 0.7857142857rem;
    line-height: 18.285px;
    line-height: 1.1428571429rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    margin-right: 4.571px;
    margin-right: 0.2857142857rem;
    padding: 0px 16px;
    padding: 0px 1rem;
}

.p-single__tagunder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.p-single___tagname {
    margin-bottom: 11.428px;
    margin-bottom: 0.7142857143rem;
    text-align: center;
    width: 100%;
}

.p-single__tagchip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

span.p-single__tag {
    margin-bottom: 8px;
}

span.p-single__tag:last-child {
    margin-bottom: 0px;
}

figure.wp-block-image {
    margin: 24px 0;
}

.pagination a,
.pagination span {
    line-height: 150%;
}

.pagination a,
.pagination span a {
    color: #111111;
}

@media screen and (min-width: 768px) {
    .u-desktop {
        display: block;
    }

    .u-mobile {
        display: none;
    }

    .spDisp {
        display: none !important;
    }

    .pcDisp {
        display: block !important;
    }

    h1 {
        font-size: 2.5714285714rem;
        margin-bottom: 1rem;
    }

    h2 {
        font-size: 1.7142857143rem;
        margin-bottom: 1rem;
    }

    h3 {
        font-size: 1.4285714286rem;
        margin-bottom: 1rem;
    }

    html {
        font-size: 1.3333333333vw;
    }

    a[href^="tel:"] {
        pointer-events: none;
    }

    a:hover {
        opacity: 0.8;
    }

    .l-contents {
        padding-left: 100px;
        padding-right: 1.4285714286rem;
        width: 80%;
    }

    .l-main__box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0 auto;
        max-width: 1600px;
        padding: 5.7142857143rem 1.4285714286rem;
        width: 100%;
    }

    .l-rightside {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        height: auto;
        margin-top: 0rem;
        width: 20%;
    }

    .c-digartists {
        margin-top: 2.8571428571rem;
    }

    .c-digartists h2 {
        font-family: "Bebas Neue", serif;
        font-size: 2.8571428571rem;
        letter-spacing: 0.2px;
        margin-bottom: 0;
        margin-right: 0.2857142857rem;
    }

    .c-digartists__ttlbox {
        gap: 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0rem;
    }

    .c-digartists__viewall {
        cursor: pointer;
        font-size: 14px;
        font-weight: bold;
        margin-left: auto;
        text-align: right;
    }

    .c-digartists__artistbox ul {
        gap: 16px;
        display: grid;
        grid-auto-rows: auto;
        grid-template-columns: repeat(8, 1fr);
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .c-digartists__artistbox {
        background-color: #f1f1f1;
        padding: 1.4285714286rem;
    }

    .p-digartists__images img {
        /* 自動で高さを調整 */
        aspect-ratio: 1/1; /* 丸型にする */
        -o-object-fit: cover; /* 幅と高さの比率を固定（正方形） */
        border-radius: 50%; /* アスペクト比を維持してフィット */
        display: block; /* ビューポート幅に応じた幅 */
        height: auto; /* ブロック要素化 */
        margin: 0 auto;
        object-fit: cover;
        width: 12vw; /* 画像を中央揃え */
    }

    #page-top {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        bottom: 40px;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 65px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        opacity: 0;
        position: fixed;
        right: 20px;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
        transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
        transition: opacity 0.3s ease, transform 0.3s ease;
        transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
        width: 65px;
        z-index: 999;
    }

    .c-post {
        margin-top: 0rem;
    }

    .c-post h2 {
        color: #111;
        font-family: "Bebas Neue", serif;
        font-size: 2.8571428571rem;
        letter-spacing: 0.2px;
        margin-bottom: 0rem;
        text-align: center;
    }

    .c-post__titlebox.tag-title {
        font-size: 1.7142857143rem;
        font-weight: bold;
        margin-bottom: 0.5714285714rem;
        width: -moz-fit-content;
        width: -webkit-fit-content;
        width: fit-content;
    }

    .c-post__cards {
        row-gap: 1.7142857143rem;
        -moz-column-gap: 1rem;
        -webkit-column-gap: 1rem;
        column-gap: 1rem;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
        margin-bottom: 1.4285714286rem;
        width: 100%;
    }

    .c-post_cards--detail {
        padding-bottom: 1rem;
        padding-top: 1rem;
        text-align: left;
    }

    .c-post_cards--title {
        font-size: 1rem;
        font-weight: bold;
        margin-bottom: 0.1428571429rem;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .c-post_cards--tag {
        row-gap: 0.5714285714rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        grid-template-columns: repeat(3, 1fr);
    }

    .c-post__tabs {
        margin-bottom: 20px;
        text-align: center;
    }

    .c-post__tabs .tabs {
        gap: 0.5714285714rem;
        border-bottom: solid 1px #d9d9d9;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .c-post__tabs .tabs li {
        background: #d9d9d9;
        border-radius: 5px 5px 0px 0px;
        cursor: pointer;
        font-family: "Arial", "メイリオ";
        font-size: 0.9285714286rem;
        font-weight: bold;
        padding: 0.7142857143rem 2.8571428571rem;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .tag-title h2 {
        font-family: -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
        font-size: 2rem;
        line-height: 210%;
        margin-bottom: 0;
    }

    .c-pushbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 1.7142857143rem;
        width: 100%;
    }

    .c-pushbox__cards {
        background-color: #f9f9f9;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 32px);
        flex: 1 1 calc(50% - 32px);
        margin: 0 auto;
        min-width: 21.4285714286rem;
        overflow: hidden;
        width: 100%;
    }

    .c-pushbox__cards {
        background-color: #111111;
        display: block;
    }

    .c-pushbox__cards:first-child {
        margin-right: 1.4285714286rem;
    }

    .c-pushbox__detail--title {
        font-size: 1.0714285714rem;
        margin-bottom: 0px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: unset;
    }

    .c-search h2 {
        color: #111;
        font-family: -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
        font-size: 2rem;
    }

    .c-search__titlebox {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0.5714285714rem;
    }

    .c-search__titlebox span {
        font-size: 0.8571428571rem;
        white-space: nowrap;
    }

    .c-search__cards {
        row-gap: 1.7142857143rem;
        -moz-column-gap: 1rem;
        -webkit-column-gap: 1rem;
        column-gap: 1rem;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
        width: 100%;
    }

    .c-search_cards--title {
        font-size: 1rem;
        font-weight: bold;
        margin-bottom: 0.1428571429rem;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .c-team {
        margin-top: 2.8571428571rem;
    }

    .c-team h2 {
        font-family: "Bebas Neue", serif;
        font-size: 2.8571428571rem;
        letter-spacing: 0.2px;
        margin-bottom: 0;
        margin-right: 0.2857142857rem;
    }

    .c-team__ttlbox {
        gap: 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0rem;
    }

    .c-team__viewall {
        cursor: pointer;
        font-size: 14px;
        font-weight: bold;
        margin-left: auto;
        text-align: right;
    }

    .c-team__artistbox ul {
        /* 自動で行の高さを調整 */
        gap: 16px;
        display: grid; /* 横8列 */
        grid-auto-rows: auto;
        grid-template-columns: repeat(8, 1fr); /* 要素間のスペース */
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .c-team__artistbox ul li a {
        display: block;
    }

    .p-team__name {
        font-size: 0.7857142857rem;
        font-weight: bold;
        margin-top: 0.5714285714rem;
    }

    .p-team__images {
        margin-right: 0px;
    }

    .c-topbanner {
        margin: 0 auto;
        margin-top: 2.8571428571rem;
        max-width: 728px;
        width: 100%;
    }

    .inner {
        max-width: 1250px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .p-404 {
        font-size: 4.2857142857rem;
        font-weight: bold;
        margin: 0 auto;
        max-width: 700px;
        text-align: center;
        width: 50rem;
    }

    .p-footer {
        background-color: #111;
        color: #fff;
        padding: 4.2857142857rem 8.5714285714rem 7.1428571429rem 8.5714285714rem;
        position: sticky;
        top: 100vh;
        width: 100%;
    }

    .p-footer__text {
        font-size: 0.9285714286rem;
        margin-bottom: 1.4285714286rem;
        width: 60.7142857143rem;
    }

    .p-footer__logo {
        margin-right: 1.7142857143rem;
        width: 11.4285714286rem;
    }

    .p-footer__box {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
    }

    .p-footer__navi a {
        font-size: 1rem;
    }

    .p-footer__navi ul {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .p-footer__navi ul li {
        border-right: solid 1px #d9d9d9;
        margin-bottom: 0rem;
        margin-right: 0.8571428571rem;
        padding-right: 0.8571428571rem;
    }

    .p-footer__copy {
        font-size: 0.9285714286rem;
    }

    .p-header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #ffffff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 0.2857142857rem;
        padding-right: 1.2857142857rem;
        width: 100%;
    }

    .p-header ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-bottom: 0.7142857143rem;
        margin-top: 0.7142857143rem;
    }

    .p-header ul li {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-right: solid 1px #d9d9d9;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-weight: 600;
        margin-right: 0.2142857143rem;
        padding-right: 0.2142857143rem;
    }

    .p-header ul li a {
        color: #111111;
        display: inline-block;
        font-family: "Arial", "メイリオ";
        font-size: 0.9285714286rem;
        font-weight: bold; /* 初期状態のテキスト色 */
        overflow: hidden; /* コンテンツのオーバーフローを隠す */
        padding: 2px 8px; /* フォントサイズ */
        position: relative;
        text-decoration: none; /* 背景より前に配置 */
        -webkit-transition: color 0.4s ease;
        transition: color 0.4s ease; /* リンクのパディング */
        z-index: 1; /* テキスト色の滑らかなアニメーション */
    }

    .p-header__splogo {
        display: none;
    }

    .p-header__search {
        display: block;
        margin-left: 1rem;
        text-align: right;
    }

    .p-header__search_sp {
        display: none;
    }

    .p-header__search input[type="search"] {
        background-color: #fff;
        border: 2px solid #000;
        border-radius: 4px;
        color: #000;
        font-size: 14px; /* 入力フィールドの幅 */
        padding: 8px 12px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        width: 200px;
    }

    .p-page {
        line-height: 2.2857142857rem;
        margin: 0 auto;
        max-width: 700px;
        width: 50rem;
    }

    .p-playlist ul {
        -moz-column-gap: 1.4285714286rem;
        -webkit-column-gap: 1.4285714286rem;
        column-gap: 1.4285714286rem;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .p-playlist ul li {
        margin-bottom: 1rem;
    }

    p.p-playlist__title {
        font-weight: bold;
        margin-bottom: 1rem;
    }

    .p-sidebar {
        background-color: #111111;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100vh; /* 子要素を縦方向に並べる */
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; /* 上部と下部に要素を配置 */
        padding-bottom: 3.5714285714rem;
        padding-top: 40px;
        position: fixed;
        width: 100px;
        z-index: 9;
    }

    .p-single-artist__artistbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .p-single-artist__artist-images {
        margin: inherit;
        margin-right: 1rem;
        max-width: 120px;
        width: 120px;
    }

    .p-single-artist__detailbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .p-single-artist__artist-bio {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .p-single-artist__sns {
        margin-bottom: 0rem;
        text-align: left;
    }

    .p-single-artist__sns a {
        font-size: 1.1428571429rem;
        margin-right: 0.5714285714rem;
        text-align: left;
    }

    .p-single-artistinter__artist-images {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 150px;
        margin: 0 auto;
    }

    .p-single-artistinter__artist-images img {
        width: 100%;
        height: auto;
        aspect-ratio: 1;
        object-fit: cover;
        display: block;
    }

    .p-single-artistinter_titlebox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 1rem;
    }

    .p-single {
        line-height: 1.7142857143rem;
        margin: 0 auto;
        max-width: 700px;
        width: 50rem;
    }

    .p-single__title {
        font-size: 2rem;
        line-height: 150%;
    }

    .p-single__author--flexbox {
        padding: 0 1.7142857143rem;
    }

    .p-single__author--box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 24px;
    }

    .p-single__author--title h3 {
        background: #42aac7;
        color: #fff;
        font-weight: bold;
        margin-bottom: 0px;
        padding: 10px 15px;
        text-align: left;
    }

    .p-single__author-image {
        height: 120px;
        margin-right: 24px;
        max-width: 120px;
    }

    .p-single__author-name {
        font-weight: bold;
    }

    .p-single__author--namebox {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 0rem;
    }

    .p-single__author-bio {
        font-size: 0.9285714286rem;
        line-height: 160%;
        margin-top: 0rem;
    }

    .p-single__author-children {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 0.9285714286rem;
        margin-right: 1rem;
    }

    .p-single__author-children span {
        border: solid 1px #cccccc;
        border-radius: 9999px;
        font-size: 0.7857142857rem;
        line-height: 1.5714285714rem;
        margin-bottom: 0.5714285714rem;
        margin-right: 0.2857142857rem;
        padding: 0px 1.4285714286rem;
    }

    .p-single__tagunder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .p-single___tagname {
        width: 7.1428571429rem;
    }

    span.p-single__tag {
        margin-bottom: 0.5714285714rem;
    }
}

.p-single-artistinter__artist-images img {
    max-width: 120px;
    height: 120px;
    object-fit: cover;
}

@media (min-width: 768px) {
    .p-contact__submit p {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .p-contact input[type="submit"] {
        background: #000;
        border: none;
        border-radius: 9999px;
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        height: 4.2857142857rem;
        margin-top: 1.7142857143rem;
        padding: 10px 20px;
        -webkit-transition: background 0.3s;
        transition: background 0.3s;
    }

    .hamburger-menu {
        display: none; /* PCでは非表示 */
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 375px) {
    html {
        font-size: 4.2666666667vw;
    }
}

/* --------------------------------------------------------------
   基本
-------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
}

body {
    background: #f9f9f9;
    color: #333;
    line-height: 1.6;
}

/* --------------------------------------------------------------
   フォーム全体
-------------------------------------------------------------- */
.live-form {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ddd;
    max-width: 900px;
}

.form-row {
    margin-bottom: 20px;
}

.form-row label {
    font-size: 15px;
    margin-bottom: 6px;
    display: block;
}

/* --------------------------------------------------------------
   入力欄（テキスト／日付／セレクト）
-------------------------------------------------------------- */
input[type="text"],
input[type="date"],
select {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 5px;
    color: #000 !important;
}

/* placeholder色 */
input::placeholder {
    color: #888;
}

/* --------------------------------------------------------------
   公演日（FROM〜TO 横並び）
-------------------------------------------------------------- */
.date-range {
    display: flex;
    align-items: center;
    gap: 10px;
}

.date-range input[type="date"] {
    width: 180px;
}

.date-sep {
    font-size: 16px;
}

/* --------------------------------------------------------------
   チェックボックス（文言の右に配置）
-------------------------------------------------------------- */
.checkbox-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.checkbox-row input[type="checkbox"] {
    width: 18px;
    height: 18px;
    appearance: auto !important;
}

.checkbox-row label {
    display: inline-block !important;
    margin: 0;
    cursor: pointer;
}

/* --------------------------------------------------------------
   ボタン
-------------------------------------------------------------- */
.form-actions {
    margin-top: 25px;
    display: flex;
    justify-content: flex-start;
    gap: 15px;
}

.btn-clear,
.btn-search {
    padding: 12px 25px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

.btn-clear {
    background: #bbb;
    color: #fff;
}

.btn-clear:hover {
    background: #999;
}

.btn-search {
    background: #0073aa;
    color: #fff;
}

.btn-search:hover {
    background: #005f8d;
}

/* --------------------------------------------------------------
   WHAT'S NEW 月送りナビ（ボタン風）
-------------------------------------------------------------- */

/* 月送りナビ（左右端に配置） */
.month-navigation {
    display: flex;
    justify-content: space-between; /* 左右端に配置 */
    align-items: center;
    width: 100%;
    margin: 0 auto 20px;
    padding: 0 10px;
}

/* 中央の現在月 */
.month-navigation .current-month {
    font-size: 20px;
    font-weight: bold;
}

/* ボタン風の矢印リンク */
.month-nav-btn {
    padding: 6px 14px;
    background: #f5f5f5;
    border-radius: 6px;
    text-decoration: none;
    font-size: 16px;
    border: 1px solid #ddd;
    color: #333;
    transition: background 0.2s;
}

.month-nav-btn:hover {
    background: #e3e3e3;
}

/* 左右必ず固定位置になるように */
.month-navigation h4 {
    margin: 0;
    flex: 1;
}

.month-navigation h4:nth-child(1) {
    text-align: left;
}

.month-navigation h4:nth-child(2) {
    text-align: center;
}

.month-navigation h4:nth-child(3) {
    text-align: right;
}

/* --------------------------------------------------------------
   WHAT'S NEW / 検索結果（見出し）
-------------------------------------------------------------- */
.whats-new,
.search-results {
    margin-top: 40px;
}

.whats-new h3,
.search-results h3 {
    font-size: 20px;
    border-left: 5px solid #0073aa;
    padding-left: 10px;
}

/* --------------------------------------------------------------
   日付見出し（追加）
-------------------------------------------------------------- */
.live-date-heading {
    font-size: 18px;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 10px;
    color: #444;
    border-bottom: 2px solid #0073aa;
    padding-bottom: 4px;
}

/* --------------------------------------------------------------
   リストの個別アイテム
-------------------------------------------------------------- */
.whats-new-item,
.result-item {
    background: #fff;
    padding: 15px;
    margin-top: 12px;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.whats-new-item h5,
.result-item h5 {
    font-size: 17px;
    margin-bottom: 6px;
    color: #222;
}

/* --------------------------------------------------------------
   各項目の詳細メタ情報
-------------------------------------------------------------- */
.meta {
    margin-top: 8px;
    font-size: 14px;
    color: #666;
}

.tag {
    background: #ff4081;
    color: #fff;
    padding: 2px 6px;
    margin-left: 8px;
    border-radius: 4px;
    font-size: 12px;
}

/* 開場・開演（追加） */
.open-start {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    color: #555;
}

/* --------------------------------------------------------------
   ページング
-------------------------------------------------------------- */
.pagination {
    margin-top: 20px;
    display: flex;
    gap: 6px;
}

.pagination .page-num {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.pagination .page-num.current {
    background: #0073aa;
    color: #fff;
    border-color: #0073aa;
}

.pagination .page-dots {
    border: none;
    background: transparent;
    padding: 6px 4px;
}

/* --------------------------------------------------------------
   スマホ対応
-------------------------------------------------------------- */
@media (max-width: 600px) {
    .date-range {
        flex-direction: column;
        align-items: flex-start;
    }

    .date-range input[type="date"] {
        width: 100%;
    }

    .form-actions {
        flex-direction: column;
    }

    .open-start {
        display: block;
        margin: 4px 0 0 0;
    }
}

/* --------------------------------------------------------------
   チェックボックス強制表示（テーマCSSに負けない）
-------------------------------------------------------------- */
.checkbox-label {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
    appearance: auto !important;
    -webkit-appearance: checkbox !important;
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 0;
    position: static !important;
    opacity: 1 !important;
    display: inline-block !important;
}

.checkbox-label span {
    font-size: 15px;
    color: #333;
}

/* --------------------------------------------------------------
   詳細ページ
-------------------------------------------------------------- */
.live-detail-wrapper {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
}

.detail-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #222;
}

.detail-meta {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
}

.detail-row {
    display: flex;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.detail-row:last-child {
    border-bottom: none;
}

.detail-label {
    width: 160px;
    font-weight: bold;
    color: #333;
}

.detail-value {
    flex: 1;
    color: #444;
}

.detail-value.tag {
    color: #d9534f;
    font-weight: bold;
}

.detail-back {
    margin-top: 25px;
}

.detail-back a {
    color: #0066cc;
    font-size: 16px;
}

/* ============================
   LIVE 表示：画像 + 情報（横並び）
============================ */
.live-item-wrapper {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.live-thumb {
    width: 120px;
    min-width: 120px;
    height: 90px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #ddd;
    background: #eee;
}

.live-info-box {
    flex: 1;
}

.meta-line {
    display: block;
    margin-top: 4px;
    color: #666;
    font-size: 14px;
}

.live-noimage {
    width: 50%;
    height: 125px;
    background: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    color: #666;
}

/* ==================================================
   LIVE SCHEDULE レイアウト（左右均等版）
================================================== */

.l-wrap {
    display: grid;
    grid-template-columns: 1fr minmax(0, 900px) 1fr;
    gap: 40px;
    padding: 0 20px;
}

/* メインコンテンツを中央カラムに固定 */
.l-main {
    grid-column: 2;
    width: 100%;
}

/* 中央カラム内の余計な横伸びを防止 */
.l-main__box,
.l-contents,
.c-liveschedule__page {
    width: 100%;
}

/* フォーム・一覧は中央カラム内でフル幅 */
.live-form,
.whats-new,
.search-results {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* WHAT'S NEW 月ナビ中央寄せ */
.month-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 20px 0;
}

/* ページング中央寄せ */
.pagination {
    justify-content: center;
}

/* 表示件数テキスト */
.page-info {
    text-align: center;
    margin: 10px 0 20px;
    font-size: 14px;
    color: #555;
}

/* ==================================================
   タブレット・スマホ：1カラム
================================================== */
@media (max-width: 1024px) {
    .l-wrap {
        grid-template-columns: 1fr;
    }

    .l-main {
        grid-column: auto;
    }
}

/* タイトルが長すぎても折り返す */
.live-info-box h5 {
    white-space: normal !important;
    word-break: break-word;
    overflow-wrap: break-word;
}

/* ---------- シングルページ レイアウト ---------- */
.single-live-container {
    width: 90%;
    max-width: 900px;
    margin: 80px auto 40px;
}

.single-live-title {
    font-size: 28px;
    margin-bottom: 25px;
    font-weight: bold;
}

.single-live-flex {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

/* 左側 画像エリア */
.single-live-image-wrap {
    width: 40%;
    max-width: 300px;
}

.live-image {
    width: 50%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    object-fit: cover;
}

.single-live-image {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    object-fit: cover;
}

.single-live-noimage {
    width: 100%;
    height: 300px;
    background: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    color: #666;
}

/* 右側 公演情報 */
.single-live-info {
    width: 60%;
    font-size: 16px;
}

.single-live-info p {
    margin-bottom: 12px;
}

/* 戻るリンク */
.single-live-back {
    margin-top: 40px;
    text-align: left;
}

.single-live-back a {
    text-decoration: none;
    font-size: 16px;
}

/*# sourceMappingURL=styles.css.map */
