@charset "UTF-8";
.u-pc-only {
	display: block;
}

.u-pc-only-inline {
	display: inline;
}

.u-pc-only-inlineBlock {
	display: inline-block;
}

.u-pc-only-Flex {
	display: flex;
}

.u-sp-only {
	display: none;
}

.u-sp-only-inline {
	display: none;
}

.u-sp-only-inline-block {
	display: none;
}

.u-sp-only-flex {
	display: none;
}

@media screen and (max-width: 767px) {
	.u-pc-only {
		display: none;
	}

	.u-pc-only-inline {
		display: none;
	}

	.u-pc-only-inlineBlock {
		display: none;
	}

	.u-pc-only-flex {
		display: none;
	}

	.u-sp-only {
		display: block;
	}

	.u-sp-only-inline {
		display: inline;
	}

	.u-sp-only-inline-block {
		display: inline-block;
	}

	.u-sp-only-flex {
		display: flex;
	}
}
/******************************/
/* 商品テンプレ */
/******************************/
/********** 商品詳細 サイド **********/
@media screen and (max-width: 767px) {
	.p-product-heading__unit {
		margin-left: 0;
		margin-right: 0;
	}
}

.p-large-image__image-wrap {
	background: #e5e5e5;
}
.p-large-image__image-wrap:hover {
	background: #e5e5e5;
}

.p-thumbnail-list__image-wrap {
	background: #e5e5e5;
	border-color: #e5e5e5;
}

.p-cart-form__name {
	font-size: 24px;
}

.p-cart-form__price {
	font-weight: normal;
}

.p-cart-form__review {
	margin-top: 10px;
	margin-bottom: 15px;
}
.p-cart-form__review a {
	color: #005ba7;
}

.p-view-option-info.c-button--border {
	border: 1px solid #262626;
	background: #ffffff;
	color: #262626;
}

.p-cart-form__add-cart-button.c-button--solid {
	background: #fc7200;
}
/* カートボタンの色変更　元（#262626） */

/* 購入前にご確認ください */
.p-cart-form-attention {
	margin-bottom: 10px;
	padding: 15px 30px;
	line-height: 1.6;
	background: #f7f7f7;
}
.p-cart-form-attention em {
	font-weight: bold;
	font-style: normal;
}

.p-cart-form-attention__ttl {
	text-align: center;
}

.p-cart-form-attention-list {
	list-style: none;
	padding: 0;
}

.p-cart-form-free {
	margin-top: 30px;
	margin-bottom: 45px;
	padding: 15px 5px;
	border: 1px solid #a01515;
	font-size: 18px;
	color: #a01515;
	text-align: center;
}

/********** 商品詳細 メイン **********/
.p-product-wrap {
	line-height: 1.6;
}
@media screen and (max-width: 767px) {
	.p-product-wrap {
		margin-top: 30px;
		margin-bottom: 60px;
	}
}

@media screen and (max-width: 767px) {
	.p-product-body-inner {
		margin-top: 30px;
		padding-top: 45px;
	}
}

@media screen and (max-width: 767px) {
	.p-product-body__name {
		font-size: 24px;
	}
}

/* 商品詳細 メイン FV */
.p-product-fv {
	margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
	.p-product-fv {
		margin-bottom: 60px;
	}
}

@media screen and (max-width: 767px) {
	.p-product-fv__img {
		margin-bottom: 30px;
	}
}

/* 商品詳細 メイン 名入れ */
.p-product-stamp {
	display: flex;
	flex-wrap: wrap;
	margin-top: 75px;
	margin-bottom: 75px;
	background: #f9f8f8;
}
@media screen and (max-width: 767px) {
	.p-product-stamp {
		display: block;
		margin-top: 60px;
		margin-bottom: 30px;
		text-align: center;
	}
}

.p-product-stamp__img {
	width: 380px;
}
@media screen and (max-width: 767px) {
	.p-product-stamp__img {
		width: auto;
	}
}
.p-product-stamp__img img {
	width: 100%;
}

.p-product-stamp__txt {
	flex: 1;
	padding: 20px 50px 15px 50px;
}
@media screen and (max-width: 767px) {
	.p-product-stamp__txt {
		padding: 15px 15px 20px 15px;
	}
}

.p-product-stamp__ttl {
	margin: 0 0 15px 0;
	line-height: 1.4;
	font-size: 24px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.p-product-stamp__ttl {
		font-size: 18px;
	}
}
.p-product-stamp__ttl span {
	font-size: 14px;
	font-weight: normal;
	color: #b2b2b2;
}
@media screen and (max-width: 767px) {
	.p-product-stamp__ttl span {
		display: block;
		margin-top: 5px;
		font-size: 11px;
	}
}

