﻿.slick-slider {
		position: relative;
		display: block;
		box-sizing: border-box;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-touch-callout: none;
		-khtml-user-select: none;
		touch-action: pan-y;
		-webkit-tap-highlight-color: transparent
}
.slick-list {
		position: relative;
		display: block;
		overflow: hidden;
		margin: 0;
		padding: 0
}
.slick-list:focus {
		outline: 0
}
.slick-list.dragging {
		cursor: pointer;
		cursor: hand
}
.slick-slider .slick-list,
.slick-slider .slick-track {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
}
.slick-track {
		position: relative;
		top: 0;
		left: 0;
		display: block;
		margin-left: auto;
		margin-right: auto
}
.slick-track::after,
.slick-track::before {
		display: table;
		content: ''
}
.slick-track::after {
		clear: both
}
.slick-loading .slick-track {
		visibility: hidden
}
.slick-slide {
		display: none;
		float: left;
		height: 100%;
		min-height: 1px
}
[dir=rtl] .slick-slide {
		float: right
}
.slick-slide img {
		display: block;
}
.slick-slide.slick-loading img {
		display: none
}
.slick-slide.dragging img {
		pointer-events: none
}
.slick-initialized .slick-slide {
		display: block
}
.slick-loading .slick-slide {
		visibility: hidden
}
.slick-vertical .slick-slide {
		display: block;
		height: auto;
		border: 1px solid transparent
}
.slick-arrow.slick-hidden {
		display: none
}
.slick-loading .slick-list {
		background: #fff center center no-repeat
}
.slide-arrow {
		cursor: pointer
}
.slick-next,
.slick-prev {
		font-size: 0;
		line-height: 0;
		position: absolute;
		width: 30px;
		height: 30px;
		top: 50%;
		display: block;
		padding: 0;
		cursor: pointer;
		color: transparent;
		border: none;
		outline: 0;
		background: 0 0
}
.slick-next.slick-arrow,
.slick-prev.slick-arrow {
		z-index: 1
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
		color: transparent;
		outline: 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
		opacity: 1
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
		opacity: .25
}
.slick-next:before,
.slick-prev:before {
		font-family: slick;
		font-size: 20px;
		line-height: 1;
		opacity: .75;
		color: #fff;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale
}
.slick-prev {
		left: 0;
		background: url('../../img/nav_top_prev.svg') no-repeat;
		background-size: cover;
}
.slick-next {
		right: 0;
		background: url('../../img/nav_top_next.svg') no-repeat;
		background-size: cover;
}
.slick-next.slick-disabled,
.slick-prev.slick-disabled {
		display: none!important;
}
.slick-dots {
		position: absolute;
		display: block;
		width: 100%;
		padding: 0;
		margin: 40px auto 0;
		list-style: none;
		text-align: center
}
.slick-dots li {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 6px;
		height: 6px;
		margin: 0 2.5px;
		padding: 0;
		cursor: pointer;
}
.slick-slider .slick-dots li button {
		font-size: 0;
		line-height: 0;
		display: block;
		width: 6px;
		height: 6px;
		cursor: pointer;
		border: 1px solid #000;
		border-radius: 100%;
		background: #000;
		padding: 0;
		opacity: .1;
}
.slick-slider .slick-dots li.slick-active button {
		opacity: 1;
}
.slick-slide a .txt {
		color: #999;
		margin-top: 10px
}
.slick-slide a .brand {
		color: #999;
		margin-top: 7px
}
.slick-slide a .price {
		color: #999
}


.contents .bc_post--items-btn {
	z-index: 10;
	top: 68px;
	bottom: auto;
}

.archive-head {
	position: relative;
	width: 720px;
	margin: 60px auto 0;
	padding: 50px 0 0;
	z-index: 1;
}
.archive-head:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 120px;
	z-index: -1;
}
.archive-head.review:before {
	background: url(../../img/StaffReview__decorate01.png) no-repeat center center;
	background-size: 100%;
}
.archive-head.staff:before {
	background: url(../../img/PersonalBeautyPartner__decorate01.png) no-repeat center center;
	background-size: 100%;
}
#contents h1.topTtl {
	margin: 0 auto 20px;
	font-size: 36px;
	font-weight: normal;
	line-height: 1;
	text-align: center;
}
	.contents .mod-lead {
		font-size: 16px;
		margin: 0 0 30px;
		line-height: 1.5;
	}

.contents .l-search-btn-sort {
	margin-top: 0;
}
	.contents .mod-btn-sort {
		background: #fff;
		border: #000 solid 1px;
		min-width: 270px;
		height: 60px;
		border-radius: 1000px;
	}
		.contents .mod-btn-sort::before {
			background: #fff url(../img/icon_sort_wht.svg) no-repeat center center;
			background-size: 18px;
		}
		.contents .mod-btn-sort span {
			color: #000;
			font-size: 14px;
		}

.contents .l-search {
	padding-bottom: 60px;
}
.contents .l-search-box {
	padding-bottom: 60px;
}
.contents .l-search-select-title {
	position: sticky;
	font-size: 14px;
	border-bottom: solid 1px #ECECEC;
	padding: 30px;
	top: 0;
	z-index: 10;
	font-weight: bold;
}
	.contents .l-search-select-title:before {
		content: "";
		display: inline-block;
		width: 19px;
		height: 19px;
		background: #fff url(../img/icon_sort_wht.svg) no-repeat center center;
		background-size: contain;
		margin-right: 10px;
		vertical-align: text-bottom;
	}
