
 /*  ::::::::::::::::::::::::::: start ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@charset "UTF-8";

* {
     margin: 0;
}



@media screen and (max-width:480px) {
    body {
        display: grid;
        grid-template-columns: 1% 1fr 1%;                      /*  px   */
        grid-template-rows: [cover] auto auto auto auto auto;
        grid-row-gap: 5px;                                       /*  px   */
        row-gap: 5px;                                            /*  px   */
        font-size: 20px;                                         /*  px   */
        font-family: "Arial";
    }


    body > * {
      grid-column: 2 / -2;
    }
    
    
    
    img {
          width: 100%;
          height: auto;
    }
    
    p {
       display: inline-block;   
       justify-self: end;
       align-self: start;
    }


    .page_waku{ 
      max-width: 100%;
      max-height: auto;
    }






/* index start ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */    
    .bridge_top_index{ 
      width: auto;
      height: 5px;                                  /*     */
      border: 0;
      padding: 0; 
    }

    .bridge_bottom_index{ 
      width: auto;
      height: 50px;                                     /*    */
      border: 0;
      padding: 0; 
    }
   

    .to_the_next{ 
      display: block; 
      width: 50%;
      height: auto;
      box-sizing:  border-box;
      padding: 0;
    }

/* trade_name :::::::::::::::::::: */
    #ps { font-size: 100%; 
      letter-spacing: 3px;
    }

    .picture{ 
      display: block; 
      width: 100%;
      height: auto;
      box-sizing:  border-box;
      border: 1px solid;                            /*     */
      border-color: darkred;
      padding: 0;
    }
    

  /* gallery label*/
  .gallery_index{ 
    display: block; 
    width: 80%;
    height: auto;
    box-sizing:  border-box;
    border: 1px solid;                              /*  px   */
    border-color: darkred;
    padding: 0;
    position: relative;
  }
  
  
  .gallery_cta{ 
    display: flex; 
    width: 17%;
    height: auto;  
    box-sizing:  border-box;
    border: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  
    position: absolute;
    top: 90%;
    left: 78%;
  }
  
  .gallery_cta_m{ 
    display: flex; 
    width: 17%;
    height: auto;  
    box-sizing:  border-box;
    border: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  
    position: absolute;
    top: 30%;
    left: 78%;
  }
  
  .gallery_cta_h{ 
    display: flex; 
    width: 17%;
    height: auto;  
    box-sizing:  border-box;
    border: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  
    position: absolute;
    top: -5px;
    left: 78%;
  }
  
  .gallery_enter{ 
    display: block; 
    width: 125%;
    height: auto;
    box-sizing:  border-box;
    border: 0;
    padding: 0;
  }
  
  .gallery_go{ 
    display: block; 
    width: 250%;
    height: auto;
    box-sizing:  border-box;
    border: 0;
    padding: 0;
  }   

  .gallery_trans{ 
    display: block; 
    width: 80%;
    height: auto;
    box-sizing:  border-box;
    border: 0;                              /*  px   */
    border-color: darkred;
    padding: 0;
    position: relative;
  }



    #test{ 
      width: auto;
      height: 100px;                                       /*  px   */
      border: 0;
      padding: 0;
      margin-left: 50px;                                  /*  px   */
      font-size: 90%;
      }
      
      #ppppp{ 
        width: auto;
        height: 100px;                                       /*  px   */
        border: 0;
        padding: 0;
        margin-left: 50px;                                  /*  px   */
        font-size: 90%;
      }


    #scroll-to-top-btn{
      position: fixed;
      bottom: 10px;                                    /*  px   */
      right: 10px;                                     /*  px   */
      height: 50px;                                   /*  px   */
      width: 50px;                                    /*  px   */
      color: white;
      font-size:30px;                                  /*  px   */
      font-weight: bold;
      background-color:black;
      border: none;
      border-radius: 50%;
      transition-duration: 0.5s;
      opacity: 1;
      }
         

/* index end ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */    


/* gallery start ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */  

.bridge_top_gallery{ 
  width: auto;
  height: 5px;                                           /*  px   */
  border: 0;
  padding: 0; 
}

.bridge_bottom_gallery{ 
  width: auto;
  height: 50px;                    /*  px   */
  border: 0;
  padding: 0; 
}




.catalog_catalog1 {
  float: right;
  width: 75%;
  height: auto;
  border: 0;
  padding: 0
}

.catalog_catalog2 {
  width: 75%;
  height: auto;
  border: 0;
  padding: 0
}



.top_chang {
  width: 12%;
  height: auto;
  border: 0;
  padding: 0
}

#to_index {
  width: 35%;
  height: auto;
  border: 0;
  padding: 0
}