.p-product-stamp__price {
	margin-bottom: 25px;
	font-size: 14px;
	color: #757575;
}
@media screen and (max-width: 767px) {
	.p-product-stamp__price {
		margin-bottom: 15px;
		font-size: 13px;
	}
}

.p-product-stamp__btn a {
	display: inline-block;
	padding: 7px 15px;
	font-size: 18px;
	background: #4d4d4d;
	color: #ffffff;
	text-decoration: none;
	transition: all ease 0.2s;
}
@media screen and (max-width: 767px) {
	.p-product-stamp__btn a {
		padding: 7px 15px;
		width: 195px;
		font-size: 12px;
	}
}

.p-product-stamp-disable {
	box-sizing: border-box;
	margin-top: 75px;
	margin-bottom: 75px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	border: 1px solid #a01515;
	width: 600px;
	font-weight: bold;
	font-size: 16px;
	color: #a01515;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-product-stamp-disable {
		margin-top: 30px;
		margin-bottom: 30px;
		padding: 20px;
		width: auto;
	}
}

.p-product-slider {
	margin-top: 75px;
	margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
	.p-product-slider {
		margin-top: 60px;
		margin-bottom: 60px;
	}
}
.p-product-slider .slick-slide {
	height: auto;
}

/* 商品詳細 メイン スライダー */
.p-product-slider-main {
	position: relative;
}

/***** スライダー テーマ設定 *****/
.c-slider-thema .slick-track {
	margin-left: 0;
	margin-right: 0;
}
.c-slider-thema .slick-prev, .c-slider-thema .slick-next {
	width: 50px;
	height: 50px;
	transition: all 0.4s ease;
	z-index: 1;
	background: transparent;
}
@media screen and (max-width: 767px) {
	.c-slider-thema .slick-prev, .c-slider-thema .slick-next {
		width: 38px;
		height: 38px;
	}
}
.c-slider-thema .slick-prev:before, .c-slider-thema .slick-next:before {
	content: "";
	position: absolute;
	top: 50%;
	border-top: 3px solid #ffffff;
	border-left: 3px solid #ffffff;
	width: 40px;
	height: 40px;
	transition: all 0.4s ease;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.c-slider-thema .slick-prev:before, .c-slider-thema .slick-next:before {
		border-top: 2px solid #ffffff;
		border-left: 2px solid #ffffff;
		width: 20px;
		height: 20px;
	}
}
.c-slider-thema .slick-prev {
	left: 15px;
}
@media screen and (max-width: 767px) {
	.c-slider-thema .slick-prev {
		left: 0px;
	}
}
.c-slider-thema .slick-prev:before {
	left: 22px;
	transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
	.c-slider-thema .slick-prev:before {
		left: 17px;
	}
}
.c-slider-thema .slick-next {
	right: 15px;
}
@media screen and (max-width: 767px) {
	.c-slider-thema .slick-next {
		right: 0px;
	}
}
.c-slider-thema .slick-next:before {
	right: 22px;
	transform: translateY(-50%) rotate(135deg);
}
@media screen and (max-width: 767px) {
	.c-slider-thema .slick-next:before {
		right: 17px;
	}
}
.c-slider-thema .slick-dots li button:before {
	top: 4px;
	left: 4px;
	width: 12px;
	height: 12px;
	line-height: 12px;
	border-radius: 50%;
	background: #e5e5e5;
	opacity: 1;
}
.c-slider-thema .slick-dots li.slick-active button:before {
	background: #7d7d7d;
}

.p-product-slider-thumb {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-left: -5px;
	margin-right: -5px;
}
@media screen and (max-width: 767px) {
	.p-product-slider-thumb {
		margin-left: -3px;
		margin-right: -3px;
	}
}
.p-product-slider-thumb img {
	box-sizing: border-box;
	display: block;
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	width: 20%;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	.p-product-slider-thumb img {
		margin-top: 5px;
		padding-left: 3px;
		padding-right: 3px;
		width: 25%;
		height: auto;
	}
}
.p-product-slider-thumb img.is-current {
	opacity: 0.7;
}

.p-product-slider__body {
	margin-top: 20px;
}

