
.review {
	padding-bottom: 26px;
	border-bottom: 1px solid #eee;
	box-sizing: border-box
}

.review__noti {
	margin: 26px 0 0 0;
	text-align: center;
	font-size: 12px;
	color: #8a8a8a;
	line-height: 1.7
}

.review__point {
	display: block;
	font-size: 13px;
	color: #777
}

@media only screen and (max-width:680px) {

	.review__noti {
		font-size: 1rem
	}

	.review__point {
		margin-bottom: 6px;
		font-size: 1.1rem
	}

}


.gender {
	position: relative;
	text-align: center
}

.gender__label {
	overflow: hidden;
	display: inline-block;
	width: 62px;
	height: 63px;
	cursor: pointer;
	text-indent: -9999px
}

.gender__input {
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	border: 0;
	clip: rect(0, 0, 0, 0)
}

.gender__label {
	background: url("../images/gender_f_off.png") no-repeat center center/contain
}

.gender__label.checked {
	background: url("../images/gender_f_on.png") no-repeat center center/contain
}

.type-m.gender__label {
	margin-left: 10px;
	background: url("../images/gender_m_off.png") no-repeat center center/contain
}

.type-m.gender__label.checked {
	background: url("../images/gender_m_on.png") no-repeat center center/contain
}

@media only screen and (max-width:680px) {

	.gender__label {
		width: 50px;
		height: 50px
	}

}

.photo-keyword {
	width: 100%;
	margin-top: 40px;
	padding: 0 108px;
	box-sizing: border-box
}

.photo-keyword__box {
	width: 100%;
	padding: 7px 34px 7px 0;
	border: 1px solid #E3E3E3;
	border-radius: 50px;
	background: #FCFCFC;
	box-sizing: border-box
}

.photo-keyword__wrap {
	position: relative;
	width: 100%
}

.photo-keyword__label {
	position: absolute;
	top: 0;
	left: 35px;
	bottom: 0;
	display: inline-block;
	width: 27px;
	height: 20px;
	margin: auto 0;
	background: url("../images/photo_off.png") no-repeat center center/contain;
	text-indent: -9999px
}

.photo-keyword__label.is-focus {
	background: url("../images/photo_on.png") no-repeat center center/contain
}

.photo-keyword__area {
	position: relative;
	padding: 0 20px 0 78px
}

.photo-keyword__area:before {
	position: absolute;
	top: 0;
	left: 78px;
	bottom: 0;
	display: block;
	width: 0;
	height: 15px;
	margin: auto 0;
	border-left: 1px solid #ddd;
	content: ''
}

.photo-keyword__input {
	width: 100%;
	height: 34px;
	border: 0;
	padding: 6px 15px;
	font-size: 13px;
	color: #333;
	box-sizing: border-box;
	background: transparent;
	outline: 0
}

.photo-keyword__input::-webkit-input-placeholder {
	color: #8d8d8d
}

.photo-keyword__input::-moz-placeholder {
	color: #8d8d8d
}

.photo-keyword__input:-ms-input-placeholder {
	color: #8d8d8d
}

.photo-keyword__input:-moz-placeholder {
	color: #8d8d8d
}

.photo-keyword__btn {
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 20px;
	height: 20px;
	margin: auto 0;
	border: 0;
	background: url("../images/common/search_common.png") no-repeat center center/contain;
	border-radius: 0;
	outline: 0;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px
}

@media only screen and (max-width:1025px) {

	.photo-keyword {
		margin-top: 30px;
		padding: 0
	}

}

@media only screen and (max-width:680px) {

	.photo-keyword__box {
		padding: 3px 22px 3px 0
	}

	.photo-keyword__area {
		padding: 0 14px 0 54px
	}

	.photo-keyword__area:before {
		left: 54px;
		height: 12px
	}

	.photo-keyword__label {
		left: 21px;
		width: 22px;
		height: 16px
	}

	.photo-keyword__input {
		padding: 3px 7px;
		font-size: 1.2rem
	}

	.photo-keyword__btn {
		width: 14px;
		height: 14px
	}

}

.photo-slide {
	position: relative;
	margin-top: 50px;
	padding: 0 40px;
	box-sizing: border-box
}

.photo-slide.type-thum {
	margin-top: 0;
	padding: 0
}

.photo-slide.type-thum .photo-slide__txtarea {
	display: block;
	width: auto;
	height: auto;
	padding: 15px 20px;
	text-align: left
}

.photo-slide.type-thum .photo-slide__txt {
	overflow: hidden;
	display: -webkit-box;
	width: auto;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	height: 42px;
	text-overflow: ellipsis
}

.photo-slide.type-thum .photo-slide__wrap {
	display: block;
	border-bottom: 5px solid #b916a4
}