#to_index_2 {
  width: 35%;
  height: auto;
  border: 0;
  padding: 0
}

#to_back_index {
  width: 35%;
  height: auto;
  border: 0;
  padding: 0
}


.gallery{ 
  width: 30%;
  height: auto;
  border: 0;
  padding: 0
}


/* gallery end ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */   



/*shop1  start ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */   
.bridge_top_shop{ 
  width: auto;
  height: 10px;                     /*  px   */
  border: 0;
  padding: 0; 
}

.shop { 
  position: relative; 
  width: 100%;
  height: auto;
  border: 0;
  padding: 0;
  top: 1%;
  left: 10%;
  }
  

  .to_gllr { 
    width: 100px;                /*  px   */
    height: auto;                                  
  }
                       
        
                                  .s_margin {
                                    font-size: 18px; 
                                    color: rgb(95, 3, 3);                                 
                                  }


  .go_next { 
    width: 100px;                  /*  px   */
    height: auto;                                  
  }
                                     
                                                      





            /* print size */
            .prints_1{ 
              display: block; 
              position: relative;
              width: 290px;                               /*  px   */
              height: 222px;                              /*  px   */
              border: 2px solid;                          /*  px   */
              border-color: rgb(11, 10, 15);
              margin-right: auto;
              padding: 0;
              background-color: white;
            }
            
            .prints_1_cta{ 
              display: flex; 
              width: 60%;
              height: auto;  
              box-sizing:  border-box;
              border: 0;
              padding: 0;
              justify-content: center;
              align-items: center;
              cursor: pointer;
              position: absolute;
              top: 202px;                               /*  px   */
              left: 0px;                                /*  px   */
            }
            
            .picture_mini_1{ 
              display: block;
              position: absolute;
              width: 254px;                              /*  px   */
              height: auto;
              border: 2px solid;                         /*  px   */
              border-color: rgb(11, 10, 15);  
              padding: 0;
              top : 15px;                                /*  px   */
              left: 16px;                                /*  px   */
            }
            
            
            .prints_2{ 
              display: block; 
              position: relative;
              width: 290px;                             /*  px   */
              height: 242px;
              border: 2px solid;                        /*  px   */
              border-color: rgb(11, 10, 15);
              margin-right: auto;
              padding: 0;
              background-color: white;
            }
            
            .prints_2_cta{ 
              display: flex; 
              width: 60%;
              height: auto;  
              box-sizing:  border-box;
              border: 0;
              padding: 0;
              justify-content: center;
              align-items: center;
              cursor: pointer;
              position: absolute;
              top: 221px;                                 /*  px   */
              left: 0px;                                  /*  px   */
            }
            
            .picture_mini_2{ 
              display: block;
              position: absolute;
              width: 254px;                                /*  px   */
              height: auto;
              border: 2px solid;                           /*  px   */
              border-color: rgb(11, 10, 15);  
              padding: 0;
              top : 16px;                                  /*  px   */
              left: 16px;                                  /*  px   */
            }
            
            .prints_3{ 
              display: block; 
              position: relative;
              width: 300px;                               /*  px   */
              height: 300px;                              /*  px   */
              border: 2px solid;                          /*  px   */
              border-color: rgb(11, 10, 15);
              margin-right: auto;
              padding: 0;
              background-color: white;
            }
            
            .prints_3_cta{ 
              display: flex; 
              width: 60%;
              height: auto;  
              box-sizing:  border-box;
              border: 0;
              padding: 0;
              justify-content: center;
              align-items: center;
              cursor: pointer;
              position: absolute;
              top: 279px;                                 /*  px   */
              left: 0px;                                  /*  px   */
            }
            
             .picture_mini_3{ 
               display: block;
               position: absolute;
               width: 254px;                              /*  px   */
               height: auto;
               border: 2px solid;
               border-color: rgb(11, 10, 15);  
               padding: 0;
               top : 21px;                                /*  px   */
               left: 20px;                                /*  px   */
             }

             .prints_4{ 
              display: block; 
              position: relative;
              width: 300px;                               /*  px   */
              height: 273px;                              /*  px   */
              border: 2px solid;                          /*  px   */
              border-color: rgb(11, 10, 15);
              margin-right: auto;
              padding: 0;
              background-color: white;
            }
            
            .prints_4_cta{ 
              display: flex; 
              width: 60%;
              height: auto;  
              box-sizing:  border-box;
              border: 0;
              padding: 0;
              justify-content: center;
              align-items: center;
              cursor: pointer;
              position: absolute;
              top: 252px;                               /*  px   */
              left: 0px;                                /*  px   */
            }
            
             .picture_mini_4{ 
               display: block;
               position: absolute;
               width: 254px;                            /*  px   */
               height: auto;
               border: 2px solid;                       /*  px   */
               border-color: rgb(11, 10, 15);  
               padding: 0;
               top : 21px;                              /*  px   */
               left: 21px;                              /*  px   */
             }


             .prints_5{ 
              display: block; 
              position: relative;
              width: 300px;                             /*  px   */
              height: 365px;                            /*  px   */
              border: 2px solid;                        /*  px   */
              border-color: rgb(11, 10, 15);
              margin-right: auto;
              padding: 0;
              background-color: white;
            }
            
            .prints_5_cta{ 
              display: flex; 
              width: 60%;
              height: auto;  
              box-sizing:  border-box;
              border: 0;
              padding: 0;
              justify-content: center;
              align-items: center;
              cursor: pointer;
              position: absolute;
              top: 340px;                              /*  px   */
              left: 0px;                               /*  px   */
            }
            
             .picture_mini_5{ 
               display: block;
               position: absolute;
               width: 254px;                           /*  px   */
               height: auto;
               border: 2px solid;                      /*  px   */
               border-color: rgb(11, 10, 15);  
               padding: 0;
               top : 21px;                             /*  px   */
               left: 21px;                             /*  px   */
             }

             .prints_6{ 
              display: block; 
              position: relative;
              width: 300px;                             /*  px   */
              height: 319px;                            /*  px   */
              border: 2px solid;                        /*  px   */
              border-color: rgb(11, 10, 15);
              margin-right: auto;
              padding: 0;
              background-color: white;
            }
            
            .prints_6_cta{ 
              display: flex; 
              width: 60%;
              height: auto;  
              box-sizing:  border-box;
              border: 0;
              padding: 0;
              justify-content: center;
              align-items: center;
              cursor: pointer;
              position: absolute;
              top: 299px;                             /*  px   */
              left: 0px;                              /*  px   */
            }
            
             .picture_mini_6{ 
               display: block;
               position: absolute;
               width: 254px;                          /*  px   */
               height: auto;
               border: 2px solid;
               border-color: rgb(11, 10, 15);  
               padding: 0;
               top : 21px;                            /*  px   */
               left: 21px;                            /*  px   */
             }


             .prints_7{ 
              display: block; 
              position: relative;
              width: 300px;                           /*  px   */
              height: 319px;                          /*  px   */
              border: 2px solid;                      /*  px   */
              border-color: rgb(11, 10, 15);
              margin-right: auto;
              padding: 0;
              background-color: white;
            }
            
            .prints_7_cta{ 
              display: flex; 
              width: 60%;
              height: auto;  
              box-sizing:  border-box;
              border: 0;
              padding: 0;
              justify-content: center;
              align-items: center;
              cursor: pointer;
              position: absolute;
              top: 299px;                             /*  px   */
              left: 0px;                              /*  px   */
            }
            
             .picture_mini_7{ 
               display: block;
               position: absolute;
               width: 254px;                          /*  px   */
               height: auto;
               border: 2px solid;                     /*  px   */
               border-color: rgb(11, 10, 15);  
               padding: 0;
               top : 21px;                            /*  px   */
               left: 21px;                            /*  px   */
             }

