@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400..700&family=Noto+Sans+JP:wght@400..700&family=Noto+Serif+JP:wght@400..700&display=swap);

.en{
    font-family: "Montserrat", sans-serif;
}

.noto-sans{
    font-family: 'Noto Sans JP', sans-serif;
}

.noto_serif{
    font-family: 'Noto Serif JP', serif;
}

.inview{
    opacity: 0;
    transform: translateY(20%);
    transition: 0.6s ease;
}

.inview.-show{
    opacity: 1;
    transform: translateY(0%);
}

.fv{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: #000 url("../images/img_time_jazz_01_sp.jpg") no-repeat center top/100%;
    width: 100%;
    padding-bottom: 6.0rem;
}

.fv h1{
    width: 100%;
    height: 0;
    padding-block-start: 108vw;
    overflow: hidden;
}

.fv__lead{
    margin-block-end: 0.75em;
    color: #fff;
    font-weight: 600;
    font-size: 1.7rem;
    font-feature-settings: "palt" 1;
    line-height: 1;
    letter-spacing: 12%;
    text-align: center;
}

.fv__link{
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s ease;
    border: 1px solid #D0BBA1;
    background-color: rgba(0,0,0,0.7);
    width: 94%;
    max-width: max-content;
    min-height: 2.6rem;
    margin-block-end: 4.0rem;
    padding-inline: 1.5em;
    padding-block-start: 0.2em;
    padding-block-end: 0.3em;
    color: #D0BBA1;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 5%;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .fv{
        justify-content: flex-start;
        background: #000 url("../images/img_time_jazz_01_pc.jpg") no-repeat center bottom/cover;
        aspect-ratio: 1920/1200;
        padding-bottom: max(60px,100vw*(60/1920));
    }

    .fv h1{
        padding-block-start: max(680px,100vw*(680/1920));
    }

    .fv__lead{
        margin-block-end: 0.75em;
        font-size: 3.6rem;
    }

    .fv__link{
        min-height: 4.6rem;
        margin-block-end: 10.0rem;
        font-size: 2.7rem;
        cursor: pointer;
    }

    .fv__link:hover{
        background-color: #000;
    }
}

.news{
    width: 100%;
    min-height: 8rem;
    border-bottom: 1px solid #D0BBA1;
    background-color: rgba(0,0,0,0.7);
}

.news__headline{
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    align-items: center;
    column-gap: 2.0rem;
    transform: translateY(-50%);
}

.news__headline img{
    display: inline-block;
    width: min(95px, 100vw*(95/375));
}

.news__headline:before,
.news__headline:after{
    content: "";
    display: inline-block;
    width: auto;
    height: 1px;
    background-color: #D0BBA1;
}

.newsList{
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: 1.0em;
    width: 94%;
    margin-inline: auto;
    padding-block-start: 0.25em;
    padding-block-end: 0.75em;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-size: 1.1rem;
    font-feature-settings: "palt" 1;
    line-height: calc(18/11);
    letter-spacing: 12%;
}

.newsList__item{
    display: grid;
    grid-template-columns: subgrid;
    grid-column: span 2;
}

.newsList__item a{
    color: #fff;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .news{
        width: 94%;
        max-width: 1180px;
        height: 174px;
        min-height: inherit;
        padding-block-end: 1.0rem;
    }

    .news__headline{
        column-gap: 1.0rem;
    }

    .news__headline img{
        width: 155px;
    }

    .news__headline:before,
    .news__headline:after{
        height: 1.5px;
    }

    .newsList{
        row-gap: 0.75em;
        overflow: auto;
        width: 90%;
        max-height: 134px;
        padding-block-start: 0.5em;
        padding-block-end: 0.5em;
        font-size: 1.8rem;
    }

    .newsList::-webkit-scrollbar {
        width: 8px;
    }

    .newsList::-webkit-scrollbar-track {
        background-color: #333;
    }

    .newsList::-webkit-scrollbar-thumb {
        background-color: #000;
        border-radius: 0;
    }
}

.time_jazz{
    background-color: #000;
    padding-block-end: 6.0rem;
}

.time_jazz .contents{
    padding: 0;
}

@media screen and (min-width: 768px) {
    .time_jazz{
        padding-block-end: 12.0rem;
    }

    .time_jazz .contents{
        max-width: 100%;
        padding-block-start: 1.0rem;
    }
}

