@charset "UTF-8";


*, *::after, *::before, a:hover{
    box-sizing: border-box;
    margin: 0;
    list-style: none;
    text-decoration: none;
    font-family: Gothic Medium BBB;
}
a{
    color: white;
}

a:hover{
    color: rgb(248, 152, 227);
}


.left{
    float: left;
}

.tal{
    text-align: left;
}

.tar{
    text-align: right;
}

.tac{
    text-align: center;
}

.w{
    color: white;
}

.p{
    color: rgb(216, 120, 195);
}


/*--------------------gaiyou---------------------*/

.about{
    height: 400px;
    background-color: darkslategrey;
    margin-top: 100px;
    background-image: url(/image/558369_l.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.about h1{
    margin-left: 10vw;
    margin-top: 200px;
    font-family: Shin Go Bold;
    color: #920783;
}
.tophdw{
    font-family: 'Pinyon Script', cursive;
    font-weight: bold;
}
.abth{
    margin-top: 100px;
    font-size: 24px;
}
.aboutar1{
    margin-bottom: 50px;
    background-color: white;
    z-index: 3;
}

.aboutar1{
    font-weight: bold;
    height: auto;
    background-color: rgb(255, 255, 255);
}

.anskk{
    text-align: center;
    font-size: 30px;
    margin-top: 40px;
}


.aboutwp2{
    margin-top: 50px;
    background-image: url(/image/4020380_m.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.ab3{
    margin-bottom: 100px;
}
.sign{
    font-size: 8px;
}

.asdf{
    margin-top: 80px;
    height: auto;
}

.ab3 p{
    font-weight: bold;
}

@media screen and (max-width:991px){
    .about h1{
        font-size: 28px;
    }
    .aboutwp1{
        height: 200px;
    }
    .aboutar1{
        margin-bottom: 0px;
    }
    .nnn{
        display: none;
    }
    .ab3{
        margin-bottom: 100px;
        margin-top: -60px;
    }
    .aboutwp1{
        margin-top: -50px;
    }

    .aboutar1 p{
        padding: 0 40px;
        font-weight: bold;
    }

    .ab3 p{
        padding: 0 40px;
        font-weight: bold;
    }

    .aboutwp1{
        height: 200px;
        background-image: url(/image/3595_l.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center bottom;
        margin-left: 0px;
    }

    .asdf{
        margin-top: 10px;
    }
    .asdf{
        background-color: rgba(255, 192, 203, 0);
    }
}
@media screen and (max-width:414px){
    .aboutwp1{
        width: 20vw;
        background-image: url(/image/3595_l.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center bottom;
        margin-left: 0px;
    }
    
}
@media screen and (max-width:375px){
    
    
}
@media screen and (max-width:320px){
    
    .ab3 {
        margin-top: -240px;

    }
    .asdf{
        background-color: rgba(255, 192, 203, 0);
    }
    
}
/*--------------------gaiyou---------------------*/




/* when the library loads, each [data-delighter] 
      gets the .delighter class */

      .foo.delighter {
        transition: all 1.3s ease-out;
        transform: translateX(100%);
        opacity: 0;
     }
  
     /* the .started class is set when the top
        of [data-delighter] is at 0.75 of the viewport 
        (where 0 is top and 1 is bottom) */
  
     .foo.delighter.started {
        transform: none;
        opacity: 1;
     }
  
     /* an extra .ended state is set when the bottom 
        of [data-delighter] is at 0.75 of the viewport
        (where 0 is top and 1 is bottom)      .foo.delighter.started.ended {
     }*/
  


/* when the library loads, each [data-delighter] 
      gets the .delighter class */

      .foo2.delighter {
        transition: all 1.3s ease-out;
        transform: translateX(-100%);
        opacity: 0;
     }
  
     /* the .started class is set when the top
        of [data-delighter] is at 0.75 of the viewport 
        (where 0 is top and 1 is bottom) */
  
     .foo2.delighter.started {
        transform: none;
        opacity: 1;
     }
  
     /* an extra .ended state is set when the bottom 
        of [data-delighter] is at 0.75 of the viewport
        (where 0 is top and 1 is bottom)      .foo2.delighter2.started.ended {
     }*/
  

     .fadein46 {
        opacity : 0;
        transform : translate(0, 0px);
        transition : all 3000ms;
    }
    
    .fadein46.scrollin {
        opacity : 1;
        transform : translate(0, 0);
    }

    .fadein51 {
        opacity : 0;
        transform : translate(0, 60px);
        transition : all 5000ms;
    }
    
    .fadein51.scrollin {
        opacity : 1;
        transform : translate(0, 0);
    }

    .fadein30 {
        opacity : 0;
        transform : translate( 500px, 0);
        transition : all 1000ms;
        }
    
    /* 画面内に入った状態 */
    .fadein30.scrollin {
        opacity : 1;
        transform : translate(0, 0);
    }



    .aboutbox1{
        background-color: white;
        z-index: 2;
    }

    p{
        font-size: 20px;
    }
    .abutsec{
        display: none;
    }

    .mori p{
        text-align: center;
    }

    .mori{
        margin-bottom: 70px;
    }
    .tar{
        text-align: right;
    }
    
    .aboutwp1{
        height: 200px;
        background-image: url(/image/3595_l.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center bottom;
        float: right;
    }
    .aboutbox1{
        font-size: 16px;
    }
    .ansikukan{
        margin-top: 100px;
        
    }

    .ansikukan p{
        color: rgb(245, 177, 230);
        font-size: 30px;
    }
    .ansikukanp4{
        text-align: left;
    }
    .aboutbox1 img{
        width: 30vw;
        padding: 15px;
    }

    .ownpb2 p, .owshse2 p{
        padding: 0;
    }
    @media screen and (max-width:1200px){
        .ownpb2 p, .owshse2 p{
            font-size: 17px;
        }
    }
    @media screen and (max-width:991px){

        p{
            font-size: 18px;
        }
        .ownpb2 p, .owshse2 p{
            font-size: 18px;
        }
    }

    @media screen and (max-width:768px){
        
        .aboutwp2{
            margin-top: 50px;
            height: 150px;
        }
        .secr3{
            display: none;
        }
        .abutsec{
            display: block;
        }
        p{
            font-size: 16px;
        }

        .mori p{
            text-align: left;
        }
    }

    @media screen and (max-width:320px){
        p{
            font-size: 13px;
        }
    }

    @media screen and (max-width:414px){
        .about{
            height: 200px;
            background-color: darkslategrey;
            margin-top: 100px;
            background-image: url(/image/558369_l.jpg);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
        }
        .about h1{
            margin-left: 10vw;
            margin-top: 50px;
        }
        .abth{
            margin-top: 100px;
            font-size: 22px;
        }
        .aboutar1 p{
            font-size: 17px;
            padding: 20px;
        }
        
        .aboutar1{
            margin-bottom: 170px;

        }
        
        .aboutar1{
            height: 400px;
        }
        
        
        .aboutwp2{
            margin-top: 50px;
            background-image: url(/image/4020380_m.jpg);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center bottom;
        }
        .asdf{
            margin-top: -40px;
        }
        
        .ab3{
            margin-bottom: 100px;
            margin-top: 80px;
        }

        .ab3 p{
            padding: 20px;
        }
        .sign{
            font-size: 8px;
        }

        .oiu{
            margin-top: -30px;
        }

        .mori p{
            text-align: left;
        }
    }
    
    @media screen and (max-width:375px){
        .aboutar1 p{
            font-size: 15px;
            padding: 20px;
        }

        .mori p{
            text-align: left;
        }
    }
    
    @media screen and (max-width:320px){
        .aboutar1 p{
            font-size: 13px;
            padding: 20px;
        }
        .ab3 p{
            font-size: 13px;
        }
        .about{
            height: 160px;
        }

        .mori p{
            text-align: left;
        }
    }