/*shop1 end ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */   


}
/* medi_1 end :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


@media screen and (min-width:480px) and (max-width:1024px) {
  body {
    display: grid;
    grid-template-columns: 32% 1fr 32%;                      /*  px   */
    grid-template-rows: [cover] auto auto auto auto auto;
    grid-row-gap: 5px;                                       /*  px   */
    row-gap: 5px;                                            /*  px   */
    font-size: 10px;                                         /*  px   */
    font-family: "Arial";
}


body > * {
  grid-column: 2 / -2;
}



img {
      width: 100%;
      height: auto;
}

p {
   display: inline-block;   
   justify-self: end;
   align-self: start;
}


.page_waku{ 
  max-width: 100%;
  max-height: auto;
}






/* index start ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */    
.bridge_top_index{ 
  width: auto;
  height: 5px;                                  /*  px   */
  border: 0;
  padding: 0; 
}

.bridge_bottom_index{ 
  width: auto;
  height: 50px;                                     /*  px   */
  border: 0;
  padding: 0; 
}

.to_the_next{ 
  display: block; 
  width: 50%;
  height: auto;
  box-sizing:  border-box;
  padding: 0;
}


/* trade_name :::::::::::::::::::: */
#ps { font-size: 100%; 
  letter-spacing: 3px;
}

.picture{ 
  display: block; 
  width: 100%;
  height: auto;
  box-sizing:  border-box;
  border: 1px solid;                            /*  px   */
  border-color: darkred;
  padding: 0;
}


