@charset "utf-8";

:root{
    --link: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg%3E%3Cpath fill='%23888888' d='M96,0v416h416V0H96z M472,376H136V40h336V376z'/%3E%3Cpolygon fill='%23888888' points='40,472 40,296 40,136 40,96 0,96 0,512 416,512 416,472 376,472'/%3E%3Cpolygon fill='%23888888' points='232.812,312.829 350.671,194.969 350.671,279.766 390.671,279.766 390.671,126.688 237.594,126.688 237.594,166.688 322.39,166.688 204.531,284.547'/%3E%3C/g%3E%3C/svg%3E");
    --link2: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg%3E%3Cpath fill='%23ffffff' d='M96,0v416h416V0H96z M472,376H136V40h336V376z'/%3E%3Cpolygon fill='%23ffffff' points='40,472 40,296 40,136 40,96 0,96 0,512 416,512 416,472 376,472'/%3E%3Cpolygon fill='%23ffffff' points='232.812,312.829 350.671,194.969 350.671,279.766 390.671,279.766 390.671,126.688 237.594,126.688 237.594,166.688 322.39,166.688 204.531,284.547'/%3E%3C/g%3E%3C/svg%3E");
    --link-hover:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg%3E%3Cpath fill='%2339ff14' d='M96,0v416h416V0H96z M472,376H136V40h336V376z'/%3E%3Cpolygon fill='%2339ff14' points='40,472 40,296 40,136 40,96 0,96 0,512 416,512 416,472 376,472'/%3E%3Cpolygon fill='%2339ff14' points='232.812,312.829 350.671,194.969 350.671,279.766 390.671,279.766 390.671,126.688 237.594,126.688 237.594,166.688 322.39,166.688 204.531,284.547'/%3E%3C/g%3E%3C/svg%3E");



  --color-bg: #000000;
  --color-text: #ffffff;
  --color-text-light: #888888;
  --color-accent: #39ff14;
   --color-overlay-clear:rgba(0,0,0,0);
   --color-overlay-strong: rgba(0,0,0,0.4);
   --color-overlay-dark: rgba(0,0,0,0.7);
  --color-header-bg: rgba(255,255,255,0.95);
  --color-surface-soft: rgba(255,255,255,0.05);
  --color-surface-line: rgba(255,255,255,0.2);
  --color-border-mid: rgba(0,0,0,0.1);
  --color-border-soft: rgba(255,255,255,0.1);
  --color-accent-soft: rgba(57,255,20,0.07);





}


body{
    font-family: "Montserrat","M PLUS 1",sans-serif;
    font-size:18px;
    margin:0;
}





.container{
    display: flex;
    width:100%;
    height: 100vh;
    overflow:hidden;
}



/* 左　スライド */
.left-slide{
    width:45%;
    height:100vh;
    position:fixed;
    overflow: hidden;
    background-color: var(--color-bg);
    z-index: 10;
}

.slide-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 2s ease-in-out;
}

.slide-item::after {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: transparent;
    transition: background 0.5s;
    z-index: 1;
}


.slide-item.overlay::after {
    background: linear-gradient(to bottom, var(--color-overlay-clear) 60%, var(--color-overlay-strong) 100%);
}


.slide-item.active {
    opacity: 1;
}
.slide-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 0;
}


.left-slide .n2-section-smartslider,
.left-slide .n2-ss-slider,
.left-slide .n2-ss-slider-wrapper{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
}

.left-slide .n2-padding{
  padding:0 !important;
  height:100% !important;
}

.left-slide .n2-ss-slide-background-image,
.left-slide .n2-ss-slide-background-image picture,
.left-slide .n2-ss-slide-background-image img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  display:block !important;
}
.left-slide .n2-ss-slide-background-image img{
  object-fit:cover !important;
}


