#top-post-slide .swiper-slide__inner--item {
  margin: 0 0 15px;
}
#top-post-slide .post__thumb--img a {
  padding-top: 62.5%;
  width: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#top-post-slide .swiper-slide__inner--item .text-block {
    position: relative;
	width:100%;
	top:-45px;
    right: 0;
    display: block;
    background-color: rgba(0, 0, 0, .5);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	padding:0;
}
#top-post-slide .swiper-slide__inner--item .text-block a{
	padding:5px 10px;
	color:#fff;
}
.top-select-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	line-height:1.8;
	margin:0 0 30px;
}
.top-select-menu a {
    width: 32.7%;
    margin: 0 0 30px;
}
.top-select-menu img {
    height: 220px;
    object-fit: cover;
	margin:0 0 10px;
}
.top-btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 50px 0 0;
}
.top-btn-area .btn {
    color: #fff;
    width: 38%;
    background-color: #b28247;
    list-style-position: inside;
    margin: 0 1%;
    padding: 1% 1.5%;
    text-align: center;
    border: 1px solid #b28247;
    font-size: 24px;
    letter-spacing: .4em;
}
.top-btn-area .btn:hover {
    color: #b28247;
    background-color: #fff;
}
.home .toppage-catettl {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.5px;
    font-weight: normal;
    margin: 60px 0 20px;
    color: #b28247;
    width: 100%;
    font-weight: normal;
}
#top-post-slide {
    margin: 0 0 -40px;
}
#top-category1,#top-category2 {
    font-size: 20px;
}
#top-category1 a,#top-category2 a {
    color: #333;
}
#top-category1 a:hover,#top-category2 a:hover {
    color: rgba(178, 130, 71, 0.8);
}
.top-cate-bnr-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 60px 0 0;
}
.top-cate-bnr-wrap a {
    width: 32.85%;
}

@media screen and (max-width: 640px){
.top-btn-area .btn {
    width: 100%;
    font-size: 18px;
}
.home .toppage-catettl {
    margin: 20px 0 10px;
}
.top-select-menu a {
    width: 100%;
}
.top-select-menu a .top-select-menu-ttl {
    font-size: 12px;
    margin: 0 0 20px;
}
#top-category1, #top-category2 {
    font-size: 14px;
}
.top-cate-bnr-wrap a {
    width: 100%;
    margin: 0 0 10px;
}
}