/* gallery label*/
.gallery_index{ 
display: block; 
width: 80%;
height: auto;
box-sizing:  border-box;
border: 1px solid;                              /*  px   */
border-color: darkred;
padding: 0;
position: relative;
}


.gallery_cta{ 
display: flex; 
width: 17%;
height: auto;  
box-sizing:  border-box;
border: 0;
padding: 0;
justify-content: center;
align-items: center;
cursor: pointer;

position: absolute;
top: 90%;
left: 78%;
}

.gallery_cta_m{ 
display: flex; 
width: 17%;
height: auto;  
box-sizing:  border-box;
border: 0;
padding: 0;
justify-content: center;
align-items: center;
cursor: pointer;

position: absolute;
top: 30%;
left: 78%;
}

.gallery_cta_h{ 
display: flex; 
width: 17%;
height: auto;  
box-sizing:  border-box;
border: 0;
padding: 0;
justify-content: center;
align-items: center;
cursor: pointer;

position: absolute;
top: -5px;
left: 78%;
}

.gallery_enter{ 
display: block; 
width: 125%;
height: auto;
box-sizing:  border-box;
border: 0;
padding: 0;
}

.gallery_go{ 
display: block; 
width: 250%;
height: auto;
box-sizing:  border-box;
border: 0;
padding: 0;
}   

.gallery_trans{ 
  display: block; 
  width: 80%;
  height: auto;
  box-sizing:  border-box;
  border: 0;                              /*  px   */
  border-color: darkred;
  padding: 0;
  position: relative;
}



#test{ 
width: auto;
height: 100px;                                       /*  px   */
border: 0;
padding: 0;
margin-left: 50px;                                  /*  px   */
font-size: 90%;
}

#ppppp{ 
  width: auto;
  height: 100px;                                       /*  px   */
  border: 0;
  padding: 0;
  margin-left: 50px;                                  /*  px   */
  font-size: 90%;
}

#scroll-to-top-btn{
  position: fixed;
  bottom: 10px;                                    /*  px   */
  right: 10px;                                     /*  px   */
  height: 50px;                                   /*  px   */
  width: 50px;                                    /*  px   */
  color: white;
  font-size:30px;                                  /*  px   */
  font-weight: bold;
  background-color:black;
  border: none;
  border-radius: 50%;
  transition-duration: 0.5s;
  opacity: 1;
  }
  

/* index end ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */    


/* gallery start ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */  

.bridge_top_gallery{ 
width: auto;
height: 5px;                                           /*  px   */
border: 0;
padding: 0; 
}

.bridge_bottom_gallery{ 
width: auto;
height: 50px;                    /*  px   */
border: 0;
padding: 0; 
}





.catalog_catalog1 {
  float: right;
  width: 60%;
  height: auto;
  border: 0;
  padding: 0
}

.catalog_catalog2 {
  width: 60%;
  height: auto;
  border: 0px;
  padding: 0
}



.top_chang {
  width: 12%;
  height: auto;
  border: 0;
  padding: 0
}

#to_index {
width: 35%;
height: auto;
border: 0;
padding: 0
}

#to_index_2 {
  width: 35%;
  height: auto;
  border: 0;
  padding: 0
}

#to_back_index {
  width: 35%;
  height: auto;
  border: 0;
  padding: 0
}


.gallery{ 
width: 30%;
height: auto;
border: 0;
padding: 0
}


/* gallery end ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */   



/*shop1  start ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */   
.bridge_top_shop{ 
width: auto;
height: 10px;                     /*  px   */
border: 0;
padding: 0; 
}

.shop { 
position: relative; 
width: 100%;
height: auto;
border: 0;
padding: 0;
top: 1%;
left: 10%;
}



.to_gllr { 
  width: 55px;                 /*  px   */
  height: auto;                                  
}

                                
                                .s_margin {
                                  font-size: 13px; 
                                  color: rgb(95, 3, 3);                                 
                                }

                                                                    
