.block {
  display: block;
  width: 100%;
  border: none;
  background-color: rgba(0,0,0,1.0);
  color:rgba(255,255,255,1.0);
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}

.block-info {
  display: block;
  width: 100%;
  border: none;
  background-color: rgba(0,0,0,0.5);
  color:rgba(255,255,255,1.0);
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}





/*------------High=992 以上------------------------------------- */

@media screen and (min-width: 991px) {
  


  .float-button-0 {
    position: fixed;
    top: 10px;
    left: 300px;
    z-index: 9999;
    }	
  
  .float-button-1 {
    position: fixed;
    top: 10px;
    right: 300px;
    z-index: 9999;
    }
    
  

  /*------------ index 1 版面 ------------------------------ */
  .girl001 {
    padding-left: 125px;
    padding-right: 50px;
  }

  .girl002 {
    padding-left: 50px;
    padding-right: 125px;
  }

    
  .section001-title {
    /*background-color: black; */
    color:white;
    font-size: 2em;
    font-weight: 600;
    /*
     padding-top: 10px;
     padding-bottom: 10px;
     margin-bottom: 20px;   */
  }  

  .section001 {
    /*background-color: black; */
    color:white;
    font-size: 1.1em;
    font-weight:600;
     /*padding-top: 10px;
     padding-bottom: 10px;
     margin-bottom: 20px;    */
  }

  .section002 {
    font-size: 1.2em;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section003 {
    font-size: 1.2em;
    padding-top: 10px;
    padding-bottom: 10px;
  }



  .layout001 {
    font-size: 1.2em;
  }

  .cardStyle {
    margin-left: 100px;
    margin-right: 100px; 
    margin-top: 20px; 
    margin-bottom: 50px;      
  }

  .cardStyle002 {
    padding: 10px;
 }

 .cardStyle003 {
  padding: 0px;
  margin-top: 0px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 30px;
  border:1px #000000 solid;
  border-radius: 0px;
 
}

.cardStyle004 {
  padding: 0px;
  margin: 0px;
 
}

.cardStyle005 {

 
}
 
 
.buttonStyle
{
  padding-left:20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: white;
  font-weight: bolder;
  font-size: 1.1em;  
  border:3px #000000 solid;
  border-radius: 0px;

}


  /*------------ index 99 版面 ------------------------------*/

  .text4 {
    font-size: 1.8em;
    color:rgba(0,0,0,0.8);
  }    

  .text5 {
    font-size: 1.5em;
    color:rgba(0,0,0,0.8);
  }    
  p {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  img {
    width: 800px; 
    height: 500px;
  }
  .title-center {
    margin-bottom: 50px;
    
  }


  div span img {
    width:254px;
    height: auto;
  }

  div span span img {
    width: 360px;
    height: 720px;
  }  
  div span span span img {
    width:48px;
    height: 48px;

  }  


  .mark-font {
    font-size: 1.5em;
  }

  .memoStyle {
    margin-left: 100px;
    margin-right: 100px; 
    margin-top: 20px; 
    margin-bottom: 50px;      
  }

  .mark-left {
    padding-left: 50px; 
    padding-right:50px;
  }

  .d3{ 
    margin-left: 48%; 
    float: left; 
    width: 0; 
    height: 0; 
    border-width: 20px; 
    border-style: solid; 
    border-color:#000000 transparent transparent transparent; 
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
  }

  
  .memo-top {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  
  img .thumb {
    width:200px;
    height: 200px;
  }

  
  img.my-thumb {

    height: 160px;
  }

  img.img-slider {
    width: 360px;
    height: 720px;    
  }

  
  .img-padding {
    padding:5px;

  }

  h1 {
    font-size : 3em;
  }

  img.my-logo {

  }

    
  img.my-headerLogo {
    width : 200px;
    height: auto;
    margin-top: 0px; 
    margin-bottom:0px;  
    padding-top:0px;
    padding-bottom:0px;
  }

  img.my-igLogo {
    width : 100px;
    height: auto;
    margin-top: 0px; 
    margin-bottom:0px;  
    padding-top:0px;
    padding-bottom:0px;
  }



  img.my-line {
    width : 500px;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }



  
}

/*------------High=992 以下------------------------------------- */

@media screen and (max-width: 992px) {


  .float-button-0 {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 9999;
    }	
  
  .float-button-1 {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 9999;
    }
    
  

  .girls-subtitle {
    font-size: 18px;
    font-weight: 900;
  } 

  /*------------ index 1 版面 ------------------------------ */
  .girl001 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .girl002 {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }

  
  .section001-title {
    /*background-color: black;*/
    color:white;
    font-size: 1.6em;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;    
    margin-top:20px;
  }

  .section001 {
    /*background-color: black; */
    color:white;
    font-size: 1em;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;    
    margin-top:20px;
  }

  .layout001 {
    font-size: 1.0em;
  }

  .section002 {
    font-size: 1.0em;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  
  .section003 {
    font-size: 1.1em;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cardStyle {
    margin-left: 0px;
    margin-right: 0px; 
    margin-top: 20px; 
    margin-bottom: 50px;      
    padding-left: 0px;
    padding-right: 0px;
    
    
  }

  .cardStyle002 {
    padding: 0px;
    margin: 0px;
    border:1px #000000 solid;
    border-radius: 0px;
 }

 .cardStyle003 {
  padding: 0px;
  margin: 10px;
  border:1px #000000 solid;
  border-radius: 0px;
 
}

.cardStyle004 {
  padding: 0px;
  margin: 0px;
 
}

.cardStyle005 {
  padding: 0px;
  margin: px;
 
}
 

 
.buttonStyle
{
  padding-left:10px;;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: white;
  font-weight: 500;
  font-size: 0.6em;  
  border:1px #000000 solid;
  border-radius: 0px;

}
      
  /*------------ index 99 版面 ------------------------------*/

  .text4 {
    margin-top: 5px;
    font-size: 1.4em;
    font-weight: 600;
    color:rgba(0,0,0,1.0);
  }    

  .text5 {
    font-size: 1em;
    font-weight:600;
    color:rgba(0,0,0,0.8);
  }    

  .text51 {
    font-size: 1.2em;
    font-weight:600;
    color:rgba(0,0,0,0.8);
  }    


  .text52 {
    font-size: 36px;
    margin-bottom: 5px;
    font-weight: 900;
  }    

  .text53 {
    font-size: 1.4em;
    font-weight:700;
    color:rgba(0,0,0,0.8);
  }    



  p {
    margin: 0px;
    padding: 0px;
  }
  img {
    width: 360px;
    height: 210px;
  }
  .title-center {
    margin-bottom: 0px;
  }

  div span img {
    width:254px;
    height: auto;
  }
  
  div span span img {
    width:360;
    height: 360px;
    margin-bottom: 20px;
  }  
    
  div span span span img {
    width:48px;
    height: 48px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;

  }  

  img.img-slider {
    width:48px;
    height: 48px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;    
  }


  .mark-font {
    font-size: 1em;
  }

  .memoStyle {
    margin-left: 0px;
    margin-right: 0px; 
    margin-top: 20px; 
    margin-bottom: 50px;      
  }

  .mark-left {
    padding-left: 30px; 
    padding-right:30px;
  }

  .mark-border {
    /*border:1px #000000 solid;
    border-radius: 0px;*/
  }

  .memo-top {
    padding-top: 0px;
    padding-bottom: 0px;
  }



  img.my-thumb {
    height: 80px;
    margin: 0px;
    padding: 0px;
  }

  img.my-logo {
    width : 160px;
    height: auto;
    margin-top: 0px; 
    margin-bottom:0px;  
    padding-top:0px;
    padding-bottom:0px;
  }

  
  img.my-headerLogo {
    width : 160px;
    height: auto;
    margin-top: 0px; 
    margin-bottom:0px;  
    padding-top:0px;
    padding-bottom:0px;
  }

  img.my-igLogo {
    width : 100px;
    height: auto;
    margin-top: 0px; 
    margin-bottom:0px;  
    padding-top:0px;
    padding-bottom:0px;
  }


  img.my-line {
    width : 90%; /*100px;*/
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

    
  .img-padding {
    padding:0px;

  }
  
  h1 {
    font-size : 2em;
  }
}



.search-box{
  background: var(--mainPink);
  color: var(--mainBlack);
} 


.vertical-center {
  margin-top: 30px;
  position: relative;
  top: 50%;
  color:rgba(0,0,0,1.0);
}



/*//------------------------- */

#myCarousel .list-inline {
  white-space:nowrap;
  overflow-x:auto;
}

#myCarousel .carousel-indicators {
  position: static;
  left: initial;
  width: initial;
  margin-left: initial;
}

#myCarousel .carousel-indicators > li {
  width: initial;
  height: initial;
  text-indent: initial;
}

#myCarousel .carousel-indicators > li.active img {
  opacity: 0.7;
}

.btn:focus {
  color: rgba(0,250,255,1.0); /*rgba(219,72,29,1.0);*//* rgba(0,255,1,1.0);  */
}



.float-bottom-button {
  position: fixed;
  height: 80px;
  left:0%;
  bottom: 0px;
  width: 100%;
  z-index: 9999;
  background-color: white;
  display: flex;
  justify-content: center;
  margin: auto;


}    
.float-bottom-3-2-button {
  position: fixed;
  height: 80px;
  left:33%;
  bottom: 0px;
  width: 34%;
  z-index: 9999;
}    
.float-bottom-3-3-button {
  position: fixed;
  height: 80px;
  left:67%;
  bottom: 0px;
  width: 33%;
  z-index: 9999;
}    

.float-button {
  position: fixed;
  height: 80px;
  width: 80px;
  bottom: 50px;
  right: 20px;
  z-index: 9999;
  }




  .mask {
    background: url("../images/mask.jpg") no-repeat top center;
    background-size: cover;
    -webkit-mask: url("../images/mask.jpg") no-repeat center center;
    mask: url("圖片位址") no-repeat center center;
  } 

  .big-font {
    font-size : 2em;

  }