/*  

.left-slide .n2-ss-slider {
  position: absolute !important;
  inset: 0 !important;
}

.left-slide .n2-ss-slider-wrapper{
  position: absolute !important;
  inset: 0 !important;
  height: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
}

.left-slide .n2-ss-slider-wrapper::before,
.left-slide .n2-ss-slider-wrapper::after{
  content: none !important;
  display: none !important;
}

.left-slide .n2-ss-slide-background,
.left-slide .n2-ss-slide-background > div{
  position: absolute !important;
  inset: 0 !important;
  height: 100% !important;
  width: 100% !important;
  background-size: cover !important;
  background-position: center !important;
}
.left-slide .n2-ss-slide-background{
  position: absolute !important;
  inset: 0 !important;
}
.left-slide svg{
  width: 100% !important;
  height: 100% !important;
}
 */


.left-slide .n2-section-smartslider,
.left-slide .n2-ss-align,
.left-slide .n2-ss-align > div,
.left-slide .n2-padding {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
}

.left-slide .n2-ss-align {
  width: 100% !important;
}

.left-slide .n2-ss-slider-wrapper {
  height: 100% !important;
  padding: 0 !important;
}

/* 中央 */

.center-content{
    width:45%;
    
    height:100vh;
    overflow-y: auto;
    background: var(--color-bg);
    padding: 0;
    scroll-behavior: smooth;
    margin-left:45%;
}



.center-content section {
    margin-bottom: 90px; 
}

.center-content section:not(.main-visual) {
    padding: 60px 60px;
}

.center-content h2 {
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--color-accent);
    display: inline-block;
    padding-bottom: 10px;
    opacity: 0;
    text-transform: uppercase;
    transform: translateY(20px);
    transition: opacity 1s ease, transform 1s ease;
    color:var(--color-text)
}

.center-content h2.show {
    opacity: 1;
    transform: translateY(0);
}


.center-content p {
    line-height: 2;
    color: var(--color-text);
    margin-bottom: 20px;
}

/* 中央　メインビジュアル＆live */
.main-visual {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-live {
    position: absolute;
    bottom: 5px;
    left: 60px;
    width: 80%;
    max-width: 600px;
    color: var(--color-text);
    z-index: 10;
}
.live-title {
    color: var(--color-text);
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 0px;
    text-transform: uppercase;
    opacity: 1;
    border-bottom: 2px solid var(--color-accent);
    padding-bottom: 2px;
    display: inline-block;
}

.live-list {
    border-top: 1px solid var(--color-border-mid);
}

.live-item {
    display: flex; 
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid var(--color-surface-line);
    color:inherit;
}

.live-item:hover {
    background: var(--color-border-soft);
}

.live-item time {
    font-size: 13px;
    width: 90px;
    flex-shrink: 0;
}

.live-item span {
    font-size: 14px;
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.live-item::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: rotate(45deg);
    margin-left: 10px;
    opacity: 0.5;
}

.live-thumb{
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 16px;
}

.live-archive-item .thumb {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  margin-bottom:14px;
}

.live-archive-item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.live-venue {
    font-size: 12px;
    width: 100px;
    flex-shrink: 0;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.live-item span.live-info {
    font-size: 14px;
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.live-item::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid var(--color-text-light);
    border-right: 1px solid var(--color-text-light);
    transform: rotate(45deg);
    margin-left: 10px;
}

.live-view-all{
    text-align: right;
    margin-top:15px;
}
.live-view-all a{
    color: var(--color-text);
    font-size: 12px;
    letter-spacing: 0.1em;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}
.live-view-all a:hover{
    color: var(--color-accent);
    transform: translateX(5px);
}



/* 中央 about */
.about-flex{
    display: flex;
    flex-direction: column;
    gap:20px;
}

.about-text p {
    font-size: 16px;
    line-height: 2.2;
    letter-spacing: 0.05em;
}
.about-img img {
    width: 100%;
    max-width: 600px;
    height: auto;
    display: block;
    object-fit: contain;
}

/* 中央　video */

#video {
    overflow: hidden;
    padding: 60px 0;
}

#video h2 {
    margin-left: 60px;
}

.video-carousel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
}

.video-track-container {
    width: 100%;
    overflow: visible;
}

.video-track {
    display: flex;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    gap: 5px;
    will-change: transform;
}

.video-slide {
    flex: 0 0 80%;
    aspect-ratio: 16 / 9;
    transition: transform 0.5s, opacity 0.5s;
    opacity: 0.3;
    transform: scale(0.85); 
}

.video-slide.active {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
}