.go_next { 
  width: 55px;                  /*  px   */
  height: auto;                                  
}
                                   
                                



        /* print size */
        .prints_1{ 
          display: block; 
          position: relative;
          width: 203px;                               /*  px   */
          height: 155px;                              /*  px   */
          border: 2px solid;                          /*  px   */
          border-color: rgb(11, 10, 15);
          margin-right: auto;
          padding: 0;
          background-color: white;
        }
        
        .prints_1_cta{ 
          display: flex; 
          width: 60%;
          height: auto;  
          box-sizing:  border-box;
          border: 0;
          padding: 0;
          justify-content: center;
          align-items: center;
          cursor: pointer;
          position: absolute;
          top: 141px;                               /*  px   */
          left: 0px;                                /*  px   */
        }
        
        .picture_mini_1{ 
          display: block;
          position: absolute;
          width: 178px;                              /*  px   */
          height: auto;
          border: 2px solid;                         /*  px   */
          border-color: rgb(11, 10, 15);  
          padding: 0;
          top : 11px;                                /*  px   */
          left: 11px;                                /*  px   */
        }
        
        
        .prints_2{ 
          display: block; 
          position: relative;
          width: 203px;                             /*  px   */
          height: 169px;
          border: 2px solid;                        /*  px   */
          border-color: rgb(11, 10, 15);
          margin-right: auto;
          padding: 0;
          background-color: white;
        }
        
        .prints_2_cta{ 
          display: flex; 
          width: 60%;
          height: auto;  
          box-sizing:  border-box;
          border: 0;
          padding: 0;
          justify-content: center;
          align-items: center;
          cursor: pointer;
          position: absolute;
          top: 155px;                                 /*  px   */
          left: 0px;                                  /*  px   */
        }
        
        .picture_mini_2{ 
          display: block;
          position: absolute;
          width: 178px;                                /*  px   */
          height: auto;
          border: 2px solid;                           /*  px   */
          border-color: rgb(11, 10, 15);  
          padding: 0;
          top : 11px;                                  /*  px   */
          left: 11px;                                  /*  px   */
        }
        
        .prints_3{ 
          display: block; 
          position: relative;
          width: 210px;                               /*  px   */
          height: 210px;                              /*  px   */
          border: 2px solid;                          /*  px   */
          border-color: rgb(11, 10, 15);
          margin-right: auto;
          padding: 0;
          background-color: white;
        }
        
        .prints_3_cta{ 
          display: flex; 
          width: 60%;
          height: auto;  
          box-sizing:  border-box;
          border: 0;
          padding: 0;
          justify-content: center;
          align-items: center;
          cursor: pointer;
          position: absolute;
          top: 195px;                                 /*  px   */
          left: 0px;                                  /*  px   */
        }
        
         .picture_mini_3{ 
           display: block;
           position: absolute;
           width: 178px;                              /*  px   */
           height: auto;
           border: 2px solid;
           border-color: rgb(11, 10, 15);  
           padding: 0;
           top : 15px;                                /*  px   */
           left: 14px;                                /*  px   */
         }

         .prints_4{ 
          display: block; 
          position: relative;
          width: 210px;                               /*  px   */
          height: 191px;                              /*  px   */
          border: 2px solid;                          /*  px   */
          border-color: rgb(11, 10, 15);
          margin-right: auto;
          padding: 0;
          background-color: white;
        }
        
        .prints_4_cta{ 
          display: flex; 
          width: 60%;
          height: auto;  
          box-sizing:  border-box;
          border: 0;
          padding: 0;
          justify-content: center;
          align-items: center;
          cursor: pointer;
          position: absolute;
          top: 176px;                               /*  px   */
          left: 0px;                                /*  px   */
        }
        
         .picture_mini_4{ 
           display: block;
           position: absolute;
           width: 178px;                            /*  px   */
           height: auto;
           border: 2px solid;                       /*  px   */
           border-color: rgb(11, 10, 15);  
           padding: 0;
           top : 15px;                              /*  px   */
           left: 15px;                              /*  px   */
         }


         .prints_5{ 
          display: block; 
          position: relative;
          width: 210px;                             /*  px   */
          height: 256px;                            /*  px   */
          border: 2px solid;                        /*  px   */
          border-color: rgb(11, 10, 15);
          margin-right: auto;
          padding: 0;
          background-color: white;
        }
        
        .prints_5_cta{ 
          display: flex; 
          width: 60%;
          height: auto;  
          box-sizing:  border-box;
          border: 0;
          padding: 0;
          justify-content: center;
          align-items: center;
          cursor: pointer;
          position: absolute;
          top: 238px;                              /*  px   */
          left: 0px;                               /*  px   */
        }
        
         .picture_mini_5{ 
           display: block;
           position: absolute;
           width: 178px;                           /*  px   */
           height: auto;
           border: 2px solid;                      /*  px   */
           border-color: rgb(11, 10, 15);  
           padding: 0;
           top : 15px;                             /*  px   */
           left: 15px;                             /*  px   */
         }

         .prints_6{ 
          display: block; 
          position: relative;
          width: 210px;                             /*  px   */
          height: 223px;                            /*  px   */
          border: 2px solid;                        /*  px   */
          border-color: rgb(11, 10, 15);
          margin-right: auto;
          padding: 0;
          background-color: white;
        }
        
        .prints_6_cta{ 
          display: flex; 
          width: 60%;
          height: auto;  
          box-sizing:  border-box;
          border: 0;
          padding: 0;
          justify-content: center;
          align-items: center;
          cursor: pointer;
          position: absolute;
          top: 209px;                             /*  px   */
          left: 0px;                              /*  px   */
        }
        
         .picture_mini_6{ 
           display: block;
           position: absolute;
           width: 178px;                          /*  px   */
           height: auto;
           border: 2px solid;
           border-color: rgb(11, 10, 15);  
           padding: 0;
           top : 15px;                            /*  px   */
           left: 15px;                            /*  px   */
         }


         .prints_7{ 
          display: block; 
          position: relative;
          width: 210px;                           /*  px   */
          height: 223px;                          /*  px   */
          border: 2px solid;                      /*  px   */
          border-color: rgb(11, 10, 15);
          margin-right: auto;
          padding: 0;
          background-color: white;
        }
        
        .prints_7_cta{ 
          display: flex; 
          width: 60%;
          height: auto;  
          box-sizing:  border-box;
          border: 0;
          padding: 0;
          justify-content: center;
          align-items: center;
          cursor: pointer;
          position: absolute;
          top: 209px;                             /*  px   */
          left: 0px;                              /*  px   */
        }
        
         .picture_mini_7{ 
           display: block;
           position: absolute;
           width: 178px;                          /*  px   */
           height: auto;
           border: 2px solid;                     /*  px   */
           border-color: rgb(11, 10, 15);  
           padding: 0;
           top : 15px;                            /*  px   */
           left: 15px;                            /*  px   */
         }

