@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100..900&display=swap');

html,body,a,p,ul,li,h1,h2,h3,h4,h5,h6,figure,dl,dt,dd{margin:0;padding:0;}

*{
    box-sizing: border-box;
   
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    word-break: break-all;
}


@font-face {
	font-family: 'font';
	src: url(../font/font.ttf);
    
}


html{
   
}
body{
    
    -webkit-touch-callout:none;
    font-family: YakuHanJP,"Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
    letter-spacing: 0.04em;
}


img{
    width: 100%;
    height: auto;
    pointer-events: none;
    user-select: none;
    display: block;
    font-size: 0;
    
}

a{
    color: inherit;
    text-decoration: none;
}


li{
    list-style-type: none;
}


::selection {
  color: #fff;
  background-color:#00111b;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;

}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}


.sp{
    display: none;
    
}


@media screen and (max-width: 896px){
    .pc{
        display: none;
    }
    
    .sp{
        display: block;
    }
}


.loading{
    width: 100vw;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    background: #00111b;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-duration: 0.4s;
}

.loading.load{
    opacity: 0;
}
.loading p{
    width: 80px;
    transition-duration: 0.2s;
}
.loading.load p{
    filter: blur(10px);
}
.wrap.load{
    opacity: 0;
    height: 100vh;
    overflow: hidden;
}

@media screen and (max-width: 896px){
    
    .loading p{
    width: 60px;
    transition-duration: 0.2s;
}
    
}
h1{
    position: fixed;
    top: 36px;
    left: 40px;
    z-index: 999;
    mix-blend-mode: difference;
    width: 64px;
    
}

@media screen and (max-width: 896px){
    
    h1{
    top: 20px;
    left: 2vw;
    width: 48px;
}
}
.nav-btn{
    position: fixed;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    z-index: 999;
    mix-blend-mode: difference;
}

    .nav-btn span {
        position: absolute;
        right:0px;
        overflow: hidden;
        height: 2px;
         background: #fff;
        transition-duration: 0.2s;
        
    }
    
.nav-btn span:after{
    content: "";
    display: block;
    position: absolute;
    top:0;
    left:0;
    transform: translateX(-60px);
    width:40px;
    height:100%;
    background:#000;
    transition-duration: 0.6s;
    transition-timing-function: ease-in-out;
}
.nav-btn.hover span:after{
      transform: translateX(100px);
}

.nav-btn span:nth-child(1):after{
    transition-delay: 0.1s;
}
.nav-btn span:nth-child(2):after{
    transition-delay: 0.05s;
}
    .nav-btn span:nth-of-type(1) {
        width: 100%;
        top: 36px;
    }

    .nav-btn.close span:nth-of-type(1) {
        top: calc(50% - 1px);
        transform: rotate(45deg);
    }

    .nav-btn span:nth-of-type(2) {
        width: 75%;
        top: 50%;
        margin-top: -0.5px;
    }

    .nav-btn.close span:nth-of-type(2) {
        opacity: 0;
        transform: translateX(-20%);

    }

    .nav-btn span:nth-of-type(3) {
        width: 50%;
        bottom: 36px;
    }

    .nav-btn.close span:nth-of-type(3) {
        width: 100%;
        bottom: calc(50% - 0.5px);
        transform: translateY(0) rotate(-45deg);
    }


@media screen and (max-width: 896px){
    
    .nav-btn{
    width: 60px;
    height: 60px;
}
    .nav-btn span{
        height: 1px;
    }
  .nav-btn span:nth-of-type(1) {
        top: 20px;
    } 
     .nav-btn span:nth-of-type(2) {
        margin-top: -0.5px;
    }
    .nav-btn span:nth-of-type(3) {
        bottom: 20px;
    }   
}
nav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
   -ms-overflow-style: none;
  scrollbar-width: none;
    display: none;
    background: rgba(0,0,0,.8);
    z-index: 99;
    color: #fff;
    font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
    font-size: 40px;
    letter-spacing: 0.1em;
    -webkit-backdrop-filter: blur(5px) invert(1) grayscale(100%);
    backdrop-filter: blur(5px) invert(1) grayscale(100%);
    
}

nav.open{
    display: block;
}
nav::-webkit-scrollbar{
  display:none;
}
.nav-inner{
    width: 100%;
     min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
     padding: 40px 0;
}