.video-slide iframe {
    width: 100%;
    height: 100%;
    border: 1px solid var(--color-bg);
}

/* video 矢印ボタン */
.video-prev, .video-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: 2px solid var(--color-accent);
    color: var(--color-accent);
    font-size: 24px;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10;
    transition: 0.3s;
}

.video-prev { left: 5%; }
.video-next { right: 5%; }

.video-prev:hover, .video-next:hover {
    background: var(--color-accent);
    color: var(--color-text);
    box-shadow: 0 0 15px var(--color-accent);
}

.video-view-all{
    text-align: right;
    margin-right: 60px;
    margin-top: 30px;
}

.video-view-all a{
    color: var(--color-text);
    font-size: 14px;
    letter-spacing: 0.2em;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.video-view-all a:hover{
    color: var(--color-accent);
    transform: translateX(5px);
}

.arrow-right{
    display: inline-block;
    width:20px;
    height:1px;
    background: currentColor;
    margin-left: 10px;
    position: relative;
}

.arrow-right::after{
    content: '';
    position: absolute;
    right:0;
    top:-4px;
    width:8px;
    height: 8px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: rotate(45deg);
}

/* 中央 disco */

#disco{
    padding:60px 0;
}
#disco h2{
    margin-left:60px;
}
.disco-grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap:20px;
    margin-top: 40px;
    padding: 0 60px;
}
.disco-item{
    position: relative;
    aspect-ratio: 1/1;
    overflow: hidden;
    background: var(--color-bg);
    display: block;
}
.disco-item img{
    width:100%;
    height:100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.disco-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    background-color: var(--color-overlay-dark);
    opacity: 0;
    transition: opacity 0.3s ease;
    padding:0px;
}
.disco-title{
    color: var(--color-accent);
    font-size: 16px;
    text-align: center;
    margin: 0;
    padding:10px;
    width:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateY(10px);transition: transform 0.3s ease;
}
.disco-item:hover img {
    transform: scale(1.1);
}
.disco-item:hover .disco-overlay{
    opacity: 1;
}
.disco-item:hover .disco-title{
    transform: translate(-50%, -50%) translateY(0);
}
.disco-view-all {
    text-align: right;
    margin-right: 60px; 
    margin-top: 30px;
}

.disco-view-all a {
    color: var(--color-text);
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.2em;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}
.disco-view-all a:hover {
    color: var(--color-accent);
    transform: translateX(5px);
}



/* 中央　フッター */
.center-footer{
    padding:20px 0;
    text-align: center;
    border-top: 1px solid var(--color-text-light);
    margin:0 60px;
    
}


.center-footer p {
    font-size: 12px;
    color: var(--color-text-light);
    letter-spacing: 0.1em;
}

/* 右　ナビゲーション */

.right-nav {
    width:10%;
    min-width:180px;
    height: 100vh;
    background-color:var(--color-bg);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    border-left:1px solid var(--color-accent);
    white-space: normal;
    overflow-wrap: anywhere;
}

.right-nav nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.nav-top {
    margin-bottom: 40px; 
}

.right-nav .nav-top a {
    color: var(--color-accent);
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 20px;
}

.right-nav ul{
    padding: 0;
    margin:0;
    text-align: center;
}

.right-nav li{
    margin-bottom: 30px;
}

.right-nav a{
    color: var(--color-text-light);
    font-size: 14px;   
    letter-spacing: 0.2em; 
    display: block;
    transition: color 0.3s;
}

.right-nav a:hover{
    color: var(--color-accent);
}

.nav-sns {
    margin-top: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15px; 
    width: 100%; 
}
.nav-sns img {
    width: 20px;
    height: auto;
    filter: grayscale(100%) brightness(0.5);
}
.nav-sns a:hover img {
    transform: scale(1.2);
    filter: drop-shadow(0 0 5px var(--color-accent)) brightness(1.2);
}
.right-nav nav ul li a{
  padding-bottom: 6px;
}


.right-nav nav ul li a .menu-text{
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 0% 1px;
  padding-bottom: 6px;
}


.right-nav nav ul li.current-menu-item > a .menu-text,
.right-nav nav ul li.current_page_item > a .menu-text{
    background-image: linear-gradient(var(--color-accent), var(--color-accent));
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: calc(100% - 0.2em) 1px;
}


