
@charset "utf-8";
.header{
    z-index: 999;
    position: fixed;
    width: 100%;
}
/*====下層ページ共通のDJエリア====*/
.section__event{
    padding: 257px  5.3% 30px ;
    position: relative;
    background-image: url(../images/event-bg-sp.webp);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

/*====下層ページ共通のDJエリア
(レコードエリアの入っている
セクションにリラティブとhiddenをかける
=================================*/
.record__area{
    position: absolute;
    top: 0;
    right: 4%;
    overflow: hidden;
    z-index: 2;
}

.record__box{
    width: 228px;
    height: 390px;
    position: relative;
}

.record__arm{
    width: 75%;
    height: auto;
    position: absolute;
    right: 0%;
    top: 48%;
    z-index: 5;
}

/*回転animation*/
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.rotate {
  animation: rotate 12s infinite linear;
}

@media screen and (min-width:769px) {
    .section__event{
        padding:  336px  12.5% 0;
        position: relative;
        background-image: url(../images/bg-event-pc.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
    }

    .record__area{
        position: absolute;
        top: -2%;
        right: 4%;
        overflow: hidden;
    }
    
    .record__box{
        width: 34.3vw;
        height: 845px;
        position: relative;
    }

    .record__arm{
        width: 78%;
        height: auto;
        position: absolute;
        right: 0%;
        top: 29vw;
        z-index: 5;
    }
}/*pc769px*/

@media screen and (min-width:1400px) {
    .record__arm{
        width: 78%;
        height: auto;
        position: absolute;
        right: 0%;
        top: 26vw;
        z-index: 5;
    }
}


/*===ここからtitle＝＝*/
.event__ttl-area{
    max-width: 450px;
    margin: 0 auto;
    height: auto;
}


.ttl__box{
    margin-top: -68px;
}

.ttl__mitake{
    width: 100%;
    max-width: 100px;
    height: auto;
    margin: 0 0 0 2%;
}

/*320pxの時*/
.ttl{
    width: 100%;
    /*width: 66.7%;*/
    max-width: 190px;
    height: auto;
    margin-top: -44px;
    margin-left: 13px;
    position: relative;
}

/*370pxの時*/
@media screen and (min-width:370px) {
    .ttl{
        width: 100%;
        /*width: 66.7%;*/
        max-width: 229px;
        height: auto;
        margin-top: -44px;
        margin-left: 6%;
    }
}

.ttl::after {
    background-color: var(--primary-orange); /* 線の色 */
    content: "";
    width: 40px; /* 線の長さ */
    height: 6px; /* 線の高さ */
    position: absolute;
    transform: translateX(-50%); /* 線の中央寄せ */
    bottom: -3%; /* 線の位置 */
    left: 11%; /* 線の中央寄せ */
}

.event__about{
    margin: 75px 0 0;
}

.about-ttl{
    width: 75.2%;
    height: auto;
    margin: 0 0 0 auto;
    min-width: 257px;
}

.about__content{
    margin: -125px auto 0 6%;
}

.about__subttl{
    color: var(--primary-white);
    font-family: "IBM Plex Sans JP";
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3; /* 26.2px */
    margin-top: 31px;
}


.about__txt{
    color: var(--primary-white);
    font-family: "IBM Plex Sans JP";
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.1; /* 17.6px */
    margin: 33px 21% 0 0;
}


@media screen and (min-width:769px) {
    .event__ttl-area{
        max-width: 680px;
        height: 1003px;
        margin: 0  auto;
    }

    .ttl__box{
        margin-top: -210px;
    }
    
    .ttl__mitake{
        width: 100%;
        max-width: 176px;
        height: auto;
        object-fit: cover;
        margin: 0 0 36px 14%;
    }
    
    .ttl{
        width: 100%;
        max-width: 457px;
        height: auto;
        margin-top: -90px;
        margin-left: 0;
        position: relative;
    }
    
    .ttl::before {
        content: "";
        display: inline-block;
        background-image: url(../images/event-mitake1.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 210px; 
        height: 235px; 
        position: absolute;
        top: 15%; 
        left: -30%; 
      }

    .ttl::after {
        background-color: var(--primary-orange); /* 線の色 */
        content: "";
        width: 60px; /* 線の長さ */
        height: 8px; /* 線の高さ */
        position: absolute;
        transform: translateX(-50%); /* 線の中央寄せ */
        top: 100%; /* 線の位置 */
        left: 8.5%; /* 線の中央寄せ */
      }

    .about-ttl{
        width: 73.5%;
        min-width: 593px;
    }
    
    .about__content{
        margin: -269px auto 0 13px;
    }
    
    .about__subttl{
        font-size: 3.6rem;
        margin-top: 31px;
    }
    
    .about__txt{
        font-size: 2.4rem;
        line-height: 1.5;
        width: 488px;
        margin: 51px 0 0 0;
    }
    
}/*pc769px*/

/*ターンテーブル*/
.turntable{
    position: relative;
    margin-top: 92px;
}

.djs{
    display: flex;
    margin: 37px 5.3% 0;
    justify-content: center;
}

.djsImg01{
    margin-right: 16px;
}

.djentory__item{
    width: 100%;
    max-width: 320px;
    height: auto;
    object-fit: contain;
}

.djsImg{
    width: 100%;
    max-width: 320px;
    height: auto;
    object-fit: contain;
}

.djvol{
    display: block;
    width: 100%;
    max-width: 56px;
    margin: -10px auto 0; 
    position: relative;
}
/*みたけくんたち*/
.event-about-mitakes01{
    display: none
}

.event-about-mitakes02{
    display: block;
    margin: -10px auto 0;
    max-width: 460px;
    width: 100%;
}

@media screen and (min-width:769px) {
    .djs{
        margin-top: 82px;
    }
    
    .djsImg01{
        margin-right: 40px;
    }

    .djentory__item{
        width: 100%;
        max-width: 400px;
        height: auto;
        object-fit: contain;
    }
    
    .djsImg{
        width: 100%;
        max-width: 400px;
        height: auto;
        object-fit: contain;
    }

    .djvol{
        display: block;
        margin: -10px auto 0;
        width: 100%;
        max-width: 120px;
        position: relative;
    }

    /*みたけくんたち*/
    .event__mitakes{
        display: flex;
        justify-content: space-between;
        margin-top: 5px;
    }

    .event-about-mitakes01{
    display: block
    }

    .event-about-mitakes02{
    display: block;
    margin-top: -10px;
    max-width: 460px;
    width: 100%;  
    }

}/*pc769px*/
    
/*===================
archive
=====================*/
.section__archive{
    padding: 56px 4.2% ;
    background-image: url(../images/event-bg-sp.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.archive__ttl{
    color: var(--primary-white);
    text-align: center;
    text-shadow: 4px 4px 0px #F9B42C;
    font-family: Montserrat;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1; 
}

.archive__subttl{
    color: var(--primary-white);
    text-align: center;
    font-family: Montserrat;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5; 
    margin-top: 6px;
}

/*過去のイベントフライヤー*/
.archive-grid{
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2,1fr);/*スマホ2列*/
    grid-auto-flow: dense;/*児童で空きを埋める*/
    margin-top: 40px;
}

.archive-item img{
    width: 100%;
    height: auto;
    display: block;
}

.archive-item.full-width{
    grid-column: span 2;/*2列分*/
}

@keyframes shake {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(2deg); }
  50% { transform: rotate(-2deg); }
  75% { transform: rotate(2deg); }
  100% { transform: rotate(0deg); }
}

.archive-item:hover {
  animation: shake 0.3s ease;
}

/*モーダル*/
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: var(--primary-white);
  padding: 2em;
  width: 90%;
  max-width: 600px;
  position: relative;
  color: var(--primary-Black);
    font-family: "IBM Plex Sans JP";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
}

.modal-day{
    font-size: 2rem;  
    font-weight: 900;
}
    
.modal-day::before{
    display: inline-block;
    content: '';
    width: 4px;
    height: 16px;
    background-color: var(--primary-orange);
    text-align: center;
    margin-right: 4px;
}

.modal-ttl{
   font-size: 2.6rem;
   font-weight: 900;

}

.modal-dj{
    margin-bottom: 10px;
    font-size: 2.2rem;  
    font-weight: 900;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px;
  color: var(--primary-orange);
  cursor: pointer;
}



/*SNSエリア*/
.sns__area{
    display: flex;
    margin-top: 28px;
    justify-content: space-between;
    align-items: end;
}

.sns-mitake01{
    width: 100%;
    max-width: 120px;
}

.sns-mitake02{
    display: none;
}

.sns__txt{
    color: var(--primary-white);
    text-align: right;
    font-family: "IBM Plex Sans JP";
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 16px;
}

.sns__items{
    margin: 11px 0 0 0;
    display: flex;
    justify-content: flex-end;
}

.sns__icon{
    width: 48px;
    height: 48px;
    background-color: var(--primary-white);
    border-radius: 8px;
    padding: 8px;
}

.sns__X{
    margin-right: 27px;
}

@media screen and (min-width:500px) {
    .section__archive{
        padding: 56px 8%;
    }
}

@media screen and (min-width:768px) {
    .section__archive{
        padding: 56px 8%;
        background-image: url(../images/bg-event-pc.jpg);
    }
}

@media screen and (min-width:850px) {
    .section__archive{
        padding: 70px 11.1% ;
    }

    .archive__ttl{
        font-size: 9.6rem;
    }

    .archive__subttl{
        font-size: 3.2rem;
    }

/*過去のイベントフライヤー*/
    .archive-grid{
        max-width: 868px;
        margin: 0 auto;
        gap: 16px;
        grid-template-columns: repeat(3,1fr);/*PC3列*/
        margin-top: 100px;
    }

    .archive-item.full-width{
    grid-column: span 2;/*3列分*/
    }

    .archive-item.mitake{
        display: none;
    }
    
    
}

/*ここからSNS*/
@media screen and (min-width:769px) {
    .sns__area{
        display: flex;
        margin-top: 50px;
        justify-content: space-between;
        align-items: flex-start;
    }
        
    .sns-mitake02{
        width: 100%;
        max-width: 400px;
        display: block;
    }

    .sns-mitake01{
        display: none;
    }

    .sns__txt{
        font-size: 2rem;
    }

    .sns__items{
        margin: 27px 0 0 0;
    }

    .sns__icon{
        width: 80px;
        height: 80px;
    }

}/*pc769px
/*===================
section__recruit
=====================*/
.section__recruit{
    padding: 80px 4.2% 100px;
}

.recruit__ttl{
    color: var(--primary-orange);
    text-align: center;
    font-family: "IBM Plex Sans JP";
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1.5; /* 62.5% */
}

.recruitbox{
    padding: 16px 6px;
    border-radius: 16px;
    background-color: var(--primary-white);
    border: 3px solid #231815;
    max-width: 450px;
    margin: 0 auto;
}

.recruit__poster{
    width: 100%; /* 親要素に合わせてリサイズ可能 */
    max-width: 400px; /* 任意。必要に応じて調整 */
    aspect-ratio: 1 / 1; /* 正方形 */
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.poster_box {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: block;
  position: relative;
}

.poster_box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 10px; /* お好みで */
}

.recruit__txt{
    color: var(--primary-Black);
    font-family: "IBM Plex Sans JP";
    font-weight: 500;
    font-size: 1.8rem;
    margin-top: 21px;
    padding: 0 32px;
}

/* ここからボタン*/
.btn{
    display: flex;
    margin: 0 auto;
    width: 270px;
    height: 70px;
    padding: 8px 16px;
    align-items: center;
    gap: 8px;
    border-radius: 16px;
    border: 6px solid var(--primary-yellow);
    background:var(--primary-white);
    box-shadow: 4px 4px 0px 0px var(--primary-Lgrey);
    color: #220E05;
    font-family: Montserrat;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5; /* 155% */
    transition: 0.4s;
    position: relative;
    margin-top: 40px;
}

.btn::after{
    display: block;
    content:'' ;
    width: 40px;
    height: 57px;
    background-image: url(../images/arrow-btn-sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    z-index: 3;
}

.btn:hover{
    opacity: 0.5;
}

@media screen and (min-width:769px) {
    .section__recruit{
        padding: 60px 5.5% 156px;
    }
    
    .recruit__ttl{
        font-size: 6.4rem;
    }
}
    
@media screen and (min-width:1100px) {
    .recruitbox{
        padding: 40px 20px;
        display: flex;
        gap: 10px;
        max-width: 1006px;
    }
    
    
    .recruitbox__item{
        width: 50%;
    }
    
    .recruit__txt{
        font-size: 2.4rem;
        margin: 60px auto 0;
    }
    
    /* ここからボタン*/
    .btn{
        width: 310px;
        height: 71px;
        font-size: 2.4rem;
        margin: 40px auto 45px;
    }
    
    .btn::after{
        display: block;
        content:'' ;
        width: 40px;
        height: 57px;
        background-image: url(../images/arrow-btn-sp.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        z-index: 3;
    }
    
    .btn:hover{
        opacity: 0.5;
    }
}