/*shop1 end ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */   


}
/* medi_2 end :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


@media screen and (min-width:1024px) {

  body {
    display: grid;
    grid-template-columns: 1% 1fr 1%;                      /*  px   */
    grid-template-rows: [cover] auto auto auto auto auto;
    grid-row-gap: 5px;                                       /*  px   */
    row-gap: 5px;                                            /*  px   */
    font-size: 20px;                                         /*  px   */
    font-family: "Arial";
}


body > * {
  grid-column: 2 / -2;
}



img {
      width: 100%;
      height: auto;
}

p {
   display: inline-block;   
   justify-self: end;
   align-self: start;
}


.page_waku{ 
  max-width: 100%;
  max-height: auto;
}






/* index start ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */    
.bridge_top_index{ 
  width: auto;
  height: 5px;                                  /*     */
  border: 0;
  padding: 0; 
}

.bridge_bottom_index{ 
  width: auto;
  height: 50px;                                     /*    */
  border: 0;
  padding: 0; 
}

.to_the_next{ 
  display: block; 
  width: 50%;
  height: auto;
  box-sizing:  border-box;
  padding: 0;
}


/* trade_name :::::::::::::::::::: */
#ps { font-size: 100%; 
  letter-spacing: 3px;
}

.picture{ 
  display: block; 
  width: 100%;
  height: auto;
  box-sizing:  border-box;
  border: 1px solid;                            /*     */
  border-color: darkred;
  padding: 0;
}


/* gallery label*/
.gallery_index{ 
display: block; 
width: 80%;
height: auto;
box-sizing:  border-box;
border: 1px solid;                              /*  px   */
border-color: darkred;
padding: 0;
position: relative;
}


.gallery_cta{ 
display: flex; 
width: 17%;
height: auto;  
box-sizing:  border-box;
border: 0;
padding: 0;
justify-content: center;
align-items: center;
cursor: pointer;

position: absolute;
top: 90%;
left: 78%;
}

.gallery_cta_m{ 
display: flex; 
width: 17%;
height: auto;  
box-sizing:  border-box;
border: 0;
padding: 0;
justify-content: center;
align-items: center;
cursor: pointer;

position: absolute;
top: 30%;
left: 78%;
}

.gallery_cta_h{ 
display: flex; 
width: 17%;
height: auto;  
box-sizing:  border-box;
border: 0;
padding: 0;
justify-content: center;
align-items: center;
cursor: pointer;

position: absolute;
top: -5px;
left: 78%;
}

.gallery_enter{ 
display: block; 
width: 125%;
height: auto;
box-sizing:  border-box;
border: 0;
padding: 0;
}

.gallery_go{ 
display: block; 
width: 250%;
height: auto;
box-sizing:  border-box;
border: 0;
padding: 0;
}   

.gallery_trans{ 
  display: block; 
  width: 80%;
  height: auto;
  box-sizing:  border-box;
  border: 0;                              /*  px   */
  border-color: darkred;
  padding: 0;
  position: relative;
}


#test{ 
width: auto;
height: 100px;                                       /*  px   */
border: 0;
padding: 0;
margin-left: 50px;                                  /*  px   */
font-size: 90%;
}

