/*-------------------------------------------------
|-  ttl-block
-------------------------------------------------*/
.ttl-block__voice {
	background: url(/assets/img/voice/bg_voice.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.ttl-block__detail {
	padding: 60px 0 0;
}
.ttl-block__detail .ttl__en,
.ttl-block__detail .ttl__jp {
	color: #000;
}
@media screen and (max-width: 767px){
	.ttl-block__detail {
		padding: 30px 0 0;
	}
}
/*-------------------------------------------------
|- search-cate
-------------------------------------------------*/
.search-cate {
	max-width: 1210px;
    margin: 70px auto 80px;
    font-size: var(--fs22);
    font-weight: bold;
	@media screen and (max-width: 767px){
		width:93%;
		margin:15px auto;
	}
}
/*-------------------------------------------------
|- voice-list-box
-------------------------------------------------*/
.voice-list-box {
	max-width: 1180px;
	margin: 40px auto 110px;
}
.voice-cont {
	padding: 40px 70px;
	box-sizing: border-box;
	border-bottom: 1px solid #3e3a39;
	box-sizing: border-box;
	display: flex;
	gap: 0 4%;
}
.voice-cont__img {
	width: 60%;
}
.voice-cont:nth-child(even) {
	justify-content: flex-end
}
.voice-cont:last-child {
	border: 0;
}
.voice-cont-box {
	max-width: 370px;
	margin-top: 50px;
}
.voice-cont__ttl {
	margin-bottom: 10px;
	color: #3f3a39;
	font-size: var(--fs20);
	font-weight: bold;
}
.voice-cont__txt {
	margin-bottom: 40px;
	color: #3f3a39;
	font-size: var(--fs18);
	font-weight: bold;
}
.voice-cont-cate {
	margin-bottom: 50px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.voice-cont-cate__item {
	padding: 2px 10px;
	color: #a08d70;
	font-weight: bold;
	text-indent: .03rem;
	letter-spacing: .03rem;
	background: rgb(162,142,113,.3);
	box-sizing: border-box;
}
@media screen and (max-width: 767px){
	.voice-list-box {
		width: 100%;
		margin: 45px auto 100px;
	}
	.voice-cont {
		padding: 15px 0;
		flex-direction: column;
	}
	.voice-cont__img {
		width: 91%;
	}
	.voice-cont:nth-child(even) .voice-cont__img {
		margin: 0 0 0 auto;
	}
	.voice-cont-box {
		width: 88%;
		max-width: none;
		margin: 20px 0 0 15px;
	}
	.voice-cont:nth-child(even) .voice-cont-box {
		order: 1;
	}
	.voice-cont__ttl {
		font-size: var(--fs14);
	}
	.voice-cont__txt {
		margin-bottom: 10px;
		font-size: var(--fs13);
	}
	.voice-cont-cate {
		margin-bottom: 20px;
	}
	.voice-cont-cate__item {
		font-size: var(--fs12);
	}
	.viewmore-btn {
		width: 150px;
	}
	.viewmore-btn__link {
		padding: 10px 0;
	}
}
/*-------------------------------------------------
|-  voiceBlock
-------------------------------------------------*/
.voiceTxtArea {
	width: 74%;
	max-width: 1040px;
	margin: 95px auto 105px;
}
.voiceTxt {
	text-align: center;
	text-indent: 0.2em;
	letter-spacing: 0.2em;
}
.voiceTxt-top {
	margin-bottom: 30px;
	font-size: 19px;
	font-weight: bold;
	line-height: 230%;
}
.voiceTxt-btm {
	font-size: 15px;
	line-height: 250%;
}
.voiceTxt-detailTop {
	margin-bottom: 10px;
	font-size: 28px;
	font-weight: bold;
}
.voiceTxt-detailBtm {
	font-size: 16px;
	line-height: 200%;
}
@media screen and (max-width: 767px){
	.voiceTxt-detailTop {
		font-size: 20px;
	}
	.voiceTxt-detailBtm {
		font-size: 13px;
	}
}
.voiceList {
	display: flex;
	flex-wrap: wrap;
}
.voiceListWrap {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}
.voiceListWrap-noMax {
	max-width:100%;
}
.voiceListItem {
	width: 33%;
	margin: 0 0.5% 50px 0;
}
.voiceListItem:nth-child(3n) {
	margin-right: 0;
}
.cs-voiceLink {
	color: #2a2a2a;
}
.voiceListItem-txt {
	font-size: 15px;
	text-align: center;
}
/*--- images zoom hover ----------------*/
.voiceListItem-img {
	position: relative;
	margin-bottom: 15px;
	padding-top: 60%;
	display: block;
	overflow: hidden;
}
.voiceListItem-img::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-duration: 0.4s;
	transition-property: opacity;
	opacity: 0;
	display: block;
}
.cs-voiceImg {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	margin: auto;
	transition-duration: 0.5s;
	-webkit-transition-duration:.5s;
	-moz-transition-duration:.5s;
	-o-transition-duration:.5s;
	transition-duration:.5s;
}
.cs-voiceLink:hover .voiceListItem-img::after {
	opacity: 0.3;
}
.cs-voiceLink:hover .cs-voiceImg {
	transform: scale(1.2,1.2);
}
/*--- voicePaging ----------------*/
.voicePaging {
	width: 74%;
	max-width: 1040px;
	margin: 60px auto 0;
	text-align: center;
	display: flex;
	justify-content: center;
}
.paging {
	width: 31px;
	margin-right: 10px;
	color: #fff;
	font-weight: bold;
	line-height: 100%;
	display: block;
}
.paging_num {
	background-color: rgba(162, 142, 113, 0.5);
	transition: all .2s;
}
.paging_num:hover {
	background-color: rgba(162, 142, 113, 1);
	transition: all .2s;
}
.paging_num.current {
	padding: 10px 0;
	background-color: rgba(162, 142, 113, 1);
}
.cs-pagingLink {
	padding: 10px 0;
	color: #fff;
	font-weight: bold;
	display: block;
}
.paging_prev,
.paging_prev-disabled,
.paging_next,
.paging_next-disabled {
	position: relative;
	padding: 0;
	display: block;
}
.paging_prev::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left:10%;
	width: 15px;
	height: 15px;
	margin: auto;
	border: 0px;
	border-top: solid 1px #7f7f7f;
	border-right: solid 1px #7f7f7f;
	border-radius: 1px;
	-ms-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.paging_prev-disabled::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left:10%;
	width: 15px;
	height: 15px;
	margin: auto;
	border: 0px;
	border-top: solid 1px #d4d4d4;
	border-right: solid 1px #d4d4d4;
	border-radius: 1px;
	-ms-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.paging_next::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right:10%;
	width: 15px;
	height: 15px;
	margin: auto;
	border: 0px;
	border-top: solid 1px #7f7f7f;
	border-right: solid 1px #7f7f7f;
	border-radius: 1px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.paging_next-disabled::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right:10%;
	width: 15px;
	height: 15px;
	margin: auto;
	border: 0px;
	border-top: solid 1px #d4d4d4;
	border-right: solid 1px #d4d4d4;
	border-radius: 1px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cs-pagingLink.paging_prev,
.cs-pagingLink.paging_next {
	height: 100%;
}
@media screen and (max-width: 767px){
	.voiceTxtArea {
		width: 95%;
		margin: 25px auto;
	}
	.voiceTxt {
		text-indent: 0.1em;
		letter-spacing: 0.1em;
	}
	.voiceTxt-top {
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 180%;
	}
	.voiceTxt-btm {
		font-size: 13px;
		line-height: 200%;
	}
	/*--- voicePaging ----------------*/
	.voiceList {
		justify-content: space-between;
	}
	.voiceListItem {
		width: 49.5%;
		margin: 0 0 20px 0;
	}
	.voiceListItem:nth-child(2n) {
		margin-right: 0;
	}
	.voiceListItem:nth-child(3n) {
		margin: 0 0 20px 0;
	}
	.voiceListItem-txt {
		font-size: 13px;
	}
	.voicePaging {
		width: 90%;
		margin: 30px auto 0;
	}
	.paging {
		width: 28px;
		font-size: 13px;
	}
	.paging.current {
		padding: 8px 0;
	}
	.cs-pagingLink {
		padding: 8px 0;
	}
	.paging_prev, .paging_next {
		padding: 0;
	}
	.paging_next::before,
	.paging_next-disabled::before,
	.paging_prev::after,
	.paging_prev-disabled::after {
		width: 10px;
		height: 10px;
	}
}
/*-------------------------------------------------
|-  voiceListWrap
|-  rowData
-------------------------------------------------*/
.rowData {
	width:85%;
	margin-left: 15%;
	display: flex;
}
.rowData-l {
	margin: 0 15% 0 0;
}
@media screen and (min-width: 1400px){
	.rowData {
		margin:0 auto;
		max-width:1400px;
	}
}
@media screen and (max-width: 767px){
	.rowData {
		margin:0 auto;
		width:92%;
		flex-wrap: wrap;
	}
}
	.rowData_qa {
		width:32%;
		margin-right:4%;
	}
@media screen and (max-width: 767px){
	.rowData_qa {
		width:100%;
		margin-right:0;
	}
}
	.rowData_qa-l {
		margin-left:4%;
		margin-right: 0;
	}
@media screen and (max-width: 767px){
	.rowData_qa-l {
		margin-left:0;
		margin-right: 0;
	}
}
	.rowDataQA_item {
		margin-bottom:20px;
	}
	.rowDataQA_item:last-child {
		margin-bottom:0;
	}
@media screen and (max-width: 767px){
	.rowDataQA_item:last-child {
		margin-bottom:30px;
	}
}
.rowDataQA_q {
	color:#a28e71;
	line-height:200%;
	font-weight: bold;
}
.rowDataQA_a {
	line-height:200%;
}
.rowDataQA_f {
	line-height:200%;
	padding-top:20px;
	border-top:1px solid #a28e71;
}
.rowDataQA_staff {
	margin-bottom: 20px;
	color: #a28e71;
	font-weight: bold;
}
.mainSlide {
	width:64%;
	overflow: hidden;
	position: relative;
}
.mainSlide_item {
	background-color: #f0f0f0;
	position: relative;
}
.mainSlide_item::before {
	content:"";
	display: block;
	padding-top: 67%;
}
.cs-slideImg{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	left: 0;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
@media screen and (max-width: 767px){
	.mainSlide {
		width:100%;
	}
}
.subSlide {
	width:100%;
	max-width:1400px;
	margin:150px auto;
	position: relative;
}
.subSlide_item {
	position: relative;
	background-color: #f0f0f0;
}
.subSlide_item::before {
	content:"";
	display: block;
	padding-top: 66%;
}
@media screen and (max-width: 767px){
	.subSlide {
		margin:50px auto 100px;
	}
}
.bottomImg{
	width:64%;
}
.bottomImg_item{
	background-color: #f0f0f0;
	position: relative;
}
.bottomImg_item::before{
	content:"";
	display: block;
	padding-top: 67%;
}
.bottomImg_img{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	left: 0;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
@media screen and (max-width: 767px){
	.bottomImg{
		width:100%;
		min-height:auto;
		overflow: hidden;
		margin-bottom:30px;
	}
	.bottomImg_img {
		width:100%;
	}
}
/*-------------------------------------------------
|-  detail-cate-list
-------------------------------------------------*/
.detail-cate-list {
	margin-top: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 5px;
}
.detail-cate-list__item {
	padding: 3px 15px;
	color: #a08d70;
	font-size: var(--fs20);
	font-weight: bold;
	text-indent: .03rem;
	letter-spacing: .03rem;
	background: rgb(162, 142, 113, .3);
	box-sizing: border-box;
	transition: .3s;
}
.detail-cate-list__item strong {
	font-weight: bold;
}
@media (hover: hover){
	.detail-cate-list__item:hover {
		opacity: .7;
	}
}
@media screen and (max-width: 767px){
	.detail-cate-list {
		margin: 10px 0 75px;
		gap: 5px;
	}
	.detail-cate-list__item {
		padding: 2px 11px;
		font-size: var(--fs13);
	}
}
/*-------------------------------------------------
|-  userArea
-------------------------------------------------*/
.userArea {
	width:74%;
	max-width:1042px;
	margin: 80px auto 0;
	border:15px solid #f0efec;
	padding:55px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 767px){
	.userArea {
		width:92%;
		max-width:auto;
		margin-top:50px;
		padding:40px;
	}
}
.userArea_tit {
	width:100%;
	font-size:16px;
	font-weight:bold;
	text-align: center;
	margin-bottom:30px;
}
.userArea_img {
	width:30%;
	margin-right:6%;
}
@media screen and (max-width: 767px){
	.userArea_img {
		width:100%;
		margin:40px 0 0 0;
	}
}
.userAreaImg_img {
	width:100%;
}
.userArea_con {
	width:64%;
}
.userArea_detail {
	display: flex;
	flex-wrap:wrap;
	border-top:1px solid #a28e71;
	border-bottom:1px solid #a28e71;
}
.userAreaDetail_tit {
	font-weight:bold;
	color:#a28e71;
	width:19%;
	border-bottom:1px solid #a28e71;
	padding:20px 0;
}
.userAreaDetail_tit:nth-last-of-type(1) {
	border-bottom:none;
}
.userAreaDetail_txt:nth-last-of-type(1) {
	border-bottom:none;
}

.userAreaDetail_txt {
	width:81%;
	border-bottom:1px solid #a28e71;
	padding:20px 0;

}
@media screen and (max-width: 767px){
	.userArea_con {
		width:100%;
	}
	.userAreaDetail_tit {
		width:100%;
		padding: 10px 0 0px;
		border-bottom:none;
		border-top:1px solid #a28e71;
		font-size:13px;
	}
	.userAreaDetail_tit:first-child {
		border-top:none;
	}
	.userAreaDetail_txt {
		width:100%;
		padding: 0 0 10px;
		border-bottom:none;
		font-size:13px;
	}
}
/*-------------------------------------------------
|-  pager
-------------------------------------------------*/
.pager {
	width: 675px;
	margin: 120px auto 0;
	display: flex;
	justify-content: space-between;
}
.pager-item {
	position: relative;
	width: 50%;
}
.pager-item:first-child::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 30px;
	background: #d4d4d4;
}
.pager-item__link {
	position: relative;
	padding: 0 40px 0 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0 20px;
	box-sizing: border-box;
}
.pager-item__acv-prev::before,
.pager-item__acv-next::before {
	content: '';
	position: absolute;
	top: 50%;
	width: 15px;
	height: 15px;
	border-top: solid 1px #7e7f7f;
	border-right: solid 1px #7e7f7f;
	border-radius: 1px;
}
.pager-item__acv-prev::before {
	left: 0;
	transform: translateY(-50%) rotate(225deg);
}
.pager-item__acv-next::before {
	right: 0;
	transform: translateY(-50%) rotate(45deg);
}
.pager-item__txt {
	color: #292a2a;
	font-size: var(--fs20);
}
.pager-item__img {
	position: relative;
	width: 170px;
	padding-top: 44%;
	background: #ddd;
}
.pager-item__img img {
	position: absolute;
	inset: 0;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	margin: auto;
}
@media screen and (max-width: 767px){
	.pager {
		width: 90%;
		max-width: 340px;
		margin: 50px auto;
		justify-content: center;
	}
	.pager-item__link {
		padding: 0 20px;
		gap: 0;
	}
	.pager-item__acv-prev::before,
	.pager-item__acv-next::before {
		width: 10px;
		height: 10px;
	}
	.pager-item__txt {
		font-size: var(--fs10);
	}
	.pager-item__img {
		width: 85px;
	}
}
@media screen and (max-width: 321px){
	.pager-item__acv-prev {
		padding: 0 10px 0 20px;
	}
	.pager-item__acv-next {
		padding: 0 20px 0 10px;
	}
}
/*-------------------------------------------------
|-  btnArea
-------------------------------------------------*/
.btnArea {
	position: relative;
	width: 23%;
	max-width: 323px;
	margin: 70px auto 0;
}
.cs-topLink {
	position: relative;
	width: 100%;
	padding: 10px 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-indent: 0.2em;
	letter-spacing: 0.2em;
	background-color: #2a2a2a;
	display: block;
	transition: all .2s;
}
.cs-topLink:hover {
	opacity: 0.8;
	transition: all .2s;
}
.cs-topLink::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 4%;
	width: 5px;
	height: 5px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	border-radius: 1px;
	transform: translateY(-50%) rotate(225deg);
	transition: all .2s;
}
.cs-topLink:hover:before {
	left: 1.8%;
}
@media screen and (max-width: 767px){
	.btnArea {
		width: 90%;
		max-width: auto;
		margin: 20px auto 0;
	}
	.cs-topLink {
		padding: 10px 0;
		font-size: 13px;
	}
}
/*-------------------------------------------------
|-  slick
-------------------------------------------------*/
.mainSlide .slick-slide img {
	width:auto;
}
@media screen and (max-width: 767px){
	.mainSlide .slick-slide img {
		min-height:auto;
	}
}
.subSlide .slick-slide {
	margin:5px;
	box-sizing: border-box;
}
.subSlide .slick-track {
	margin-left: 0;
}
.subSlide .slick-prev,
.subSlide .slick-next {
	top: auto;
	bottom: -40px;
	width: 73px;
	height: 8px;
	z-index: 50;
}
.subSlide .slick-prev {
	left: 40%;
}
.subSlide .slick-prev::before {
	content: '';
	width: 73px;
	height: 7px;
	background-image: url(/assets/img/btn_fithouse_prev.svg);
	background-repeat: no-repeat;
	display: block;
}
.subSlide .slick-next {
	right: 40%;
}
@media screen and (max-width: 767px){
	.subSlide .slick-prev {
		left: 20%;
	}
	.subSlide .slick-next {
		right: 20%;
	}
}
.subSlide .slick-next::before {
	content: '';
	width: 73px;
	height: 7px;
	background-image: url(/assets/img/btn_fithouse_next.svg);
	background-repeat: no-repeat;
	display: block;
}
.slideCount {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	font-size: 10px;
	text-align: center;
}
.slideCount .cs-current {
	font-size: 10px;
}
.slideCount .cs-total {
	font-size: 10px;
}
.subSlideArea {
	position: relative;
}
.slideCount_detail {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: -43px;
	width: 3.8%;
}
@media screen and (max-width: 767px){
	.slideCount_detail {
		width: 10%;
	}
}