.nav-inner li{
    margin: 20px 0;
}
nav a{
    position: relative;
}
nav a{
    overflow: hidden;
    display: inline-block;
    transition-duration: 0.2s;

}
nav a span{
    transition-duration: 0.4s;
    display: inline-block;
}
nav a span:nth-child(2){
    position: absolute;
    top: 0%;
    left: 0;
    transform: translateY(100%);
}
nav a.hover span:nth-child(1){
    position: relative;
    transform: translateY(-100%);
}
nav a.hover span:nth-child(2){
    transform: translateY(0%);
}

nav:has(a.hover) a:not(.hover){
    opacity: 0.5;
}



@media screen and (max-width: 896px){
    
    
    nav{
    font-size: 24px;
    
}
.nav-inner li{
    margin: 20px 0;
}

    
}




section{
    padding: 160px 0;
    position: relative;
    background: #ddd;
    font-weight: 400;
    overflow: clip;
}
section.blue{
    background: #002439;
    color: #fff;
    font-weight: 300;
}

section.hero:before{
    display: none;
}
section:after,footer:after {
   content: "";
    display: block;
    height: 100%;
    left: 0%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 4;
   opacity: 1;
  background-image:url("../img/noise-texture.jpg");
    background-size: 400px auto;
  height: 100%;
  width: 100%;
 
  opacity:0.15;
   animation: animateGrain 10s steps(10) infinite;
}

@keyframes animateGrain {
  0%   { background-position:   0px   0px; }
  10%  { background-position: -120px -300px; }
  20%  { background-position: -400px -100px; }
  30%  { background-position: -180px -500px; }
  40%  { background-position:  -50px -200px; }
  50%  { background-position: -350px -600px; }
  60%  { background-position: -220px  -50px; }
  70%  { background-position: -500px -250px; }
  80%  { background-position: -100px -400px; }
  90%  { background-position: -300px -150px; }
  100% { background-position:   0px   0px; }
}


@media screen and (max-width: 896px){
    
    section{
    padding: 80px 0;
    position: relative;
    background: #ddd;
    font-weight: 400;
}
    
}



section.hero{
    width: 100%;
    height: 100dvh;
    min-height: 480px;
    overflow: hidden;
    padding: 80px;
    position: relative;
}

.hero img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 5;
}
.hero .scroll-line{
    position: absolute;
    bottom: 0px;
    left: 50%;
    display: block;
    width: 1px;
    height: 140px;
    overflow: hidden;
    z-index: 6;
    mix-blend-mode: difference;
   
}
.scroll-line:after{
    content: "";
    display: block;
    width:100%;
    height:100%;
    background:#fff;
    animation:scroll-anime 1s ease-in infinite}
@keyframes scroll-anime{0%{transform:translateY(-100%)}to{transform:translateY(100%)}
}



@media screen and (max-width: 896px){
    
    section.hero{
    padding: 10vw;
    
}

.hero .scroll-line{
    height: 80px;
   
}
    
}



.inner-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
margin-bottom: 60px;
}
h2{
    
    font-size: 64px;
    line-height: 1.28;
    position: relative;
    z-index: 4;
    filter: blur(0.4px);
}

h2 strong{
font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
    letter-spacing: 0.1em;
  
}
section.blue h2 strong{
    font-weight: 200;
}

h2 small{
    display: block;
    font-size: 24%;
    letter-spacing: 0.2em;
}

h2 span{
    opacity: 0;
    transform:translateX(40px);
    display: inline-block;
}
h2.on span{
    
    animation: h2  0.8s forwards ease;
}
@keyframes h2  {
  0% {
     transform:translateX(40px);
      opacity: 0;
      filter: blur(10px);
  }
   
  100% {
   transform:translate(0%);
      opacity: 1;
       filter: blur(0px);
  }
}
h2 span:nth-child(2){
  animation-delay: 0.05s !important;
}
h2 span:nth-child(3){
  animation-delay: 0.1s !important;
}
h2 span:nth-child(4){
  animation-delay: 0.15s !important;
}
h2 span:nth-child(5){
  animation-delay: 0.2s !important;
}
h2 span:nth-child(6){
  animation-delay: 0.25s !important;
}

h2 span:nth-child(7){
  animation-delay: 0.3s !important;
}

h2 span:nth-child(8){
  animation-delay: 0.35s !important;
}

h2 span:nth-child(9){
  animation-delay: 0.4s !important;
}

h2 span:nth-child(10){
  animation-delay: 0.45s !important;
}

h2 span:nth-child(11){
  animation-delay: 0.5s !important;
}

h2 span:nth-child(12){
  animation-delay: 0.55s !important;
}

