@charset "utf-8";

.mx-0 {
	margin-left: auto!important;
	margin-right: auto!important;
}

.w100 {
	width: 100%!important;
}

.tac {
	text-align: center!important;
}

.is--sp {
    display: block;
}

.is--pc {
    display: none;
}

.staff-archive-block {
    padding: 20px 3vw;
}

.staff-archive-title {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: normal;
    border-bottom: 1px solid #000;
}

.staff-archive-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0!important;
}

.staff-archive-list__list {
    margin-right: 2%;
    margin-bottom: 25px;
    width: 45%;
}

.staff-archive-list__list:nth-child(5n) {
    margin-right: 0;
}

.staff-archive-list__list dl {
    margin: 0 auto;
    max-width: 110px;
}

.staff-archive-list__list dt {
    margin-bottom: 10px;
}


.staff-archive-list__list dd em {
    display: block;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
}

.staff-archive-list__list dd span {
    display: block;
    text-align: center;
    color: #8a8a8a;
    font-size: 11px;
}


.staff-review-block {
    padding: 25px 3vw;
}

.staff-review-staff-img {
    width: 80px;
    margin-right: 15px;
    margin-bottom: 0!important;
}

.staff-review-staff-box {
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: flex;
    border-bottom: 1px solid #cccccc;
}

.staff-review-intro-data__head {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 12px;
}

.staff-review-intro-data__body {
    font-size: 12px;
}

.staff-review-sns-list {
    margin-top: 10px;
    list-style: none;
    padding: 0;
}

.staff-review-sns-list {
    display: flex;
    justify-content: space-between;
    max-width: 100px;
}

.staff-review-sns-list__item {
    width: 25px;
}

.staff-review-block-inner {
    margin-bottom: 50px;
    padding: 20px;
    background-color: #f8f8f8;
}

.staff-review-staff-title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}

.staff-review-staff-info {
    display: block;
    width: 65%;
}

.staff-review-staff-info span {
    display: block;
    color: #8a8a8a;
    font-size: 11px;
}   

.staff-review-staff-info em {
    display: block;
    color: #323232;
    font-size: 12px;
}   

.staff-review-detail-title {
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 700;
}

.staff-review-detail-list {
    list-style: none;
    padding: 0;
}

.staff-review-detail-list__item {
    margin-bottom: 25px;
    border: 1px solid #dee2e6;
}

.staff-review-detail-item {
    margin-bottom: 15px;
    padding: 10px 10px 0 10px;
    display: flex;
    box-sizing: border-box;
}

.staff-review-detail-item-tag-box {
    padding: 0 10px;
}

.staff-review-detail-item-tag-box .ttl {
    font-weight: 700;
}

.staff-review-detail-item-tag-list {
    margin-bottom: 5px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.staff-review-detail-item-tag-list__item {
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px;
    font-size: 12px;
    color: #444444;
    border-radius: 2px;
    box-sizing: border-box;
    background-color: #dee2e6;
}

.staff-review-detail-item-tag-txt {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
}

.staff-review-detail-item-img {
    margin: 0;
    max-width: 121px;
}

.staff-review-detail-item-info {
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    word-break: break-all;
}

.staff-review-detail-item-info span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
}

.staff-review-detail-item-btn {
    padding: 10px;
    text-align: center;
    background-color: #f5f5f5;
}


.staff-review-detail-item-btn i {
	position: relative;
}

.staff-review-detail-item-btn i::before {
	position: relative;
    content: "";
    display: inline-block;
    vertical-align: middle;
    top: 0;
    bottom: 0;
    left: 0;
    margin: -1px 5px 0 0;
    width: 7px;
    height: 7px;
    border-top: 1px solid #323232;
    border-right: 1px solid #323232;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.staff-review-detail-item-btn a {
    color: #323232;
    font-size: 13px;
}
.staff-review-detail-item-btn a:before {
    position: relative;
    content: "";
    display: inline-block;
    vertical-align: middle;
    top: 0;
    bottom: 0;
    left: 0;
    margin: -1px 5px 0 0;
    width: 7px;
    height: 7px;
    border-top: 1px solid #323232;
    border-right: 1px solid #323232;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.staff-review-btn {
    margin: 0 auto;
    max-width: 280px;
    height: 50px;
    background-color: #4c4948;
}