.right-nav nav ul li.current-menu-item > a[href*="/news/"] .menu-text,
.right-nav nav ul li.current_page_item > a[href*="/news/"] .menu-text,
.right-nav nav ul li.current_page_parent > a[href*="/news/"] .menu-text,
.right-nav nav ul li.current-menu-parent > a[href*="/news/"] .menu-text,
.right-nav nav ul li.current-menu-ancestor > a[href*="/news/"] .menu-text,
.right-nav nav ul li.current_page_ancestor > a[href*="/news/"] .menu-text,
.right-nav nav ul li.current-post-ancestor > a[href*="/news/"] .menu-text{
    background-image: none;
    background-size: 0 1px;
}


.blog .right-nav nav ul li a[href*="/news/"] .menu-text,
.single-post .right-nav nav ul li a[href*="/news/"] .menu-text,
.category .right-nav nav ul li a[href*="/news/"] .menu-text{
    background-image: linear-gradient(var(--color-accent), var(--color-accent)) !important;
    background-position: left bottom;
    background-repeat: no-repeat;
   background-size: calc(100% - 0.2em) 1px !important;
}
.single-disco .right-nav a[href$="/disco/"] .menu-text{
  background-image: linear-gradient(var(--color-accent), var(--color-accent));
  background-position: left bottom;
  background-size: calc(100% - 0.2em) 1px;
}

.menu-external > a::after{
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 6px;
  background-image:var(--link);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: text-top;
  position: relative;
  top: -2px;
}

.menu-external > a:hover::after{
  background-image: var(--link-hover);
}


.home .right-nav nav ul li.current-menu-item:not(.menu-item-home) > a .menu-text{
  background-image: none;
}




/*liveページ　中央 */

.live-archive {
    padding:60px 60px;
    display: flex;
    flex-direction: column;
    min-height: 100vh; 
    box-sizing: border-box;
}
.live-archive-item {
    margin-bottom: 60px;
    border-bottom: 1px solid var(--color-border-soft);
    padding-bottom: 40px;
    transition: all 0.3s ease;
}
.live-archive-item a {
    text-decoration: none;
    color: var(--color-text);
    display: block;
}
.live-archive-item:hover {
    background: var(--color-accent-soft);
}
.live-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.live-meta time {
    font-size: 13px;
    color: var(--color-text-light);
}
.live-list-page {
    flex: 1;
}

.live-meta .category{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  background: none;
  padding: 0;
}