.contents__headline{
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 100%;
    height: 3.8rem;
    margin-block-end: 2.0rem;
    color: #fff;
    font-weight: 600;
    font-size: 2.0rem;
    line-height: calc(26/20);
    letter-spacing: 19%;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .contents__headline{
        height: 5.8rem;
        padding-block-end: 0.3rem;
        font-size: 3.2rem;
    }
}

.splide{
    visibility: visible;
}

.contents__wrapper{
    display: block;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .splide{
        width: 100%;
    }

    .contents__wrapper{
        display: flex;
        gap: 1.2rem;
        width: inherit;
    }

    .splide.is-initialized .contents__wrapper{
        gap: 0;
    }

    .splide__track{
        overflow: visible;
        max-width: 1200px;
        margin-inline: auto;
    }

    .splide__arrow{
        background: url("../images/img_time_jazz_06.svg") no-repeat center/contain;
        border-radius: 0;
        opacity: 1;
        width: 52px;
        height: 119px;
    }

    .splide__arrow--next{
        right: 0;
    }

    .splide__arrow--prev{
        left: 0;
        transform: translateY(-50%) rotate(180deg);
    }
}

.contents__item{
    position: relative;
    width: 100%;
}

.contents__item:not(:last-child){
    margin-block-end: 2.5rem;
}

.contents__item a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    width: 100%;
    aspect-ratio: 750/600;
    padding-block-end: 1.2rem;
}

@media screen and (min-width: 768px) {
    .contents__item{
        flex-shrink: 1;
    }

    .splide.is-initialized .contents__item{
        flex-shrink: 0;
    }

    .contents__item:not(:last-child){
        margin-block-end: 0;
    }

    .contents__item a{
        align-items: flex-start;
        overflow: hidden;
        padding-block-end: 2.5rem;
        padding-inline: 2.5rem;
        aspect-ratio: 603/414;
    }
}

.contents__item a:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.contents__camp a:before{
    opacity: 0.65;
    background: url("../images/img_time_jazz_02_sp.jpg") no-repeat center/cover;
}

.contents__camp_logo{
    width: min(294px, 100vw*(294/375));
    margin-block-start: auto;
    margin-block-end: 2.0rem;
}

.contents__camp_logo img{
    width: 100%;
    max-width: inherit;
}

.contents__movie a:before{
    background: url("../images/img_time_jazz_04_sp.jpg") no-repeat center/cover;
}

@media screen and (min-width: 768px) {
    .contents__item a:hover:before{
        transform: scale(1.1);
    }

    .contents__camp_logo{
        width: 406px;
    }

    .contents__camp a:before{
        background: url("../images/img_time_jazz_02_pc.jpg") no-repeat center/cover;
    }

    .contents__movie a:before{
        background: url("../images/img_time_jazz_04_pc.jpg") no-repeat center/cover;
    }
}

.contents__item_title{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 100%;
    min-height: 3.8rem;
    padding-block: 0.25em;
    color: #fff;
    font-weight: 600;
    font-size: 2.1rem;
    line-height: 1;
    letter-spacing: 4%;
    text-align: center;
    pointer-events: none;
}

@media screen and (min-width: 768px) {
    .contents__item_title{
        position: static;
        min-height: 5.2rem;
        margin-block-end: 1.0rem;
        padding-block: 0.1em;
        padding-block-end: 0.3rem;
        font-size: 2.4rem;
    }
}

.contens__item_button{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 2.3rem;
    min-width: min(120px, 100vw*(120/375));
    min-height: 2.3rem;
    padding-inline: 0.75em;
    padding-block-start: 0.1em;
    padding-block-end: 0.3em;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    font-size: 1.7rem;
    line-height: 1;
    letter-spacing: 4%;
    text-align: center;
    transition: 0.3s ease;
}

@media screen and (min-width: 768px) {
    .contens__item_button{
        min-width: 166px;
        min-height: 3.4rem;
        font-size: 1.7rem;
    }

    a:hover .contens__item_button{
        background-color: #fff;
        color: #000;
    }
}

.contents__coming{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #fff;
    width: min(320px, 100vw*(320/375));
    height: 5.2rem;
    margin-inline: auto;
    margin-block-start: 4.8rem;
    color: #fff;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 19%;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .contents__coming{
        width: 94%;
        max-width: 1200px;
        height: 5.2rem;
        margin-block-start: 8.4rem;
        padding-block-end: 0.2em;
        font-size: 3.2rem;
    }
}

