.wrapper > .container-fluid {
	padding-bottom:2rem;
}
.shop-topics .shop-topic-box figure {
  background-size: contain;
  background-repeat: no-repeat;
}
.shop-topics .shop-topic-box .topic-body p {
  margin-bottom: 1rem;
}
.box-list.column .box-list-area .column-detail .column-body p {
	line-height:2.4;
}
.column-detail img {
	width:auto;
	max-width:100%;
	height:auto;
}
.persona-area {
	margin-bottom:2rem;
}
.persona-area h2 {
	font-size: 2em;
	padding: 1em 0;
}
.persona-area h2:before {
	content: "";
	display: block;
	width: 80%;
	border-top: 2px solid #fff;
	position: relative;
	top: -0.8em;
}
.persona-area .d-flex {
	align-items:center;
}
.persona-img {
	background: url(../img/persona.jpg) center no-repeat;
	background-size:contain;
	width: 7rem;
	height: 8rem;
}
.persona-txt {
	line-height:2;
	padding:1rem;
}
@media screen and (max-width: 767px) {

	.persona-area {
		margin-bottom:0;
	}
	.persona-img {
		display:none;
	}
	.persona-area h2 {
		background:url(../img/persona-ico.png) no-repeat;
		background-size:2.6rem;
		background-position:left 0.7rem top 1rem;
		font-size: 1.4rem;
		padding: 1rem 0 0 4rem;
	}
	.persona-area h2:before {
		content:none;
	}

	.main-banner {
		margin-bottom:0.3em;
        
	}
    .main-banner img{
        width: 100%;
        height: auto;
    }
	.search.no-bg {
		background-position:top 0 right 1.5em;
	}
	.search.no-bg h2 {
		background:none;
		padding:0.5em;
	}
	.marquee-info {
		margin:0 1em 1em;
	}
	.main-sp-ranking h2 {
		padding:0.5em;
	}
	.main-ranking-box-sp {
		padding:0 1rem;
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	.main-ranking-box-sp .main-ranking-child {
		width:48%;
		margin-bottom:1rem;
	}
	.main-ranking-box-sp .main-ranking-child > a > .rank-title {
		background-color: #ada8a8;
		font-family: tegaki;
		color: #fff;
		font-size: 1.8em;
		font-style: italic;
		height:auto;
		text-align:center;
	}
	.main-ranking-box-sp .main-ranking-child > a > .rank-title.rank1 {
		background:#efc66a;
	}
	.main-ranking-box-sp .main-ranking-child > a > .rank-title.rank2 {
		background:#c9caca;
	}
	.main-ranking-box-sp .main-ranking-child > a > .rank-title.rank3 {
		background:#ba624a;
	}
	.main-ranking-box-sp .main-ranking-child > a > .rank-title.rank4 {
		background:#ef7fd2;
	}
	.main-ranking-box-sp .main-ranking-child > a > .rank-title.rank5 {
		background:#c873dd;
	}
	.main-ranking-box-sp .main-ranking-child > a > figure {
		height:5.8em;
	}
	.interview-sp h2 {
		padding:0.5em;
	}
	.main-inter-box-sp {
		padding:0 1rem;
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	.main-inter-box-sp .main-inter-child {
		width:48%;
		margin-bottom:1rem;
	}
	.main-inter-box-sp .main-inter-child > a > figure {
		height:14em;
	}
	.main-inter-box-sp .main-inter-child figcaption p {
		font-size:1rem;
	}
}
.slick-dots {
	justify-content: center;
}
