@charset "UTF-8";
*{
    margin: 0;
    padding: 0;
}
html{
    font-size: 62.5%;
}
main{
    overflow-x: hidden;
}
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: #F4F8E6;
    position: relative;
    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%;
    }
    }
   
    
/* loading */
.load{
    position: fixed;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
}
.loadWhite{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 3;
}
.articleheader{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 4;
}


/* -- firstview -- */
/* -- article header For Sp -- */
    
    .articleheader{
        background-color: #21A469;
        position: absolute;
    }


    .articleheader{
        background-image: url(img/1_firstview/check__ForSp.png);
        width: 100vw;
        height: 100vh;
        background-repeat: repeat;
        background-position: center;
        background-size: cover;
    
    }
    .cloudForSp{
        width: 100vw;
        height: 100vh;
        animation: zoom_in 2.5s ease-out forwards ;
    }
    .cloudForPc{
        width: 100%;
        animation: zoom_in 2.5s ease-out forwards ;
        height: 100dvh;
        object-fit: cover;
    }

    @keyframes zoom_in {
        0%{
            transform: scale(1.0);
        }
        100% {
          transform: scale(1.4);
        }
      }
      
    .cloudForPc{
        display: none;
    }
    .firstview__logo{
        width: 160px;
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .firstview__title{
        font-family: "Zen Maru Gothic";
        font-size: 2.0rem;
        font-weight: 500;
        line-height: 150%;
        color: #ffffff;
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    /* (装飾の雲) */
    .minicloud1{
        width: 250px;
        height: auto;
        position: absolute;
        top: 30px;
        right: 0px ;
        animation: float2 2s linear infinite;
    }
    .minicloud1 img{
        width: 100%;
    }
    .minicloud2{
        width: 200px;
        position: absolute;
        bottom: 30px;
        right: 0px ;
        animation: float2 2s linear infinite;
    }
    .minicloud2 img{
        width: 100%;
    }
    .minicloud3{
        width: 160px;
        position: absolute;
        bottom: 90px;
        left: 0px ;
        animation: float2 2s linear infinite;
    }
    .minicloud3 img{
        width: 100%;
    }
    @keyframes float2 {
        0% {
          transform: translateY(0)
        }
        50% {
          transform: translateY(-10px)
          
        }
        100% { transform: translateY(0px)
        }
      }


/* --  article header -- */
@media screen and (min-width:769px){
    .articleheader{
        background-image: url(img/1_firstview/check__ForPc.png);
    }
    .cloudForPc{
        display: block;
        width: 100vw;
    }
    .cloudForSp{
        display: none;
    }
    .firstview__logo{
        width: 210px;
    }
    .firstview__title{
        font-size: 3.0rem;
    }
    .articleheader::after{
        width: 365px;
        height: 176px;
        top: 8%;
        right: 12%;
    }
    .articleheader::before{
        width: 222px;
        height: 213px;
        bottom: 15%;
        left: 10%;
    }

     /* (装飾の雲) */
     .minicloud1{
        width: 300px;
        height: auto;
        position: absolute;
        top: 30px;
        right: 20px ;
        animation: float2 2s linear infinite;
    }
    
    .minicloud2{
        width: 250px;
        position: absolute;
        bottom: 30px;
        right: 0px ;
        animation: float2 2s linear infinite;
    }
    
    .minicloud3{
        width: 200px;
        position: absolute;
        bottom: 90px;
        left: 20px ;
        animation: float2 2s linear infinite;
    }
    

}

 

/* fadein */
.fadein {
    animation : fadein 0.9s;
    animation-fill-mode: both;
  }
  @keyframes fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
/* -- nav -- */

.headerForPc{
    display: none;
}

/* article__header */
.mainImg__logo{
    width: 100px;
    height: 58.603px;
    flex-shrink: 0;
}
.humberger {
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: flex-end;
}

.hmbgr01, .hmbgr02, .hmbgr03 {
    background-color: #FDBF1E; 
    border-radius: 3px;
    height: 3px; 
    width: 20px; 
    transition: all 0.3s ease; 
    position: relative;
}
.hmbgr02{
    background-color: #F78E25;
}
.hmbgr03{
    background-color: #1370A4;
}

/* 線同士の間隔を設定 */
.hmbgr02 {
    margin-top: 4px;
    margin-bottom: 4px;
}

/* メニューがアクティブ状態（menuOn）になった時の動き */
.hmbgr01.menuOn {
    transform: translateY(7px) rotate(45deg); 
}

.hmbgr03.menuOn {
    transform: translateY(-7px) rotate(-45deg); 
}

.hmbgr02.menuOn {
    opacity: 0; 
}


.humberger::after{
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background-image: url(img/0_common/navBack__plus.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 17px;
    z-index: -1;
    display: none;
}
.humberger{
    position: relative;
}
.humberger.menuOn::after{
    display: block;
}




/* navの基本設定 */

.navOne{
    display: inline;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5; 
    list-style: none;
}
.navOne:nth-of-type(1):after{
    content: '';
    display: inline-block;
    width: 3.5px;
    height: 12.5px;
    background-image: url(../assets/img/0_common/nav_srash.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-left: 10px;
}
.navOne--particuler::after{
    content: '';
    display: inline-block;
    width: 7.6px;
    height: 10px;
    background-image: url(../assets/img/0_common/nav__arrow--black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-left: 5px;
}
.navBox{
    display: flex;
    padding: 10px 15px;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    border: 0.3px solid #000;
    background: #FFF;
    margin-top: 10px;
    width: fit-content;
    margin-inline: auto;
}
.navBox:nth-of-type(1){
    margin-top: 20px;
}

.nav__logo{
    width: 45px;
    height: 45px;
}
.nav__insta{
    width: 30px;
    height: 30px;
}
.navBox__icon{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
}

/* 背景の設定 */
.nav{
    width: 100%;
    /* height: 100%; */
    flex-shrink: 0;
    margin-inline:auto 0;
    position: relative;
}

/* 背景内での位置の調整 */
.kakomi1{
    margin-inline: auto;
    padding-block: 100px;
    background-image: url(img/0_common/navBack.png);
    background-position: calc(50% + 30px) 0%;
    background-repeat: no-repeat;
    background-size: 400px;
}


/* navのnav設定 */
.nav{
    position: fixed;
    width: 100%;
    top: 10px;
    right: 0;
    z-index: 50;
    opacity: 0;
    transition: all 1s;
    pointer-events: none;
}
.nav.active{
    opacity: 1;
    animation: float3 2.5s linear infinite;
    pointer-events: unset;
}

.nav.fade-out {
    opacity: 0;
}

@keyframes float3 {
    0% {
      transform: translateY(0)
    }
    50% {
      transform: translateY(-6px)
      
    }
    
    100% { transform: translateY(0px)
    }
  }



/* --  nav PC =header -- */
@media screen and (min-width:769px){
.nav{
    display: none;
}

/* ヘッダーの設定 */
.headerForPc{
    padding: 30px 2%;
    display: block;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    /* max-width: 1440px; */
    position: absolute;
    z-index: 100;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.header__region{
    width: 50px;
}
.header__region img{
    display: block;
    margin-top: 0;
}

.menuOne{
    width: fit-content;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 100%; 
}
.menuOne::after{
    content: '';
    display: inline-block;
    width: 3.5px;
    height: 12.5px;
    background-image: url(../assets/img/0_common/nav_srash.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-left: 10px;
}
.menuOne:nth-of-type(5)::after{
    display: none;
}
.menuOne--particuler::after{
    content: '';
    display: inline-block;
    width: 7.6px;
    height: 10px;
    background-image: url(../assets/img/0_common/nav__arrow--black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.menu__ue{
    display: flex;
    padding: 10px 30px;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    list-style: none;
    background-color: #ffffff;
    border-radius: 50px;
}
.menuOne--particuler{
    width: fit-content;
    margin-top: 20px;
    padding: 11px 30px;
    background-color: #ffffff;
    border-radius: 50px;
    text-align: right;
}
.menu__shita{
    width: fit-content;
    margin-inline: auto 0;
}

}


/* -- section mainImg -- */
    .mainImgForPc{
        display: none;
    }
    .mainImgForPc__large{
        display: none;
    }
    .mainImg__logo--top{
        width: 37px;
        max-width: 70px;
    }
    .humberger{
        min-width: 20px;
        position: fixed;
        right: 5.3%;
        z-index: 80;
    }

    .menuFlex{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 33px 5.3%;
        width: 100vw;
        box-sizing: border-box;

        position: absolute;
        top: 0px;
        left:0px
    }
    .section--mainImg{
        position: relative;
        background-color: #F4F8E6;
    }

    /* 歩く3人 walk3*/
    .section--mainImg{
        position: relative;
    }
    .mainImg__boy{
        width: 186px;
        position: absolute;
        bottom: 19%;
        left: calc(37% - 93px);
        animation: walk4 1.5s steps(4, start);
    }
    .mainImg__dog{
        width: 184px;
        position: absolute;
        bottom: 16%;
        left: calc(61% - 92px);
        animation: walk3 1s steps(4, start);
    }
    .mainImg__girl{
        width: 195px;
        position: absolute;
        bottom: 20%;
        left: calc(76% - 97px);
        left: 40%;
        animation: walk3 1.5s steps(2, start);
    }
    

    @media screen and (min-width:550px){
        .mainImg__boy{
            width: 250px;
            bottom: 19%;
            left: calc(36% - 125px);
        }
        .mainImg__dog{
            width: 250px;
            bottom: 16%;
            left: calc(60% - 125px);
        }
        .mainImg__girl{
            width: 268px;
            bottom: 19%;
            left: calc(69% - 134px);
        }
    }
    @media screen and (min-width:700px){
        .mainImg__boy{
            width: 280px;
            bottom: 23%;
            left: calc(36% - 140px);
        }
        .mainImg__dog{
            width: 280px;
            bottom: 18%;
            left: calc(60% - 140px);
        }
        .mainImg__girl{
            width: 300px;
            bottom: 23%;
            left: calc(65% - 150px);
        }
    }
    @media screen and (min-width:769px){
        .mainImg__boy{
            width: 210px;
            bottom: 15%;
            left: calc(38% - 105px);
        }
        .mainImg__dog{
            width: 210px;
            bottom: 12%;
            left: calc(52% - 105px);
        }
        .mainImg__girl{
            width: 230px;
            bottom: 15%;
            left: calc(60% - 115px);
        }
    }
    @media screen and (min-width:1024px){
        .mainImg__boy{
            width: 280px;
            bottom: 15%;
            left: calc(38% - 140px);
        }
        .mainImg__dog{
            width: 280px;
            bottom: 12%;
            left: calc(52% - 140px);
        }
        .mainImg__girl{
            width: 300px;
            bottom: 15%;
            left: calc(61% - 150px);
        }
    }
    @media screen and (min-width:1440px){
        .mainImg__boy{
            width: 350px;
            bottom: 15%;
            left: calc(38% - 175px);
        }
        .mainImg__dog{
            width: 350px;
            bottom: 12%;
            left: calc(52% - 175px);
        }
        .mainImg__girl{
            width: 375px;
            bottom: 15%;
            left: calc(60% - 187px);
        }
    }
    @media screen and (min-width:1440px){
        .mainImg__boy{
            width: 400px;
            bottom: 15%;
            left: calc(38% - 200px);
        }
        .mainImg__dog{
            width: 400px;
            bottom: 12%;
            left: calc(52% - 200px);
        }
        .mainImg__girl{
            width: 425px;
            bottom: 15%;
            left: calc(60% - 217px);
        }
    }
    

    @keyframes walk3 {
        0% {
            transform: translate(100px, -20px);
            rotate: 5deg;
        }
        20% {
            transform: translate(80px, 0px);
            rotate: 0deg;
        }
        40% {
            transform: translate(60px, -20px);
            rotate: 5deg;
        }
        60% {
            transform: translate(40px, 0px);
            rotate: 0deg;
        }
        80% {
            transform: translate(20px, -20px);
            rotate: 5deg;
        }
        100% {
            transform: translate(0px, 0px);
            rotate: 0deg;
        }
       
      }

    @keyframes walk4 {
        0% {
            transform: translate(-100px, -20px);
            rotate: 5deg;
        }
        20% {
            transform: translate(-80px, 0px);
            rotate: 0deg;
        }
        40% {
            transform: translate(-60px, -20px);
            rotate: 5deg;
        }
        60% {
            transform: translate(-40px, 0px);
            rotate: 0deg;
        }
        80% {
            transform: translate(-20px, -20px);
            rotate: 5deg;
        }
        100% {
            transform: translate(0px, 0px);
            rotate: 0deg;
        }
       
      }

    

/* --  mainImg -- */
@media screen and (min-width:769px){
    .mainImgForPc{
        display: block;
        width: 100%;
    }
    .mainImgForSp{
        display: none;
    }
    .mainImg__logo--top{
        display: none;
    }
    .humberger{
        display: none;
    }
}
@media screen and (min-width: 2100px){
    .mainImg__boy, .mainImg__dog, .mainImg__girl{
        display: none;
    }
    .mainImgForPc__large{
        display: block;
    }
    .mainImgForPc{
        display: none;
    }
}

/* --  about -- */
    /* innerとかの囲み */
    .section--about{
        background-color: #F4F8E6;
    }
    .inner__about{
        padding: 0 5.3%;
        padding-bottom: 170px;
        position: relative;

    }

    .about__title{
        color: #21A469;
        font-family: "Zen Maru Gothic";
        font-size: 2.0rem;
        font-weight: 500;
        line-height: 250%;
        display: flex;
        gap: 10px;
        align-items: center;
        position: relative;
    }
    .about__title::after{
        content: '';
        display: block;
        width: 42px;
        height: 1px;
        background-color: #21A469;
    }

    .about__title::before{
        content: '';
        display: block;
        width: 15px;
        height: 77px;
        background-image: url(../assets/img/3_about/About.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        left: -17px;
        top: -20px;
    }
    .about__txt{
        color: #447841;
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 300%;
        margin-top: 60px;
        max-width: 350px;
    }
    
    .about__btn{
        margin-top: 40px;
        width: fit-content;
    }
    .about__btn a{
        color: #447841;
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 100%;
        padding: 10px 30px;
        border-radius: 50px;
        border: 0.3px solid #447841;
        margin-top: 40px;
    }
    .about__btn:hover{
        opacity: 0.7;
        scale: 1.05;
        transition: 0.5s;
    }

    .about__img{
        height: 200px;
        margin-top: 40px;
        position: relative;
    }
   
    .about__dog{
        width: 150px;
        position: absolute;
        bottom: 0;
        left: 0;
        opacity: 0;

    }
    .about__girl{
        width: 160px;
        position: absolute;
        bottom: 0;
        left: 20%;
        opacity: 0;
    }
    .about__boy{
        width: 150px;
        position: absolute;
        bottom: 0;
        left: 40%;
        opacity: 0;
    }

    .flexBox2::after{
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        border-bottom: 3px dotted #447841;
    }

/* --  about -- */
@media screen and (min-width:769px){
    .inner__about{
        padding:0px 11.6%;
        max-width: 1440px;
        margin-inline: auto;
        /* background-color: #000; */
    }
    .section--about{
        padding-bottom: 280px;
    }
    .about__title{
        font-size: 3.0rem;
        line-height: 200%; 
        padding-top: 25px;
        position: relative;
    }
    .about__title::after{
        width: 72px;
    }
    .about__title::before{
        width: 40px;
        height: 120px;
        left:  -60px;
        top: -10px;
    }
    .about__txt{
        font-size: 2.0rem;
        line-height: 300%;
        min-width: 500px;
        margin-top: 90px;
    }
    .about__btn{
        margin-top: 90px;
    }
    .about__btn a{
        font-size: 1.6rem;
        margin-top: 90px;
    }
    .about__img{
        width: 400px;
        margin-top: 60px;
    }
    .about__dog{
        width: 190px;
    }
    .about__girl{
        width: 200px;
    }
    .about__boy{
        width: 180px;
    }
    .flexBox2{
        flex-wrap: wrap;
        display: flex;
        align-items: flex-end;
        gap: 11.3%;
    }
    .about__img::after{
        display: none;
    }
    .flexBox2::after{
        content: '';
        display: block;
        width: 100%;
        height: 60px;
        border-bottom: 3px dotted #447841;
    }

}

@media screen and (min-width:1441px){
    .inner__about{
        margin-inline: auto;
        padding-inline: 168px;
    }
}



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

    }
    .section--event::before{
        content: '';
        display: block;
        background-image: url(..//assets/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: -60px;
        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(../assets/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;
        line-height: 1.5; 
        text-align: center;
        border-radius: 50px;
        background: #FDBF1E;
        text-decoration: none;
        text-align: center;   
        display: block;
        width: fit-content;
        margin-inline: auto;
        padding: 10px 30px;
    }
    .event__btn--sp a{
        display: block;
    }
    .event__btn--sp:hover{
        color: #fff;
        background-color: #fdbe1eb5;
        scale: 1.05;
        transition: 1s;
    }
    .event__img{
        width: 250px;
        margin: 0 auto;
    }
    /* 背景のチェック入れる*/
    .kakomi3-1{
        background-image: url(../assets/img/4_event/eventcheck150_77.png);
        background-repeat: repeat;
        background-position: center;
        padding-bottom: 90px;
        padding-top: 60px;
        padding-inline: 11.6%;
        margin-top: 110px;
    }


/* --  event -- */
 @media screen and (min-width:769px) {
        
    .section--event::before{
        content: '';
        display: block;
        background-image: url(..//assets/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 13.5%;
            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(../assets/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;
        font-size: 1.8rem;
        color: #ffffff;
        line-height: 200%;
        text-align: center;
        border-radius: 50px;
        background: #FDBF1E;
        text-decoration: none;
        margin-inline: auto;
        margin-top: 40px;
        padding: 7px 30px;
        width: fit-content;
    }
    .event__btn--pc a{
        font-size: 1.8rem;
        color: #ffffff;
    }
    .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;
        line-height: 1;
    }
    

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



/*  --  お知らせ・開催情報 -- */

    /* sectionと境界線 */
    .section--news{
        background-color: #1370A3;
        position: relative;
        padding-bottom: 170px;
    }
    .inner__news{
        padding-inline: 11.6%;
    }
    
    .section--news::before{
        content: '';
        display: block;
        background-image: url(..//assets/img/0_common/border_blue_sp.png);
        width: 100%;
        height: auto;
        aspect-ratio: 563/170;
        background-position:0 0;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: -60px;
        left: 0;
    }

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

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

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

    .news__sheel--title{
        color: #D4BC65;
        text-align: center;
        font-size: 2.0rem;
        font-weight: 700;
        line-height: 200%;
        position: relative;
    }
    .date{
        color: #B6B6B6;
        font-family: "Zen Maru Gothic";
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 150%; 
        margin-top: 30px;
    }
    .news__txt{
        line-height: 150%;
        margin-top: 10px;
    }
    .news__linkBtn{
        color: #E25D20;
        font-size: 1.2rem;
        line-height: 150%;
        width: fit-content;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-inline: auto;
    }
    .news__linkBtn a {
        color: #E25D20;
        width: fit-content;
        border-radius: 50px;
        border: 0.3px solid #E25D20;
        padding: 5px 30px;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .news__linkBtn a::after{
        content: '';
        display: block;
        width: 7px;
        height: 10px;
        background-image: url(../assets/img/5_news/news_arrow.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .news__linkBtn:hover{
        opacity: 0.8;
        scale: 1.05;
        transition: 0.5s;
    }
    .newsBox{
        z-index: 20;
    }


    .kakomi2{
        margin-top: 70px;
        border-radius: 20px;
        background: #FAF9F5; 
        padding: 170px 15px 110px;
        max-width: 450px;
        margin-inline: auto;
    }

    .kakomi4{
        border-bottom: 0.5px solid #E25D20;
    }
    .news__moreBtn{
        color: #1370A3;
        text-align: center;
        font-size: 1.2rem;
        line-height: 200%; 
        margin-top: 30px;
        width: fit-content;
        margin-inline: auto 0;
    }
    .news__moreBtn a{
        color: #1370A3;
    }

    .news__moreBtn a{
        position: relative;
    }
      
    .news__moreBtn a::after {
        position: absolute;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        background: #1370A3;
        bottom: -7px;
        transform: scale(0, 1);
        transform-origin: right top;
        transition: transform 0.5s;
    }
      
    .news__moreBtn a:hover::after {
        transform: scale(1, 1);
        transform-origin: left top;
    }
      

    .news__sheel--title::before{
        content: '';
        display: block;
        background-image: url(../assets/img/5_news/news__title.svg);
        width: 120px;
        height: 51.487px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: -25px;
        left: -50px; 
    }
    .kakomi5{
        position: relative;
        width: fit-content;
        margin-inline: auto;
    }

    /* シールのnewsback */
    .kakomi2::before{
        content: '';
        background-image: url(../assets/img/5_news/newsback.png);
        width: 210px;
        height: 210px;
        display: block;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: -50px;
        left: 50%;
        transform: translateX(-50%);
    }
    /* シールのnewsBoy */
    .kakomi2::after{
        content: '';
        background-image: url(../assets/img/5_news/newsboy.png);
        width: 180px;
        height: 180px;
        display: block;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
    }


@media screen and (min-width:769px) {
     .section--news{
        padding: 0px 13.5%;
     }   
    .section--news::before{
        content: '';
        display: block;
        background-image: url(..//assets/img/0_common/border_blue_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;
        }
    
        .news__title{
            font-size: 3.0rem;
            line-height: 1;
            padding: unset;
        }
        .news__title::after{
            width: 72px;
        }
        .date{
            font-size: 1.6rem;
            margin-top: 30px;
        }
        .news__txt{
            font-size: 1.8rem;
            font-weight: 500;
            line-height: 150%;
            margin-top: 10px;
        }
        .news__linkBtn{
            font-size: 1.6rem;
            display: flex;
            padding: 5px 20px;
            gap: 5px;
            width: fit-content;
        }

        .kakomi{
            padding-inline:20px ;
        }
        /*sectionの囲み  */
        .section--news{
            padding-bottom: 280px;
        }
        .news__moreBtn a{
            font-size: 1.8rem;
        }
        
    }
    
/* -- 👩‍💻 news -- */
@media screen and (min-width:898px) {
    /*sectionの囲み  */
    .section--news{
        padding-inline: unset;
        padding-bottom: 280px;
    }
    .section--news::before{
        content: '';
        display: block;
        background-image: url(..//assets/img/0_common/border_blue_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;
        }

        /*  文字の設定 */
        .news__title{
            font-size: 3.0rem;
            line-height: 1;
            padding: unset;
            padding: 0px 11.6%;
            max-width: 1440px;
            margin-inline: auto;
        }
        .news__title::after{
            width: 72px;
        }
        .news__sheel--title{
            font-size: 2.4rem;
        }
        .news__sheel--title::before{
            width: 172.396px;
            height: 73.968px;
            top: -37px;
            left: -70px;
        }

        .news__linkBtn{
            margin-inline: auto;
        }

        /* お知らせ・開催情報の位置調整 */
        .kakomi5{
            margin-inline: 92px auto;
        }

        .date{
            font-size: 1.6rem;
            margin-top: 30px;
        }
        .news__txt{
            font-size: 1.8rem;
            font-weight: 500;
            line-height: 150%;
            margin-top: 10px;
        }
        .news__linkBtn{
            font-size: 1.6rem;
            display: flex;
            padding: 5px 20px;
            gap: 5px;
            width: fit-content;
        }
        .brForSp{
            display: none;
        }
    
       .news__moreBtn a{
        font-size: 1.8rem;
       }

       /* 文字たちの囲み */
       .kakomi2{
        padding: 100px 42px;
        position: relative;
        max-width: 1104px;
        margin-inline: auto;
        z-index: 10;
       }

       /* シールの位置 */
       .kakomi2::before{
        width: 319px;
        height: 318.522px;
        top: -90px;
        left: 75%;
       }
       .kakomi2::after{
        width: 192.005px;
        height: 250px;
        top: -50px;
        left: 75%;
       }

       /* 新聞Boy */
       .kakomi5::after{
        content: '';
        display: block;
        background-image: url(../assets/img/5_news/readingboy.png);
        width: 304px;
        height: 258px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 350px;
        left: -130px;
        z-index: 40;
       }

}
@media screen and (min-width:1330px) {
    .kakomi6{
       display: flex;
       justify-content: space-between;
       align-items: baseline;
       flex-wrap: wrap;
      }
      .news__linkBtn{
       margin-inline: auto 0;
       padding: 0;
      }

}
@media screen and (min-width:1441px){
    .news__title{
        padding-inline: 168px;
    }
    .inner__news{
        padding-inline: 168px;
    }
}


/*  --  その他の活動 -- */

    /* sectionと境界線 */
    
    .section--other{
        padding-inline: 5.3%;
        background-color: #F4F8E6;
        position: relative;
        padding-bottom: 50px;

    }
    .section--other::before{
        content: '';
        display: block;
        background-image: url(..//assets/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--other * {
        position: relative;
    }

    /* 文字設定 */
    .other__title{
        color: #1370A4;
        font-size: 2.0rem;
        font-weight: 700;
        line-height: 300%;
    }

    .other__title{
        display: flex;
        gap: 10px;
        align-items: center;
    }
    .other__title::after{
        content: '';
        width: 33px;
        height: 1px;
        background-color: #1370a4;
        display: block; 
    }
    .other__sheel{
        width: 240px;
        height: 240px;
        flex-shrink: 0;
        margin: 10px auto 0;
    }
    /* サブタイトルとその装飾 */
    .other__Subtitle1 ,.other__Subtitle2{
        color: #1370A4;
        text-align: center;
        font-size: 2.0rem;
        font-weight: 700;
        line-height: 200%;
    }
    .other__Subtitle1::before{
        content: '';
        display: block;
        width: 120px;
        height: 44.476px;
        background-image: url(../assets/img/6_other/projects.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: -20px;
        left: -30%;
    }
    .kakomi7{
        position: relative;
        width: fit-content;
        margin-inline: auto;
        margin-top: 40px;
    }
    .other__img1{
        max-width: 300px; 
        margin-top: 50px;
        margin-inline: auto;
    }
    .other__txt{
        font-size: 1.4rem;
        line-height: 300%; 
        margin-top: 50px;
    }
    
    .other__btn{
        font-size: 1.2rem;
        line-height: 100%; /* 12px */
        margin-top: 40px;
        width: fit-content;
        margin-inline: auto;
    }
    .other__btn a{
        font-size: 1.2rem;
        line-height: 100%; /* 12px */
        border-radius: 50px;
        border: 0.3px solid #1370A4;
        padding: 10px 20px;
        margin-top: 40px;
        width: fit-content;
        margin-inline: auto;
        display: flex;
        align-items: flex-end;
        gap: 7px;
    }
    .other__btn a::after{
        content: '';
        display: block;
        width: 7.692px;
        height: 10px;
        background-image: url(../assets/img/6_other/other__arrow.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .other__btn a{
        color: #1370A4;
    }

    .other__btn:hover{
        opacity: 0.8;
        scale: 1.05;
        transition: 0.5s;
    }

    
    /* クリスタル販売 */
    .kakomi8{
        position: relative;
        width: fit-content;
        margin-inline: auto;
        margin-top: 120px;
    }
    .other__Subtitle2::before{
        content: '';
        display: block;
        width: 120px;
        height: 44.476px;
        background-image: url(../assets/img/6_other/product.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: -20px;
        left: -30%;
    }
    /* 画像 */
    .other__img2, .other__img3{
        max-width: 300px;
        display: block;
        margin-inline: auto;
        position: relative;
    }
    .other__img2{
        margin-top: 50px;
    }
    .other__img3{
        margin-top: 10px;
    }
    .other__img1--ForPc{
        display: none;
    }
    .image-link::after{
        content: '';
        display: block;
        width: 40px;
        height: 40px;
        background-image: url(../assets/img/6_other/mushimegane.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        bottom: 0px;
        right: 40px;
        cursor: pointer; 
    }

    

/* -- 👩‍💻 その他の活動 -- */
@media screen and (min-width:540px) {
    .kakomi11{
        display: flex;
        margin-top: 50px;
        max-width: 450px;
        margin-inline: auto;
    }
    .other__img2{
        margin-top: 0px;
    }
    .other__img3{
        margin-top: 0px;
    }
    .image-link::after{
        right: 0;
    }

}


@media screen and (min-width:769px) {
    /*sectionの囲み  */
    .inner__other{
        padding: 0px 11.6%;
        max-width: 1440px;
        margin-inline:auto ;
    }
    .section--other{
        padding-bottom: 170px;
        padding-inline:unset ;
    }
    .section--other::before{
        content: '';
        display: block;
        background-image: url(..//assets/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;
        }

        /*  文字の設定 */
        .other__title{
            padding: 0px 11.6%;
            max-width: 1440px;
            margin-inline: auto;
            font-size: 3.0rem;
            line-height: 1;
        }
        .other__title::after{
            width: 72px;
        }
        .other__Subtitle1{
            font-size: 2.4rem;
        }
        .other__Subtitle2{
            font-size: 2.4rem;
        }
        .other__Subtitle1::before{
            width: 196px;
            height: 72px;
            top: -40px;
            left: -90px;
        }
        .other__Subtitle2::before{
            width: 196px;
            height: 72px;
            top: -30px;
            left: -90px;
        }
        .other__txt{
            font-size: 1.8rem;
            margin-top: 0;
            max-width: 720px;
        }
        .other__btn{
            margin-top: 20px;
            margin-inline: auto 0;
        }
        .other__btn a{
            font-size: 1.6rem;
        }
        .other__img1--ForPc{
            display: block;
            max-width: 350px;
        }
        .other__img1{
            display: none;
        }
        .kakomi10{
            display: flex;
            justify-content: space-between;
            margin-top: 50px;
            gap: 30px;
            max-width: 1104px;
            margin-inline: auto;
        }
        .kakomi9{
            max-width: 734px;
            min-width: 320px;
            margin-top: -18px;
        }
        .kakomi11{
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            margin-top: 0px;
        }
        .kakomi12{
            max-width: 579px;
            margin-top: -18px;
        }
        .kakomi13{
            display: flex;
            gap: 20px;
            justify-content: space-between;
            margin-top: 50px;
            max-width: 1141px;
            margin-inline: auto;
        }
        .other__img2, .other__img3{
            margin-top: 0;
            width: 216px;
            position: relative;
        }
        
        .inner__other{
            max-width: 1440px;
        }

    }
    @media screen and (min-width:1441px){
        .other__title{
            padding-inline: 168px;
        }
        .inner__other{
            padding-inline: 168px;
        }
    }


/*  --  footer -- */  

.footerForPc{
    display: none;
}
.footerImgForSp{
    display: block;
}
.footerImgForSp__large{
    display: none;
}

/* kakomiの文字設定 */

.footer__logo img{
    display: block;
    width: 45px;
}
.footer__logo a{
    display: block;
}
.footer__insta img{
    display: block;
    width: 30px;
    height: 30px;
}
.footer__insta a{
    display: block;
}
.footer__icon{
    display: flex;
    align-items: center;
    gap:15px;
}
.footer__one{
    font-size: 1.1rem;
    text-align: center;
    line-height: 100%;
    list-style: none;
}
.footer__ue{
    display: flex;
    gap: 10px;
    border-radius: 50px;
    background: #FFF;
    padding: 10px 15px;
    margin-top: 10px;
    width: fit-content;
    align-items: baseline;
}
.footer__one::before{
    content: '';
    display: inline-block;
    width: 3.5px;
    height: 12.5px;
    background-image: url(../assets/img/0_common/nav_srash.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-right: 10px;
}
.footer__one--particuler::after{
    content: '';
    display: inline-block;
    width: 7.6px;
    height: 12.5px;
    background-image: url(../assets/img/0_common/nav__arrow--black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-left: 5px;
}
.footer__one:nth-of-type(1)::before{
    display: none;
}
.footer__shita--left{
    display: flex;
    border-radius: 50px;
    background: #FFF;
    padding: 10px 15px;
    width: fit-content;
    gap: 10px;
    align-items: baseline;
}
.footer__shita--right{
    display: flex;
    border-radius: 50px;
    background: #FFF;
    padding: 10px 15px;
    align-items: center;
}
.footer__shita{
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
}
.footer__region{
    width: 65%;
    margin-inline: auto;
    margin-top: 30px;
}

/* menu部分の位置調整 */
.footer__kakomi1{
    width: 100%;
    padding-inline: 5.3%;
    position: absolute;
    margin: 0 auto;
    top: 12%;
    left: 50%;
    transform: translateX(-50%);
}


.kakomi1__inner{
    width: fit-content;
    max-width: 500px;
    margin: 0 auto;  
}
.footerForSp{
    position: relative;
    background-color: #F4F8E6;
}

/* copyright */
.copy{
    color:#21A469;
    text-align: end;
    padding-bottom: 20px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}



/* -- 👩‍💻 footer -- */
@media screen and (min-width:540px) {
    .footerImg{
        display: none;
    }
    .footerImgForSp__large{
        display: block;
    }
    .footer__kakomi1{
        top: 12%;
    } 
}

@media screen and (min-width:769px) {

.footerForSp{
    display: none;
}
.footerForPc{
    display: block;
}
.footerForPc{
    background-color: #F4F8E6;
}

.footer_region{
    width: 200px;
    margin-inline: unset;
    margin-top: 0px;
}
.menu__ue{
    width: fit-content;
    white-space: nowrap;
    margin-inline: auto 0;
}

.footer__iconForPc{
    display: flex;
    gap: 15px;
    width: fit-content;
    margin-inline: auto 0;
    align-items: center;
    margin-top: 20px;
}

/* menuの位置調整 */
.footerForPc{
    position: relative;
    
}
.footer__kakomi2{
    width: 100%;
    padding-inline: 30px;
    position: absolute;
    top:17%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1440px;
}

/* max-widthの指定 */
.inner__footerForPc{
    display: flex;
    justify-content: space-between;
    max-width: 1440px;
    width: 100%;

}

}

/* btn:hover */
/* headerのhoevr */
.menuOne:hover{
    opacity: 0.5;
    transition: 0.1s;
}
.navOne:hover{
    opacity: 0.5;
    transition: 0.1s;
}
.footer__one:hover{
    opacity: 0.5;
    transition: 0.1s;
}
.menuOne--particuler:hover{
    opacity: unset;
}
.menuOne--particuler a:hover{
    opacity: 0.5;
}



/*  fadeIn */

/* --- jqery */
.fadeIn{
    transform: translate(0,50px);
    opacity:0;
    transition:0.8s;
}
.fadeIn.animated{
    transform: translate(0,0);
    opacity: 1.0;
}

/* トコトコ歩く */
.about__dog.active {
    animation: walk2 1s steps(3, start);
    opacity: 1;
    transition: all 1s;
  }
.about__girl.active {
    animation: walk2 1.2s steps(3, start);
    animation-delay: 0.1s;
    opacity: 1;
    transition: all 1s;
  }
.about__boy.active {
    animation: walk2 1.2s steps(3, start);
    animation-delay: 0.2s;
    opacity: 1;
    transition: all 1s;
  }
@keyframes walk2 {
    0% {
      transform: translate(80px, -6px);
      rotate: 0deg;
    }
    25% {
        transform: translate(60px, 0px);
        rotate: 5deg;
    }
    50% {
        transform: translate(40px, -6px);
        rotate: 0deg;
    }
    75% {
        transform: translate(20px, 0);
        rotate: 5deg;
    }
    100% {
        transform: translate(0px, -6px);
        rotate: 0deg;
    }
  }

/* ポワポワ */
.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);
  }
} 


/* ぽぽぽぽぽ */
/* css */

.inner__news{
    position: relative;
}

.maruBox{
    position: absolute;
    bottom:-90px;
    right: 0px;
    width: 100%;
}

.maru{
    display: block;
    background-color: #195b81;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.maru{
    scale: 0;
} 

.maru1{
    width: 75px;
    height: 75px;
    margin-inline: auto 0;
}
.maru2{
    background-color: #3f9fd7f3;
}
.maru3{
    background-color: #1b79b0e5;
    width: 75px;
    height: 75px;
    margin-inline-start: 40px;
    margin-top: -20px;
}
.maru4{
    background-color: #3f9fd7f3;
    width: 50px;
    height: 50px;
    margin-inline: auto 0;
}
.maru5{
    margin-inline: auto 0;
}

@media screen and (min-width:769px) {
.kakomi2{
    z-index: 10;
}
.maruBox{
    position: absolute;
    bottom: -90px;
    left: -30px;
}
.maru{
    display: block;
    background-color: #195b81;
    width: 200px;
    height: 200px;
    border-radius: 50%;
}
.maru1{
    width: 100px;
    height: 100px;
    margin-inline-end: -50px;
}
.maru2{
    background-color: #3f9fd7f3;
    margin-inline-start: -70px;
}
.maru3{
    background-color: #1b79b0e5;
    width: 150px;
    height: 150px;
    margin-inline-start: -30px;
    margin-top: -50px;
}
.maru4{
    background-color: #3f9fd7f3;
    width: 100px;
    height: 100px;
    margin-inline-end: -120px;
}
.maru5{
    margin-inline-end: -90px;
}
}

@media screen and (min-width:898px) {
    .maru1{
        width: 100px;
        height: 100px;
        margin-inline-end: 20px;
    }
    .maru2{
        background-color: #3f9fd7f3;
        margin-inline-start: 0px;
    }
    .maru3{
        background-color: #1b79b0e5;
        width: 150px;
        height: 150px;
        margin-inline-start: 50px;
        margin-top: -50px;
    }
    .maru4{
        background-color: #3f9fd7f3;
        width: 100px;
        height: 100px;
        margin-inline-end: 0px;
    }
    .maru5{
        margin-inline-end: 20px;
    }
}

@media screen and (min-width:1441px) {
    .maruBox{
        max-width: 1440px;
        margin-inline: auto;
    }
}


/* スライディング */
.other__img1 {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 1s ease, transform 1s ease;
}

.other__img1.slideIn {
  opacity: 1;
  transform: translateX(0);
}

  
@media screen and (min-width:769px) {
    .other__img1--ForPc {
        opacity: 0;
        transform: translateX(100px);
        transition: opacity 1s ease, transform 1s ease;
      }
      
      .other__img1--ForPc.slideIn {
        opacity: 1;
        transform: translateX(0);
      }
}

    /* 2こめ */
.other__img2 {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 1s ease, transform 1s ease;
}

.other__img2.slideIn {
  opacity: 1;
  transform: translateX(0);
}

  
@media screen and (min-width:769px) {
    .other__img2--ForPc {
        opacity: 0;
        transform: translateX(-100px);
        transition: opacity 1s ease, transform 1s ease;
      }
      
      .other__img2--ForPc.slideIn {
        opacity: 1;
        transform: translateX(0);
      }
}


    /* 3こめ */
.other__img3 {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 1s ease, transform 1s ease;
}

.other__img3.slideIn {
  opacity: 1;
  transform: translateX(0);
}

  
@media screen and (min-width:769px) {
    .other__img3--ForPc {
        opacity: 0;
        transform: translateX(-100px);
        transition: opacity 1s ease, transform 1s ease;
      }
      
      .other__img3--ForPc.slideIn {
        opacity: 1;
        transform: translateX(0);
      }
}