.contents .l-search-close {
	background: url(../img/btn_close2.svg) no-repeat center center;
	top: 0;
	right: 32px;
	bottom: 0;
	left: auto;
	margin: auto;
	width: 19px;
	height: 11px;
}
.contents .l-search-select {
	padding: 15px 5.3333333333vw 0;
	background-color: rgba(0, 0, 0, .5);
}
.contents .l-search-select-box {
	background: #ffffff;
	border: none;
	border-radius: 0;
	width: 720px;
	box-sizing: border-box;
	max-height: calc(100dvh - 30px);
}
.contents .l-search-label {
	justify-content: center;
	border-bottom: none;
}
.contents .l-search-select-list {
	width: 670px;
}
	.contents .l-search-item ul {
		margin: 0;
		column-gap: 10px;
		row-gap: 10px;
	}
		.contents .l-search-item ul>li {
			margin: 0;
			min-width: 160px;
		}
			.contents .l-search-item ul>li label>span {
				border-radius: 1000px;
				overflow: hidden;
				border: 0;
				
			}
			.contents .l-search-item ul>li label>span::before {
				background: #EEEEEE;
			}
				.contents .l-search-item ul>li label input:checked+span::before,
				.contents .l-search-item ul>li label:hover>span::before,
				.contents .l-search-item ul>li label:hover input:checked+span::before {
					background: #000000;
				}
.contents .l-search-select-function {
	flex-direction: column;
	row-gap: 36px;
	padding: 60px 0 36px;
}
	.contents .l-search-select-function button.l-search-select-function-sort {
		height: auto;
	}
		.contents .l-search-select-function button span {
			color: #000;
			font-size: 14px;
		}
	.contents .l-search-select-function button.l-search-select-function-reset {
		border: none;
		display: block;
		width: auto;
		height: auto;
	}

.contents .l-search-selected-tags {
	width: 720px;
	margin: 30px auto 0;
	column-gap: 10px;
	row-gap: 10px;
	justify-content: center;
}
	.contents .l-search-selected-tags button {
		margin: 0;
		border-radius: 1000px;
		height: 40px;
		padding: 0 20px;
	}
		.contents .l-search-selected-tags button::before {
			display: none;
		}
		.contents .l-search-selected-tags button span {
			font-size: 14px;
		}

.contents .bc_cont_posts {
	margin-top: 60px;
}

.is-comment {
	font-size: 14px;
}