/* 1カテゴリ＝1バッジ */
.live-meta .category a{
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-size: 10px;
  background:var(--color-accent);
  color: var(--color-text);
  padding: 2px 8px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.live-meta .category a:hover{
  opacity: 0.7;
}

.live-archive-item h3 {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.5;
    transition: color 0.3s;
    padding-top: 15px;
}
.live-archive .live-venue {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: var(--color-text);
    margin-bottom: 8px;
    transition: color 0.3s;
}


.live-archive-item:hover h3 {
    color: var(--color-accent);
}

.live-archive-item p {
    font-size: 14px;
    color: var(--color-text);
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.archive-title{
  margin-bottom: 40px;
  line-height: 1.2;
}


.archive-row{
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  font-size: 11px;
  letter-spacing: 0.25em;
  opacity: 0.35;
  color: var(--color-text-light);
  text-transform: uppercase;
}


.archive-slash{
  opacity: 0.6;
}


.archive-current{
  display:block;
  margin-top: 8px;
  font-size: 28px;
  letter-spacing: 0.05em;
  color:var(--color-text);
  text-transform: none; 
  opacity: 1;
}


/* ページネーション */

.pagination {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding-top: 60px;
    padding-bottom: 20px;
    margin-top: auto;
}

.pagination a,
.pagination span {
    font-size: 14px;
    color: var(--color-text-light);
}

.pagination .current {
    color:var(--color-accent);
    font-weight: bold;
}

.pagination .nav-links{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

/* live投稿ページ */

.live-detail {
    padding: 100px 60px; 
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center; 
}
.detail-header {
    width: 100%;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--color-border-soft);
    text-align: left;
}

.detail-header h2 {
    opacity: 1;
    transform: none;
    border-bottom: none;
    font-size: 24px;
    line-height: 1.6;
    display: block;
}
.detail-header p {
    font-size: 24px;
    line-height: 1.6;
    display: block;
    color: var(--color-text);
}

.detail-main-img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 40px 0;
}

.detail-main-img img {
    width: 100%;
    height: auto;
    display: block;
}

.detail-content {
    width: 100%;
    margin-bottom: 100px; 
}

.detail-content p {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 1.5em;
    color: var(--color-text);
}

.single .center-content{
  display: flex;
  flex-direction: column;
}


.single .live-detail{
  flex: 1;
  display: flex;
  flex-direction: column;
}


.single .detail-footer{
  margin-top: auto;
}
/* live 戻るボタン */
.detail-footer {
    width: 100%;
    padding-top: 40px;
    margin-bottom: 10px; 
    display: flex;
    justify-content: center;
}


.back-to-list {
    display: flex;
    align-items: center;
    text-decoration: none;
    color:var(--color-text);
    font-size: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: color 0.3s;
}

.back-to-list:hover {
    color:var(--color-accent);
}
.arrow-left {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid currentColor;
    border-left: 1px solid currentColor;
    transform: rotate(-45deg);
    margin-right: 15px;
}

/* discoページ 中央 */

.subpage .disco-archive {
    display: block;
    padding: 60px;
}

.subpage .disco-grid {
    display: grid; 
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 20px;
    padding: 0;
    margin-top: 40px;
}

.subpage .disco-item {
    position: relative;
    aspect-ratio: auto;
    overflow: visible;
    background: transparent;
    display: block;
}

.subpage .disco-img {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    margin-bottom: 15px;
}

.subpage .disco-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.subpage .disco-info-text {
    position: static;
    transform: none;
    display: block;
    opacity: 1;
    visibility: visible;
}

.subpage .meta-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 5px;
}

.subpage .meta-info time {
    font-size: 11px;
    color: var(--color-text-light);
}

.subpage .meta-info .category {
    font-size: 10px;
    color: var(--color-accent);
    font-weight: bold;
}

.subpage .disco-title {
    position: static;
    transform: none !important;
    font-size: 15px;
    font-weight: bold;
    color: var(--color-text);
    text-align: left;
    opacity: 1;
    padding: 0;
    margin: 0;
}

.subpage .disco-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-overlay-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.subpage .disco-item:hover .disco-overlay {
    opacity: 1;
}

.subpage .view-detail {
    color: var(--color-accent);
    border: 1px solid var(--color-accent);
    padding: 8px 16px;
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    display: inline-block;
}

/* disco個別ページ */

.disco-detail{
    padding:100px 60px;
    box-sizing: border-box;
    color: var(--color-text);
}

.detail-jacket{
    width:100%;
    max-width: 450px;
    margin:0 auto;
}

.detail-jacket img{
    width:100%;
    height:auto;
    display: block;
}

.disco-detail .meta-info{
    display: flex;
    gap:15px;
    margin: 30px 0 10px;
}

.disco-detail .meta-info time{
    font-size: 14px;
    color: var(--color-text-light);
}

.disco-detail .meta-info .category{
    font-size: 12px;
    color: var(--color-accent);
}

.disco-detail .disco-title{
    font-size: 28px;
    margin: 10px 0;
    letter-spacing: 0.05em;
    border-bottom: none;
    opacity: 1;
}

.disco-detail .price{
    font-size:16px;
    color:var(--color-text);
    margin-top:5px;
}

.tracklist-container h3{
    font-size:18px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--color-accent);
    margin-bottom: 20px;
}

.track-list{
    padding:0;
    margin:0;
}

.track-list li{
    font-size:16px;
    padding:12px 0;
    border-bottom: 1px solid var(--color-surface-soft);
    display: flex;
    gap:15px;
}
.track-list li span{
    color: var(--color-text-light);
    font-size:14px;
    width:30px;
}
.detail-footer {
    margin-top: 80px;
    display: flex;
    justify-content: center;
}
.detail-header{
  display:flex;
  flex-direction:column;
  position:relative;
}