.popup{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 150;
    transform: translate(-50%,-45%);
    width: 94%;
    padding-block: 3.0rem;
    padding-inline: 2.0rem;
    border: 1px solid #BEAC7D;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-family: Noto Serif JP;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: calc(31/17);
    letter-spacing: 0%;
    text-align: center;
}

.popup::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.85);
    mix-blend-mode: multiply;
}

.popup__headline,
.popup__close,
.popup p{
    position: relative;
    z-index: 1;
}

.popup__headline{
    margin-block-end: 2.0rem;
    color: #D0BBA1;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 5%;
}

.popup__close{
    margin-block-start: 2.0rem;
    color: #D0BBA1;
    line-height: 1;
    letter-spacing: 5%;
    text-decoration-line: underline;
    text-decoration-color:#D0BBA1;
    text-underline-offset: 0.4em;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .popup{
        transform: translate(-50%,-50%);
        max-width: 1200px;
        font-size: 1.7rem;
    }

    .popup__headline{
        font-size: 2.3rem;   
    }
}

.sound{
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: 8.5rem;
    right: 3%;
    z-index: 100;
    width: 94%;
}

@media screen and (min-width: 768px) {
    .sound{
        top: 20rem;
        right: 53%;
        transform: translateX(50%);
        width: 94%;
        max-width: 1600px;
    }
}

.sound__wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: max-content;
}

.sound__text{
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 12%;
    text-align: center;
    line-height: 1;
}

.sound__buton{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    width: 100%;
}

.sound__on,
.sound__off{
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 12%;
    text-align: center;
    line-height: 1;
    transition: 0.3s ease;
}

.sound__on.active,
.sound__off.active{
    text-decoration-line: underline;
    text-decoration-color: #fff;
    text-underline-offset: 0.3em;
}

.sound__buton:after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #fff;
    width: 1px;
    height: 100%;
}

.sound__equalizer svg{
    transform: scale(1, -1);
}

.sound__equalizer,
.sound__equalizer svg{
    width: 10.6rem;
    height: 2.4rem;
}

.sound__credit{
    width: 10.6rem;
    margin-block-start: 1.0rem;
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 12%;
    text-align: right;
    text-decoration-line: underline;
    text-underline-offset: 0.4em;
}

@media screen and (min-width: 768px) {
    .sound__wrapper{
        gap: 1.0rem;
    }

    .sound__text{
        font-size: 1.4rem;
    }

    .sound__text br{
        display: none;
    }

    .sound__buton{
        width: 15.8rem;
    }

    .sound__on,
    .sound__off{
        font-size: 2.0rem;
        cursor: pointer;
    }

    .sound__equalizer,
    .sound__equalizer svg{
        width: 15.8rem;
        height: 3.3rem;
    }

    .sound__credit{
        width: auto;
        font-size: 1.4rem;
        text-align: center;
        cursor: pointer;
    }
}

.eq-bar {
    fill: #45A1DB;
    animation-name: sound-play;
    animation-iteration-count: infinite;
    transition: 0.75s ease;
}

.sound__equalizer.paused .eq-bar{
    animation-delay: 0s !important;
    animation-duration: 0s !important;
    animation-play-state: paused;
    transform: scale(1, 0.75) !important;
    height: 4px;
}

.eq-bar--06 {
  animation-delay: 0s;
  animation-duration: 0.75s;
}

.eq-bar--10 {
  animation-delay: 0.17s;
  animation-duration: 0.75s;
}

.eq-bar--14 {
  animation-delay: 0.34s;
  animation-duration: 0.75s;
}

.eq-bar--16 {
  animation-delay: 0.51s;
  animation-duration: 1.0s;
}

.eq-bar--18 {
  animation-delay: 0.34s;
  animation-duration: 1.0s;
}

.eq-bar--20 {
  animation-delay: 0.17s;
  animation-duration: 1.0s;
}

.eq-bar--22 {
  animation-delay: 0s;
  animation-duration: 1.25s;
}

.eq-bar--24 {
  animation-delay: 0.17s;
  animation-duration: 1.25s;
}

.eq-bar--26 {
  animation-delay: 0.34s;
  animation-duration: 1.25s;
}

.eq-bar--28 {
  animation-delay: 0.51s;
  animation-duration: 1.5s;
}

.eq-bar--33 {
  animation-delay: 0.34s;
  animation-duration: 1.5s;
}

@keyframes sound-play {
  0% {
    transform: scale(1,100%);
  }

  50% {
    transform: scale(1,10%);
  }

  100% {
    transform: scale(1,100%);
  }
}