/* 商品詳細 メイン 作りてのこだわり */
.p-product-commitment {
	margin-top: 75px;
	margin-bottom: 75px;
	padding: 75px 80px 30px 80px;
	background: #f9f9f9;
}
@media screen and (max-width: 767px) {
	.p-product-commitment {
		margin-top: 60px;
		margin-bottom: 60px;
		margin-left: -20px;
		margin-right: -20px;
		padding: 45px 20px 15px 20px;
	}
}

.p-product-commitment__box {
	margin-bottom: 45px;
}

.p-product-section__ttl {
	margin-top: 0;
	margin-bottom: 30px;
	line-height: 1.4;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-product-section__ttl {
		font-size: 10px;
	}
}
.p-product-section__ttl span {
	display: block;
	margin-bottom: 10px;
	font-size: 28px;
	font-weight: bold;
	font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
	.p-product-section__ttl span {
		margin-bottom: 0px;
		font-size: 20px;
	}
}

.p-product-detail-tbl {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
}
@media screen and (max-width: 767px) {
	.p-product-detail-tbl {
		font-size: 12px;
	}
}
.p-product-detail-tbl th {
	padding: 15px 15px 15px 0px;
	border-top: 1px solid #dcddd9;
	border-bottom: 1px solid #dcddd9;
	width: 90px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
@media screen and (max-width: 767px) {
	.p-product-detail-tbl th {
		width: 60px;
	}
}
.p-product-detail-tbl td {
	padding: 15px 15px 15px 0px;
	border-top: 1px solid #dcddd9;
	border-bottom: 1px solid #dcddd9;
}

@media screen and (max-width: 767px) {
	.p-product-body {
		padding-left: 0;
		padding-right: 0;
	}
}

.p-product-body__images {
	border-top: 0;
}

@media screen and (max-width: 767px) {
	.p-product-images {
		margin-left: -5px;
	}
}

@media screen and (max-width: 767px) {
	.p-product-images__unit {
		margin-bottom: 5px !important;
		padding-right: 5px !important;
	}
}
.p-product-images__unit a {
	background: #e5e5e5;
	transition: all 0.2s ease;
}
.p-product-images__unit a:hover {
	background: #e5e5e5;
}

@media screen and (max-width: 767px) {
	.p-product-images__image-wrap {
		border-width: 3px;
	}
}

/********** 商品詳細 レビュー **********/
.p-review-wrap {
	margin-top: 120px;
	padding: 105px 0;
	background: #f9f8f8;
}
@media screen and (max-width: 767px) {
	.p-review-wrap {
		margin-top: 60px;
		padding: 30px 20px 30px 20px;
	}
}

@media screen and (max-width: 767px) {
	.p-review {
		margin-top: 0;
		margin-bottom: 0;
	}
}

.p-review-container {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
@media screen and (max-width: 767px) {
	.p-review-container {
		width: auto;
	}
}

.p-review__ttl {
	margin-bottom: 45px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-review__ttl {
		margin-bottom: 25px;
		font-size: 20px;
	}
}

.p-review-scroll {
	overflow-y: scroll;
	padding-right: 15px;
	height: 480px;
}

.p-review__unit {
	margin-bottom: 15px;
	padding: 40px 60px;
	background: #ffffff;
}
@media screen and (max-width: 767px) {
	.p-review__unit {
		padding: 30px 15px;
	}
}

.p-posted-review img {
	margin-bottom: 30px;
}

.p-replied-review {
	clear: both;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #262626;
	line-height: 1.6;
}
@media screen and (max-width: 767px) {
	.p-replied-review {
		font-size: 12px;
	}
}

@media screen and (max-width: 767px) {
	.p-posted-review__item {
		display: inline-block !important;
		margin-bottom: 7px;
	}
}
@media screen and (max-width: 767px) {
	.p-posted-review__item.is-name {
		display: block !important;
	}
}
.p-posted-review__item.is-date {
	color: #888888;
}
@media screen and (max-width: 767px) {
	.p-posted-review__item.is-date {
		display: block !important;
	}
}

.p-posted-review__star.is-color {
	fill: #000000;
}

@media screen and (max-width: 767px) {
	.p-product-body__linkto-cart {
		background: #fc7200;
		max-width: inherit;
	}
}

/* カートボタンの色変更　元（#262626） */



/* お客様の声をお聞かせください */
.p-review-present {
	margin-top: 75px;
	margin-bottom: 75px;
	padding: 35px 70px;
	border: 1px solid #a01515;
}
@media screen and (max-width: 767px) {
	.p-review-present {
		margin-top: 45px;
		margin-bottom: 30px;
		padding: 25px 15px;
	}
}

.p-review-present__ttl {
	font-size: 16px;
	font-weight: bold;
	color: #a01515;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-review-present__ttl {
		margin-top: 0;
	}
}

.p-review-present__box {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
	.p-review-present__box {
		display: block;
	}
}

.p-review-present__img {
	width: 190px;
}
@media screen and (max-width: 767px) {
	.p-review-present__img {
		margin-bottom: 30px;
		width: auto;
		text-align: center;
	}
}

.p-review-present__txt {
	flex: 1;
	margin-left: 30px;
	line-height: 1.6;
}
@media screen and (max-width: 767px) {
	.p-review-present__txt {
		margin-left: 0;
	}
}

.p-review-present__ttl {
	font-size: 16px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.p-review-present__ttl {
		margin-bottom: 20px;
	}
}

.p-review-present__body {
	font-size: 16px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.p-review-present__body {
		font-size: 13px;
		text-align: center;
	}
}
.p-review-present__body em {
	font-style: normal;
	color: #a01515;
}

.p-review-present__note {
	font-size: 13px;
	line-height: 1.6;
}
@media screen and (max-width: 767px) {
	.p-review-present__note {
		margin-top: 10px;
		font-size: 10px;
	}
}

.p-review__button {
	font-size: 18px;
}
@media screen and (max-width: 767px) {
	.p-review__button {
		padding: 5px;
		font-size: 16px;
		max-width: inherit;
	}
}
.p-review__button .c-button__icon {
	vertical-align: -0.2em;
}

/********** 商品詳細 下部コンテンツ **********/
.p-bottom-section__img {
	margin-bottom: 40px;
	height: 420px;
	background: url(../images/product-leather-bg.jpg) no-repeat center center;
	background-size: cover;
}
@media screen and (max-width: 767px) {
	.p-bottom-section__img {
		margin-bottom: 20px;
		height: 200px;
		background: url(../images/product-leather-bg.jpg) no-repeat center center;
		background-size: cover;
	}
}
.p-bottom-section__img.is-leather {
	background-image: url(../images/product-leather-bg.jpg);
}
.p-bottom-section__img.is-stamp {
	background-image: url(../images/product-stamp-bg.jpg);
}
.p-bottom-section__img.is-hand {
	background-image: url(../images/product-hand-bg.jpg);
}

.p-bottom-section__ttl-sub {
	margin-top: 30px;
	line-height: 1.4;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-bottom-section__ttl-sub {
		font-size: 18px;
		text-align: left;
	}
}

.p-bottom-section__body {
	margin-bottom: 60px;
	line-height: 1.6;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-bottom-section__body {
		margin-bottom: 30px;
		font-size: 12px;
		text-align: left;
	}
}

/* 商品詳細 下部コンテンツ 革について */
.p-bottom-leather {
	margin-top: 60px;
	padding-top: 60px;
	padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
	.p-bottom-leather {
		margin-top: 0;
		padding-top: 60px;
		padding-bottom: 0;
	}
}

.p-bottom-leather-list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
	padding: 0;
	list-style: none;
}
@media screen and (max-width: 767px) {
	.p-bottom-leather-list {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
}

.p-bottom-leather-list__item {
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	width: 50%;
}
@media screen and (max-width: 767px) {
	.p-bottom-leather-list__item {
		margin-bottom: 25px;
		padding-left: 0;
		padding-right: 0;
		width: auto;
	}
}

.p-bottom-leather-list__body {
	margin-top: 20px;
	line-height: 1.6;
	font-size: 14px;
	letter-spacing: 0;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-bottom-leather-list__body {
		margin-top: 15px;
		font-size: 12px;
		text-align: left;
	}
}

.p-bottom__button {
	display: block;
	margin: 30px auto 0 auto;
	padding: 18px 10px;
	width: 250px;
	line-height: 1.4;
	font-size: 14px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-bottom__button {
		padding: 10px 10px;
		width: 200px;
		font-size: 12px;
	}
}

.p-product-flex-btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.p-product-flex-btn .p-bottom__button {
	margin-left: 20px;
	margin-right: 20px;
}
@media screen and (max-width: 767px) {
	.p-product-flex-btn .p-bottom__button {
		margin-top: 15px;
	}
}

/* 商品詳細 下部コンテンツ 名入れについて */
.p-bottom-stamp {
	padding-top: 60px;
	padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
	.p-bottom-stamp {
		padding-bottom: 0;
	}
}

.p-bottom-stamp-list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
	padding: 0;
	list-style: none;
}
@media screen and (max-width: 767px) {
	.p-bottom-stamp-list {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
}

.p-bottom-stamp-list__item {
	box-sizing: border-box;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	width: 25%;
}
@media screen and (max-width: 767px) {
	.p-bottom-stamp-list__item {
		margin-bottom: 60px;
		padding-left: 0;
		padding-right: 0;
		width: auto;
	}
}
.p-bottom-stamp-list__item:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -10px;
	margin-top: -60px;
	border-left: 15px solid #000000;
	border-bottom: 15px solid transparent;
	border-top: 15px solid transparent;
}
@media screen and (max-width: 767px) {
	.p-bottom-stamp-list__item:before {
		top: auto;
		bottom: -50px;
		right: 50%;
		margin-top: 0;
		margin-right: -15px;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-top: 15px solid #000000;
	}
}
@media screen and (max-width: 767px) {
	.p-bottom-stamp-list__item:last-child {
		margin-bottom: 15px;
	}
}
.p-bottom-stamp-list__item:last-child:before {
	content: none;
}