.pbtEntry {
		padding: 0 0 80px;
		font-family: Futura, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
	.pbtEntry__ttl {
			width: 720px;
			margin: 0 auto 30px;
			text-align: left;
			font-size: 24px;
			font-weight: bold;
			line-height: 1;
			letter-spacing: 0.1rem;
	}
	.pbtEntry__itemlist {
			display: -webkit-box;
			display: flex;
			row-gap: 30px;
			column-gap: 20px;
			margin: 0 auto 40px;
			width: 720px;
			flex-wrap: wrap;
	}
	.pbtEntry__itemlist li {
			width: 165px
	}
		.production .pbtEntry__itemlist {
				letter-spacing: -.5em;
		}
		.production .pbtEntry__itemlist li {
				width: 165px;
				display: inline-block;
				letter-spacing: normal;
				margin-right: 20px;
		}
		.production .pbtEntry__item:last-child {
				margin-right: 0;
		}
	.pbtEntry__itemlist li a {
			display: block;
			text-decoration: none;
			padding: 0;
	}
	.pbtEntry__itemlist li a figure {
			margin: 0;
			display: flex;
			flex-direction: column;
			justify-content: center;
			position: relative;
			width: 165px;
			height: 165px;
	}
	.pbtEntry__itemlist li a figure::before {
			content: "";
			display: block;
			width: 100%;
			height: 100%;
			background: linear-gradient(225deg, #E67A7A 0%, #FCC0C0 40%, #99D3D3 59.5%, #96E0DC 80%, #6DD0D0 100%);
			opacity: .4;
			position: absolute;
			z-index: 0;
	}
	.pbtEntry__itemlist li a img {
		position: relative;
		z-index: 1;
		max-width: 100%;
		max-height: 100%;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.pbtEntry__itemlist li a .pbtEntry__itemTitle {
		font-size: 14px;
		line-height: 1.5;
		text-align: left;
		margin-top: 15px;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		display: -webkit-box;
		max-height: 4.5em;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 100%;
		line-break: anywhere
	}
	.pbtEntry__itemlist li a .pbtEntry__itemTitle-bj {
		
	}
		.pbtEntry__itemlist li a .pbtEntry__itemTitle-bj {
				font-size: 14px;
				line-height: 1.5;
				text-align: left;
				margin-top: 20px;
				display: flex;
				column-gap: 10px;
				align-items: center;
		}
			.pbtEntry__itemlist li a .pbtEntry__itemTitle-bj img {
				border-radius: 100%;
				width: 50px;
				height: 50px;
			}
		.pbtEntry__itemlist li a .pbtEntry__itemPrice {
			margin-top: 15px;
			font-size: 10px;
			text-align: left;
			color: #A7A7A7;
		}
			.pbtEntry__itemlist li a .pbtEntry__itemPrice span {
				font-size: 8px;
			}

.link__btn + .link__btn {
	margin-top: 10px;
	
}
.link__btn + .link__btn.wide {
	margin-top: 30px;
	
}
	.link__btn.wide a {
		width: 370px;
		
	}


@media screen and (max-width: 680px) {
.archive-head {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 15.9vw 3.85vw 0;
	box-sizing: border-box;
}
.archive-head:before {
	width: 30.77vw;
	height: 30.77vw;
}
#contents h1.topTtl {
	margin: 0 auto 5.13vw;
	font-size: 9.23vw;
	text-align: left;
}
	.contents .mod-lead {
		font-size: 4.1vw;
		margin: 0 0 7.69vw;
		text-align: left;
	}

.contents .l-search-btn-sort {}
	.contents .mod-btn-sort {
		min-width: 69.23vw;
		height: 15.38vw;
		width: auto;
	}
		.contents .mod-btn-sort::before {
			background: #fff url(../img/icon_sort_wht.svg) no-repeat center center;
			background-size: 4.62vw;
			width: 4.62vw;
			height: 4.62vw;
		}
		.contents .mod-btn-sort span {
			color: #000;
			font-size: 3.59vw;
		}

.contents .l-search-select-title {
	font-size: 3.59vw;
	padding: 7.69vw;
	text-align: center;
}
	.contents .l-search-select-title:before {
		content: "";
		display: inline-block;
		width: 4.62vw;
		height: 4.62vw;
		background: #fff url(../img/icon_sort_wht.svg) no-repeat center center;
		background-size: contain;
		margin-right: 2.56vw;
		vertical-align: text-bottom;
	}
.contents .l-search-close {
	background: url(../img/btn_close2.svg) no-repeat center center;
	right: 6.41vw;
	left: auto;
	width: 4.62vw;
	height: 2.82vw;
	transform: none;
}
.contents .l-search-select {
	padding: 3.85vw 3.85vw 0;
	background-color: rgba(0, 0, 0, .5);
}
.contents .l-search-select-box {
	background: #ffffff;
	border: none;
	border-radius: 0;
	width: auto;
	box-sizing: border-box;
	max-height: calc(100dvh - 7.69vw);
}
.contents .l-search-label {
	justify-content: center;
	border: none;
}
.contents .l-search-select-tabs-title {
	font-size: 18px;
	font-weight: bold;
}
.contents .l-search-label span {
	font-size: 16px;
	font-weight: bold;
}
.contents .l-search-sublabel {
	font-size: 16px;
	font-weight: bold;
	border: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*
	.contents .l-search-sublabel::after {
		display: none;
	}
*/
.contents .l-search-select-list {
	width: auto;
	margin: 7.69vw 3.85vw;
	border: none;
}
	.contents .l-search-item ul {
		margin: 0;
		column-gap: 2.56vw;
		row-gap: 2.56vw;
	}
		.contents .l-search-item ul::before {
			border: none;
		}
		.contents .l-search-item ul>li {
			margin: 0;
			min-width: 41.03vw;
			flex-basis: calc(50% - 5px);
		}
		.contents .l-search-item ul>li:nth-child(n+3) {
			margin-top: 0;
		}
			.contents .l-search-item ul>li label>span {
				border-radius: 1000px;
				overflow: hidden;
				font-size: 3.59vw;
				height: 13.33vw;
				justify-content: center;
			}
			.contents .l-search-item ul>li label>span::before {
				background: #EEEEEE;
			}
				.contents .l-search-item ul>li label input:checked+span::before,
				.contents .l-search-item ul>li label:hover>span::before,
				.contents .l-search-item ul>li label:hover input:checked+span::before,
				.contents .l-search-item ul.m-spcheck>li label input:checked+span::before {
					background: #000000;
				}
					.contents .l-search-item ul.m-spcheck>li label input+span {
						padding: 0;
					}
					.contents .l-search-item ul.m-spcheck>li label input:checked+span {
						color: #fff;
					}
					.contents .l-search-item ul.m-spcheck>li label input+span::after {
						display: none;
					}
.contents .l-search-select-function {
	flex-direction: column;
	row-gap: 9.23vw;
	padding: 7.69vw 0 9.23vw;
}
	.contents .l-search-select-function button.l-search-select-function-sort {
		font-size: 3.59vw;
	}
	.contents .l-search-select-function button span {
		
	}
	.contents .l-search-select-function button.l-search-select-function-reset {
		border: none;
		display: block;
		width: auto;
		height: auto;
	}

.contents .l-search {
	padding: 0 0 15.38vw;
}
.contents .l-search-box {
	padding-bottom: 15.38vw;
}

.contents .l-search-selected-tags {
	width: auto;
	margin: 7.69vw 3.85vw 0;
	column-gap: 2.56vw;
	row-gap: 2.56vw;
}
	.contents .l-search-selected-tags button {
		margin: 0;
		height: 10.26vw;
		padding: 0 5.13vw
	}
		.contents .l-search-selected-tags button::before {
			display: none;
		}
		.contents .l-search-selected-tags button span {
			font-size: 3.59vw;
		}

.contents .bc_cont_posts {
	margin-top: 15.38vw;
}

.is-comment {
	font-size: 3.59vw;
}

.pbtEntry {
		padding: 0 0 15.38vw;
		font-family: Futura, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
	.pbtEntry__ttl {
			margin: 0 3.85vw 7.69vw;
			text-align: left;
			font-size: 5.13vw;
			font-weight: bold;
			line-height: 1;
			letter-spacing: 0.1rem;
	}
	.pbtEntry__itemlist {
			display: -webkit-box;
			display: flex;
			justify-content: space-between;
			row-gap: 7.69vw;
			margin: 0 3.85vw 7.69vw;
			flex-wrap: wrap;
			width: auto;
			column-gap: unset;
	}
	.pbtEntry__itemlist li {
			width: 44.87vw;
	}
		.production .pbtEntry__itemlist {
				letter-spacing: -.5em;
				margin: 0;
		}
			.production .pbtEntry__itemlist .slick-prev {
				position: absolute;
				left: 3.85vw;
				top: 11.54vw;
				width: 7.69vw;
				height: 7.69vw;
			}
			.production .pbtEntry__itemlist .slick-next {
				position: absolute;
				top: 11.54vw;
				right: 3.85vw;
				width: 7.69vw;
				height: 7.69vw;
			}
		.production .pbtEntry__itemlist li {
				width: 30.77vw;
				display: inline-block;
				letter-spacing: normal;
				padding-left: 3.85vw;
		}
		.production .pbtEntry__item:last-child {
				padding-right: 3.85vw;
		}
	.pbtEntry__itemlist li a {
			display: block;
			text-decoration: none;
			padding: 0;
	}
	.pbtEntry__itemlist li a figure {
			margin: 0;
			display: flex;
			flex-direction: column;
			justify-content: center;
			position: relative;
			width: 44.87vw;
			height: 44.87vw;
	}
	.pbtEntry__itemlist li a figure::before {
			content: "";
			display: block;
			width: 100%;
			height: 100%;
			background: linear-gradient(225deg, #E67A7A 0%, #FCC0C0 40%, #99D3D3 59.5%, #96E0DC 80%, #6DD0D0 100%);
			opacity: .4;
			position: absolute;
			z-index: 0;
	}
	.pbtEntry__itemlist li a img {
		position: relative;
		z-index: 1;
		width: 44.87vw;
		height: 44.87vw;
	}
	.pbtEntry__itemlist li a .pbtEntry__itemTitle {
		font-size: 3.59vw;
		line-height: 1.5;
		text-align: left;
		margin-top: 5.13vw;
	}
	.pbtEntry__itemlist li a .pbtEntry__itemTitle-bj {
		
	}
		.pbtEntry__itemlist li a .pbtEntry__itemTitle-bj {
				font-size: 3.59vw;
				line-height: 1.5;
				text-align: left;
				margin-top: 2.56vw;
				display: flex;
				column-gap: 2.56vw;
				align-items: center;
		}
			.pbtEntry__itemlist li a .pbtEntry__itemTitle-bj p {
				margin: 0;
			}
			.pbtEntry__itemlist li a .pbtEntry__itemTitle-bj img {
				border-radius: 100%;
				width: 12.82vw;
				height: 12.82vw;
			}
		.pbtEntry__itemlist li a .pbtEntry__itemPrice {
			margin-top: 3.85vw;
			font-size: 2.56vw;
			text-align: left;
			color: #A7A7A7;
		}
			.pbtEntry__itemlist li a .pbtEntry__itemPrice span {
				font-size: 2.05vw;
			}

.link__btn + .link__btn {
	margin-top: 2.56vw;
	
}
.link__btn + .link__btn.wide {
	margin-top: 7.69vw;
	
}
	.link__btn.wide a {
		width: 92.31vw;
		
	}

}


.pbtEntry__itemlist {
	margin: 0 auto 40px;
	width: 720px;
	display: flex;
	column-gap: 20px;
	row-gap: 40px;
	flex-wrap: wrap;
}
	.pbtEntry__itemlist .PersonalBeautyPartner__item {
		letter-spacing: normal;
		display: inline-block;
		width: 165px;
	}
		.pbtEntry__itemlist .PersonalBeautyPartner__item .name {
			font-size: 14px;
			margin: 20px 0;
			line-height: 1;
		}
		.tag__list {
			font-size: 12px;
			display: flex;
			flex-wrap: wrap;
			column-gap: 5px;
			row-gap: 6px;
			line-height: 1;
		}
			.tag__list span {
				display: inline-block;
				position: relative;
				text-decoration: none;
				color: #000000 !important;
				border: solid 1px #D9D9D9;
				background-color: #fff;
				padding: 7px 8px;
				border-radius: 1000px;
			}
@media screen and (max-width: 680px) {
	.pbtEntry__itemlist {
		margin: 0 3.85vw 40px;
		width: auto;
		column-gap: normal;
		row-gap: 7.69vw;
	}
		.pbtEntry__itemlist .PersonalBeautyPartner__item {
			width: 44.87vw;
		}
			.pbtEntry__itemlist .PersonalBeautyPartner__item .name {
				font-size: 3.59vw;
				margin: 5.13vw 0 3.85vw;
			}
			.tag__list {
				font-size: 3.08vw;
				column-gap: 1.28vw;
				row-gap: 1.28vw;
			}
				.tag__list span {
					padding: 1.92vw 2.56vw;
				}
}


.contents.underlayer .bc_cont_posts {
	margin-top: 40px;
}
.bc_main {
	margin: 0 auto 60px;
	padding-top: 80px;
}
	.bc_main_cont {
		width: 1100px;
	}
		.bc_main_img {
			flex-basis: 530px;
			border-radius: 0;
		}
		.bc_main_data {
			flex-basis: 530px;
			align-self: auto;
		}
			.bc_main_name {
				font-size: 20px;
				font-weight: bold;
			}
			.bc_main_data .tag__list {
				margin-top: 30px;
				font-size: 14px;
				column-gap: 5px;
				row-gap: 6px;
			}
				.bc_main_data .tag__list span {
					padding: 6px 9px;
				}
			.bc_main_link {
				align-items: center;
			}
				.bc_main_link li+li {
					margin-left: 26px;
				}
				.bc_main_link a {
					width: auto;
					height: auto;
					background: none;
				}
					.bc_main_link a img {
						vertical-align: top;
					}
			.bc_main_catch {
				margin-top: 60px;
				font-size: 18px;
			}
			.bc_main_text {
				margin-top: 30px;
			}


.bc_cont {
	background: none;
	width: 720px;
	margin: 0 auto 60px;
	padding: 0;
	border: none;
}
	.bc_cont_inner {
		width: 100%;
	}
	.bc_cont_title {
		font-size: 24px;
		margin: 0;
		font-weight: bold;
	}
	.bc_cont_posts_list {
		column-gap: 20px;
		row-gap: 40px;
		margin-bottom: 40px;
	}
		.bc_cont_posts_list li {
			margin: 0;
			flex-basis: 165px;
		}
		.bc_cont_posts_list li:nth-child(n+5) {
			margin-top: 0;
		}
				.bc_cont_posts_list li a>img {
					height: 165px;
				}
				.bc_cont_posts_summary {
					font-size: 14px;
					line-height: 1.5;
					text-align: left;
					margin-top: 15px;
					margin-bottom: 0;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 3;
					display: -webkit-box;
					height: auto;
					max-height: 4.5em;
					overflow: hidden;
					text-overflow: ellipsis;
					width: 100%;
					line-break: anywhere;
				}
				.bc_cont_posts_prof {}
					.bc_cont_posts_prof_thumb {
						flex-basis: 50px;
						height: 50px;
					}
						.bc_cont_posts_prof_thumb img {
							border-radius: 100%;
							height: 100%;
							object-fit: cover;
						}
					.bc_cont_posts_prof_name {
						font-size: 14px;
					}
.pickupCarouselArea {
		position: relative;
		width: 912px;
		margin: 0 auto 0;
}
.pickupCarouselArea .relation__ttl {
	font-size: 24px;
	position: absolute;
	left: 0;
}
.pickupCarouselArea .topCarousel {
	width: 720px;
	overflow: hidden;
	margin: 70px auto 86px;
	position: relative;
}
.pickupCarouselArea .slick-dots {
		color: #000000;
		width: 100%;
		line-height: 1;
		position: static;
		margin: 40px auto 0!important;
}
.pickupCarouselArea .slick-initialized .slick-slide {
	width: 227px;
	margin-right: 19px;
	overflow: hidden;
}
.pickupCarouselArea .slick-initialized .slick-slide figure {
		margin: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: relative;
		width: 227px;
		height: 227px;
}
.pickupCarouselArea .slick-initialized .slick-slide figure::before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background: linear-gradient(225deg, #E67A7A 0%, #FCC0C0 40%, #99D3D3 59.5%, #96E0DC 80%, #6DD0D0 100%);
		opacity: .4;
		position: absolute;
		z-index: 0;
}
.pickupCarouselArea .slick-initialized .slick-slide img {
	width: 227px;
	height: 227px;
	object-fit: contain;
	z-index: 1;
}
.pickupCarouselArea .slick-prev {
		left: 0;
		top: 102px;
		position: absolute
}
.pickupCarouselArea .slick-next {
		right: 0;
		top: 102px;
		position: absolute
}
.pickupCarouselArea .topCarousel__entryTitle {
	width: 100%;
	min-height: 120px;
	box-sizing: border-box;
	background: #ffffff;
	padding: 25px 30px;
	display: flex;
	flex-direction: column;
	color: #000;
	border: solid 1px #D9D9D9;
	border-top: none;
	font-size: 14px;
	text-align: left;
}
.pickupCarouselArea .topCarousel__entryTitle span {
			margin-bottom: 0;
}
.pickupCarouselArea .topCarousel__entryTitle .topCarousel__entryTitle-date {
	color: #A7A7A7;
}

@media screen and (max-width: 680px) {
.bc_main {
	padding: 7.69vw 3.85vw 0;
	margin-bottom: 15.38vw;
}
	.bc_main_cont {
		width: 100%;
	}
		.bc_main_name {
			text-align: center;
			font-size: 5.13vw;
			margin-top: 7.69vw;
			line-height: 1;
		}
			.bc_main_data .tag__list {
				margin-top: 5.13vw;
				font-size: 3.59vw;
				column-gap: 1.28vw;
				row-gap: 1.54vw;
				justify-content: center;
			}
				.bc_main_data .tag__list span {
					padding: 1.92vw 2.56vw;
				}
			.bc_main_catch {
				margin-top: 15.38vw;
				font-size: 4.62vw;
			}
			.bc_main_text {
				margin: 7.69vw 0 0;
				font-size: 4.1vw;
				line-height: 2;
			}
		.bc_main_link {
			margin-top: 5.13vw;
		}
			.bc_main_link a {
				width: 6.67vw;
				height: 6.67vw;
			}
				.bc_main_link a img {
					width: 100%;
					height: 100%;
				}
	.bc_cont {
		width: auto;
		margin: 0 3.85vw 15.38vw;
	}
		.bc_cont_title {
			font-size: 5.13vw;
			text-align: left;
		}
		.contents.underlayer .bc_cont_posts {
			margin-top: 5.13vw;
		}
			.bc_cont_posts_list {
				column-gap: 0;
				row-gap: 7.69vw;
				justify-content: space-between;
				margin-bottom: 7.69vw;
			}
				.bc_cont_posts_list.m-sp2line li {
					margin: 0;
					flex-basis: calc((100% - 2.56vw) / 2);
				}
				.bc_cont_posts_list.m-sp2line li:nth-child(n+3) {
					margin-top: 0;
				}
					.bc_cont_posts_list li a>img {
						height: 44.87vw;
					}
					.bc_cont_posts_summary {
						font-size: 3.59vw;
					}
					.bc_cont_posts_prof {
						margin-top: 3.85vw;
					}
						.bc_cont_posts_prof_thumb {
							flex-basis: 12.82vw;
							margin-right: 2.56vw;
							width: 12.82vw;
							height: 12.82vw;
						}
							.bc_cont_posts_prof_thumb img {
								height: 12.82vw;
							}
						.bc_cont_posts_prof_name {
							font-size: 3.59vw;
						}
	.pickupCarouselArea {
		width: auto;
	}
		.pickupCarouselArea .relation__ttl {
			left: 7.69vw;
			z-index: 1;
		}
		.pickupCarouselArea .topCarousel {
			width: auto;
			margin: 15.38vw auto ;
		}
			.pickupCarouselArea .topCarousel .slick-list {
				margin-left: 15.38vw;
			}
				.pickupCarouselArea .slick-prev {
					top: 30.77vw;
					left: 19.23vw;
				}
				.pickupCarouselArea .slick-next {
					top: 30.77vw;
					right: 3.85vw;
				}
				.pickupCarouselArea .slick-initialized .slick-slide {
					width: 69.23vw;
					margin-right: 3.85vw;
				}
					.pickupCarouselArea .slick-initialized .slick-slide figure,
					.pickupCarouselArea .slick-initialized .slick-slide img {
						width: 69.23vw;
						height: 69.23vw;
					}
					.pickupCarouselArea .topCarousel__entryTitle {
						font-size: 3.59vw;
						padding: 7.69vw;
					}
}


.bc_post {
	padding: 80px 0 0;
}
	.bc_post--inner {
		width: 1100px;
	}
		.bc_post--imgs {
			flex-basis: 530px;
			margin-right: 40px;
		}
			.bc_post--mainimg {
				width: 530px;
				height: 530px;
				position: relative;
			}
			.bc_post--mainimg:before {
				content: "";
				display: block;
				width: 100%;
				height: 100%;
				background: linear-gradient(225deg, #E67A7A 0%, #FCC0C0 40%, #99D3D3 59.5%, #96E0DC 80%, #6DD0D0 100%);
				opacity: .4;
				position: absolute;
				z-index: 0;
			}
				.bc_post--mainimg img, .bc_post--mainimg video {
					height: 100%;
					object-fit: contain;
					position: relative;
					z-index: 1;
				}
			.bc_post--thumbs {
				margin-top: 20px;
				column-gap: 19px;
				row-gap: 19px;
			}
				.bc_post--thumbs-unit {
					width: 118px;
					height: 118px;
					margin: 0;
					flex-basis: 118px;
				}
					.bc_post--thumbs-unit img {
						height: 100%;
					}
		.bc_post--data {
			width: 530px;
			position: relative;
			min-height: inherit;
			max-height: inherit;
		}
			.bc_post--data-inner {
				position: absolute;
				width: 100%;
				height: 100%;
				display: flex;
				flex-direction: column;
			}
				.bc_post--prof {
					margin-bottom: 20px;
				}
					.bc_post--prof-thumb {
						flex-basis: 90px;
						margin-right: 20px;
					}
						.bc_post--prof-thumb img {
							border-radius: 100%;
							width: 90px;
							height: 90px;
							object-fit: cover;
						}
					.bc_post--prof-name {
						font-size: 20px;
						font-weight: bold;
					}
					
					.bc_post_cont .bc_main_link {
							display: flex
					}
					.bc_post_cont .bc_main_link li+li {
							margin-left: 26px
					}
					.bc_post_cont .bc_main_link a {
							display: flex;
							border-radius: 8px;
							align-items: center;
							justify-content: center;
							text-align: center;
							position: relative;
							opacity: 1;
							transition: opacity .2s ease 0s
					}
			
					.bc_post_cont .bc_main_link a:hover {
							opacity: .7
					}
				.bc_post--prof-date {
					width: 100%;
					margin: 30px 0 60px;
					font-size: 14px;
					color: #A7A7A7;
				}
			.bc_post--text {
				overflow-y: auto;
				border: none;
				padding-bottom: 0;
				height: 100%;
			}
				.bc_post--text pre {
					font-size: 16px;
				}
				.bc_post--tags {
					padding: 0;
					border-top: 0;
					margin-top: 40px;
				}
				.video .bc_post--tags {
					width: 720px;
					margin: 40px auto 0;
				}
					.bc_post--tags .tag__list {
						font-size: 14px;
					}
/*
						div:not(.video) .bc_post--tags .tag__list span {
							border: none;
							padding: 0;
						}
*/
							.bc_post--tags .tag__list span {
								display: inline-block;
								position: relative;
								text-decoration: none;
								color: #000000 !important;
								border: solid 1px #D9D9D9;
								background-color: #fff;
								padding: 7px 10px;
								border-radius: 1000px;
								line-height: 1;
							}
.bc_post--items {
	margin: 70px auto 50px;
}
	.bc_post--items-inner {
		width: 720px;
		margin: auto;
	}
		.bc_post--items-title {
			font-size: 24px;
			line-height: 1;
			margin-bottom: 30px;
		}
		.bc_post--items-list-outer {
			width: 720px;
		}
			.bc_post--items-list {
				width: 720px;
			}
				.bc_post--items-unit {
					flex-basis: 165px;
				}
					.bc_post--items-name {
						font-size: 14px;
					}
					.bc_post--items-price {
						font-size: 10px;
						color: #A7A7A7;
					}
						.bc_post--items-price span {
							font-size: 8px;
						}
.bc_cont_outer {
	background: #F5F5F5;
	padding: 60px 0;
	margin-bottom: 70px;
}
	.bc_cont_outer .bc_cont {
		margin-bottom: 0;
	}

.otherEntry {
		margin: 70px 0 -10px;
		padding: 0;
		background: transparent;
}
.otherEntry + .link__btn {
	margin-top: 85px;
}
.otherEntry__ttl {
		width: 720px;
		margin: 0 auto;
		text-align: left;
		font-size: 24px;
		font-weight: bold;
		letter-spacing: 0.1rem;
}
.otherEntry__itemlist {
		display: -webkit-box;
		display: flex;
		row-gap: 30px;
		column-gap: 20px;
		margin: 25px auto 0;
		width: 720px;
		flex-wrap: wrap;
}
.otherEntry__item {
		width: 226px
}
.otherEntry__item a {
		display: block;
		text-decoration: none;
		padding: 0;
}
.otherEntry__item a figure {
		margin: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: relative;
		width: 226px;
		height: 226px;
}
.otherEntry__item a figure::before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background: linear-gradient(225deg, #E67A7A 0%, #FCC0C0 40%, #99D3D3 59.5%, #96E0DC 80%, #6DD0D0 100%);
		opacity: .4;
		position: absolute;
		z-index: 0;
}
.otherEntry__item a img {
	position: relative;
	z-index: 1;
	max-width: 100%;
	max-height: 100%;
}
.otherEntry__item a .otherEntry__itemTitle {
		font-size: 14px;
		line-height: 1.5;
		text-align: left;
		margin-top: 15px;
}
@media screen and (max-width: 680px) {
.bc_post {
	margin: 0 3.85vw;
	padding: 7.69vw 0 0;
	border-bottom: none;
}
	.bc_post--inner {
		width: auto;
	}
		.bc_post--imgs {
			margin-right: 0;
		}
			.bc_post--mainimg {
				width: auto;
				height: auto;
			}
				.bc_post--mainimg:before {
					display: none;
				}
			.bc_post--thumbs {
				margin-top: 3.85vw;
				padding-right: 3.85vw;
				column-gap: 3.85vw;
				row-gap: 3.85vw;
				width: 96.15vw;
			}
				.bc_post--thumbs-unit {
					width: 25.64vw;
					height: 25.64vw;
					flex-basis: 25.64vw;
				}
					.bc_post--thumbs-unit img {}
		.bc_post--data {
			width: auto;
			text-align: left;
			padding: 0;
		}
			.bc_post--data-inner {
				position: static;
				height: 100%;
				display: flex;
				flex-direction: column;
			}
				.bc_post--prof {
					margin-bottom: 0;
				}
					.bc_post--prof-thumb {
						flex-basis: 23.08vw;
						margin-right: 5.13vw;
					}
						.bc_post--prof-thumb img {
							width: 23.08vw;
							height: 23.08vw;
						}
					.bc_post--prof-name {
						font-size: 5.13vw;
					}
					.bc_post_cont .bc_main_link {}
					.bc_post_cont .bc_main_link li+li {
							margin-left: 6.67vw
					}
				.bc_post--prof-date {
					margin: 7.69vw 0 9.23vw;
					font-size: 3.59vw;
				}
			.bc_post--text {}
				.bc_post--text pre {
					font-size: 4.1vw;
				}
				.bc_post--tags {
					margin-top: 10.26vw;
				}
					.bc_post--tags .tag__list {
						font-size: 3.59vw;
					}
						.bc_post--tags .tag__list span {}
							.bc_post--tags .tag__list a {
								padding: 1.92vw 2.56vw;
							}
.bc_post--items {
	margin: 15.38vw auto 12.82vw;
	padding-top: 0;
	text-align: left;
}
	.bc_post--items-inner {
		width: auto;
		margin: auto;
	}
		.bc_post--items-title {
			font-size: 5.13vw;
			margin-bottom: 7.69vw;
			padding: 0 3.85vw;
			font-weight: bold;
		}
		.bc_post--items-list-outer {
			width: auto;
			margin-left: 3.85vw
		}
			.bc_post--items-list {
				width: auto;
				padding: 0;
			}
				.bc_post--items-unit {
					flex-basis: 30.77vw;
					margin-right: 3.85vw;
				}
					.bc_post--items-img {
						margin: 0;
						width: auto;
						height: auto;
					}
					.bc_post--items-name {
						font-size: 3.08vw;
						margin-top: 5.13vw;
					}
					.bc_post--items-price {
						font-size: 2.56vw;
						margin-top: 2.56vw;
					}
						.bc_post--items-price span {
							font-size: 2.05vw;
						}
.bc_cont_outer {
	padding: 15.38vw 0;
	margin-bottom: 15.38vw;
}
	.bc_cont_outer .bc_cont {
		margin-bottom: 0;
	}

	
.otherEntry {
    padding: 0 3.85vw;
    margin: 15.38vw 0 -2.56vw;
}
.otherEntry + .link__btn {
	margin-top: 14.1vw;
}
.otherEntry__ttl {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    font-size: 5.13vw;
    font-weight: bold;
}
.otherEntry__itemlist {
    display: -webkit-box;
    display: flex;
    row-gap: 6.41vw;
    column-gap: 2.56vw;
    margin: 6.41vw auto 0;
    width: 100%;
    flex-wrap: wrap;
}
.otherEntry__item {
    width: 44.873vw;
}
.otherEntry__item a {
    display: block;
    text-decoration: none;
    padding: 0;
}
.otherEntry__item a figure {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 44.873vw;
    height: 44.873vw;
}
.otherEntry__item a figure::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(225deg, #E67A7A 0%, #FCC0C0 40%, #99D3D3 59.5%, #96E0DC 80%, #6DD0D0 100%);
    opacity: .4;
    position: absolute;
    z-index: 0;
}
.otherEntry__item a img {
	position: relative;
	z-index: 1;
	max-width: inherit;
	max-height: inherit;
	width: 100%;
}
.otherEntry__item a .otherEntry__itemTitle {
    font-size: 3.59vw;
    line-height: 1.5;
    text-align: left;
    margin-top: 3.85vw;
}
}

/* videoページ詳細 */
.video {}
	.video .bc_post--inner {
		margin-bottom: 60px;
	}
		.video .bc_post--data {
			flex-basis: auto;
		}
		.video .bc_post--prof-name {
			font-size: 24px;
		}
		.video .bc_post--prof-date {
			font-size: 12px;
			color: #A7A7A7;
			text-align: left;
			line-height: 1;
			margin: 20px auto 50px;
		}
	.video dl.article__index {
			line-height: 1;
			position: relative;
			padding: 30px 20px 40px;
			width: 720px;
			margin: 0 auto 55px;
	}
		.video dl.article__index:before {
				content: "";
				width: 100%;
				height: 100%;
				background: linear-gradient(253.08deg, #FCC0C0 26.68%, #99D3D3 63.99%, #96E0DC 73.32%);
				position: absolute;
				top: 0;
				left: 0;
				opacity: .2;
				z-index: 0!important;
		}
		.video dl.article__index > * {
			position: relative;
			z-index: 1;
		}
		.video dl.article__index dt {
				padding: 0 0 30px;
				text-align: center;
				font-size: 18px;
		}
		.video dl.article__index dt strong {
			font-weight: normal;
			color: #000;
		}
		.video dl.article__index dd {
				margin-top: 0
		}
			.video dl.article__index dd .chapter {
				text-align: left;
				font-family: '游ゴシック体', yugothic, '游ゴシック', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Noto Sans JP', sans-serif;
			}
				.video dl.article__index dd .chapter li {
					
				}
					.video dl.article__index dd .chapter li div {
						display: table;
						cursor: pointer;
						margin-bottom: 20px;
					}
					.video dl.article__index dd .chapter li:last-child div {
						margin-bottom: 0;
					}
						.video dl.article__index dd .chapter li div > * {
							display: table-cell;
							font-weight: normal;
							line-height: 1;
						}
						.video dl.article__index dd .chapter li div > span {
							min-width: 80px;
							border: solid 1px #DFDFDF;
							border-radius: 1000px;
							padding: 8px 15px;
							font-size: 10px;
							background: #fff;
						}
							.video dl.article__index dd .chapter li div > span::before {
								content: "";
								display: inline-block;
								width: 14px;
								height: 14px;
								background: url(../img/icon_movie.svg) no-repeat center center;
								background-size: cover;
								vertical-align: sub;
								margin-right: 4px;
							}
						.video dl.article__index dd .chapter li div > p {
							text-decoration: underline;
							font-size: 14px;
							padding-left: 20px;
						}
	.video .bc_post--items-unit {
		width: 165px;
	}
		.video .bc_post--items-list .slick-next, .video .bc_post--items-list .slick-prev {
			top: 68px;
		}
		.video .link__btn.wide {
			margin-top: 70px;
		}
		.video .notFound {
			text-align: center;
			font-size: 20px;
		}
@media screen and (max-width: 680px) {
.video {}
	.video .bc_post--inner {
		margin-bottom: 5.13vw;
	}
		.video .bc_post--imgs {
			margin-bottom: 5.13vw;
		}
		.video .bc_post--data {}
		.video .bc_post--prof-name {
			font-size: 6.41vw;
		}
		.video .bc_post--prof-date {
			font-size: 3.08vw;
			margin: 2.56vw auto 5.13vw;
		}
	.video dl.article__index {
			padding: 5.9vw 3.85vw 10.26vw;
			width: 100%;
			margin: 0 auto 15.38vw;
	}
		.video dl.article__index:before {}
		.video dl.article__index > * {}
		.video dl.article__index dt {
				padding: 0 0 6.15vw;
				text-align: center;
				font-size: 4.62vw;
		}
		.video dl.article__index dt strong {}
		.video dl.article__index dd {}
			.video dl.article__index dd .chapter {}
				.video dl.article__index dd .chapter li {}
					.video dl.article__index dd .chapter li div {
						margin-bottom: 5.13vw;
					}
					.video dl.article__index dd .chapter li:last-child div {}
						.video dl.article__index dd .chapter li div > * {}
						.video dl.article__index dd .chapter li div > span {
							min-width: 20.51vw;
							padding: 8px 15px;
							font-size: 2.56vw;
						}
							.video dl.article__index dd .chapter li div > span::before {
								width: 3.59vw;
								height: 3.59vw;
								margin-right: 1.03vw;
							}
						.video dl.article__index dd .chapter li div > p {
							text-decoration: underline;
							font-size: 3.59vw;
							padding-left: 5.13vw;
						}
	.video .bc_post--tags {
		width: auto;
	}
	.video .bc_post--items-unit {
		width: 165px;
	}
		.video .bc_post--items-list .slick-next, .video .bc_post--items-list .slick-prev {
			top: 68px;
		}
		.video .link__btn.wide {
			margin-top: 70px;
		}
		.video .notFound {
			text-align: center;
			font-size: 20px;
		}
}

#contents {
	max-width: initial;
}
	.article a {
		text-decoration: underline;
	}
	.ranking__area a,
	.rerationEntry__item a {
		text-decoration: none;
	}
	#main .article .tag__list span {
		border: none;
		padding: 0;
	}
	.article .slider .slick-arrow {
		display: none!important;
	}
	.article .slick-dots {
		position: relative;
	}
	.article .group {
		overflow: hidden;
		padding-bottom: 20px;
	}
	.article .writer .group,
	.article .pbtEntry__itemlist li a {
		padding-bottom: 0;
	}
	.article .pbtEntry {
		padding: 0 0 50px;
	}
	.article .pbtEntry__itemlist {
		row-gap: 30px;
	}
	.article .pbtEntry__itemlist li a .pbtEntry__itemTitle {
		display: block;
		max-height: inherit;
	}
		.article .caption_link {
			line-height: 1.5;
		}

@media screen and (max-width: 680px) {
	.article dl.article__index {
		font-size: 1.4rem;
		line-height: 2.4rem;
		letter-spacing: 0.05rem;
		position: relative;
		padding: 8vw;
	}
		.article dl.article__index dt {
			padding: 0 0 8vw;
			text-align: center;
			font-size: 4.62vw;
		}
		.article .production .pbtEntry__itemlist li {
			box-sizing: content-box;
		}
}
