/* ================================================================================
	Hero Block
================================================================================ */
body{
background:#ffd200;
}

#hero-block {
/*
  background:#ffd200;
  border-bottom:dotted 2px #FFFFFF;
*/
	position: relative;
    padding: 0 0 5px 0;
    background: url(../img/common/boeder.gif) no-repeat bottom;
    background-size: contain;
}

#hero-block .hero-slider {
  margin: 20px 0;
  padding: 0;
}
#hero-block .hero-slider .slick-slide {
  position: relative;
  z-index: 1;
  margin-left: 10px;
}
#hero-block .hero-slider .slick-slide img {
  width: 100%;
}



#hero-block .hero-slider .slider-ti {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 13px;
  color: #fff;
  line-height: 1.5;
  
}
#hero-block .hero-slider .pic-mask {
  overflow: hidden;
  max-height: 140px;
}

/* ================================================================================
	@SP BreakPoint Min 375px
================================================================================ */
@media screen and (min-width: 375px) {
  #hero-block .hero-slider .pic-mask {
    max-height: 180px;
  }
}
/* ================================================================================
	@SP BreakPoint Min 768px
================================================================================ */
@media screen and (min-width: 768px) {
  #hero-block .hero-slider .pic-mask {
    max-height: 320px;
  }
}
/* ================================================================================
	Pick Up Post
================================================================================ */
.pick-post {
  padding: 20px 0 30px;
}
.pick-post .card {
  margin-bottom: 0;
  border-radius: 6px ;
}
.pick-post .pic-mask {
  overflow: hidden;
  max-height: 120px;
}
.pick-post .card-action {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0 0 6px 6px;

}
.pick-post .card-action .post-ti {
  overflow: hidden;
  height: 3em;
  /* FontSize + lineHeight */
  margin: 0;
  font-size: 0.8571em;
  color: #fff;
  line-height: 1.5;
}
.pick-post .more-bt {
  padding: 0 20px;
  text-align: center;
}
.pick-post .more-bt .btn {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 320px;
  height: inherit;
  margin-top: 10px;
  padding: 10px 0;
  background-color:#333333;
  font-size: 16px;
  line-height: 1.5;

}
.pick-post .more-bt .btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  top: 50%;
  margin-top: -6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  transition: right .2s ease;
}

/* ================================================================================
	@SP BreakPoint Min 375px
================================================================================ */
@media screen and (min-width: 375px) {
  .pick-post .pic-mask {
    overflow: hidden;
    max-height: 140px;
  }
  .pick-post .card-action {
    padding: 10px;
  }
}
/* ================================================================================
	@SP BreakPoint Min 360px
================================================================================ */
@media screen and (min-width: 360px) {
  .pick-post .pic-mask {
    height: 140px;
  }
  .pick-post .pic-mask img {
    height: 140px;
  }
  .pick-post .card-action {
    padding: 10px;
  }
}
/* ================================================================================
	@SP BreakPoint Min 414px
================================================================================ */
@media screen and (min-width: 414px) {
  .pick-post .pic-mask {
    height: 160px;
    border-radius: 6px;
  }
  .pick-post .pic-mask img {
    height: 160px;
  }
  .pick-post .card-action {
    padding: 10px;
    border-radius: 0 0 6px 6px;
  }
}
/* ================================================================================
	@SP BreakPoint Min 768px
================================================================================ */
@media screen and (min-width: 768px) {
  .pick-post .pic-mask {
    height: 220px;
  }
  .pick-post .pic-mask img {
    height: auto;
  }
  .pick-post .card-action .post-ti {
    height: inherit;
  }
}

/* ================================================================================
	@content-main
================================================================================ */

.more-bt {
  padding: 0 20px;
  text-align: center;
}
.more-bt .btn {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 320px;
  height: inherit;
  margin-top: 10px;
  padding: 10px 0;
  background-color:#333333;
  font-size: 16px;
  line-height: 1.5;
}