.staff-review-btn-txt a {
    color: #ffffff;
    width: 100%;
    height: 50px;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
}

@media print, only screen and (min-width: 768px) {
    .is--sp {
        display: none;
    }

    .is--pc {
        display: block;
    }

    .staff-archive-list__list {
        width: 23.5%;
    }

	.staff-archive-list__list:nth-child(4n) {
		margin-right: 0;
	}

	.staff-archive-list__list:nth-child(5n) {
		margin-right: 2%;
	}
	

    .staff-archive-list__list dl {
        margin: 0 auto;
        max-width: 184px;
    }

    .staff-archive-block {
				width: 96%;
				margin: 0 auto;
				padding: 40px 0;
    }

    .staff-archive-block-inner {
        max-width: 1370px;
        margin: 0 auto;
				padding: 0 40px;
    }
    
    .staff-archive-title {
        margin: 0 auto;
        max-width: 1370px;
        margin-bottom: 30px;
        font-size: 24px;
    }

		.staff-archive-list {
        margin: 0 auto;
        max-width: 1040px;
		}

    .staff-archive-list__list dd em {
        font-size: 18px;
    }
    
    .staff-archive-list__list dd span {
        font-size: 13px;
    }

    .products_pager:not(.products_pager_top)  {
        padding-left: 0;
    }

    .staff-review-detail-list {
        display: flex;
        flex-wrap: wrap;
    }

    .staff-review-detail-list__item {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 40px;
    }

    .staff-review-detail-list__item:nth-child(3n) {
        margin-right: 0%;
        margin-bottom: 40px;
    }

    .staff-review-block {
        padding: 40px 3vw;
    }

    .staff-review-block-wrapper {
        margin: 0 auto;
        max-width: 1040px;
    }

    .staff-review-staff-img {
        margin-right: 20px;
        width: 160px;
    }

    .staff-review-block-inner {
        padding: 40px 30px;
        box-sizing: border-box;
    }

    .staff-review-staff-title {
        margin-bottom: 5px;
        font-size: 20px;
        font-weight: 700;
        color: #323232;
    }

    .staff-review-staff-info span {
        margin-bottom: 8px;
        font-size: 13px;
    }

    .staff-review-staff-info em {
        font-size: 13px;
    }

    .staff-archive-list__list dd span {
        font-size: 13px;
        color: #8a8a8a;
    }

    .staff-review-sns-list {
        margin: 15px 0 0;
    }

    .staff-review-block-inner {
        margin-bottom: 50px;
        display: flex;
        justify-content: space-between;
    }

    .staff-review-staff-box {
        margin-bottom: 0;
        padding-bottom: 0;
        width: 48%;
        border-bottom: none;
        border-right: 1px solid #cccccc;
    }

    .staff-review-intro-box {
        width: 48%;
    }

    .staff-review-intro-data__head {
        margin-bottom: 15px;
        font-size: 14px;
        font-weight: 700;
    }

    .staff-review-intro-data__body {
        font-size: 14px;
    }

    .staff-review-detail-title {
        margin-bottom: 40px;
        text-align: center;
        font-size: 22px;
    }

    .staff-review-detail-item-info span {
        font-size: 13px;
    }

    .staff-review-detail-item-info {
        font-size: 12px;
    }

    .staff-review-detail-item-info .productName {
        font-size: 12px;
        font-weight: bold;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .staff-review-detail-item-btn {
        margin-top: 25px;
    }

    .staff-review-detail-item-img {
        max-width: 146px;
    }

    .staff-review-detail-item-tag-list__item {
        margin-bottom: 5px;
        font-size: 12px;
    }

    .staff-review-detail-item-tag-txt {
        font-size: 14px;
    }

    .staff-review-btn {
        margin-top: 60px;
        max-width: 300px;
        height: 60px;
    }
	 .staff-review-btn-txt a {
			 height: 60px;
	 }
}




/* review-list
------------------------------------------------------------------- */
.slick-track {
    top: 0;
    left: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.slick-slide {
	max-width: 330px;
	width: 31.73769231%;
	margin: 0 10px;
}
@media screen and (max-width: 767px) {
 .slick-slide {
	 max-width: inherit;
	 width: 100%;
	 margin: 0 auto;
 }
}
.slick-slider {
 margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px !important;
	height: 10px !important;
	margin: 0 3px !important;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px !important;
	height: 10px !important;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
	box-sizing: border-box;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	content: " ";
	line-height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	width: 10px !important;
	height: 10px !important;
	text-align: center;
	opacity: 1.0 !important;
	background-color: #ffffff !important;
	border: 1px solid #999;
	border-radius: 50%;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	background-color: #999999 !important;
}
.slick-dots li button.thumbnail img {
	width: 0;
	height: 0;
}



.review-list p,
.review-list ul,
.review-list li,
.review-list figure {
	margin: 0;
	padding: 0; 
}
.review-list ul,
.review-list li {
	list-style: none;
}
.review-list {
	width: 100%;
	margin: 0 auto 70px;
	max-width: 1040px;
	width: 100%;
}
.review-list .review-list_inner {
	width: 100%;
}

.review-list .review-list_inner.review {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.review-list h2.ttl {
	margin: 0;
	padding: 0 0 40px;
	font-size: 22px;
	color: #323232;
	font-weight: bold;
	text-align: center;
}
.productBlock {
	max-width: 330px;
	width: 31.73769231%;
	margin-right: 2.39%;
	margin: 0;
	margin-bottom: 20px;
	border: 1px solid #dee2e6;
	box-sizing: border-box;
}
.review-list .review-list_inner.review .productBlock {
	margin-right: 2.39%;
	margin-bottom: 60px;
}
.review-list .review-list_inner.review .productBlock:nth-child(3n)  {
	margin-right: 0;
}
.productBlock:nth-child(3n) {
	margin-right: 0px;
}
.productBlock .inner {
	padding: 15px 4.545454545% 0 4.545454545%;
}
.productBlock .product {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	margin-bottom: 15px;
}
.productBlock .product .figBox {
	max-width: 145px;
	width: 48.333333333%;
	margin-right: 3.333333334%;
}
.productBlock .product .txtBox {
	max-width: 100%;
	width: 100%;
}
.productBlock .product .txtBox .day {
	font-size: 13px;
	font-weight: 400;
}
.productBlock .product .txtBox .name {
	font-size: 15px;
	font-weight: 700;
}
.productBlock .product .txtBox .belong {
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 10px;
}
.productBlock .product .txtBox .ttl {
	font-size: 14px;
	font-weight: 700;
	word-break: break-all;
}
.productBlock .product .txtBox .brand {
	font-size: 13px;
	font-weight: 400;
}
.productBlock .tag {
	margin-bottom: 5px;
}
.productBlock .tag ul {
	margin: 0;
	padding: 0; 
	list-style:none;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.productBlock .tag ul li {
	margin: 0 0 5px 0;
	padding: 5px;
	font-size: 12px;
	color: #444444;
	background: #dee2e6;
	border-radius: 2px;
}
.productBlock .tag ul li:not(:last-child) {
	margin-right: 5px;
}
.productBlock .lead {
  overflow: hidden;
  width: 100%;
	margin-bottom: 25px;
}
.productBlock .lead p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 14px;
	font-weight: 400;
}
 .productBlock .lead .ttl{
	 font-weight: 700;
 }
.productBlock .reviewBtn {
}
.productBlock .reviewBtn p {
	position: relative;
	text-align: center;
}
.productBlock .reviewBtn p a {
	display: block;
	padding: 10px 0;
	font-size: 13px;
	font-weight: 400;
	color: #323232;
	background: #f5f5f5;
}
.productBlock .reviewBtn p a:hover {
	opacity: 0.7;
	transition: 0.5s;
}
.productBlock .reviewBtn p a span {
	position: relative;
}
.productBlock .reviewBtn p a span:before{
	position: relative;
	content: "";
	display: inline-block;
	vertical-align: middle;
	top: 0;
	bottom: 0;
	left: 0;
	margin: -1px 5px 0 0;
	width: 7px;
	height: 7px;
	border-top: 1px solid #323232;
	border-right: 1px solid #323232;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.review-list .moreBtn {
	width: 300px;
	height: 60px;
	margin: 0 auto;
}
.review-list .moreBtn p {
}
.review-list .moreBtn p a {
	display: block;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	height: 60px;
	color: #ffffff;
	background: #4c4948;
}
@media screen and (max-width: 767px) {
 .review-list {
	 max-width: none;
	 width: 100%;
	 margin: 0 auto;
 }
 .review-list .review-list_inner {
	 margin-bottom: 70px;
 }
 .review-list .review-list_inner.review {
	 margin-bottom: 0;
 }
 .review-list h2.ttl {
	 margin: 0 auto;
	 width: 100%;
	 text-align: left;
 }
 .productBlock {
	 max-width: inherit;
	 width: 99% !important;
	 margin:  0 auto 0 !important;
	 display: block !important;
 }
 .productBlock .inner {
	 padding: 15px 15px 0 15px;
 }
 .productBlock .product {
	 display: flex;
	 display: -webkit-flex;
	 display: -ms-flex;
	 margin-bottom: 15px;
 }
 .productBlock .product .figBox {
	 display: none;	 
 }
 .productBlock .product .txtBox {
	 max-width: inherit;
	 width: 100%;
 }
 .productBlock .product .txtBox .day {
	 font-size: 13px;
	 font-weight: 400;
 }
.productBlock .product .txtBox .name {
	font-size: 15px;
	font-weight: 700;
}
.productBlock .product .txtBox .belong {
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 10px;
}
 .productBlock .product .txtBox .ttl {
	 font-size: 14px;
	 font-weight: 700;
 }
 .productBlock .product .txtBox .brand  {
	 display: none;
 }
 .productBlock .tag {
	 display: none;
 }
 .productBlock .lead {
	 margin-bottom: 6.91%;
 }
 .productBlock .lead p {
	 font-size: 14px;
 }
 .productBlock .lead .ttl{
	 font-weight: 700;
 }
 .productBlock .reviewBtn p a {
	 padding: 10px 0;
	 font-size: 13px;
 }
 .productBlock .reviewBtn p a:hover {
	 opacity: 1.0;
 }
 .review-list .review-list_inner.review .productBlock {
	 max-width: inherit;
	 width: 99% !important;
	 margin:  0 auto 5.1% !important;
	 display: block !important;
 }
 .review-list .review-list_inner.review .productBlock .product .figBox {
	 max-width: 240px;
	 width: 30.96774135%;
	 margin-right: 10px;
	 display: block;	 
 }
 .review-list .review-list_inner.review .productBlock .product .txtBox {
	 max-width: 505px;
	 width: 67.785234899%;
	 max-width: inherit;
 }
 .review-list .review-list_inner.review .productBlock .tag {
	 margin-bottom: 5px;
	 display: block;
 }
 .review-list .review-list_inner.review .productBlock .tag ul li {
	 margin: 0 0 5px 0;
	 padding: 5px;
	 font-size: 12px;
	 border-radius: 2px;
 }
 .review-list .review-list_inner.review .productBlock .tag ul li:not(:last-child) {
	 margin-right: 5px;
 }
}




.staff-review-detail-box .review-no-result {
	font-size: 18px;
	text-align: center;
}
@media screen and (max-width: 767px) {
 .staff-review-detail-box .review-no-result {
	 margin-bottom: 50px;
	 font-size: 16px;
	 text-align: left;
 }
}