@charset "UTF-8";

/* =================================
common
==================================== */

html {
    font-size: 62.5%;
}


:root {
    --contentPadding: 5%;
    --contentWidth: 90%;
}

body {
    font-family: 'Oswald', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-style: normal;
    color: var(--primary-black, #fff);
    background-color: var(--primary-white, #202020);
    line-height: normal;
}

img {
    max-width: 100%;
    height: auto;
}


a.btn-border {
    border: 1px solid #FF9C00;
    background: #202020;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: bold;
    border-radius: 30px; 
    width: 250px;
    height: 50px;
    margin-top: 60px;
}




a.btn-border:hover {
    color: #202020;
    border: 1px solid #fff;
    background: #FF9C00;
    transform: translateY(-5px); /* ホバー時の動き */
    transition: 0.4s;
}

/* ========================= */
/* header */
/* ========================= */





/* .header nav pc */


header.header {
    background: url(../images/header__img.png) no-repeat left top / contain;
    height: 20vw;
    /* position: relative; */
    width: 100%;
    position: fixed;
}

.header__logo img,
.nav__logo img {
    width: 80px;
}

.mainImg__pc {
    display: block;
    background-size: cover;
}

/* .nav__logo img {
    display: none;
} */



.header__btn {
    display: none;
}


.mainImg__sp {
    display: none;
}

.nav__list,
.icon__list {
    display: flex;
    align-items: center;
}


.nav__menu {
    display: flex;
    align-items: center;
}


.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:96%;
    margin: 0 auto;
    padding-top: 30px;
}

.nav__list {
    gap: 30px;
    margin-right: 30px;
}




.icon__list {
    gap: 18px;
}

.icon__item {
    width: 22px;
    
}

.nav__item a {
    color: #202020;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.6rem;
    transition: color 0.3s;
}

.nav__item a:hover {
    color: #FFF;
}

.nav__btn {
    display: none; 
}

.cacthcopy__sp {
    display: none;
}

.mainImg {
    margin-top: -330px;
    background-image: url(../images/main.png);
    background-size: cover;
    height: 700px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;

}

.cacthcopy__pc {
    max-width: 500px;
    margin-left: 1%;
    margin-top: 16%;
}


/* <!-- recent events --> */

.recent__events {
    display: inline-block;
    width: 160px;
    height: 100px;
    background-color:#FF9C00;
    color:#fff;
    font-size: 1.2rem;
    box-shadow: 2px 2px 8px 2px rgba(137, 99, 10, 0.2);
    position: fixed;
    bottom: 2%;
    right: 2%;
}

.nextlive__decoration {
    width: 20px;
    height: 20px;
    margin: 3px 0 0 3px;
}

.nextlive {
    color: #202020;

}

.nextlive__section {
    display: flex;
    gap: 10px;
}

.nextlive__weekday {
    color: #000;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.48px;
}

.nextlive__date {
    color: #000;
    font-size: 3.6rem;
    font-weight: 700;
}

.nextlive__details {
    color: #000;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.36px;
}

.nextlive__date__weekday {
    display: flex;
}

.header__logo {
    display: none;
}

.nextlive__box {
    margin-top: 5px;
}


@media (max-width: 1380px){

    header.header {
        background: url(../images/header__img.png) no-repeat left top / contain;
        height: 20vw;
        /* position: relative; */
        width: 100%;

    }

    .nav__header {
        background: url(../images/header__img.png) no-repeat left top / contain;
        height: 20vw;
        position: relative;
        width: 100%;
        padding-left: 7%;
        display: flex;
        justify-content: space-between;

    }



    .nav.active {
        padding: 0;
    }


    .header__logo {
        display: block;
        width: 100px;
        padding-top: 3%; 
        position: absolute;
        left: 6%; 
    }
    
    
    .header__btn {
        width: 20px;
        margin-top: 4%;
        display: block;
        position: absolute;
        right: 6%;
    }

    .nav__btn {
        width: 20px;
        display: block;
        position: absolute;
        right: 6%;
        top: 19%;
    }




    .nav__logo {
        display: block;
        position: absolute;
        left: 6%;
        top: 17%;
    }

    .nav {
        display: block;
    }
    
    .icon__item {
        width: 22px;
    }

    
    .nav__item {
        font-family: Oswald;
        font-size: 2.0rem;
        font-weight: 700;
        letter-spacing: 0.6px;
        margin-top: 20px;
        color: #FFF;
    }

    .nav__item a {
        color: #FFF;
    }
    
    .nav__menu {
        margin-top: 30px;
        display: block;
    }
    
    .icon__list {
        display: flex;
        gap: 18px;
        margin-top: 50px;
        margin-left: auto;
        padding-left: 10%;
    }


    .nav__list {
        display: block;
        padding-left: 10%;
    }
    
    .mainImg__pc {
        display: none;
    }

    .header__btn,
    .mainImg__sp {
        display: block;
    }

    .cacthcopy__sp {
        max-width: 400px;
    }


    
    /* .nav初期表示 */
    
    .nav {
        background: #202020;
        width: 100%;
        height: 100vh;
        /* padding: 22px 11%; */
        padding: 0;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100;
        transform: translateX(-100%);
        transition: transform 0.4s;
    }

    
    
    .cacthcopy__pc {
        display: none;
    }

    .cacthcopy__sp {
        display: block;
    }

    /* .nav.active表示 */
    .nav.active {
        transform: translateX(0);
    }
    
    /* <!-- recent events --> */

    .recent__events {
        right: 0%;
        bottom: 0%;
        width: 100%;
        height: auto;
        box-shadow: 4px 4px 8px 8px rgba(137, 99, 10, 0.2);
    }

    
    .date__place {
        display: flex;
        align-items: center;
        align-items: flex-end;
        
    }

    .nextlive__section {
        gap: 0;
        
    }
    
    .nextlive__box {
        margin: 0 auto;
    }

    .nextlive__details {
        margin-left: 25px;
        margin-bottom: 6px;
        
    }

    
}

@media (max-width: 760px) {

    .cacthcopy__sp {
        max-width: 200px;
    }



    .header__logo {
        width: 80px;
    }

    .nextlive__details {
        margin-left: 10px;
        
    }

    .mainImg {
        margin-top: -130px;
        background-image: url(../images/main_sp.png);
        background-size: cover;
        height: 600px;
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
    }

    header.header {
        background: url(../images/header__img__sp.png) no-repeat left top / contain;
        height: 20vw;
        /* position: relative; */
        width: 100%;
        background-size: cover;
        background-position: bottom;

    }

    .nav__header {
        background: url(../images/header__img__sp.png) no-repeat left top / contain;
        height: 20vw;
        position: relative;
        width: 100%;
        background-size: cover;
        background-position: bottom;
        padding-left: 7%;
        display: flex;
        justify-content: space-between;

    }

}

@media (max-width: 700px) {
    .section--video {
        padding-top: 75px;
    }
}


/* ========================= */
/* video */
/* ========================= */

.section--video {
    width: var(--contentWidth);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    /* padding: 30px 0; */
    padding: 315px 0;
    max-width: 1280px;
}

.section__topic {
    background: url(../images/VIDEO.svg);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: calc(100% - 82.221% - 100px);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 100px;
}

.video__details {
    width: calc((100% - 60px)/3);
    min-width: 325px;
}

.video__item {
    margin-left: auto;
    width: 82.331%;
}

.video__list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    /* justify-content: center; */
    margin-top: 107px;
    justify-content: start;
  }

    .movie {
        width: 100%;
        aspect-ratio: 956 / 572;
    }

    .movie__name {
        font-size: 2.4rem;
        font-weight: 700;
        margin-top: 30px;
    }

    .movie__performer {
        font-size: 1.2rem;
        font-weight: 400;
        margin-top: 7px;
    }

  /* .album__item {
    flex: 0 0 325px;
    display: flex;
    flex-direction: column;
    margin-top: 90px;
    
  } */

  /* .album__img {
    width: 325px;
  } */




  a.btn-border {
    border: 1px solid #FF9C00;
    background: #202020;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: bold;
    border-radius: 30px; 
    width: 250px;
    height: 50px;
    margin-top: 60px;
    margin: 200px auto 0;
}