#ppppp{ 
  width: auto;
  height: 100px;                                       /*  px   */
  border: 0;
  padding: 0;
  margin-left: 50px;                                  /*  px   */
  font-size: 90%;
}
  


#scroll-to-top-btn{
  position: fixed;
  bottom: 10px;                                    /*  px   */
  right: 10px;                                     /*  px   */
  height: 50px;                                   /*  px   */
  width: 50px;                                    /*  px   */
  color: white;
  font-size:20px;                                  /*  px   */
  font-weight: bold;
  background-color:black;
  border: none;
  border-radius: 50%;
  transition-duration: 0.5s;
  opacity: 1;
  }
     
/* index end ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */    


/* gallery start ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */  

.bridge_top_gallery{ 
width: auto;
height: 5px;                                           /*  px   */
border: 0;
padding: 0; 
}

.bridge_bottom_gallery{ 
width: auto;
height: 50px;                    /*  px   */
border: 0;
padding: 0; 
}




.catalog_catalog1 {
  float: right;
  width: 50%;
  height: auto;
  border: 0;
  padding: 0
}

.catalog_catalog2 {
  width: 50%;
  height: auto;
  border: 0;
  padding: 0
}




.top_chang {
  width: 12%;
  height: auto;
  border: 0;
  padding: 0
}

#to_index {
width: 35%;
height: auto;
border: 0;
padding: 0
}

#to_index_2 {
width: 35%;
height: auto;
border: 0;
padding: 0
}

#to_back_index {
  width: 35%;
  height: auto;
  border: 0;
  padding: 0
}

  

.gallery{ 
width: 30%;
height: auto;
border: 0;
padding: 0
}


/* gallery end ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */   



/*shop1  start ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */   
.bridge_top_shop{ 
width: auto;
height: 10px;                     /*  px   */
border: 0;
padding: 0; 
}

.shop { 
position: relative; 
width: 100%;
height: auto;
border: 0;
padding: 0;
top: 1%;
left: 10%;
}


.to_gllr { 
width: 100px;                /*  px   */
height: auto;                                  
}

    
                              .s_margin {
                                font-size: 18px; 
                                color: rgb(95, 3, 3);                                 
                              }