h2 span:nth-child(13){
  animation-delay: 0.6s !important;
}

h2 span:nth-child(14){
  animation-delay: 0.65s !important;
}

h2 span:nth-child(15){
  animation-delay: 0.7s !important;
}


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


.inner-head{
margin-bottom: 40px;
}
   
h2{
    
    font-size: 42px;
    filter: blur(0px);
}


h2 small{
    font-size: 32%;
}

    
    
}
.common-btn{
    font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
    display: flex;
    width: 160px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 1000px;
    background:#000;
    color: #fff;
    border: solid 1px #000;
    position: relative;
    transition-duration: 0.2s;
    letter-spacing: 0.1em;
}
.common-btn:after{
    content: "";
    display: block;
    position: absolute;
    top:50%;
    right:12px;
    transform: translateY(-50%);
    width:8px;
    height:8px;
    background:#fff;
    border-radius: 1000px;
    transition-duration: 0.4s;
}
.common-btn.hover{
    background: none;
    color: #000;
    font-weight: 500;
}
.common-btn.hover:after{
    background:#000;
    filter: blur(4px);
}
section.blue .common-btn{
    background: #fff;
    color: #000;
    border: solid 1px #fff;
    font-weight: 500;
}

section.blue .common-btn:after{
    background: #000;
}
section.blue .common-btn.hover{
    background: none;
    color: #fff;
    font-weight: 400;
}

section.blue .common-btn.hover:after{
    background:#fff;
}


@media screen and (max-width: 896px){
    
    .common-btn{
    margin: 40px auto 0;
}
    
    
}
.noise-animation{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    z-index: 999;
    mix-blend-mode: darken;
    pointer-events: none;
    filter: blur(1px);
    opacity: 1;
}

.noise-animation video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
}

.inner{
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}


.bnr-slider{
     width: 90%;
    max-width: 1080px;
    margin: -60px auto 80px;
}
.bnr-slider a{
    overflow: hidden;
    display: block;
}

.news-list{
    border-top: dashed 1px rgba(0,0,0,.8);
}
.news-list a{
    display: flex;
     padding: 48px 48px 48px 0;
    border-bottom: dashed 1px rgba(0,0,0,.8);
    align-items: center;
    position: relative;
}


.news-list a:after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 1000px;
    transition-duration: 0.4s;
}

.news-list a.hover:after{
    filter: blur(4px);
}
section.blue .news-list{
    border-top: dashed 1px rgba(255,255,255,.5);
}
section.blue .news-list a{
    border-bottom: dashed 1px rgba(255,255,255,.5);
}
section.blue .news-list a:after{
    background: #fff;
}
.news-list a .date{
    width: 11em;
    position: relative;
    display: block;
    margin-right: 2.4em;
   font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-size: 14px;
}
.news-list a .date:after{
    content: "/";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.news-list a .date small{
    margin-left: 0.2em;
}
.news-list a span{
    transition-duration: 0.2s;
}
.news-list a.hover span{
    opacity: 0.5;
}



@media screen and (max-width: 896px){
    
    #news{
    padding-top: 60px;
}
.bnr-slider{
     width: 100%;
    margin: 0 auto 60px;
}


.news-list a{
    display: block;
    padding: 32px 32px 32px 0;
}


.news-list a:after{
    right: 12px;
}



.news-list a .date{
    font-size: 12px;
    margin-bottom: 8px;
}
.news-list a .date:after{
    display: none;
}
.news-list a .ttl{
    font-size: 12px;
}
    
}

.live-list{
    border-top: dashed 1px rgba(0,0,0,.8);
}
.live-list a{
    display: flex;
    padding: 48px 48px 48px 0;
    border-bottom: dashed 1px rgba(0,0,0,.8);
    align-items: center;
    position: relative;
}

.live-list a:after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 1000px;
    transition-duration: 0.4s;
}

.live-list a.hover:after{
    filter: blur(4px);
}
.live-list a figure{
    width: 120px;
    margin-right: 40px;
    overflow: hidden;
    flex-shrink: 0;
}
.live-list a .date{
    position: relative;
    display: block;
   font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
    margin-bottom: 12px;
    letter-spacing: 0.1em;
    font-size: 14px;
}
.live-list a .ttl{
    line-height: 1.6;
}
.live-list a span{
    transition-duration: 0.2s;
}
.live-list a.hover span{
    opacity: 0.5;
}