.p-bottom-stamp-list__img {
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.p-bottom-stamp-list__img {
		margin-left: auto;
		margin-right: auto;
		width: 265px;
	}
}

.p-bottom-stamp-list__ttl {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	font-family: "Poppins", sans-serif;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-bottom-stamp-list__ttl {
		font-size: 16px;
	}
}

.p-bottom-stamp-list__body {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-bottom-stamp-list__body {
		font-size: 10px;
	}
}

/* 商品詳細 下部コンテンツ ハンドメイドについて */
.p-bottom-hand {
	padding-top: 60px;
	padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
	.p-bottom-hand {
		padding-bottom: 60px;
	}
}

/* 商品詳細 下部コンテンツ お知らせ */
.p-bottom-news {
	box-sizing: border-box;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 90px;
	padding-bottom: 90px;
	padding-left: 60px;
	padding-right: 60px;
	width: 1000px;
	background: #f9f9f8;
}
@media screen and (max-width: 767px) {
	.p-bottom-news {
		margin-top: 15px;
		margin-left: 20px;
		margin-right: 20px;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 15px;
		padding-right: 15px;
		width: auto;
	}
}

.p-bottom-news__ttl {
	margin-bottom: 30px;
	font-size: 14px;
	font-weight: normal;
	color: #b2b2b2;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-bottom-news__ttl {
		font-size: 12px;
	}
}
.p-bottom-news__ttl span {
	margin-bottom: 15px;
	display: block;
	color: #000000;
	font-size: 24px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.p-bottom-news__ttl span {
		font-size: 20px;
	}
}

