.goods{
	width: 100vw;
}

.goods_inner{
	width: 65%;
	margin: auto;
}

.p-goods-ttl{
	font-size: 3.5rem;
	letter-spacing: 1.5px;
	text-align: center;
	margin-top: 100px;
}

.p-nobg-inner{
	width: 100% !important;
	margin: 0 auto;
}

.goods_icon_box {
	display: flex;
	width: 80%;
	margin: 0 auto;
	margin-top: 5px;
}
.goods_icon_box.outbox {
	width: 100%;
	margin-top: 5px;
}

.p-goods-area {
	color: #393A3A;
	line-height: 24px;
	margin: 5% auto 0 auto;
}

.p-goods-area p{
	padding-bottom: 15px;
}

.p-goods-area__ttl {
	margin-top: 4rem;
	font-weight: 700;
	letter-spacing: 6px;
	font-size: 1.5rem;
}

.p-goods-area__ttl:nth-child(1) {
	margin-top: 0;
}


.p-goods-lst {
	display: flex;
	margin: 9.6rem auto !important;
	justify-content: center !important;
}

.p-goods-lst li {
	border-left: solid 1px #ec6c00;
	text-align: center;
	font-size: 1.8rem;
	color: #ec6c00;
	margin-top: 4rem;
}

.p-goods-lst li:last-child{
		border-right: solid 1px #ec6c00;
}

.p-goods-lst li a:hover {
	opacity: 0.6;
	transition: .5s;
}

.goods_box{
	width: calc(100% / 3) !important;
	font-size: 1.5rem;
	display: flex;
	justify-content: center !important;
	flex-wrap: wrap;
	margin:20px 0;
	padding: 20px;
	margin-bottom: 3%;
	z-index: 0;
}
.goods_box a {
	width: 100%;
	color: #595757;
	text-decoration: none;
	background: #fff;
}

.goods_box img{
	width: 100%;
}

.p-goods-wrap {
	margin-bottom: 8rem;
}

.p-goods-wrap__ttl {
	background: #FFA64D;
	font-size: 3.846rem;
	color: #fff;
	padding: 1.5rem 2rem;
	margin-bottom: 0;
}

.p-goods-wrap__flex {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1.3rem;
	margin-right: -1.3rem;
}

.p-goods-wrap__flex .item {
	width: calc(60% - 2.6rem);
	margin: 2.6rem 1.3rem 0;
	background: #e5edef;
	position: relative;
	cursor: pointer;
}