a.btn-border:hover {
    color: #202020;
    border: 1px solid #fff;
    background: #FF9C00;
    transform: translateY(-5px); /* ホバー時の動き */
    transition: 0.4s;
}

.album__kinds {
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 1.08px;
    margin-top: 12px;
    margin-left: 12px;
}

.album__name {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: normal;
    margin-left: 17px;
    color: #FF9C00;
}

.album-txt {
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1.26px;
    margin-left: 17px;
    margin-top: 15px;
    font-size: 1.3rem;
}

  @media (max-width: 950px) {


    .section--video {
        padding: 80px 0;
        display: block;
    }

    .section__topic {
        background: url(../images/VIDEO__sp.svg);
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        width: 40px;
        height: 110px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .album__list {
      flex-direction: column;
      align-items: center;
      margin-top: 0px;
      gap: 0px;
    }

    .video__details {
        width: 100%;
        min-width: auto;
    }
/* 
    .album__item {
      width: 90%;
      margin-left: auto;
      margin-top: 40px;
    } */

    a.btn-border {
        font-size: 1.2rem;
        font-weight: 700;
        width: 175px;
        height: 30px;
        margin-top: 60px;
        margin-left: auto;
        margin-top: 100px;
    }

 

  }



/* ========================= */
/* footer */
/* ========================= */




.footer {
    background-color: #FF9C00;
    padding: 50px;
    margin-top: -1px;
}

.footer__section {
    margin: 0 auto;
    
}


.footer__nav {
    justify-content: space-between;
    display: flex;
    align-items: center;
    margin: 0 auto;
}


.footer__nav__list,
.footer__icon__list {
    display: flex;
    align-items: center;
}


.footer__nav__menu {
    display: flex;
    align-items: center;
}


.footer__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 30px;
}