.p-bottom-news__ttl-sub {
	margin: 0;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-bottom-news__ttl-sub {
		font-size: 13px;
	}
}

.p-bottom-news__body {
	margin-top: 5px;
	line-height: 1.6;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-bottom-news__body {
		font-size: 12px;
	}
}

/********** 商品詳細 組み合わせ購入 **********/
.p-product-recommend {
	padding-top: 105px;
	padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
	.p-product-recommend {
		padding-top: 60px;
		padding-bottom: 0px;
	}
}
@media screen and (max-width: 767px) {
	.p-product-recommend .c-product-list {
		margin-left: -10px;
		margin-right: -10px;
	}
}
.p-product-recommend .c-product-list__item {
	box-sizing: border-box;
	width: 33.3333%;
	font-size: 13px;
}
@media screen and (max-width: 767px) {
	.p-product-recommend .c-product-list__item {
		margin-bottom: 25px;
		padding-bottom: 25px;
		width: 50%;
	}
}
.p-product-recommend .c-product-list__image-wrap {
	max-width: inherit;
	background: #e5e5e5;
}
@media screen and (max-width: 767px) {
	.p-product-recommend .c-product-list__image-wrap {
		border-width: 3px;
	}
}
.p-product-recommend .c-product-list__image-wrap:hover {
	opacity: 1;
}
.p-product-recommend .c-product-list__name {
	margin-top: 35px;
	max-width: inherit;
}
@media screen and (max-width: 767px) {
	.p-product-recommend .c-product-list__name {
		margin-top: 20px;
	}
}
.p-product-recommend .c-product-list__price {
	color: #404040;
}
.p-product-recommend .c-product-list__fav-item {
	right: 15px;
}
@media screen and (max-width: 767px) {
	.p-product-recommend .c-product-list__fav-item {
		right: auto;
		left: 10px;
	}
}
.p-product-recommend .c-image-box__image {
	width: 100%;
}

.p-product-recommend__ttl {
	margin-bottom: 45px;
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
}