@charset "UTF-8";
*{
    margin: 0;
    padding: 0;
}
html{
    font-size: 62.5%;
}
body{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-style: normal;
    color: #2f2f2f;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 150%;
    background-color: #E25D20;
    overflow-x: hidden;
}
body * {
    box-sizing: border-box;
}
img{
    max-width: 100%;
    height: auto;
}
a{
    text-decoration: none;

}

/*  common PC */
@media screen and (min-width:769px){
body{
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 300%;
}
}


/*  --  わんわんフェスタについて -- */
    /* sectionの枠と境界線 */
    .section--event{
        background-color: #E25D20;
        position: relative;
        margin-top: -1px;
        padding-bottom: 170px;

    }
    .section--event::before{
        content: '';
        display: block;
        background-image: url(../img/0_common/border_orange_sp.png);
        width: 100%;
        height: auto;
        aspect-ratio: 563/170;
        background-position:0 0;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top:0px;
        left: 0;
    }

    .section--event * {
        position: relative;
    }


    /* 文字設定 */
    .event__title{
        color: #FFF;
        font-size: 2.0rem;
        font-weight: 700;
        line-height: 300%;
        padding-inline: 5.3%;
    }

    .event__title{
        display: flex;
        gap: 10px;
        align-items: center;
    }
    .event__title::after{
        content: '';
        width: 33px;
        height: 1px;
        background-color: #FFF;
        display: block; 
    }


    .event__sheel--title{
        margin: 0 auto;
        display:flex;
        align-items: end;
        justify-content: center;
        color: #ffffff;
        text-align: center;
        font-size: 2.0rem;
        font-weight: 700;
        line-height: 200%; 
        text-align: center;
        position: relative;
        z-index: 20;
    }
    .event__sheel--title::before{
        content: '';
        display: block;
        background-image: url(../img/4_event/7_event__sheel.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 239.517px;
        height: 216.212px;
        /*  */
        position: absolute;
        top: -170px;
        left: 50%;
        transform: translateX(-52%);
        z-index: -3;
    }
    .kakomi3{
        position: relative;
    }
   
    .event__txt{
        font-weight: 500;
        line-height: 300%;
        background-color: #FFF;
    }
    .eventBox{
        background-color: #FFF;
        padding: 10px 15px 20px;
        width: 100%;
        max-width: 450px;
        margin: 10px auto 0;
        border-radius: 10px;
    }
    .event__btn--pc{
        display: none;
    }
    .event__btn--sp{
        color: #FFF;
        text-align: center;
        line-height: 200%; 
        border-radius: 50px;
        background: #1370A3;
        padding: 5px 30px;
        text-decoration: none;
        text-align: center;   
        display: block;
        width: fit-content;
        margin-inline: auto;
    }
    .event__btn--sp:hover{
        opacity: 0.8;
        scale: 1.05;
        transition: 0.5s;
    }
    .event__img{
        width: 250px;
        margin: 0 auto;
    }
    /* 背景のチェック入れる*/
    .kakomi3-1{
        background-image: url(../img/4_event/eventcheck150_77.png);
        background-repeat: repeat;
        background-position: center;
        padding-bottom: 90px;
        padding-top: 60px;
        padding-inline: 5.3%;
        margin-top: 110px;
    }


/* --  event -- */
 @media screen and (min-width:769px) {
        
    .section--event::before{
        content: '';
        display: block;
        background-image: url(../img/0_common/border_orange_pc.png);
        width: 100%;
        height: 141px;
        aspect-ratio: unset;
        background-position:0 0;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        top: -140px;
        left: 0;
        }

        .event__title{
            font-size: 3.0rem;
            padding: 0 11.6%;
            line-height: 1;
            max-width: 1440px;
            margin-inline: auto;
        }
        .event__title::after{
            width: 72px;
        }
        /*sectionの囲み  */
        .section--event{
            padding-bottom: 280px;
        }
        /* テキストボックスの余白 */
        .eventBox{
            padding: 20px 20px 50px;
        }
       
        
    }

@media screen and (min-width:898px){
    
    .event__sheel--title::before{
        display: none;
    }
    .event__sheel--title{
        font-size: 3.0rem;
        color: #1370A3;
        background-image: url(../img/4_event/7_event__sheel.png);
        width: 354px;
        height: 319.557px;
        flex-shrink: 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .event__sheel--title{
        position: absolute;
        top: -150px;
        left: 25%;
        transform: translateX(-50%);
        z-index: 5;
    }
    .kakomi3{
        position: relative;
        margin: 0 auto;
        margin-top: 80px;
        width: fit-content;
    }
    .kakomi3-1{
        padding-top: 5px;
        margin-top: 90px;
    }
  
    .event__btn--sp{
        display: none;
    }
    .event__btn--pc{
        display: block;
        width: fit-content;
        font-size: 1.8rem;
        color: #ffffff;
        line-height: 200%;
        text-align: center;
        line-height: 200%; 
        border-radius: 50px;
        background: #1370A3;
        padding: 5px 30px;
        text-decoration: none;
        margin-inline: auto;
        margin-top: 40px;
    }
    .event__btn--pc:hover{
        opacity: 0.8;
        scale: 1.05;
        transition: 0.5s;
    }
    .eventBox{
        background-color: #ffffff;
        display: flex; 
        justify-content: space-between;
        padding: 120px 55px 50px;
        width: auto;
        max-width: 1104px;
    }
    

    .event__img{
        width: auto;
    }

    .event__txt{
        background-color: unset;
        font-size: 1.8rem;
        line-height: 300%;
        margin-top: 80px;
    }

    /* max-widthの指定（paddingtpmax-width) */
    .event__title{
        padding: 0px 11.6%;
        max-width: 1440px;
        margin-inline: auto;
    }
    

}

@media screen and (min-width:1441px){
    .event__title{
        padding-inline: 168px;
    }
    .kakomi3-1{
        padding-inline: 168px;
    }
}


/* --  人気のヒミツ original-- */

.background__sectionSecret::before{
    content: '';
    display: block;
    background-image: url(../img/0_common/border_green_sp.png);
    width: 100%;
    height: auto;
    aspect-ratio: 563/170;
    background-position:0 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -60px;
    left: 0;
}

.section--eventSecret{
    background-color: #F4F8E6;
    position: relative;
    padding-bottom: 50px;
}

.event__title2{
    color: #02734f;
    font-size: 1.8rem;
    line-height: 250%;
    position: relative;
    text-align: center;
    justify-content: center;
    
}
.event__title2::after{
    display: none;
}
.event__title2::after{
    background-color: #21A469;
}

.scrollgirl img{
    display: block;
    width: 100%;
    height: 100%;
}
.scrollgirl{
    position: absolute;
    width: 200px;
    top: 70px;
    left: calc(50% - 100px);
}
.thekeypoints{
    width: 200px;
    margin-inline: auto;
    position: relative;
    padding-top: 20px;
}


/* eventSecert1のエリア */

    .eventSecret1__ForPc{
        display: none;
    }

    .eventSecret1{
        padding-block: 0px 50px;
    }
    .eventSecret__div__Fortitle2{
        margin-bottom: unset;
        position: relative;
        z-index: 20;
    }
    .event__title3{
        color: #E25D20;
        font-size: 1.6rem;
        font-family: "Zen Maru Gothic", serif;
        padding-inline: 5.3%;
        border: double 2px #E25D20;
        width: fit-content;
        margin-inline: auto;
    }
    .event__title3::after{
        display: none;
    }
   
    /* 白のtxt Box */
    .eventSecret__txtBox{
        padding: 15px;
        background-color: #FFF;
        margin-top: 20px;
        border-radius: 15px;
        box-shadow: 10px 10px  #E25D20;
        width: 300px;
        margin-inline: auto;

    }
    .eventSecret__title{
        color: #E25D20;
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 2.0; 
        width: fit-content;
    }
    .eventSecret__txt{
        color: #000;
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 2.0;
        margin-top: 20px;
    }

    /* 画像より下の位置を上げたい */
    .eventSecret1__Box{
        margin-top: 20px;
        max-width: 369px;
        padding-inline: 20px;
        position: relative;
        margin-inline: auto;
    }
   
    .eventSecret1__ForSp img{
        display: block;
        width: 100%;
    }
    .eventSecret1__ForSp{
        width: 250px;
        margin-inline: auto;
    }

    /* decoration */
    .decoration1 img{
        display: block;
        width: 100%;
        height: 100%;
    }
    .decoration1{
        position: absolute;
        width: 150px;
        top: 40px;
        left: calc(50% - 75px);
        animation: float 1.5s linear infinite;
    }

    @keyframes float {
        0% {
          transform: translateY(0)
        }
        30% {
          transform: translateY(-6px)
        }
        66% { transform: translateY(6px)
        }
        100% { transform: translateY(0)
        }
      }
    


/* eventSecert2のエリア */

    .eventSecret2__ForPc{
        display: none;
    }

    .eventSecret2{
        padding-block: 0px 50px;
    }
    .eventSecret__div__Fortitle3{
        margin-bottom: unset;
        position: relative;
        z-index: 20;
    }

    .event__title4{
        color: #02734f;
        font-size: 1.6rem;
        font-family: "Zen Maru Gothic", serif;
        padding: unset;
        padding-inline: 5.3%;
        border: double 2px #02734f;
        width: fit-content;
        margin-inline: auto;
    }
    .event__title4::after{
        display: none;
    }
    /* 白のtxt Box */
    .eventSecret__txtBox2{
        padding: 15px;
        background-color: #FFF;
        margin-top: 20px;
        border-radius: 15px;
        box-shadow: 10px 10px  #02734f;

    }
    .eventSecret__title2{
        color: #02734f;
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 2.0; 
        width: fit-content;
    }
    .eventSecret__txt{
        color: #000;
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 2.0;
        margin-top: 20px;
    }

    /* 画像より下の位置を上げたい */
    .eventSecret2__Box{
        margin-top: 20px;
        max-width: 368px;
        margin-inline: auto;
        padding-inline: 20px;
        position: relative;
    }
    .eventSecret2__ForSp img{
        display: block;
        width: 100%;
    }
    .eventSecret2__ForSp{
        width: 250px;
        margin-inline: auto;
    }

    /* decoration */
    .decoration2 img{
        display: block;
        width: 100%;
        height: 100%;
    }
    .decoration2{
        position: absolute;
        width: 150px;
        top: 80px;
        left: calc(50% - 75px);
        animation: float 1.5s linear infinite;
    }
    
    @keyframes float {
        0% {
          transform: translateY(0)
        }
        30% {
          transform: translateY(-6px)
        }
        66% { transform: translateY(6px)
        }
        100% { transform: translateY(0)
        }
      }


/* eventSecert3のエリア */

    .eventSecret3__ForPc{
        display: none;
    }

    .eventSecret3{
        padding-block: 0px 50px;
    }
    .eventSecret__div__Fortitle4{
        margin-bottom: unset;
        position: relative;
        z-index: 20;
    }

    .event__title5{
        color: #004fa8;
        font-size: 1.6rem;
        font-family: "Zen Maru Gothic", serif;
        padding: unset;
        padding-inline: 5.3%;
        border: double 2px #004fa8;
        width: fit-content;
        margin-inline: auto;
    }
    .event__title5::after{
        display: none;
    }
    /* 白のtxt Box */
    .eventSecret__txtBox3{
        padding: 15px;
        background-color: #FFF;
        margin-top: 20px;
        border-radius: 15px;
        box-shadow: 10px 10px  #004fa8;

    }
    .eventSecret__title3{
        color: #004fa8;
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 2.0; 
        width: fit-content;
    }
    .eventSecret__txt{
        color: #000;
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 2.0;
        margin-top: 20px;
    }

    /* 画像より下の位置を上げたい */
    .eventSecret3__Box{
        margin-top: 20px;
        max-width: 368px;
        margin-inline: auto;
        padding-inline: 20px;
        position: relative;
    }

    .eventSecret3__ForSp img{
        display: block;
        width: 100%;
    }
    .eventSecret3__ForSp{
        width: 250px;
        margin-inline: auto;
    }


    /* decoration */
    .decoration3 img{
        display: block;
        width: 100%;
        height: 100%;
    }
    .decoration3{
        position: absolute;
        width: 150px;
        top: 90px;
        left: calc(50% - 75px);
        animation: float 1.5s linear infinite;
    }
    
    @keyframes float {
        0% {
          transform: translateY(0)
        }
        30% {
          transform: translateY(-6px)
        }
        66% { transform: translateY(6px)
        }
        100% { transform: translateY(0)
        }
      }


/* -- 人気のヒミツ -- */
@media screen and (min-width:769px) {
    .eventSecret__title{
        font-size: 2.0rem;
    }
    .eventSecret__txt{
        font-size: 1.8rem;
    }
    
    .background__sectionSecret::before{
        content: '';
        display: block;
        background-image: url(../img/0_common/border_green_pc.png);
        width: 100%;
        height: 141px;
        aspect-ratio: unset;
        background-position:0 0;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        top: -140px;
        left: 0;
    }
    
    .event__title3, .event__title4, .event__title5{
        line-height: 3;
    }
    .thekeypoints{
        width: 300px;
    }
    .event__title2{
        font-size: 2.0rem;
    }
    .section--eventSecret{
        padding-bottom: 80px;
    }
}    

@media screen and (min-width:930px) {
    .wrap__eventSecret{
        display: flex;
        align-items: flex-start;
        justify-content: center;
        max-width: 1440px;
        margin-inline: auto;
    }
    .eventSecret__txtBox{
        width: 290px;
    }
    .eventSecret__txtBox2{
        height: 378px;
    }
    .eventSecret__txtBox3{
        height: 378px;
    }
    .eventSecret1__Box, .eventSecret2__Box, .eventSecret3__Box{
        padding-inline: 10px;
    }
    .eventSecret1__ForSp{
        width: 263px;
    }
    .eventSecret2{
        padding-block: 0px 50px;
    }
    .eventSecret3{
        padding-block: 0px 50px;
    }
}

@media screen and (min-width:1160px) {
    .wrap__eventSecret{
        display: flex;
        align-items: flex-start;
        justify-content: center;
        max-width: 1440px;
        margin-inline: auto;
    }
    .eventSecret1__Box, .eventSecret2__Box, .eventSecret3__Box{
        padding-inline: 15px;
    }

    
    .eventSecret1__Box{
        max-width: unset;
    }
    .eventSecret1__ForPc{
        display: block;  
        margin-inline: auto;
    }
    .event__title{
        white-space: nowrap;
    }
    .eventSecret__txtBox{
        width: 350px;
    }
    .eventSecret1__Box{
        position: relative;
        margin-top: 30px;
    }

    /* decoration */
    .decoration1{
        width: 210px;
        /* width: 50%; */
        top: 20px;
        left: calc(50% - 105px);
    }
    .decoration1 img{
        width: 100%;
    }


    
/* eventSecret2 */
    .eventSecret2__ForSp{
        display: block;
    }
    .eventSecret2__Box{
        max-width: unset;
    }
    .eventSecret__title2{
        font-size: 2.4rem;
    }
    .eventSecret2__ForPc{
        display: block;  
        width: 100%;
        margin-inline: auto;
    }
    .event__title2{
        white-space: nowrap;
    }
    .eventSecret__txtBox2{
        max-width: 350px;
        height: 342px;
    }
    .eventSecret2__Box{
        position: relative;
        margin-top: 30px;
    }

    /* decoration */
    .decoration2{
        width: 220px;
        top: 50px;
        left: calc(50% - 95px);
    }
    .decoration2 img{
        width: 100%;
    }

/* eventSecret3 */
    .eventSecret3__ForSp{
        display: block;
    }
    .eventSecret3__Box{
        max-width: unset;
    }
    .eventSecret__title3{
        font-size: 2.4rem;
    }
    
    .event__title3{
        white-space: nowrap;
    }
    .eventSecret__txtBox3{
        width: 350px;
        height: 342px;
    }
    .eventSecret3__Box{
        position: relative;
        margin-top: 30px;
    }

    /* decoration */
    .decoration3{
        width: 220px;
        top: 50px;
        left: calc(50% - 110px);
    }
    .decoration3 img{
        width: 100%;
}
}



    
/* --  わんわんフェスタの楽しみ方 -- */


    .background__sectioneventEnjoy{
        position: relative;
    }

    .howtoenjoy{
        width: 200px;
        margin-inline: auto;
        position: relative;
        padding-top: 20px;
    }
    .eventEnjoy{
        padding-bottom: 80px;
        background-color: #F4F8E6;
        position: relative;
        margin-top: -1px;
    }
    
    .eventEnjoy::before{
        content: '';
        display: block;
        background-color: #F4F8E6;
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        /* height: 100%; */
        height: calc(100% - 80px);
    }
   
    
   
    .eventEnjoy__title{
        font-size: 1.8rem;
        color: #02734f;
        line-height: 250%;
        padding-top: 0px;
        text-align: center;
        justify-content: center;
    }
    .eventEnjoy__title::after{
        display: none;
    }
   
    .inner__eventEnjoy{
        position: relative;
    }
    .change__btn{
        width: 50px;
        height: 50px;
        background-color: #c9dc96;
        border-radius: 90px;
        position: absolute;
        bottom: -70px;
        left: 50%;
        transform: translateX(-50%) translateY(0px);
        box-shadow: 5px 5px 0px #02734f;
        transition: all 100ms;
    }
    

    .change__btn:hover{
       scale: 1.1;
    }
    
    .change__btn::after{
        content: '';
        display: block;
        background-image: url(../img/4_event/eventPhoto/eventPhoto__next.svg);
        width: 15px;
        height: 15px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    /* 犬 */
    .pushdog{
        width: 100px;
        position: absolute;
        bottom: -85px;
        left: calc(50% - 97px);
        z-index: 20; 
        pointer-events: none; 
    }
    .inner__eventEnjoy{
        position: relative;
    }
    
    .eventEnjoy__txtBox{
        margin-top: -20px;
        width: 360px;
        height: 100px;
        margin-inline: auto;
        background-color: #FFF;
        border-radius: 15px;
        padding: 10px;
        display: none;
    }
    .eventEnjoy__img__ForSp{
        position: relative;
        z-index: 30;
        margin-top: -20px;
    }
    #mytxt.class1 .eventEnjoy__txtBox.class1{
        display: block;
    }
    #mytxt.class2 .eventEnjoy__txtBox.class2{
        display: block;
    }
    #mytxt.class3 .eventEnjoy__txtBox.class3{
        display: block;
    }
    #mytxt.class4 .eventEnjoy__txtBox.class4{
        display: block;
    }
    #mytxt.class5 .eventEnjoy__txtBox.class5{
        display: block;
    }

    .eventEnjoy__txtBox--title{
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    color: #E25D20;
    }
    .eventEnjoy__txtBox--txt{
        font-size: 1.2rem;
        line-height: 2.0;
        margin-top: 10px;
    }

