@import url("index_pc.css") screen and (min-width:801px) ;
@import url("index_sp.css") screen and (min-width:0px) and (max-width:800px);

div.col3{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
div.col3 > div{
  width: 330px;
}
div.col3 h2,
#release h2{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3rem;
  color: #dcc235;
}
.insta-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}

.insta-list li{
  margin: 0 0 30px 0;
  border-radius: 4px;
  width: 150px;
  height: 150px;
  overflow: hidden;
}
.insta-list li img{
  width: 150px;
  max-width: 100%;
  height: 150px;
  
  object-fit: cover;
}