.go_next { 
width: 100px;                  /*  px   */
height: auto;                                  
}
                                 
                                                  





        /* print size */
        .prints_1{ 
          display: block; 
          position: relative;
          width: 580px;                               /*  px   */
          height: 444px;                              /*  px   */
          border: 2px solid;                          /*  px   */
          border-color: rgb(11, 10, 15);
          margin-right: auto;
          padding: 0;
          background-color: white;
        }
        
        .prints_1_cta{ 
          display: flex; 
          width: 60%;
          height: auto;  
          box-sizing:  border-box;
          border: 0;
          padding: 0;
          justify-content: center;
          align-items: center;
          cursor: pointer;
          position: absolute;
          top: 404px;                               /*  px   */
          left: 0px;                                /*  px   */
        }
        
        .picture_mini_1{ 
          display: block;
          position: absolute;
          width: 508px;                              /*  px   */
          height: auto;
          border: 2px solid;                         /*  px   */
          border-color: rgb(11, 10, 15);  
          padding: 0;
          top : 30px;                                /*  px   */
          left: 32px;                                /*  px   */
        }
        
        
        .prints_2{ 
          display: block; 
          position: relative;
          width: 580px;                             /*  px   */
          height: 484px;
          border: 2px solid;                        /*  px   */
          border-color: rgb(11, 10, 15);
          margin-right: auto;
          padding: 0;
          background-color: white;
        }
        
        .prints_2_cta{ 
          display: flex; 
          width: 60%;
          height: auto;  
          box-sizing:  border-box;
          border: 0;
          padding: 0;
          justify-content: center;
          align-items: center;
          cursor: pointer;
          position: absolute;
          top: 442px;                                 /*  px   */
          left: 0px;                                  /*  px   */
        }
        
        .picture_mini_2{ 
          display: block;
          position: absolute;
          width: 508px;                                /*  px   */
          height: auto;
          border: 2px solid;                           /*  px   */
          border-color: rgb(11, 10, 15);  
          padding: 0;
          top : 32px;                                  /*  px   */
          left: 32px;                                  /*  px   */
        }
        
        .prints_3{ 
          display: block; 
          position: relative;
          width: 600px;                               /*  px   */
          height: 600px;                              /*  px   */
          border: 2px solid;                          /*  px   */
          border-color: rgb(11, 10, 15);
          margin-right: auto;
          padding: 0;
          background-color: white;
        }
        
        .prints_3_cta{ 
          display: flex; 
          width: 60%;
          height: auto;  
          box-sizing:  border-box;
          border: 0;
          padding: 0;
          justify-content: center;
          align-items: center;
          cursor: pointer;
          position: absolute;
          top: 558px;                                 /*  px   */
          left: 0px;                                  /*  px   */
        }
        
         .picture_mini_3{ 
           display: block;
           position: absolute;
           width: 508px;                              /*  px   */
           height: auto;
           border: 2px solid;
           border-color: rgb(11, 10, 15);  
           padding: 0;
           top : 42px;                                /*  px   */
           left: 40px;                                /*  px   */
         }

         .prints_4{ 
          display: block; 
          position: relative;
          width: 600px;                               /*  px   */
          height: 546px;                              /*  px   */
          border: 2px solid;                          /*  px   */
          border-color: rgb(11, 10, 15);
          margin-right: auto;
          padding: 0;
          background-color: white;
        }
        
        .prints_4_cta{ 
          display: flex; 
          width: 60%;
          height: auto;  
          box-sizing:  border-box;
          border: 0;
          padding: 0;
          justify-content: center;
          align-items: center;
          cursor: pointer;
          position: absolute;
          top: 504px;                               /*  px   */
          left: 0px;                                /*  px   */
        }
        
         .picture_mini_4{ 
           display: block;
           position: absolute;
           width: 508px;                            /*  px   */
           height: auto;
           border: 2px solid;                       /*  px   */
           border-color: rgb(11, 10, 15);  
           padding: 0;
           top : 42px;                              /*  px   */
           left: 42px;                              /*  px   */
         }


         .prints_5{ 
          display: block; 
          position: relative;
          width: 600px;                             /*  px   */
          height: 730px;                            /*  px   */
          border: 2px solid;                        /*  px   */
          border-color: rgb(11, 10, 15);
          margin-right: auto;
          padding: 0;
          background-color: white;
        }
        
        .prints_5_cta{ 
          display: flex; 
          width: 60%;
          height: auto;  
          box-sizing:  border-box;
          border: 0;
          padding: 0;
          justify-content: center;
          align-items: center;
          cursor: pointer;
          position: absolute;
          top: 680px;                              /*  px   */
          left: 0px;                               /*  px   */
        }
        
         .picture_mini_5{ 
           display: block;
           position: absolute;
           width: 508px;                           /*  px   */
           height: auto;
           border: 2px solid;                      /*  px   */
           border-color: rgb(11, 10, 15);  
           padding: 0;
           top : 42px;                             /*  px   */
           left: 42px;                             /*  px   */
         }

         .prints_6{ 
          display: block; 
          position: relative;
          width: 600px;                             /*  px   */
          height: 638px;                            /*  px   */
          border: 2px solid;                        /*  px   */
          border-color: rgb(11, 10, 15);
          margin-right: auto;
          padding: 0;
          background-color: white;
        }
        
        .prints_6_cta{ 
          display: flex; 
          width: 60%;
          height: auto;  
          box-sizing:  border-box;
          border: 0;
          padding: 0;
          justify-content: center;
          align-items: center;
          cursor: pointer;
          position: absolute;
          top: 598px;                             /*  px   */
          left: 0px;                              /*  px   */
        }
        
         .picture_mini_6{ 
           display: block;
           position: absolute;
           width: 508px;                          /*  px   */
           height: auto;
           border: 2px solid;
           border-color: rgb(11, 10, 15);  
           padding: 0;
           top : 42px;                            /*  px   */
           left: 42px;                            /*  px   */
         }


         .prints_7{ 
          display: block; 
          position: relative;
          width: 600px;                           /*  px   */
          height: 638px;                          /*  px   */
          border: 2px solid;                      /*  px   */
          border-color: rgb(11, 10, 15);
          margin-right: auto;
          padding: 0;
          background-color: white;
        }
        
        .prints_7_cta{ 
          display: flex; 
          width: 60%;
          height: auto;  
          box-sizing:  border-box;
          border: 0;
          padding: 0;
          justify-content: center;
          align-items: center;
          cursor: pointer;
          position: absolute;
          top: 598px;                             /*  px   */
          left: 0px;                              /*  px   */
        }
        
         .picture_mini_7{ 
           display: block;
           position: absolute;
           width: 508px;                          /*  px   */
           height: auto;
           border: 2px solid;                     /*  px   */
           border-color: rgb(11, 10, 15);  
           padding: 0;
           top : 42px;                            /*  px   */
           left: 42px;                            /*  px   */
         }

/*shop1 end ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */   

}
/* medi_3 end :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


 /*  ::::::::::::::::::::::::::::::::::::: end ::::::::::::::::::::::::::::::::::::::::::::::::::::: */


