@charset "utf-8";

/* ===================================================================
css information

File Name  : layout.css
Author     :
Style Info :
Route name : homepage
=================================================================== */

body {
	min-width: 1050px !important;
}

#container {
	margin-bottom: 0;
}

/* SP --------------------------------*/
@media (max-width: 768.98px) {
	body {
		min-width: 100% !important;
		overflow: hidden;
	}
}

/*********************************************************************

common

*********************************************************************/

.category-margin-1 {
	margin-bottom: 15px;
}

.category-margin-2 {
	margin-bottom: 50px;
}

/* SP --------------------------------*/
@media (max-width: 768.98px) {
	.category-margin-1 {
		margin-bottom: 7px;
	}

	.category-margin-2 {
		margin-bottom: 25px;
	}

}


/*********************************************************************

.layout-category-detail　（詳細）

*********************************************************************/

.layout-category-detail .cmn-page-main-title .image-text {
	height: 22px;
	margin-bottom: 14px;
}

.layout-category-detail .cmn-page-main-title .image-text img {
	width: auto;
	height: 100%;
}

.layout-category-detail .top-bnr {
	width: 540px;
	margin: 0 auto 50px;
}

.layout-category-detail .top-bnr img {
	width: 100%;
}

/* SP --------------------------------*/
@media (max-width: 768.98px) {
	.layout-category-detail .cmn-page-main-title .image-text {
		height: 16px;
		margin-bottom: 10px;
	}

	.layout-category-detail .top-bnr {
		width: 100%;
		max-width: 400px;
		margin-bottom: 20px;
	}
}

/*---------------------------------------------------------
.user-voice-btn
---------------------------------------------------------*/
.user-voice-btn-wrap-1 {
	margin-top: 25px;
	margin-bottom: 25px;
	width: 160px;
	background: #f6ecca;
	border-radius: 22px;
}

.product_info_text {
	opacity: 0.5;
}

.user-voice-btn {
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 13px 10px 12px;
	font-size: 15px;
	text-align: center;
	color: #333;
	text-decoration: none;
}

.user-voice-btn:before {
	content: "";
	background: url(/img/cmn/header-shopping-nav-contact.svg) no-repeat center center;
	background-size: 100% 100%;
	width: 19px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}

.user-voice-btn-wrap-2 {
	margin-top: 4px;
}

.user-voice-btn-2 {
	font-size: 13px;
	color: #333;
}

.user-voice-btn-2:before {
	content: "";
	background: url(/img/cmn/header-shopping-nav-contact.svg) no-repeat center center;
	background-size: 100% 100%;
	width: 19px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}

/* SP --------------------------------*/
@media (max-width: 768.98px) {
	.user-voice-btn-wrap-1 {
		margin: 15px auto 15px auto;
		width: 210px;
	}

	.user-voice-btn {
		font-size: 14px;
		padding: 12px 10px 11px;
		border-radius: 20px;
	}

	.user-voice-btn:before {
		width: 15px;
		height: 13px;
	}

	.user-voice-btn-2 {
		font-size: 12px;
	}

	.user-voice-btn-2:before {
		width: 15px;
		height: 13px;
	}
}

/*---------------------------------------------------------
#detail-info
---------------------------------------------------------*/
#detail-info {
	padding: 10px 0 100px;
}

/* SP --------------------------------*/
@media (max-width: 768.98px) {
	#detail-info {
		padding: 0 0 50px;
	}

	#detail-info img {
		width: 100%;
	}
}

/*---------------------------------------------------------
.product-item
---------------------------------------------------------*/
.product-item {
	margin-bottom: 80px;
}

.product-item:last-child {
	margin-bottom: 0;
}

.product-item .product-item--thumb {
	width: 264px;
	border: 1px solid #dfdfdf;
}

.product-item .product-item--thumb img {
	width: 100%;
}

.product-item .product-item--detail {
	padding-left: 25px;
	margin-bottom: 5px;
}

.product-item .product-item--detail .product-item--icon-1 {
	display: inline-block;
	font-size: 12px;
	background: #ef715d;
	color: #FFF;
	border-radius: 3px;
	padding: 2px 10px 1px;
	margin-bottom: 5px;
}

.product-item .product-item--detail .product-item--name {
	font-size: 20px;
	font-weight: bold;
}

.product-item .product-item--detail .product-item--desc {
	font-size: 14px;
}

.product-item .product-item--detail .product-item--cart-wrap {
	padding-left: 30px;
}

.product-item .product-item--detail .product-item--cart+.product-item--cart {
	border-top: 1px dotted #d0d0d0;
}

