@charset "UTF-8";

.blog__item:last-child {
	border-bottom: 1px solid #ccc;
}
.blog__contents {
	display: flex;
}
.blog__link {
	display: block;
	text-decoration: none;
	color: #4b4a4f;
}
.blog__head {
	display: flex;
	gap: 2.667vw;
	justify-content: space-between;
	align-items: center;
	padding: 1.333vw 2.667vw;
	background: var(--main-color005);
	font-size: 3.2vw;
}
.blog__tmb {
	width: 20vw;
	aspect-ratio: 3/4;
}
.blog__name {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	flex: 1;
}
.blog__tmb__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog__contents {
	display: flex;
	align-items: center;
	padding: 2.667vw;
	background-image: linear-gradient(to top, #f7f7f7, #fff 50%, #fff);
}
.blog__desc {
	width: 61.333vw;
	margin-left: 2.667vw;
}
.blog__desc__title {
	margin-bottom: 1.333vw;
	font-size: 3.2vw;
	font-weight: bold;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.blog__desc__text {
	font-size: 2.667vw;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}
.blog__more {
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	width: 5.333vw;
	height: 5.333vw;
	font-size: 3.2vw;
	background: var(--main-color);
	border-radius: 50%;
}
.blog__pager {
	margin: 5.333vw 0;
	padding: 0 1.333vw;
}
.blog__pager__num {
	margin-bottom: 5.333vw;
	font-size: 2.667vw;
	text-align: center;
}
.blog__pager__prev {
	margin-right: auto;
}
.blog__pager__next {
	margin-left: auto;
}
.blog__pager__prev__items,
.blog__pager__next__items {
	display: flex;
	gap: 2.667vw;
}
.blog__pager__wrap {
	display: flex;
}
.blog__pager__prev__link,
.blog__pager__next__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 14.933vw;
	height: 12.8vw;
	text-decoration: none;
	box-shadow: 0 0 8px 4px var(--main-color005) inset;
	color: var(--main-color);
	border: 1px solid var(--main-color);
	border-radius: 4px;
}
.blog__notFound {
	text-align: center;
	padding: 60px 0;
}
.blog__archive__btn {
	all: unset;
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 4vw 2.667vw;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	box-sizing: border-box;
	background: linear-gradient(to bottom, #fff, #ececec);
	color: var(--main-color);
	font-weight: bold;
}
.blog__archive__btn.active:before { 
	content: "\f077";
}
.blog__archive__btn:before {
	position: absolute;
	top: 50%;
	right: 3.733vw;
	transform: translateY(-50%);
	font-size: 3.2vw;
	content: "\f078";
	font-family: var(--font-awesome);
	font-weight: 600;
	color: white;
}
.blog__archive__btn:after {
	content: "";
	display: block;
	width: 5.333vw;
	height: 5.333vw;
	background: var(--main-color);
	border-radius: 50%;
}
.blog__archive__wrap {
	display: none;
}
.blog__archive__link {
	width: 100%;
	display: flex;
	justify-content: space-between;
	font-size: 3.2vw;
	padding: 4vw 2.667vw;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}
.blog__archive__date {
	color: var(--text-color);
	font-weight: bold;
}
.blog__archive__num {
	color: var(--text-color);
}
.blog__btn {
	display: flex;
	flex-direction: column;
	padding: 2.667vw 0;
	gap: 1.333vw;
}
.blog__backBtn {
	padding: 0 1.333vw;
}
.blog__backBtn__link {
	display: block;
	color: var(--main-color);
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: 1px solid var(--main-color);
	border-radius: 5px;
	padding: 4vw 0;
	position: relative;
}
.blog__backBtn__link:before {
	position: absolute;
	top: 50%;
	left: 2%;
	transform: translateY(-50%);
	content: "\f053";
	font-family: var(--font-awesome);
	font-weight: bold;
}
.blog__detail__wrap {
	padding: 2.667vw;
	background: linear-gradient(to top, #f7f7f7, #fff 50%, #fff);
	line-height: 1.4;
	border-bottom: 1px solid #ccc;
}
.blog__detail__text {
	font-size: 3.733vw;
	line-height: 1.9;
}
.blog__movie {
	aspect-ratio: 16/9;
	overflow: hidden;
	margin-bottom: 3vw;
}
.blog__movie .blog__movie__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog__detail__text img {
	max-width: 100%;
}
.blog__detail__title  {
	font-size: 4.267vw;
}
.blog__detail__date {
	margin-bottom: 2.667vw;
	font-size: 2.667vw;
}

/*--------------------------
* girlBlog
*--------------------------*/
.blog__prof {
	background: linear-gradient(to top, #f7f7f7, #fff 50%, #fff);
	border-bottom: 1px solid #ccc;
}
.blog__prof__wrap {
	display: flex;
}
.blog__prof__tmb {
	width: 20.0vw;
	min-width: 20.0vw;
	aspect-ratio: 3/4;
	overflow: hidden;
}
.blog__prof__tmb__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog__prof__wrap {
	padding: 2.667vw;
}
.blog__prof__info {
	display: flex;
	flex-direction: column;
	flex: 1;
	margin-left: 2.667vw;
}
.blog__prof__btn__link {
	display: inline-block;
	font-size: 2.667vw;
	color: white;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
	background: linear-gradient(var(--main-color04),var(--main-color));
	border: 1px solid var(--main-color_dark);
	border-radius: 4px;
	padding: 2.667vw 5.333vw;
}
.blog__prof__btn {
	margin-top: auto;
}
.blog__prof__name {
	font-size: 4vw;
	color: var(--main-color_dark);
	font-weight: bold;
	margin-bottom: 1.333vw;
}
.blog__prof__size {
	font-size: 2.667vw;
	color: var(--main-color_dark);
	font-weight: bold;
}
.girlBlog__tmb {
	width: 20vw;
	min-width: 20vw;
	height: 20vw;
}
.girlBlog__tmb__img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.girlBlog__link {
	display: flex;
	align-items: stretch;
	padding: 2.667vw;
	background: linear-gradient(to top, #f7f7f7, #fff 50%, #fff);
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}
.girlBlog__more {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto 0 auto auto;
	width: 5.333vw;
	height: 5.333vw;
	border-radius: 50%;
	background: var(--main-color_dark);
	color: white;
	font-size: 3.2vw;
}
.girlblog__title {
	width: 61.333vw;
	font-size: 3.2vw;
	font-weight: bold;
	color: var(--text-color);
	line-height: 1.4;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.girlblog__date {
	margin-top: auto;
	font-size: 2.667vw;
	color: var(--text-color);
}
.girlBlog__info {
	display: flex;
	flex-direction: column;
	margin-left: 2.667vw;
	padding: 1.333vw 0;
}
