@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; */
	color: rgb(248, 152, 227);
}

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);
}
body{
    overflow-x: hidden;
    overflow-y: visible;
}

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

.blogarea{
    height: 400px;
    background-color: darkslategrey;
    margin-top: 100px;
    background-image: url(/image/hitorigoto.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.tophdw{
    font-family: 'Pinyon Script', cursive;
    font-weight: bold;
}
.blogarea h1{
    margin-left: 10vw;
    margin-top: 100px;
    font-family: Shin Go Bold;
    color: #920783;
}
@media screen and (max-width:1000px){
    .blogarea h1{
        margin-left: 10vw;
        margin-top: 100px;
        font-size: 32px;
    }
}
@media screen and (max-width:768px){
    .blogarea h1{
        margin-left: 10vw;
        margin-top: 100px;
        font-size: 26px;
    }
}

@media screen and (max-width:414px){
    .blogarea h1{
        margin-left: 10vw;
        margin-top: 100px;
        font-size: 26px;
    }

    .blogarea{
        height: 250px;
    }

    .blogarea4{
        display: none;
    }
      
}

@media screen and (max-width:375px){
    .blogarea h1{
        margin-left: 10vw;
        margin-top: 100px;
        font-size: 26px;
    }

    .blogarea{
        height: 250px;
    }
      
}

@media screen and (max-width:320px){
    .blogarea h1{
        margin-left: 10vw;
        margin-top: 100px;
        font-size: 23px;
    }

    .blogarea{
        height: 250px;
    }
      
}


.blogarea2{
    margin-top: 50px;
    margin-bottom: 60px;
    height: auto;
    background-color: rgba(202, 202, 202, 0);
    padding-bottom: 20px;
    border-radius: 20px;
}

.blog45{
    margin-bottom: 80px;
}
.blog45 p{
    color: rgb(167, 167, 167);
    text-align: center;
}
.bgar22{
    height: 300px;
    margin-top: 30px;
    background-color: rgba(245, 222, 179, 0);
    border-radius: 20px;
    margin-bottom: 30px;
    transition-duration: 2s;
}

.bgar23{
    height: 300px;
    margin-top: 30px;
    background-color: rgb(156, 129, 77);
}

.bgarim{
    background-color: rgba(153, 205, 50, 0);
    margin-top: 20px;
    height: 180px;
}

.bgardt{
    height: 70px;
    background-color: rgba(153, 205, 50, 0);
    margin-top: 20px;
    
}
/*--------------------gaiyou---------------------*/

/*----------------------*/
.bgar4{
    height: auto;
    margin: 30px 0;
    background-color: rgba(238, 224, 180, 0.356);
    border-radius: 20px;
}
.bgar4 h2{
    margin-top: 40px;
}

.bgar4 p{
    padding: 0px;
}



/*----------------------*/


/* 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 {
     }*/
     .fadein {
        opacity : 0;
        transform : translate(0, 50px);
        transition : all 500ms;
        }
    
    /* 画面内に入った状態 */
    .fadein.scrollin {
        opacity : 1;
        transform : translate(0, 0);
    }

     @media screen and (max-width:768px){
        .fadein {
            opacity : 1;
            transform : translate(0, 0px);
            transition : all 500ms;
            }
        
        /* 画面内に入った状態 */
        .fadein.scrollin {
            opacity : 1;
            transform : translate(0, 0);
        }
    }
     .fadein46 {
        opacity : 0;
        transform : translate(0, 0px);
        transition : all 3000ms;
    }
    
    .fadein46.scrollin {
        opacity : 1;
        transform : translate(0, 0);
    }

    .fadein47 {
        opacity : 0;
        transform : translate(0, 0px);
        transition : all 4000ms;
    }
    
    .fadein47.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);
    }

#wrap{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.blog22 h1{
    text-align: center;
    margin-top: 20px;
    font-size: 30px;
}

.blog2wp img{
    height: 200px;
    width: 100%;
    margin: 20px 0;
}

.blog2area{
    margin-bottom: 50px;
    margin-top: 50px;
}

.mae p{
    color: black;
}

.bgarim img{
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.bgardt p{
    text-align: center;
    color: black;
}

.bgar22:hover{
    transform: scale(1.1);
    transition-duration: 2s;
} 

.blog2wp{
    height: auto;
    width: 100%;
    margin: 50px 0px;
    object-fit: cover;
    
}

.bl211{
    height: 300px;
}
.hiduke p{
    text-align: right;
}