.photo-slide.type-thum .photo-slide__img {
	display: block
}

.photo-slide.type-thum .photo-slide__cate {
	display: none
}

.photo-slide.type-thum .photo-slide__box.type-after .photo-slide__cate {
	top: auto;
	left: auto;
	right: auto;
	bottom: 0;
	display: block;
	width: 100%;
	text-align: center;
	background: transparent;
	font-size: 12px;
	color: #3e3e3e
}

.photo-slide__wrap {
	display: none;
	border: 1px solid #E3E3E4;
	box-sizing: border-box
}

.photo-slide__wrap.is-active {
	display: block
}

.photo-slide__wrap.type-big {
	cursor: move
}

.photo-slide__box {
	position: relative;
	float: left;
	width: 50%
}

.photo-slide__box.type-after .photo-slide__cate {
	background-color: #353535
}

.photo-slide__cate {
	position: absolute;
	top: 0;
	left: 0;
	padding: 7px 12px 5px;
	background: #6F6F6F;
	color: #fff;
	z-index: 45;
	box-sizing: border-box
}

.photo-slide__img {
	display: none;
	width: 100%;
	height: 0;
	padding-bottom: 106.66%;
    overflow:hidden;
}

.photo-slide__img.is-active {
	display: block
}

.photo-slide__txtarea {
	display: table-cell;
	width: 1%;
	height: 68px;
	padding: 10px 20px;
	border-top: 1px solid #E3E3E4;
	vertical-align: middle;
	background-color: #fcfcfc;
	text-align: center;
	box-sizing: border-box
}

.photo-slide__txt {
	margin: 0;
	font-size: 14px;
	color: #000;
	line-height: 1.5;
	box-sizing: border-box
}

.photo-slide__area {
	position: relative;
	border: 1px solid #E3E3E4;
	border-bottom: none;
	box-sizing: border-box
}

.photo-slide__area:after {
	display: block;
	clear: both;
	content: ''
}

.photo-slide__list {
	position: absolute;
	left: 0;
	bottom: 0px;
	right: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 0;
	z-index: 45;
	text-align: center
}

.photo-slide__item {
	display: inline-block;
	background-color: #7B7B7B;
	list-style: none
}

.photo-slide__item+.photo-slide__item {
	margin-left: 1px
}

.photo-slide__item.is-active {
	background-color: #b916a4
}

.photo-slide__link {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 13px;
	color: #fff;
	text-decoration: none
}

.photo-slide__btn {
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	z-index: 65;
	display: block;
	width: 70px;
	height: 60px;
	text-indent: -9999px
}

.photo-slide__btn.type-prev {
	left: 0px;
	background: url("../images/photo_arrow_prev.png")
}

.photo-slide__btn.type-next {
	right: 0px;
	background: url("../images/photo_arrow_next.png")
}

.photo-slide__noti {
	margin: 8px 0 0 0;
	font-size: 13px;
	color: #aaa;
	text-align: center
}

.photo-slide__part {
	color: inherit;
	text-decoration: none
}

@media only screen and (max-width:1025px) {

	.photo-slide {
		margin-top: 30px;
		padding: 0
	}

	.photo-slide.type-thum {
		margin-top: 0;
		padding: 0
	}

	.photo-slide.type-thum .photo-slide__txt {
		-webkit-line-clamp: 1;
		height: 19px
	}

	.photo-slide.type-thum .photo-slide__txtarea {
		display: block;
		width: auto;
		height: auto;
		padding: 14px
	}

	.photo-slide__btn {
		display: none
	}

	.photo-slide__txt {
		overflow: hidden
	}

}

@media only screen and (max-width:680px) {

	.photo-slide {
		padding: 0 50px
	}

	.photo-slide.type-thum .photo-slide__txtarea {
		display: none
	}

	.photo-slide.type-thum .photo-slide__box {
		width: 50%
	}

	.photo-slide.type-thum .photo-slide__cate {
		min-width: auto;
		font-size: 1.0rem
	}

	.photo-slide.type-thum .photo-slide__wrap {
		border-width: 3px
	}

	.photo-slide__box {
		width: 100%
	}

	.photo-slide__cate {
		min-width: 70px;
		padding: 4px 7px 5px 6px;
		font-size: 1.1rem;
		text-align: center;
		letter-spacing: -1px
	}

	.photo-slide__txtarea {
		display: block;
		width: auto;
		height: auto;
		padding: 5%
	}

	.photo-slide__txt {
		font-size: 1.3rem
	}

	.photo-slide__noti {
		font-size: 1.2rem
	}

	.photo-slide__area {
		position: static
	}

	.photo-slide__list {
		left: 0;
		right: auto;
		bottom: 0;
		width: auto
	}

	.photo-slide__item {
		display: block
	}

	.photo-slide__item+.photo-slide__item {
		margin-top: 5px;
		margin-left: 0
	}

	.photo-slide__link {
		width: 45px;
		height: 45px;
		line-height: 45px;
		font-size: 1.1rem
	}

}