.product-item .product-item--detail .product-item--cart {
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.product-item .product-item--detail .product-item--cart .product-item--info {
	font-size: 14px;
}

.product-item .product-item--detail .product-item--cart .product-item--info .product-item--info-icon {
	font-size: 12px;
	background: #ece7e4;
	color: #754c2e;
	border-radius: 3px;
	padding: 2px 10px 1px;
	margin-left: 10px;
}

.product-item .product-item--detail .product-item--cart .product-item--price {
	font-size: 18px;
	margin-bottom: 15px;
}

.product-item .product-item--detail .product-item--cart .product-item--price .product-item--price-1 {
	font-size: 12px;
}

.product-item .product-item--detail .product-item--cart .product-item--price .product-item--price-2 {
	font-size: 12px;
	color: #888;
}

.product-item .product-item--detail .product-item--cart .product-item--price-line {
	font-size: 12px;
}

.product-item .product-item--detail .product-item--cart .product-item--price-line span {
	font-size: 12px;
	text-decoration: line-through;
}

.product-item .product-item--detail .product-item--cart .form {
	display: flex;
	align-items: flex-end;
}

.product-item .product-item--detail .product-item--cart .product-item--select {
	width: 260px;
	margin-right: 20px;
}

.product-item .product-item--detail .product-item--cart .product-item--select>p {
	margin-bottom: 3px;
}

.product-item .product-item--detail .product-item--cart .product-item--amount {
	width: 48px;
	margin-right: 20px;
}

.product-item .product-item--detail .product-item--cart .product-item--amount>p {
	margin-bottom: 3px;
}

.product-item .product-item--detail .product-item--cart .product-item--amount>input {
	width: 48px;
}

.product-item .product-item--detail .product-item--cart .product-item--btn>* {
	width: 180px;
	padding: 12px 10px 11px;
	background: #40a263;
	color: #FFF;
	text-align: center;
	border-radius: 22px;
	border: none;
}

.product-item .product-item--detail .product-item--cart .product-item--attention-wrap {
	background: #f6f2f0;
	padding: 20px;
	margin-bottom: 15px;
}

.product-item .product-item--detail .product-item--cart .product-item--attention-wrap label {
	font-size: 14px;
}

.product-item .product-item--detail .product-item--cart .product-item--attention-wrap input+p {
	margin-top: 10px;
	font-size: 12px;
}

.product-item .product-item--detail .product-item-attention {
	font-size: 12px;
	color: #ef715d;
}

.product-item .product-item--detail .product-item-attention+.product-item--cart {
	border-top: 1px dotted #d0d0d0;
	margin-top: 20px;
}

/* SP --------------------------------*/
@media (max-width: 768.98px) {
	.product-item {
		margin-bottom: 40px;
	}

	.product-item .product-item--thumb {
		margin: auto;
	}

	.product-item .product-item--detail {
		padding-left: 15px;
		margin-top: 12px;
	}

	.product-item .product-item--detail .product-item--name {
		font-size: 18px;
	}

	.product-item .product-item--detail .product-item--desc {
		font-size: 13px;
	}

	.product-item .product-item--detail .product-item--cart-wrap {
		padding-left: 15px;
	}

	.product-item .product-item--detail .product-item--cart {
		font-size: 13px;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.product-item .product-item--detail .product-item--cart .product-item--price .product-item--price-1 {
		font-size: 11px;
	}

	.product-item .product-item--detail .product-item--cart .product-item--price .product-item--price-2 {
		font-size: 11px;
	}

	.product-item .product-item--detail .product-item--cart .form {
		display: block;
		letter-spacing: -.4em;
	}

	.product-item .product-item--detail .product-item--cart .product-item--select {
		width: 210px;
		margin-right: 10px;
		display: inline-block;
		letter-spacing: 0.05em;
	}

	.product-item .product-item--detail .product-item--cart .product-item--amount {
		width: 48px;
		margin-right: 0;
		display: inline-block;
		letter-spacing: 0.05em;
	}

	.product-item .product-item--detail .product-item--cart .product-item--info .product-item--info-icon {
		font-size: 11px;
	}

	.product-item .product-item--detail .product-item--cart .product-item--price {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.product-item .product-item--detail .product-item--cart .product-item--btn {
		margin-top: 15px;
		text-align: center;
	}

	.product-item .product-item--detail .product-item--cart .product-item--btn>* {
		width: 210px;
	}

	.product-item .product-item--detail .product-item--cart .product-item--attention-wrap {
		padding: 15px;
		margin-bottom: 10px;
	}

	.product-item .product-item--detail .product-item--cart .product-item--attention-wrap label {
		font-size: 13px;
	}

	.product-item .product-item--detail .product-item--cart .product-item--attention-wrap label+p {
		margin-top: 5px;
		font-size: 11px;
	}

	.product-item .product-item--detail .product-item-attention {
		font-size: 11px;
	}

	.product-item .product-item--detail .product-item-attention+.product-item--cart {
		border-top: 1px dotted #d0d0d0;
		margin-top: 15px;
	}
}

/*---------------------------------------------------------
.wrap-cont
---------------------------------------------------------*/
.wrap-cont--text {
	margin-bottom: 70px;
}

.wrap-cont--text:last-child {
	margin-bottom: 0;
}

/* SP --------------------------------*/
@media (max-width: 768.98px) {
	.wrap-cont--text {
		margin-bottom: 30px;
	}
}

/*---------------------------------------------------------
.wrap-cont--checkbox
---------------------------------------------------------*/
.wrap-cont--checkbox {
	padding: 30px 30px 15px;
	margin-bottom: 15px;
}

.wrap-cont--checkbox li {
	margin-bottom: 15px;
	text-indent: -1.5em;
	padding-left: 1.5em;
}

/* SP --------------------------------*/
@media (max-width: 768.98px) {
	.wrap-cont--checkbox {
		padding: 15px 15px 5px;
		margin-bottom: 10px;
	}

	.wrap-cont--checkbox li {
		margin-bottom: 10px;
	}
}

/*---------------------------------------------------------
.component
---------------------------------------------------------*/
.component {
	border-bottom: 1px solid #dfdfdf;
	margin-top: 30px;
	margin-bottom: 20px;
}

.component .component--hl {
	padding: 17px 12px;
	border-top: 1px solid #dfdfdf;
	position: relative;
}

.component .component--hl:after {
	content: "\FF0B";
	color: #996f50;
	font-size: 22px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
}

.component .component--hl.collapse-active:after {
	content: "\FF0D";
}

.component .component--body {
	padding: 20px 40px;
}

.component .component--table-wrap {
	margin-top: 10px;
}

.component .component--table-wrap>*:nth-child(1) {
	padding-right: 10px;
}

.component .component--table-wrap>*:nth-child(2) {
	padding-left: 10px;
}

/* SP --------------------------------*/
@media (max-width: 768.98px) {
	.component {
		margin-top: 15px;
		margin-bottom: 10px;
	}

	.component .component--hl {
		padding: 12px 10px;
	}

	.component .component--body {
		padding: 10px 20px;
	}

	.component .component--hl:after {
		font-size: 18px;
	}

	.component .component--table-wrap>*:nth-child(2) tr:first-child {
		border-top: none;
	}

	.component .component--table-wrap>*:nth-child(1) {
		padding-right: 15px;
	}

	.component .component--table-wrap>*:nth-child(2) {
		padding-left: 15px;
		border-top: none;
	}
}

/*---------------------------------------------------------
.howto-img-wrap
---------------------------------------------------------*/
.howto-img-wrap img {
	width: 100%;
}

.howto-img-wrap>*:nth-child(1) {
	padding-right: 20px;
}

.howto-img-wrap>*:nth-child(2) {
	padding-left: 20px;
}

/* SP --------------------------------*/
@media (max-width: 768.98px) {
	.howto-img-wrap {
		text-align: center;
	}

	.howto-img-wrap img {
		max-width: 400px;
	}

	.howto-img-wrap>*:nth-child(1) {
		padding-right: 15px;
	}

	.howto-img-wrap>*:nth-child(2) {
		padding-left: 15px;
		margin-top: 15px;
	}
}

/*---------------------------------------------------------
.catalog-bnr-01
---------------------------------------------------------*/
.catalog-bnr-01 {
	margin: 60px auto 0;
	width: 100%;
	max-width: 640px;
	position: relative;
}

.catalog-bnr-01 button {
	border: 0px;
	width: 100%;
	max-width: 640px;
	padding: 0;
}

/* SP --------------------------------*/
@media (max-width: 768.98px) {
	.catalog-bnr-01 {
		margin: 30px auto 0;
	}
}


/*********************************************************************

.layout-category　（一覧）

*********************************************************************/

.layout-category #detail-info {
	padding: 10px 0 80px;
}

.layout-category .wrap-cont--ttl {
	margin-bottom: 40px;
}

.layout-category .info-cont-wrap:last-child {
	margin-bottom: 100px;
}

.layout-category .info-cont-wrap .wrap-cont {
	margin-top: 100px;
}

.layout-category .info-cont-wrap .wrap-ttl+.wrap-cont {
	margin-top: 0;
}

/* SP --------------------------------*/
@media (max-width: 768.98px) {
	.layout-category #detail-info {
		padding: 0px 0 40px;
	}

	.layout-category .info-cont-wrap:last-child {
		margin-bottom: 40px;
	}

	.layout-category .info-cont-wrap .wrap-cont {
		margin-top: 60px;
	}

	.layout-category .info-cont-wrap .wrap-cont .cmn-cont-ttl {
		margin-bottom: 16px;
	}
}

/*---------------------------------------------------------
.mail-info
---------------------------------------------------------*/
.mail-info .mail-info--ttl {
	font-size: 20px;
	font-weight: bold;
	color: #754c2e;
	margin-bottom: 20px;
}

.mail-info .mail-info--ttl span {
	color: #ef715d;
}

.mail-info .mail-info--text01 {
	font-size: 15px;
}

.mail-info .mail-info--attention {
	font-size: 12px;
	color: #ef715d;
	margin-top: 15px;
}

/* SP --------------------------------*/
@media (max-width: 768.98px) {
	.mail-info .mail-info--ttl {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.mail-info .mail-info--text01 {
		font-size: 14px;
	}

	.mail-info .mail-info--attention {
		font-size: 11px;
		margin-top: 7px;
	}
}


/* add20220325 --------------------------------*/
.productcom {
	color: red;
	font-size: 14px;
}

.f_con {
	display: flex;
    flex-direction: column;
    margin-top: 30px;
}