.top__mv {
    overflow: hidden;
}
.slider__list__pc__wrap{
    display: none;
}

.slider__list__sp {
   /*  padding-top:62.4%;
     */
     position:relative;
}

.slider__list__pc {
    display: none;

}
.news__no-post{
    text-align: center;
}
.news__txt a{
    text-decoration: underline;
    color: #000;
}





/* .slider__list__sp {
    height: 53vw;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden; 
    width: 80vw;
  } */
  .slider__list__sp li{
    padding-top:15.6%;
    position:relative;

    
  }
  .slider__list__pc li{
    padding-top:12%;
    position:relative;

    
  }
  .slider__list__sp li img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    object-fit: cover;
    transform: translateY(-50%) translateX(-50%);

  }
  .slider__list__pc li img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    object-fit: cover;
    transform: translateY(-50%) translateX(-50%);

  }
 

  @keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.7); /* 拡大率 */
  }
}
.add-animation {
  animation: fadezoom 7s 0s forwards;
}



.slider__list__txt {
    font-size: 7.8vw;
    color: #003296;
    font-weight: 900;
    position: absolute;
    /* top: 44%; */
    top: 26vw;
    left: 3%;
    line-height: 1.4;
    text-shadow: #fff 2px 0px 2px,#fff -2px -0px 2px,#fff 0px 2px 2px,#fff 0px -2px 2px;
    transition: opacity 1s , transform 1s ease-out;
    transform: translateX(50px);
    opacity: 0;
}
.slider__list__txt.scroll_events{
    transform: translateX(0);
    opacity: 1;
}

.slider__list__txt span{
    text-indent: -0.9rem;
    display: inline-block;
}
.slider__list__li__wrap{
    width: 100%;
}
.slider__list__sp__wrap{
    position: relative;
    opacity: 0;
}
.slider__list__sp__wrap.scroll_events{
    transition: opacity 2s ease-out;
    opacity: 1;
}








.shop__info {
    margin-top: 5px;
    width: 100%;
    max-width: 100%;
}

.shop__info__info-img__wrap {
    display: flex;
    margin-left: 20px;
}

.shop__info__info__area {
    width: 44%;
    position: relative;
    z-index: 100;
    margin-top: 24px;
}

.shop__info__info__area .shop__info__ttl {
    transition: opacity 1s , transform 1s ease-out;
    transform: translateX(50px);
    opacity: 0;
}
.shop__info__info__area.scroll_events .shop__info__ttl,
.shop__info__info__area.scroll_events_reserve .shop__info__ttl 
{
    transform: translateX(0);
    opacity: 1;
}
.shop__info__info__area .info__txt__wrap__pc{
    transition: opacity 1s , transform 1s ease-out;
    transform: translateX(50px);
    transition-delay: 1s;
    opacity: 0;
}
.shop__info__info__area.scroll_events .info__txt__wrap__pc,
.shop__info__info__area.scroll_events_reserve .info__txt__wrap__pc
{
    transform: translateX(0);
    transition-delay: 1s;
    opacity: 1;
}
.subttl{
    display: block;
}
.shop__info__subttl {}

.shop__info__txt {
    font-size: 20px;
    color: #003296;
    font-weight: 500;
    width: 102%;
    margin-top: 37px;
    line-height: 1.45;
    transition: opacity 1s , transform 1s ease-out;
    transform: translateX(50px);
    opacity: 0;
    transition-delay: .5s;
}
/* .shop__info__info__area.scroll_events .shop__info__txt
.shop__info__info__area.scroll_events_reserve .shop__info__txt
{
    transform: translateX(0);
    opacity: 1;
} */




.shop__info__info__area.scroll_events .shop__info__txt,
.shop__info__info__area.scroll_events_reserve .shop__info__txt {
    transform: translateX(0);
    opacity: 1;
}
.info__txt__wrap__pc {
    display: none;
}

.info__txt__btn__wrap {}

.info__txt {
    line-height: 1.56;
    margin:19px 20px 22px 20px;

}

.info__txt__btn {}