/* -- 楽しみ方 -- */
@media screen and (min-width:769px) {
    .eventEnjoy__txtBox--txt{
        font-size: 1.6rem;
    }
    .eventEnjoy__txtBox{
        width: 450px;
        height: 120px;
    }
    .howtoenjoy{
        width: 300px;
    }
    .eventEnjoy__title{
        font-size: 2.0rem;
    }
    .eventEnjoy__img__ForSp{
        margin-top: -40px;
    }
    /* 犬 */
    .pushdog{
        width: 150px;
        position: absolute;
        bottom: -130px;
        left: calc(50% - 140px);
        rotate: -5deg;
        z-index: 20;  
    }
    .change__btn{
        width: 70px;
        height: 70px;
        position: absolute;
        bottom: -100px;
        left: 50%;
        transform: translateX(-50%);
    }
    .change__btn::after{
        width: 20px;
        height: 20px;
    }
    
    }
@media screen and (min-width:898px) {
    .eventEnjoy__title{
        padding-top: 0px;
    }
    .eventEnjoy__img__ForSp{
        max-width: 834px;
        margin-inline: auto;
        margin-top: -50px;
    }

    .brForSp{
        display: none;
    }
    
    .eventEnjoy__txtBox{
        height: 108px;
        margin-top: -40px;
    }
    
    .inner__eventEnjoy{
        position: relative;
        max-width: 1440px;
        margin-inline: auto;
        margin-bottom: 100px;
    }
    .eventEnjoy__txtBox--title{
        font-size: 1.8rem;
    }
    .eventEnjoy__txtBox--txt{
        font-size: 1.6rem;
        line-height: 1.5;
    }


}