.footer__nav__list {
    gap: 30px;
    margin-right: 30px;
}




.footer__icon__list {
    gap: 18px;
}

.footer__icon__item {
    width: 22px;
    
}

.footer__nav__item a {
    color: #202020;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.6rem;
    transition: color 0.3s;
}

.footer__nav__item a:hover {
    color: #FFF;
}


.footer__nav__list,
.footer__icon__list {
    display: flex;
    align-items: center;
}


.footer__nav__menu {
    display: flex;
    align-items: center;
}


.footer__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 30px;
}

.footer__nav__list {
    gap: 30px;
    margin-right: 30px;
}




.footer__icon__list {
    gap: 18px;
}

.footer__icon__item {
    width: 22px;
    
}

.footer__nav__item a {
    color: #202020;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.6rem;
    transition: color 0.3s;
}

.footer__nav__item a:hover {
    color: #FFF;
}

.footer__logo {
    width: 81px;
}



.copy {
    color: #202020;
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: 96px;
}









@media (max-width: 768px) {
    .footer {
        padding: 30px;
    }
    
    .footer__nav {
        justify-content: center;
        
    }
    
    .footer__nav__list {
        display: block;
        margin-top: 40px;
    }

    .footer__nav {
        display: block;
    }

    .footer__nav__menu {
        display: block;
    }

    .footer__icon__list {
        margin-top: 50px;
    }

    .copy {
        margin-top: 25px;
    }
}

/* banner-area */
.banner-area {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 32px;
}

.banner-area li {
    width: 100%;
    height: auto;
}

.banner-area img {
    width: 100%;
    height: auto;
}

@media screen and (min-width: 481px) {
    /* banner-area */
    .banner-area {
        flex-direction: row;
    }

    .banner-area li {
        width: calc((100% - 8px)/2);
    }
}

@media screen and (min-width: 769px) {
    /* banner-area */
    .banner-area li {
        height: 140px;
        width: auto;
    }

    .banner-area img {
        width: auto;
        height: 100%;
    }
}