@charset "utf-8";
.wrap_h1{
  padding: 20px 20px 60px;
  text-align: center;
  background-color: #000;
}

.wrap_h1 *{
  color: #fff;
}

.desc_ttl01{
  margin: auto;
  color: #FEB127;
}
.desc_ttl01::first-letter{
  color: #43B8DB;
}

.ttl01{
  margin: auto;
  font-family: 'Rubik', sans-serif;
  font-size: 48px;
}

.ttl01_sub{
  margin-bottom: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
}

.wrap_h1 .desc{
  text-align: left;
}





/* mv */

.main_slide{
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  margin: auto;
  padding: 20px 0 63px;
  height: 539px;
  background-color: #000;
}

.slider_box{
  overflow: hidden;
  margin: 0 10px;
  border-radius: 6px;
  background-color: #fff;
  text-decoration: none;
}

.slider_box > a{
  text-decoration: none;
}

.slider_box .wrap_img{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 300px;
}

.slider_box .thumb{
  width: 100%;
  height: auto;
}

.wrap_text{
  position: relative;
  padding: 20px 20px 40px;
}

.ttl_mv{
  margin: auto;
}


.slick-dots{
  margin: 0;
}

.slick-prev, .slick-next{
  position: absolute;
  bottom: 10px;
  padding: 0 30px;
  border: none;
  background: none;
  font-size: 0;
}

.slick-prev{
  left: calc((100vw - 300px) / 2);
}

.slick-next{
  right: calc((100vw - 300px) / 2);
}
.slick-prev::after, .slick-next::after{
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(/wp-content/themes/paselabo/images/cursor_prev.gif);
}

.slick-next::after{
  background-image: url(/wp-content/themes/paselabo/images/cursor_next.gif);
}

.slick-dots{
  list-style: none;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 30px auto 0;
  padding: 0;
  width: 180px;
}

.slick-dots > li{
  list-style: none;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
  align-items: center;
  line-height: 1;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  border: solid 1px #000;
}

.slick-dots button{
  border: none;
  background: none;
  color: #fff;
}

.slick-dots .slick-active{
  border-color: #fff;
}





/* コラボカフェ */
.list_cafe{
  list-style: none;
  margin: 0;
  padding: 0;
}

.box_cafe{
  display: block;
  position: relative;
  padding-bottom: 50px;
  text-decoration: none;
}

.img_cafe{
  margin: 0;
}

.img_cafe > .thumb{
  width: 100%;
  height: auto;
}

.ttl_cafe{
  margin: 10px auto;
  font-weight: normal;
  font-size: 14px;
}

.desc_cafe{
  margin: 5px auto;
  font-size: 12px;
}

.copy_cafe{
  margin: 0;
  font-size: 10px;
}

.for_company{
  overflow: hidden;
  border-radius: 4px;
  border: solid 1px;
}

.link_for_company{
  display: block;
  text-decoration: none;
}

.thumb_for_company{
  display: block;
  font-size: 0;
}

.thumb_for_company > .thumb{
  width: 100%;
  height: auto;
}

.wrap_text{
  padding: 30px 30px 20px;
}

.ttl_for_company{
  margin: 0;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.desc_for_company{
  margin-bottom: 20px;
  font-size: 16px;
}

.btn_for_company{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: auto;
  border-radius: 50px;
  width: 220px;
  height: 40px;
  line-height: 1;
  background: #000;
  font-size: 14px;
  color: #fff;
}

.btn_for_company::after{
  content: '＞';
  position: absolute;
  top: calc(50% - 0.5em);
  right: 10px;
  line-height: 1;
  color: #fff;
}


/* リンク集 */
.list_links{
  list-style: none;
  margin: 0;
  padding: 0;
}



.box_links{
  display: block;
  text-decoration: none;
  font-size: 0;
}

.box_links .thumb{
  width: 100%;
  height: auto;
}
