@charset "euc-jp";
.prd_search_hit {
  clear: both;
  display: none;
}
#w_S_size .prd_search_hit {
  text-align: center;
  margin: 1em 0;
}
.w_M_size .prd_search_hit {
  margin: 2em 0;
}

.catch{
  padding-top: 60px;
  width: 1000px;
  height:440px;
  margin: 0 auto;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.catch h2{
font-weight: normal;
font-size: 124%;
font-family: 'Open Sans', sans-serif;
letter-spacing: 0.2em;
  margin-bottom:40px;
}

.catch p{
  line-height:2.0em;
}

#all{
  padding-top: 125px;
}

/* SPÈÇ¾å½ñ¤­ ---------------------------------------- */

@media screen and (max-width:768px){
.catch {
    padding-top: 0px;
    width: 100vw;
    height: inherit;
    justify-content: normal;
    align-items: normal;
    flex-direction: column-reverse;
  overflow: hidden;
  text-align: center;
  }
  
  .catch h2 {
    margin-top: 50px;
  }
  
 .catch img{
  width: 100vw;
  height: auto;
  }
  
  #all {
    padding-top: 50px;
  }
  
}