.photo-thum {
	margin-top: 50px
}

.photo-thum__list {
	margin: 0 0 0 -16px;
	padding: 0
}

.photo-thum__list:after {
	display: block;
	clear: both;
	content: ''
}

.photo-thum__item {
	position: relative;
	float: left;
	width: 25%;
	padding-left: 16px;
	list-style: none;
	box-sizing: border-box;
	list-style: none
}

.photo-thum__item.is-active .photo-thum__link {
	box-shadow: inset 0px 0px 0px 5px #fc6c2d
}

.photo-thum__link {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-indent: -9999px;
	font-size: 0;
	z-index: 30
}

@media only screen and (max-width:1025px) {

	.photo-thum {
		margin-top: 30px
	}

	.photo-thum__list {
		margin-left: -12px
	}

	.photo-thum__item {
		width: 50%;
		padding-left: 12px
	}

	.photo-thum__item+.photo-thum__item+.photo-thum__item {
		margin-top: 30px
	}

}

@media only screen and (max-width:680px) {

	.photo-thum {
		margin-top: 25px
	}

	.photo-thum__item+.photo-thum__item+.photo-thum__item {
		margin-top: 20px
	}

	.photo-thum__item.is-active .photo-thum__link {
		box-shadow: inset 0px 0px 0px 3px #fc6c2d
	}

}


.category-tab {
	margin-top: 60px;
	text-align: center
}


.category-tab__list {
	margin: 0;
	padding: 0
}

.category-tab__list:after {
	content: '';
	display: block;
	clear: both
}
.category-tab__item {
	float: left;
	width: 10%;
	box-sizing: border-box;
	list-style: none
}

.category-tab__item.is-active .category-tab__link {
	border-color: #8d217f;
	background-color: #8d217f;
	color: #fff
}

.category-tab__item.is-active:first-child .category-tab__link {
	border-left-color: #8d217f
}

.category-tab__item:first-child .category-tab__link {
	border-left: 1px solid #eee
}

.category-tab__link {
	display: table-cell;
	width: 1%;
	height: 48px;
	border: 1px solid #eee;
	border-left: 0;
	font-size: 13px;
	color: #777575;
	text-align: center;
	text-decoration: none;
	vertical-align: middle
}
.category-tab.type-eleven .category-tab__item {
	width: 9.09%
}

@media only screen and (max-width:1025px) {

	.category-tab {
		margin-top: 50px
	}

	.category-tab__item {
		width: 20%
	}

	.category-tab__item:nth-child(6n) {
		margin-left: 0
	}

	.category-tab__item:nth-child(6n) .category-tab__link {
		border-left: 1px solid #eee
	}

	.category-tab__item:nth-child(5n) ~ li .category-tab__link {
		border-top: none
	}

	.category-tab.type-eleven .category-tab__item {
		width: 25%
	}

	.category-tab.type-eleven .category-tab__item:nth-child(4n+5) {
		margin-left: 0
	}

	.category-tab.type-eleven .category-tab__item:nth-child(4n+5) .category-tab__link {
		border-left: 1px solid #eee
	}

	.category-tab.type-eleven .category-tab__item:nth-child(4n) ~ li .category-tab__link {
		border-top: none
	}

	.category-tab.type-eleven .category-tab__item:nth-child(6n) {
		margin-left: -1px
	}

	.category-tab.type-eleven .category-tab__item:nth-child(6n) .category-tab__link {
		border-left: none
	}

}

@media only screen and (max-width:680px) {

	.category-tab {
		margin-top: 34px
	}

	.category-tab__link {
		height: 40px;
		padding: 0 2px;
		font-size: 1.1rem
	}
}


.pagination__list {
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: center;
}
.pagination__item {
    overflow: hidden;
    display: inline-block;
}

.pagination__link {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding-top: 4px;
    font-size: 12px;
    color: #777;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #fff;
    box-sizing: border-box;
}
.pagination__link {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding-top: 4px;
    font-size: 14px;
    color: #777;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #fff;
    box-sizing: border-box;
    margin-right: 2px;
    font-weight: 400;
}
.pagination__item-num:hover .pagination__link{
	border-color: #b916a4;
    color: #b916a4;
}
.pagination__item-num.is-active .pagination__link {
    border-color: #b916a4;
    background-color: #b916a4;
    color: #fff;
}