@charset "utf-8";

/* ==========================================================================
   recommend
   ========================================================================== */
@media (min-width: 960px){
#page_recommend .contents_wrap .wrap{
	max-width: calc(1000px + 10vw + 10vw);
	padding: 0 10vw;
}
}

#recommend h2{
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.02em;
	padding: 0 0 0 0.02em;
}
@media (min-width: 440px){
#recommend h2{
	font-size: 2.0rem;
	font-weight: 500;
}
}

/* entry */
#recommend .entry_list ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

#recommend .entry_list ul:after{
	content:"";
	width: 32.0%;
	display: block;
}

#recommend .entry_list ul li{
	width: 100%;
	margin: 0 0 22px 0;
}
@media (min-width: 440px){
#recommend .entry_list ul li{
	width: 32.6%;
	margin: 0 0 30px 0;
}
}
@media (min-width: 960px){
#recommend .entry_list ul li{
	width: 30.6%;
	margin: 0 0 34px 0;
}
}

#recommend .entry_list ul li a{
	width: 100%;
	border-radius: 8px;
	background-color: #fff;
	border: 1px solid #ccc;
	box-sizing: border-box;
	overflow: hidden;
	display: block;
}

#recommend .entry_list ul li a .thumb{
	width: 100%;
	height: auto;
	aspect-ratio: 10 / 10.83;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

#recommend .entry_list ul li a .thumb img{
	width: auto;
	height: 100%;
	display: block;
	transition: all 0.2s ease;
}

@media (min-width: 960px){
#recommend .entry_list ul li a:hover .thumb img{
	transform: scale(1.08, 1.08);
}
}

#recommend .entry_list ul li a .text_block{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 20px 18px;
	position: relative;
}
@media (min-width: 440px){
#recommend .entry_list ul li a .text_block{
	padding: 20px 20px;
}
}

#recommend .entry_list ul li a .text_block::after{
  content: "";
	width: 17px;
  height: 17px;
	background-image: url(../img/common/icon-arrow-r.svg);
	background-size: 17px 17px;
	background-repeat: no-repeat;
  position: absolute;
  bottom: 20px;
  right: 20px;
	margin: -8.5px 0 0 0;
}

#recommend .entry_list ul li a .name{
	color: #222;
	font-size: 1.6rem;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 0.06em;
	padding: 0 0 0 2px;
}
@media (min-width: 440px){
#recommend .entry_list ul li a .name{
	font-size: 1.65rem;
	font-weight: 500;
}
}

#recommend .entry_list ul li a .category{
	color: #222;
	font-size: 1.0rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.04em;
	border: 1px solid #ccc;
	border-radius: 100px;
	margin: 8px 0 0 0;
	padding: 3px 10px 4px;
}
@media (min-width: 440px){
#recommend .entry_list ul li a .category{
	font-size: 1.2rem;
	margin: 10px 0 0 0;
	padding: 3px 10px 4px;
}
}


/* ==========================================================================
   recommend_single
   ========================================================================== */
@media (min-width: 960px){
#page_recommend_single .contents_wrap .wrap{
	max-width: calc(900px + 10vw + 10vw);
	padding: 0 10vw;
}
}

#page_recommend_single .profile_block{
	position: relative;
}

#page_recommend_single .thumbnail{
	width: 100%;
	height: auto;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
}
@media (min-width: 440px){
#page_recommend_single .thumbnail{
	width: 66%;
	height: auto;
	margin-left: 34%;
	border-radius: 10px;
}
}

#page_recommend_single .name_block{
	color: #fff;
	width: 100%;
	height: 100px;
	text-align: center;
	line-height: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #008289;
	border-radius: 0 0 8px 8px;
}
@media (min-width: 440px){
#page_recommend_single .name_block{
	color: #fff;
	width: 350px;
	height: 350px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -175px;
	border-radius: 0;
}
}

#page_recommend_single .name_block .post{
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	padding: 0 0 0 0.06em;
}
@media (min-width: 440px){
#page_recommend_single .name_block .post{
	font-size: 1.6rem;
}
}

#page_recommend_single .name_block .name{
	font-size: 1.9rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-align: center;
	padding: 0 0 0 0.12em;
}
@media (min-width: 440px){
#page_recommend_single .name_block .name{
	font-size: 2.6rem;
	font-weight: 500;
}
}

#page_recommend_single .name_block .name_en{
	font-size: 1.0rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1;
	text-align: center;
	border-radius: 100px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding: 4px 8px 4px 10px;
}
@media (min-width: 440px){
#page_recommend_single .name_block .name_en{
	font-size: 1.2rem;
	padding: 4px 11px 4px 13px;
}
}

#page_recommend_single .comment_block{
	width: 100%;
	border-top: 1px solid #F59CA6;

}
#page_recommend_single .title_h5{
	background: #F59CA6;
	margin-top: -1px!important;
}
