@charset "utf-8";

.gallist li article h3,
.gallist li article p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*LIST*/


.gallist {
  margin-top: 15px;
}
.gallist li{
  /*width:50%;float:left;
  height: 230px;*/
  margin:0 0 15px 0;
  overflow:hidden;
  box-sizing: border-box;
}
.gallist li a {
  display: block;
  position: relative;
}

.gallist li .ph{
width:25%;
float:left;
position: relative;
}

.gallist li .ph .debut{
	background: linear-gradient(to bottom, rgba(1, 1, 1, 0) , rgba(1, 1, 1, 1));
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    padding-top:30px;
    box-sizing: border-box;
   line-height:1.3;
   padding-bottom:5px;
    font-family: "Montserrat",sans-serif;
    font-size: 1.5rem;
    color:#FF8B51;
    font-weight: 500;
}

.gallist li .ph .debut:after{
content:"DEBUT";
margin-left:5px;
}

.gallist li article{
width:75%;
float:left;
	background: none !important;
}
.gallist li article h3{
   font-size:1.6rem;
   font-weight:bold;
   text-align:center;

}
.gallist li article .body{
   text-align:center;
}
.gallist li article .catch{
    font-size:1.2rem;
   text-align:center;
   margin-bottom:5px;
}

.gallist li article .type{
width:95%;
margin:5px auto;
position:relative;
}


.gallist li article .type .list_rank{
position:absolute;
left:-30px;
top:-50px;
width:70px;
}

.gallist li article .type ul{
margin-top:0;
}

.gallist li article .type li{
    border: 1px solid;
    padding:0.5% 0;
    font-size:0.9rem;
    float:left;
    margin:0.5%;
    width:24%;
    text-align:center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height:auto;
    font-weight: bold;
}

.gallist li article .comment{
    font-size:1.1rem;
    padding:2% 2% 0;
    line-height:1.3;
    height:150px;
    overflow:hidden;
}









@media screen and (max-width: 768px) {
.gallist {
    margin-top: 10px;
}
  .gallist li{
  height:auto;
  width:100%;
}
.gallist li .ph {
    height:300px;
    width:40%;
}

.gallist li .ph .debut{
    font-size:1.6rem;
}
.gallist li article {
    width:60%;
    overflow:hidden;
}
.gallist li article h3{
   font-size:1.3rem;}
.gallist li article .comment{
    max-height:160px;
    font-size:1rem;
    padding: 1% 2% 0;
}
  .gallist li article .body{
   font-size:0.7rem;
   line-height: 1.2;
  }
  .gallist li article .catch{
    font-size:1rem;
  }
  .gallist li article .type li{
      width:49%;
      font-size:0.8rem;
  }
}


@media screen and (max-width: 480px) {
.gallist li .ph {
    height:auto;
}
.gallist li .ph .debut{
    font-size:0.9rem;
}
.gallist li article .comment{
    max-height:90px;
    overflow:hidden;
    font-size:0.9rem;
}
}