/* --  その他のお写真 */
.event__otherPictures{
    background-color: #F4F8E6;
}
.otherPicturesBox{
    padding-block: 70px;
    background-color: #F4F8E6;
}

.brForPc{
    display: none;
}
.brFor898{
    display: none;
}
.otherPictures__message{
    color: #02734f;
    font-size: 1.4rem;
    text-align: center;
    line-height: 2.0;
    margin-top: 20px;
    padding-inline: 5.3%;
}
.otherPictures__sheel{
    width: 200px;
    margin-inline: auto;
}

.checkBox{
    background-image: url(../img/4_event/eventcheck150_77.png);
    background-repeat: repeat;
    background-position: center;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: 20px;
    background-size: 77px 77px;
    background-position: 0px -1px;
    background-color: #02734f;
}

.otherPictures__txt{
    color: #21A469;
    text-align: center;
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 200%; 
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.otherPictures__txt::before{
    content: '';
    display: block;
    width: 10.5px;
    height: 30px;
    background-image: url(../img/4_event/stroke--left.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 20px;
}
.otherPictures__txt::after{
    content: '';
    display: block;
    width: 10.5px;
    height: 30px;
    background-image: url(../img/4_event/stroke--right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 20px;
}

.otherPictures__btn{
    color: #FFF;
    text-align: center;
    font-size: 1.6rem;
    line-height: 200%; 
    border-radius: 50px;
    background: #F78E25;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 5px 30px;
    width: fit-content;
    margin-inline: auto;
    margin-top: 23px;
}
.otherPictures__btn:hover{
    opacity: 0.8;
    scale: 1.05;
    transition: 0.5s;
}


.gallery{
    background-color: #FFF;
    padding-block: 15px;
}

/* 文字のスライド */
.sec1 {
    width: 100%;
    display: flex;
    overflow: hidden;
  }


  .sec1__title--first,
  .sec1__title--second {
    font-family: 'Zen Maru Gothic';
    flex-shrink: 0;
    width: auto;
    height: 100px;
    padding-top: 30px;
    display: inline-block;
    text-wrap: nowrap;
    white-space: nowrap;
    font-size: 11rem;
    color: #0b6d1d1f;
  }

  .sec1__title--first {
    animation: anim--first 110s infinite linear 0.1s both;
  }

  .sec1__title--second {
    animation: anim--second 110s infinite linear 0.1s both;
  }

@media screen and (min-width:769px) {
    .sec1__title--first, .sec1__title--second{
    height: 150px;
    font-size: 16rem;
  }
  }


@keyframes anim--first {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes anim--second {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* --　ギャラリー　-- */
.slick-track {
    display: flex;
  }
  .slick-slide {
    height: auto !important;
  }
  
.scroll-infinity__item{
    width: 341px;
    aspect-ratio: 301/180;
    border-radius: 20px;
}


/* 上段 */
@keyframes infinity-scroll-left {
    from {
      transform: translateX(0);
    }
      to {
      transform: translateX(-100%);
    }
    }
    .scroll-infinity__wrap {
      display: flex;
      overflow: hidden;
    }
    .scroll-infinity__list {
      display: flex;
      list-style: none;
      padding: 0
    }
    .scroll-infinity__list--left {
      animation: infinity-scroll-left 80s infinite linear 0.5s both;
    }
    .scroll-infinity__item {
      width: calc(100vw / 2);
      margin-left: 10px;
      margin-bottom: 15px;
    }
    .scroll-infinity:nth-of-type(2) li{
        margin-bottom: 0px;
    }

    .scroll-infinity__item>img {
        width: 100%;
    }

/* 下段 */
@keyframes infinity-scroll-right {
    from {
        transform: translateX(-100%);
    }
        to {
        transform: translateX(0%);
    }
    }
    .scroll-infinity__list--right{
        animation :infinity-scroll-right 80s infinite linear 0.5s both;
    }


/* PC */
@media screen and (min-width:769px) {
    .otherPictures__message{
        font-size: 1.8rem;
    }
    
    }

@media screen and (min-width:898px) {
    .scroll-infinity__item {
        width: calc(100vw / 3);
        margin-left: 15px;
    }
    .otherPictures__sheel{
        position: absolute;
        top: 80px;
        left: 3.4%;
    }
    .otherPicturesBox{
        position: relative;
    }
    .brForPc{
        display: block;
    }
    .otherPictures__message{
        padding: unset;
        margin-inline: auto;
    }
    .brFor898{
        display: block;
    }
}
@media screen and (min-width:1090px) {
    .otherPictures__message{
        max-width: unset;
    }
}


/* 　動き */
/* 下から */
/* ---jqery */
.fadeIn{
    transform: translate(0,50px);
    opacity:0;
    transition:2s;
}
.fadeIn.animated{
    transform: translate(0,0);
    opacity: 1.0;
}


/* ポワポワ */
.event__img {
    opacity: 0;
} 
.event__img.active{
    opacity: 1;
    transition: 0.8s ease-in;
    animation: mochimochi 1.0s;
} 



@keyframes mochimochi {
  0% {
    transform: scale(1, 0.9);
  }
  20% {
    transform: scale(0.9, 1.1);
  }
  90% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 0.9);
  }
} 

/* ポワポワ */
.eventSecret1__ForSp {
    scale: 0;
} 
.eventSecret1__ForSp.active{
    scale: 1;
    transition: 0.5s;
} 
.eventSecret2__ForSp {
    scale: 0;
} 
.eventSecret2__ForSp.active{
    scale: 1;
    transition: 0.5s;
} 
.eventSecret3__ForSp {
    scale: 0;
} 
.eventSecret3__ForSp.active{
    scale: 1;
    transition: 0.5s;
} 

@media screen and (min-width:930px) {
    .eventSecret2__ForSp.active{
        scale: 1;
        transition: 0.5s;
        transition-delay: 0.15s;
    } 
    .eventSecret3__ForSp.active{
        scale: 1;
        transition: 0.5s;
        transition-delay: 0.3s;
    } 
}


/* 文字をなめらかに表示 */
.TextTyping span{
	display: none;
}

/*文字列後ろの線の設定*/
.TextTyping::after {
 	content: "|";
	animation: typinganime .8s ease infinite;
}

@keyframes typinganime{
	from{opacity:0}
	to{opacity:1}
}

/* 下線 */
.Text-Span {
    position: relative;
    z-index: 1;
  }
  .Text-Span:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0%;
    height: 2px;
    background: #cccdc6;
    z-index: -1;
    transition: all 0.8s;
  }
  .Text-Span.isActive:after{
    width: 110%;
  }