@charset "utf-8";

.sec_main{
  padding: 80px 0;
}

.ttl02{
  font-size: 24px;
}

.sec_main > .desc{
  text-align: center;
}

.btn_link{
  width: 400px;
  height: 60px;
  font-size: 20px;
}

.btn_link::after{
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
}




/* 期間限定コラボ */
.list_colab, .list_cafe{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;

}

.list_colab > li, .list_cafe > li{
  margin-top: 30px;
  margin-right: 30px;
  width: 260px;
}

.list_colab > li:nth-of-type(3n), .list_cafe > li:nth-of-type(3n){
  margin-right: 0;
}

.list_colab > li:nth-of-type(1), .list_colab > li:nth-of-type(2), .list_colab > li:nth-of-type(3),
.list_cafe > li:nth-of-type(1), .list_cafe > li:nth-of-type(2), .list_cafe > li:nth-of-type(3){
  margin-top: 0;
}

.ttl_collab, .table_collab{
  margin: 20px;
}

.img_collab{
  width: 260px;
  height: 260px;
}

.wp-block-image img {
  max-width: 700px;
}