@media screen and (max-width: 896px){
    
    
.live-list a{
    display: flex;
    padding: 32px 32px 32px 0;
    border-bottom: dashed 1px rgba(0,0,0,.8);
    align-items: center;
    position: relative;
}
.live-list a:after{
    right: 12px;
}

.live-list a figure{
    width: 80px;
    margin-right: 20px;
    overflow: hidden;
}
.live-list a .date{
   font-size: 12px;
    margin-bottom: 8px;
}
    .live-list a .ttl{
        font-size: 12px;
    }

    
    
}

.disco-list,.movie-list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:80px 60px;
}
.disco-list figure{
    margin-bottom: 24px;
    overflow: hidden;
    
}
.movie-list figure{
    margin-bottom: 16px;
    overflow: hidden;
}
.bnr-slider a img,.live-list a figure img,.disco-list figure img,.movie-list figure img{
    transition-duration: 0.4s;
}
.bnr-slider a.hover img,.live-list a.hover figure img,.disco-list a.hover figure img,.movie-list a.hover figure img{
    filter: blur(3px);
    transform: scale(1.08);
}
.disco-list h3 small{
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 4px;
    letter-spacing: 0.06em;
    
}
.disco-list h3{
    font-size: 28px;
    font-weight: 200;
    line-height: 1.2;
    font-family: YakuHanJP,"Jost","Noto Sans JP", sans-serif;
    letter-spacing: 0.08em;
}

.movie-list h3{
    font-size: 14px;
}


@media screen and (max-width: 896px){
    
    .disco-list,.movie-list{
    grid-template-columns: 1fr;
    gap:40px;
        
}
    .disco-list{
        width: 72%;
        margin: 0 auto;
    }
    .disco-list h3 small{
    font-size: 12px;
    
}
.disco-list h3{
    font-size: 24px;
}

    
}

.container {
 position: relative;
    z-index: 10;
  margin: 0 auto;
}

/* スライダーのwrapper */
.merch-slider .swiper-wrapper {
  transition-timing-function: linear;
}

/* スライド */
.merch-slider .swiper-slide {
    width: 320px;
  height: 320px !important; /* 高さを指定 */
  
    margin: 0 20px;
}

/* スライド内の画像 */
.merch-slider .swiper-slide img {
  width: 100%;
  height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 896px){
    
/* スライド */
.merch-slider .swiper-slide {
    width: 200px;
  height: 200px !important; /* 高さを指定 */
  
    margin: 0 12px;
}

    
}

.profile-inner{
    display: flex;
    align-items: center;
}
.profile-inner figure{
    width: 300px;
    flex-shrink: 0;
    margin-right: 80px;
    aspect-ratio: 1 / 1;
}

.profile-inner figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.profile-inner p{
    line-height: 2.2;
    text-align: justify;
}


@media screen and (max-width: 896px){
    
    .profile-inner{
    display: block;
    align-items: center;
}
.profile-inner figure{
    width: 72%;
    margin: 0 auto 40px;
}


.profile-inner p{
    font-size: 12px;
    
}
    
}

footer{
    background: #000;
    padding: 80px;
    position: relative;
     overflow: hidden;
}
footer a{
    transition-duration: 0.2s;
}