.buy-link{
  margin-top: 18px;
  position:absolute;
  right:0;
  bottom:0;
  
}

.buy-button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border: 1px solid var(--color-accent);
  color: var(--color-accent);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: 0.3s;
}

.buy-button:hover{
  background: var(--color-accent);
  color: var(--color-text);
}


.post-type-archive-disco .center-content,
.post-type-archive-video .center-content{
  overscroll-behavior-y: contain;
}

.post-type-archive-disco .center-content{
  display: flex;
  flex-direction: column;
}

.post-type-archive-disco .disco-archive{
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

.post-type-archive-video .video-grid{
  flex: 1;
}

.post-type-archive-video .pagination{
  margin-top: auto;
}

.post-type-archive-disco .center-footer{
  margin-top: 0;
}


/* video個別ページ */

.subpage .video-archive .video-grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap:60px 30px;
    margin-top:40px;
}

.subpage .video-item{
    display: flex;
    flex-direction: column;
    transition:transform 0.3s ease;
}
.subpage .video-item:hover{
    transform: translateY(-5px);
}

.subpage .video-item:hover .video-title{
    color: var(--color-accent);
    transition: all 0.3s ease;
}

.subpage .video-container{
    position:relative;
    width:100%;
    aspect-ratio: 16/9;
    background:#000;
    margin-bottom: 15px;
}

.subpage .video-container iframe{
    width:100%;
    height: 100%;
}

.subpage .video-info-text .meta-info{
    display: flex;
    align-items:center;
    gap:15px;
    margin-bottom: 5px;
}

.subpage .video-info-text .meta-info time{
    font-size: 12px;
    color: var(--color-text-light);
}

.subpage .video-info-text .meta-info .category{
    font-size:10px;
    color: var(--color-accent);
}

.subpage .video-info-text .video-title{
    font-size:15px;
    color: var(--color-text);
    line-height: 1.4;
    margin:0;


}

.post-type-archive-video .center-content{
  display: flex;
  flex-direction: column;
}