.shop__info__img__area {
    width: 56%;
    overflow: hidden;
    position: relative;
    padding-top: 76%;
}
.shop__info__img__area .shop__info__img03{
    transition: height .5s ease-out;
    transform-origin: 0 0;
    overflow: hidden;
    height: 0%;
}
.shop__info__img__area.scroll_events .shop__info__img03,
.shop__info__img__area.scroll_events_reserve .shop__info__img03{
    height: 100%;
}
.shop__info__img01 {
    position: absolute;
    right: -25%;
    width: 125%;
    top: 0;
    transition: height .5s ease-out;
    height: 0%;
    overflow: hidden;
    transition-delay: .2s;
}
.shop__info__img__area.scroll_events .shop__info__img01,
.shop__info__img__area.scroll_events_reserve .shop__info__img01
{
    height: 100%;
}
.shop__info__img02 {
    /* position: relative; */
    position: absolute;
    z-index: 100;
    mix-blend-mode: multiply;
    /* margin-top: 67%; */
    left: 9%;
    /* margin-left: -23px; */
    width: 69%;
    transition: height .5s ease-out;
    transform-origin: 0 0;
    overflow: hidden;
    transition-delay: .6s;
    /* bottom: 0; */
    left: 7%;
    height: 0%;
    top: 49%;
}
.shop__info__img__area.scroll_events .shop__info__img02,
.shop__info__img__area.scroll_events_reserve .shop__info__img02
{
    height: 100%;
}
.shop__info__img03 {
    position: absolute;
    top: 9%;
    width: 49%;
    z-index: 100;
    right: -26%;
    mix-blend-mode: multiply;
    transition: transform .5s ease-out;
    transform-origin: 0 0;
    height: 0%;
    overflow: hidden;
    transition-delay: .4s;
}

.info__txt__wrap__sp {}

.about {
    margin-top: 38px;
}

.about__info-img__wrap {
    display: flex;
}

.about__img__area {
    width: 58.5%;
    position: relative;


}