footer a.hover{
    opacity: 0.5;
}
footer .inner{
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-logo{
    width: 80px;
    margin-right: 60px;
}

.footer-menu{
    color: #fff;
    display: flex;
    font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
    border-bottom: solid 1px rgba(255,255,255,.5);
    gap:20px;
    padding-bottom: 28px;
    margin-bottom: 28px;
    letter-spacing: 0.1em;
}


.sns{
    display: flex;
    justify-content: center;
}

.sns a{
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 20px;
    
}

.sns a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.copyright{
    color: #fff;
   position: absolute;
    bottom: 20px;right: 40px;
    font-size: 14px;
    font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
    letter-spacing: 0.1em;
}


@media screen and (max-width: 896px){
    
    
footer{
   
    padding: 60px 5%;
    position: relative;
   
}
footer a{
    transition-duration: 0.2s;
}

footer a.hover{
    opacity: 0.5;
}
footer .inner{
   display: block;
}
.footer-logo{
    width: 60px;
   margin: 0 auto 28px;
}
    .footer-link{
        width: 280px;
        margin: 0 auto;
    }
.footer-menu{
    flex-wrap: wrap;
    font-size: 14px;
    gap:16px;
    padding-bottom: 28px;
    margin-bottom: 28px;
    justify-content: center;
}


.sns{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.sns a{
    width: 20px;
    height: 20px;
    margin: 0 12px;
}

.sns a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.copyright{
    color: #fff;
   position: static;
    text-align: center;
    font-size: 12px;
    
   
}

    
    
}

@media screen and (max-width: 896px){
    .subpage section{
    padding-top: 120px;
}
}
.news-detail{
    max-width: 720px;
    margin: 0 auto;
}
.news-detail h3 .date{
    display: block;
     font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
    font-size: 16px;
    margin-bottom: 12px;
    letter-spacing: 0.1em;
}


.news-detail h3{
    font-size: 20px;
     border-bottom: dashed 1px rgba(255,255,255,.5);
    margin-bottom: 40px;
    line-height: 1.6;
    padding-bottom: 40px;
    font-family: YakuHanJP,"Jost","Noto Sans JP", sans-serif;
}

.news-txt{
   font-size: 14px;
    line-height: 2;
}

.news-txt img{
    max-width:480px;
    margin: 0 auto;
}
.news-txt a{
    text-decoration: underline;
}

@media screen and (max-width: 896px){
    
    .news-detail h3 .date{
    font-size: 12px;
}


.news-detail h3{
    font-size: 16px;
    margin-bottom: 28px;
    padding-bottom: 28x;
}

.news-txt{
   font-size: 12px;
}

.news-txt img{
    max-width: 80%;
   
}

    
    
}
.back-btn{
    margin-top: 60px;
}
.back-btn a{
    margin: 0 auto;
}

@media screen and (max-width: 896px){
    
    .back-btn{
    margin-top:40px;
}
}

.live-detail{
    display: flex;
    align-items: flex-start;
    position: relative;
}
.live-detail figure{
    width: 40%;
    margin-right: 60px;
    position: sticky;
    top: 100px;
    left: 0;
   
   
}
.live-info{
    width: 60%;
}


.live-detail h3 .date{
    display: block;
     font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
    font-size: 16px;
    margin-bottom: 12px;
    letter-spacing: 0.1em;
}


.live-detail h3{
    font-size: 20px;
     border-bottom: dashed 1px rgba(0,0,0,.8);
    margin-bottom: 40px;
    line-height: 1.6;
    padding-bottom: 40px;
}
.live-txt{
    font-size: 14px;
    line-height: 2;
}
.live-txt a{
    text-decoration: underline;
}


@media screen and (max-width: 896px){
    
    .live-detail{
    display: block;
}
.live-detail figure{
    position: static;
    width: 80%;
   margin: 0 auto 40px;
   
   
}
.live-info{
    width: 100%;
}


.live-detail h3 .date{
    font-size: 12px;
    margin-bottom: 12px;
}


.live-detail h3{
    font-size: 16px;
    margin-bottom: 28px;
    padding-bottom: 28px;
}
.live-txt{
    font-size: 12px;
}

    
}


.disco-detail{
    display: flex;
    align-items: flex-start;
    position: relative;
}
.disco-detail figure{
    width: 40%;
    margin-right: 60px;
    position: sticky;
    top: 100px;
    left: 0;
    
}
.disco-info{
    width: 60%;
}


.disco-detail h3{
    display: block;
     font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
    letter-spacing: 0.1em;
    font-size: 42px;
     border-bottom: dashed 1px rgba(255,255,255,.5);
    margin-bottom: 40px;
    line-height: 1.2;
    padding-bottom: 40px;
}
.disco-detail h3 small{
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 300;
    letter-spacing: 0.08em;
}

.disco-txt{
    font-size: 14px;
    line-height: 2;
}
.disco-txt a{
    text-decoration: underline;
}


@media screen and (max-width: 896px){
    
    .disco-detail{
   display: block;
}
.disco-detail figure{
    width: 80%;
   margin: 0 auto 40px;
    
}
.disco-info{
    width: 100%;
}

.disco-detail h3{
    font-size: 32px;
    margin-bottom: 28px;
    padding-bottom: 28px;
}
.disco-detail h3 small{
    display: block;
    font-size: 12px;
    margin-bottom: 8px;
}

.disco-txt{
    font-size: 12px;
}


    
}



.profile-detail figure{
    aspect-ratio: 16 / 9;
    margin-bottom: 40px;
}

.profile-detail figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-detail p{
    line-height: 2.2;
    text-align: justify;
}

@media screen and (max-width: 896px){
    .profile-detail figure{
    aspect-ratio: 16 / 9;
    margin-bottom: 28px;
}


.profile-detail p{
   
    font-size: 12px;
}
    
}