.post-type-archive-video .video-archive{
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

.post-type-archive-video .pagination{
  margin-top: 60px;
}

.post-type-archive-video .center-footer{
  margin-top: 0;
}


.sp-top-hero {
        display: none;
    }
    

.sp-live{
  display: none;
}


@media screen and (max-width: 500px) {
    .center-content h2 {
        font-size: 8vw; 
        margin-bottom: 20px;
        padding-bottom: 5px;
        min-font-size: 24px; 
    }

    .about-text p {
        font-size: 14px;
        line-height: 1.8;
    }

    .subpage .video-archive .video-grid {
        grid-template-columns: 1fr;
        gap: 40px 0; 
    }


    .subpage .video-info-text .video-title {
        font-size: 5vw; 
        line-height: 1.4;
    }

    .subpage .video-archive {
        padding: 40px 20px;
    }
}

@media screen and (max-width: 1300px) and (min-width: 1231px) {
    .center-content{
        width: calc(55% - 180px);
    }
  
    .main-visual{
        height:clamp(520px,55vw,100vh);
    }
}


@media screen and (max-width: 1230px) {
    .left-slide{
        display: none;
    }

    .right-nav{
        width:20%;
        min-width:120px;
    }

    .center-content{
        width:80%;
        margin-left:0;
    }

    .subpage .disco-grid{
        grid-template-columns: repeat(2, 1fr);
    }

    .subpage .video-archive .video-grid{
        grid-template-columns: 1fr;
    }
}



@media screen and (max-width: 768px) {

    .container {
        display: block;
    }
    .left-slide {
        display: none;
    }


    .nav-top {
        margin: 0;
    }

    .nav-top a {
        color:var(--color-accent);
    }


    .sp-top-hero {
        display: block; 
        position: relative;
        width: 100%;
        height: 100vh;
        height:100dvh;
        height:100svh;
        overflow: hidden;
    }

    .sp-slider-container{
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;

  }


/* 

    .sp-slider-container, .sp-slide, .sp-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .sp-slide {
        position: absolute;
        top: 0; left: 0;
        opacity: 0;
        transition: opacity 1.5s ease;
    }

    .sp-slide.active {
        opacity: 1;
    }
 */



    .sp-top-hero .n2-section-smartslider,
    .sp-top-hero .n2-ss-slider,
    .sp-top-hero .n2-ss-slider-wrapper{
        height:100% !important;
    }


    .sp-hero-logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
        width: 100%;
        max-width:800px;
        pointer-events: none;
    }
    .sp-hero-logo img {
        width: 100%;
        height:auto;
        filter: drop-shadow(0 0 10px var(--color-overlay-strong));
    }


    .sp-top-hero .n2-padding{
        height: 100% !important;
        padding: 0 !important;
    }


    .sp-top-hero .n2-ss-align{
        width: 100% !important;
        max-width: 100% !important;
    }

    .sp-top-hero .n2-ss-slide-backgrounds{
        position: absolute !important;
        inset: 0 !important;
        z-index: 1 !important;
    }


    .sp-top-hero .n2-section-smartslider,
    .sp-top-hero .n2-ss-slider,
    .sp-top-hero .n2-ss-slider-wrapper,
    .sp-top-hero .n2-ss-align,
    .sp-top-hero .n2-ss-align > div,
    .sp-top-hero .n2-padding{
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }


    .sp-top-hero .n2-ss-slide-background-image,
    .sp-top-hero .n2-ss-slide-background-image picture,
    .sp-top-hero .n2-ss-slide-background-image img{
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        display: block !important;
    }
    .sp-top-hero .n2-ss-slide-background-image img{
        object-fit: cover !important;
    }

    .main-visual, .main-img {
        display: none;
    }

    .center-content {
        width: 100% ;
        padding: 0 ;
        margin: 0 ;
        height: 100vh;
        height: 100dvh;

  }
    body.blog .live-archive,
    body.post-type-archive-video .video-archive{
        padding-top: 100px !important;
    }

    .sp-live{
        display: block;
        padding: 40px 20px;
    }

    .sp-live .main-live{
        position: static;
        width: 100%;
        max-width: none;
        left: auto;
        bottom: auto;
    }




    /* ハンバーガーメニュー */

    .hg-menu {
        display: block ; 
        width: 30px;
        height: 24px;
        position: relative;
        z-index: 1100;
        cursor: pointer;
    }

    .hg-menu span {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color:var(--color-accent);
        transition: 0.3s;
    }
    

    .hg-menu span:nth-child(1) { top: 0; }
    .hg-menu span:nth-child(2) { top: 11px; }
    .hg-menu span:nth-child(3) { bottom: 0; }


    .hg-menu.active span:nth-child(1) {
        top: 11px;
        transform: rotate(45deg);
    }


    .hg-menu.active span:nth-child(2) {
        opacity: 0;
    }


    .hg-menu.active span:nth-child(3) {
        bottom: 11px;
        transform: rotate(-45deg);
    }

    .right-nav { 
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 60px;
        position: fixed;
        top: 0px ;
        left: 0;
        z-index: 3000;
        background: var(--color-header-bg);
        padding: 0 20px;
        box-sizing: border-box;
        transition: top 0.4s ease;
        transform: translateY(-100%);
        border-left:none;
    }
    .right-nav.show,
    .subpage .right-nav{
        transform: translateY(0);
    }
  

    .right-nav nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: var(--color-bg);
        padding-top: 80px;
        transition: 0.4s;
        z-index: 1050;
        display: flex;
        flex-direction: column;
        align-items: center;
    }


    .right-nav nav ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    .right-nav nav ul li {
        margin-bottom: 50px;
    }

    .right-nav nav ul li a {
        color: var(--color-text); 
        font-size: 20px;
        font-weight: 500;
    }


    .right-nav nav.active {
        right: 0;
    }



    .nav-sns {
        display: flex; 
        justify-content: center;
        gap: 20px;
        position: static;
        bottom: 50px;
        right:  auto; 
        width: 100%;
        transition: 0.4s;
        z-index: 1060;
        margin-top: 0;
    }

    .nav-sns img {
        width: 24px;
        height: auto;
        
    }

    .menu-external > a::after{
        background-image: var(--link2);
    }

    .menu-external > a:hover::after{
       background-image: var(--link-hover);
    }


    body.single-disco .disco-detail{
        padding-top: 100px !important;
    }

}