.p-goods-wrap__flex .item__img img {
	width: 32.4rem;
	height: 32.4rem;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-goods-wrap__flex .item__ttlh3 {
	margin-top: 3.7rem;
	margin-bottom: 1.7rem;
	margin-left: 1.5rem;
	font-size: 2.7rem;
	font-weight: 700;
}

.p-goods-wrap__flex .item__imgnew {
	position: absolute;
	left: 1.5rem;
}

.p-goods-wrap__flex .item__imgnew img {
	width: 5.7rem;
	height: 2.2rem;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-goods-wrap__flex .item__txt {
	font-size: 2.2rem;
	margin-left: 1.5rem;
	margin-bottom: 2.5rem;
}

.p-goods-details {
	position: fixed;
	z-index: 11111;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.p-goods-details.open {
	display: block;
}

.p-goods-details__content {
	position: absolute;
	background-color: #fff;
	width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: calc(100% - 18rem);
	z-index: 2;
}

.p-goods-details__content .owl-dt {
	height: 100%;
}

.p-goods-details__content .item {
	padding: 1rem 4rem 4rem;
	overflow-y: scroll;
}

.p-goods-details__content .item::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: rgba(0,0,0,0);
}

.p-goods-details__content .item::-webkit-scrollbar-thumb {
	background: #eee;
}

.p-goods-details__content .item__img {
	text-align: center;
}

.p-goods-details__content .item__img img {
	display: inline-block !important;
	width: 100%;
	height: 100%;
}

.p-goods-details__content .item__txt {
	font-size: 2.7rem;
}

.p-goods-details__content .item__txt p {
	margin-bottom: 5rem;
}

.p-goods-details__content .item__txt p .txt_bold {
	font-weight: 700;
}

.p-goods-details .bg-black {
	background: rgba(0,0,0,.75);
	width: 100%;
	height: 100%;
	position: fixed;
	display: none;
	z-index: -1;
}

.p-goods-details .bg-black.open {
	display: block;
}

.p-goods-details .btn-close {
	position: absolute;
	background: url(../images/btn_close.png) center/contain;
	width: 3.5rem;
	height: 3.5rem;
	cursor: pointer;
	left: 0;
	top: -3.8rem;
}

.p-goods-details .slick-list,
.p-goods-details .slick-track {
	height: 100%;
}

.p-goods-details .slick-prev,
.p-goods-details .slick-next {
	width: 2.3rem;
	height: 4.2rem;
	top: 23rem;
	z-index: 1;
}



.p-goods-details .slick-prev:before,
.p-goods-details .slick-next:before {
	display: none;
}

.p-goods-details .slick-prev {
	background: url(../images/btn_left.png) center/contain;
	left: 50%;
}

.p-goods-details .slick-next {
	background: url(../images/btn_right.png) center/contain;
	right: 50%;
}

.p-goods-details .slick-dots {
	bottom: 0;
	background: #fff;
	z-index: 1;
	padding: 1.5rem 0;
}

.p-goods-details .slick-dots li {
	width: 2rem;
	height: 2rem;
	margin: 0 1rem;
}

.p-goods-details .slick-dots li button {
	background-color: #ccc;
	width: 2rem;
	height: 2rem;
}

.p-goods-details .slick-dots li.slick-active button {
	background-color: #0070bd;
}

.slide_cont li div{
	background: #fff;
	padding: 5rem 0;
}


@media (min-width: 768px) {

	.p-goods-content {
		margin: 0 auto;
	}

	.p-goods-area {
		font-size: 1.45rem;
	}

	.p-goods-lst {
		margin: 4rem auto 7.5rem auto !important;
		justify-content: center;
	}

	.p-goods-lst li {
		padding: 0 2rem;
	}

	.p-goods-lst li a {
		height: 5.7rem;
		font-size: 1.8rem;
		transition: all .25s ease-in-out;
	}

	.p-goods-wrap__ttl {
		font-size: 2rem;
		padding: .4rem 2rem;
		margin-bottom: 4rem;
	}

	.p-goods-wrap__flex {
		margin-left: -2rem;
		margin-right: -2rem;
	}

	.p-goods-wrap__flex .item {
		width: calc(33.3333333333% - 4rem);
		margin: 0 2rem;
	}

	.p-goods-wrap__flex .item__img img {
		width: 33rem;
		height: 33rem;
	}

	.p-goods-wrap__flex .item__ttlh3 {
		font-size: 1.6rem;
		margin-top: 2rem;
	}

	.p-goods-wrap__flex .item__imgnew img {
		width: 4rem;
		height: 1.2rem;
	}

	.p-goods-wrap__flex .item__txt {
		font-size: 1.45rem;
	}

	.p-goods-details__content {
		width: 50rem;
	}

	.p-goods-details__content .item__txt {
		font-size: 1.4rem;
	}

	.p-goods-details__content .item__txt p {
		margin-bottom: 2rem;
	}

	.p-goods-details .btn-close {
		left: -4.1rem;
		top: -3rem;
	}

}

@media (max-width: 767px) {

	.p-goods.p-content {
		padding-top: 0;
		margin-top: -5rem;
	}
		
	.goods_inner{
		width: 80%;
		margin: auto;
	}
		
	.p-goods-wrap__ttl{
			margin-bottom: 2rem;
		}
		
	.goods_box{
		width: calc(100% / 2.3) !important;
		padding: 5px;
	}
		
	.p-goods-lst li {
		text-align: center;
		padding: 0 3rem;
		margin: 2rem 0;
		font-size: 1.8rem;
	}
		
	.p-goods-area{
		width: 90%;
		margin: 0 auto;
	}
		
	.slide_cont ul li div{
		width: 100vw !important;
		padding: 0 10px;
	}
		
	.p-goods-details .slick-prev {
		background: url(../images/btn_left.png) center/contain;
		left: 1rem;
	}

	.p-goods-details .slick-next {
		background: url(../images/btn_right.png) center/contain;
		right: 1rem;
	}
	
}



.goods_contents_h3{
	font-size: 2.34rem;
    margin-bottom: 0.7rem;
    line-height: 1.4;
}