.about__img__area .about__info__img01 {
    position: absolute;
    z-index: 1;
    width: 69%;
    top: 19%;
    transition: opacity 1s , transform 1s ease-out;
    transform: translateX(-50px);
    opacity: 0;
}
.about__img__area.scroll_events .about__info__img01,
.about__img__area.scroll_events_reserve .about__info__img01 {
    transform: translateX(0);
    opacity: 1;
    transition-delay: .5s;
}
.about__info__img02 {
     position: relative;
    margin-left: 17px;
    width: 103%;
    padding-top: 80%;
}
.about__info__img02_inner{
    position: absolute;
    width: 100%;
    height: 0%;
    top: 0;
    right: 0;
    transition: height .5s ease-out;
    overflow: hidden;
}
.about__img__area.scroll_events .about__info__img02_inner,
.about__img__area.scroll_events_reserve .about__info__img02_inner{
    height: 100%;
}
.about__info__area {
    width: 41.5%;
    margin-right: 20px;
    padding-top: 15px;
}
.about__info__area .about__ttl{
    transition: opacity 1s , transform 1s ease-out;
    transform: translateX(50px);
    opacity: 0;
}
.about__info__area.scroll_events .about__ttl,
.about__info__area.scroll_events_reserve .about__ttl{
    transform: translateX(0);
    opacity: 1;
}
.about__info__area .info__txt__wrap__pc{
    transition: opacity 1s , transform 1s ease-out;
    transform: translateX(50px);
    opacity: 0;
    transition-delay: .5s;
}
.about__info__area.scroll_events .info__txt__wrap__pc,
.about__info__area.scroll_events_reserve .info__txt__wrap__pc{
    transform: translateX(0);
    opacity: 1;
}
.recruit {
    margin-top: 38px;

    background: linear-gradient(180deg, #fff 0%, #fff 35%, #eaf5fc 35%, #eaf5fc 100%);
    padding-bottom: 30px;
    ;
}

.recruit__img__pc {
    display: none;
}

.recruit__img__info__wrap {}

.recruit .recruit__ttl {
    text-align: center;
    transition: opacity 1s , transform 1s ease-out;
    transform: translateX(50px);
    opacity: 0;
}
.recruit.scroll_events .recruit__ttl ,
.recruit.scroll_events_reserve .recruit__ttl {
    transform: translateX(0);
    opacity: 1;
}
.recruit .info__txt__btn__wrap {
    transition: opacity 1s , transform 1s ease-out;
    transform: translateX(50px);
    opacity: 0;
    transition-delay: .5s;
    border: 1px solid;
}
.recruit .info__txt__btn__wrap:hover{
    border: none;
    padding:1px;
}
.recruit.scroll_events  .info__txt__btn__wrap ,
.recruit.scroll_events_reserve .info__txt__btn__wrap {
    transform: translateX(0);
    opacity: 1;
}
.recruit__subttl {}

.recruit__img__sp {
    margin: 16px auto 0 auto;
    width: 74%;
    box-shadow: 5px 5px 1px 1px rgba(0, 217, 255, 0.404);
    transition: opacity 1s , transform 1s ease-out;
    transform: translateX(-50px);
    opacity: 0;
}
.recruit.scroll_events .recruit__img__sp,
.recruit.scroll_events_reserve .recruit__img__sp {
    transform: translateX(0);
    opacity: 1;
}

.topix__wrap {

    padding-top: 33px;
    padding-bottom: 39px;
}

.topix {
    margin: 0 19px;
}

.tpix__area {}

.topix__ttl {
    text-align: center;
    margin-bottom: 12px;
    transition: opacity 1s , transform 1s ease-out;
    transform: translateX(50px);
    opacity: 0;
}
.topix__wrap.scroll_events .topix__ttl,
.topix__wrap.scroll_events_reserve .topix__ttl {
    transform: translateX(0);
    opacity: 1;
}
.tpix__area .topix__pc__wrap:nth-child(1) {}

.topix__border {
    border-bottom: 1px solid;
    transition: opacity 1s , transform 1s ease-out;
    transform: translateX(-50px);
    opacity: 0;
    transition-delay: .5s;
}
.topix__wrap.scroll_events .topix__border,
.topix__wrap.scroll_events_reserve .topix__border {
    opacity: 1;
    transform: translateX(0);
}
.ttl-date__wrap {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    padding-top: 16px;
}

.topix__info {
    color: #fff;
    padding: 4px;
    text-align: center;
    width: 82px;
    font-size: 14px;
    margin-right: 17px;
    border-radius: 1px;
}

.news__ttl {
    background-color: #003296;
}

.date {
    font-size: 14px;
    font-weight: 500;
}

.topix__txt {
    line-height: 1.4;
    padding-bottom: 14px;
    margin-top: 10px;
    font-size: 14px;

}

.news__ttl02 {
    background-color: #ba1b21;

}

.news__ttl03 {
    background-color: #00a99d;

}

.news__ttl04 {
    background-color: #f7931e;

}

.news__btn__wrap {

    margin: 0 auto;
    margin-top: 30px;
}







@media screen and (min-width:768px) {
    .slider__list__pc__wrap{
        display: block;
        opacity: 0;
    }
    .slider__list__pc__wrap.scroll_events{
        transition: opacity 2s ease-out;
        opacity: 1;
    }
    .slider__list__sp__wrap{
        display: none;
    }
    
    
    .slider__list__sp {
        display: none;
    }

    .slider__list__pc {
        display: block;
        margin-left: 19%;

    }
        .slider__list__txt {
            font-size: 3.84vw;
            color: #003296;
            font-weight: 900;
            position: absolute;
            top: 28vw;
            left: 11.4%;
            line-height: 1.454;
            text-shadow: #fff 2px 0px 2px,#fff -2px -0px 2px,#fff 0px 2px 2px,#fff 0px -2px 2px;
        }

        
       
    
    .slider__list__txt span{
        text-indent: -0.9rem;
        display: inline-block;
    }
    

    .shop__info {
        margin: 0 auto;
        margin-top:86px;
        max-width: 1220px;
    }

    .shop__info__info-img__wrap {
        display: flex;
        flex-direction: row-reverse;
        max-width: 1220px;
        position: relative;
        left: -6%;
        align-items: center;
    }

    .shop__info__img__area {
        width: 53%;
        overflow: hidden;
        position: relative;
        margin-right: 5.4%;
        padding-top: 60%;
    }

    .shop__info__img02 {
        /* position: relative; */
        z-index: 100;
        mix-blend-mode: multiply;
        /* margin-top: 53%; */
        left: 0%;
        /* margin-left: -23px; */
        width: 62%;
    }

    .shop__info__img03 {
        position: absolute;
        top: 9%;
        width: 39.2%;
        z-index: 100;
        right: 0;
        mix-blend-mode: multiply;
    }

    .shop__info__img01 {
        position: absolute;
        right: auto;
        width: 100%;
        top: 0;
    }

    .shop__info__info__area {
        width: 47%;
        position: relative;
        z-index: 100;
        margin-bottom: 16%;
    }

    @media screen and (max-width:1100px) {
        .shop__info__info__area {
            top:-24px;
        }
        .shop__info__img__area {
           top:-75px;
        }
    }


    .shop__info__txt {
        font-size: 22px;
        color: #003296;
        font-weight: 500;
        width: 90%;
        margin: 0 auto;
        margin-top: 75px;
        line-height: 1.45;

    }

    .info__txt__wrap__sp {
        display: none;
    }

    .info__txt__wrap__pc {
        display: block;
    }

    .info__txt {
        margin-top: 23px;
        margin-bottom: 49px;
    }


    .about {
        margin-top: 38px;
        overflow: hidden;

    }

    .about__info-img__wrap {
        display: flex;
        flex-direction: row-reverse;
        max-width: 1240px;
        margin: 0 auto;
        position: relative;
        right: -10%;
        align-items: center;
    }

    .about__img__area {
        width: 52%;
    }

    .about__info__img01 {
        position: absolute;
        z-index: 1;
        width: 65%;
        top: 23%;
        right: 38%;
    }

    .about__info__img02 {
        /* position: absolute; */
        margin-left: 17px;
        width: auto;
    }

    .about__info__area {
        width: 48%;
        margin-right: 6%;
        /*  padding-top: 7.5%; */
        padding-bottom:69px;
    }

    .about .info__txt {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .recruit {
        margin-top: 38px;
        background: linear-gradient(180deg, #fff 0%, #fff 20%, #eaf5fc 20%, #eaf5fc 100%);
        padding-bottom: 60px;


    }
    @media screen and (max-width:950px) {
        .recruit {
            margin-top: 38px;
            background: linear-gradient(180deg, #fff 0%, #fff 20%, #eaf5fc 20%, #eaf5fc 100%);
            padding-bottom: 60px;
    padding-top: 9%;
    
        }
    }

    .recruit__wrap {
        display: flex;
        max-width: 986px;
        margin: 0 auto;
        align-items:flex-end;
    }

    .recruit__img__pc {
        display: block;
        margin: 0;
        width: 52%;
        box-shadow: 5px 5px 1px 1px rgba(0, 217, 255, 0.404);
        margin-right: 7.4%;
        /* margin-bottom: 7%; */
        overflow: hidden;
        transition: opacity 1s , transform 1s ease-out;
        transform: translateX(-50px);
        opacity: 0;
    }
    .recruit.scroll_events .recruit__img__pc,
    .recruit.scroll_events_reserve .recruit__img__pc {
        transform: translateX(0);
        opacity: 1;
    }
    .recruit__img__pc img{
        transition: all 0.5s;
    }
    .recruit__img__pc img:hover{
        transform: scale(1.1);
        

    }

    .recruit__img__sp {
        display: none;
    }

    .recruit__img__info__wrap {
        width: 48%;
        margin-bottom: 16px;
    }
    .recruit__img__info__wrap>.info__txt{
margin-top:55px;
    }


    .topix__wrap {

        padding-top: 85px;
        padding-bottom: 70px;
    }



    .topix {
        /* display: flex; */
        max-width: 940px;
        margin: 0 auto;
        align-items: flex-end;
        padding: 0 20px;
    }

    .topix__ttl {
        margin-bottom: 50px;
    }

    .topix__sub__ttl {}



    .topix__pc__wrap {
        display: flex;
        align-items: center;
        padding-bottom: 13px;
    }

    .topix__txt {

        margin-left: 15px;
        padding: 0;
    }

    .topix>.news__btn__wrap {
        width:199px;

    }

    .topix>.news__btn__wrap .news__btn {
        width:199px;
       /*  padding: 13px; */
        margin-top: 56px;
    }
    .topix>.news__btn__wrap .news__btn a {
        width:199px;
        padding: 20px;
        margin-top: 56px;
    }
    .topix .line__btn::after{
        top: 0;
    }

    @media screen and (min-width:1500px){
        .slider__list__txt {
            font-size: 3.84vw;
            color: #003296;
            font-weight: 900;
            position: absolute;
            top: 25vw;
            left: 11.4%;
            line-height: 1.454;
            text-shadow: #fff 2px 0px 2px,#fff -2px -0px 2px,#fff 0px 2px 2px,#fff 0px -2px 2px;
        }

    }








}