/*====================================================
////id mv
====================================================*/
#mv .coverImg {
	padding-top: 29.629%;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#mv .innerBox {
		padding: 0;
	}
	#mv .coverImg {
		margin: 0 -4vw;
		padding-top: 45%;
		width: 100vw;
	}
}

@media screen and (max-width:500px) {
	#mv .coverImg {
		padding-top: 50%;
	}
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#mv .innerBox {
		padding: 40px 0 0;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1200px) {
}

/*====================================================
////id product_list
====================================================*/
#product_list .main_head .jp {
	margin-top: -.2em;
}
#product_list .p-item-list-head {
	border: none;
	justify-content: center;
	padding: 0;
}
#product_list .p-item-sort-list li {
	padding: 0 10px;
}
#product_list .p-item-sort-list__item a:after {
	border-top: solid 3px #E04876;
	content: '';
	margin: auto;
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transition: .2s ease-in-out;
	width: 0;
	height: 0;
}
#product_list .p-item-sort-list__item a:hover:after {
	opacity: 1;
	width: 40px;
}
#product_list .p-item-sort-list__item span {
	font-weight: bold;
	text-decoration: none;
}
#product_list .listBox .itemBox {
	margin: 0 -15px;
	width: calc(100% + 30px);
}
#product_list .listBox .item {
	padding: 15px;
}
#product_list .listBox .imgBox {
	margin: 0 auto 20px;
	width: calc(100% - 20px);
}
#product_list .listBox .imgBox .coverImg {
	padding-top: 100%
}
#product_list .listBox .imgBox .coverImg img {
	-o-object-fit: contain;
	   object-fit: contain;
}
#product_list .listBox .imgBox figcaption {
	color: #e6b6c4;
	position: absolute;
		top: 0;
		left: 0;
	width: 100%;
	height: 100%;
}
#product_list .c-item-list__price.is-soldout {
	background: rgba(0, 0, 0, .3);
  color: #fff;
  font-weight: bold;
	position: absolute;
	  bottom: 0;
	  left: 0;
	text-align: center;
  width: 100%;
  padding: 3px 8px;
}
#product_list .c-pager-list {
	border-top: solid 1px #999;
	padding-top: 40px;
}
#product_list .c-pager-list .c-pager-list__link {
	width: 40px;
	height: 40px;
}
#product_list .c-pager-list a.c-pager-list__link:hover {
	background: #ffe3eb;
}
#product_list .c-pager-list .is-current {
	font-weight: bold;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#product_list .main_head {
		padding: 40px 0;
	}
	#product_list .main_head h1 {
		font-size: 2.0rem;
	}
	#product_list .headBox.bg-l_gray {
		padding: 7px 15px;
		text-align: center;
	}
	#product_list .listBox .item {
		width: calc(100% / 3);
	}
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#product_list .main_head {
		padding: 70px 0 50px;
	}
	#product_list .headBox.bg-l_gray {
		padding: 12px 40px;
	}
	#product_list .listBox .itemBox {
		margin: 0 -25px;
		width: calc(100% + 50px);
	}
	#product_list .listBox .item {
		padding: 19px;
		width: 25%;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1200px) {
}

/*====================================================
////id free1
====================================================*/
#free1 #product_list h2 .jp {
	vertical-align: .1em;
}
#free1 #product_list .listBox .coverImg {
	padding-top: 71.4%;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#free1 #product_list .main_head h1 {
		font-size: 2.5rem;
	}
	#free1 #product_list .listBox .item {
		width: 50%;
	}
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1200px) {
}

/*====================================================
////id bnrBox
====================================================*/
.bnrBox a {
	margin: 10px 0;
}
.bnrBox .coverImg {
	padding-top: 37.73%;
}
.bnrBox .txt {
	padding: 10px 25px;
	position: absolute;
		top: 0;
		left: 0;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	.bnrBox a {
		width: calc(50% - 10px);
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1200px) {
}


/*====================================================
////id product_detail
====================================================*/
#product_detail .txtBox .headBox .category {
	font-size: 1.3rem;
	margin-bottom: 0;
}
#product_detail .imgBox .coverImg {
	padding-top: 100%;
}
#product_detail .imgBox .coverImg img {
	-o-object-fit: contain;
	   object-fit: contain;
}
#product_detail .product_thumb .slick-track {
	transform: unset !important;
}
#product_detail .product_thumb .item {
	cursor: pointer;
	padding: 5px;
}

#product_detail .cp_actab {
	margin: 20px 0;
}
#product_detail .cp_actab label:before,
#product_detail .cp_actab label:after {
	/* display: none; */
}
#product_detail .cp_actab label {
	background: #F0BCB1;
	display: block;
	padding: 10px 40px 10px 20px;
	z-index: 1;
}
#product_detail .cp_actab label:before {
	background: transparent;
	border: none;
	color: #fff;
	content: '\FF0B'; /* ¡Ü */
	display: flex;
		align-items: center;
		justify-content: center;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1;
	margin: auto;
	position: absolute;
		top: 0;
		left: auto;
		right: 10px;
		bottom: 0;
	transition: .2s ease-in-out;
	width: 20px;
	height: 20px;
}
#product_detail .cp_actab.open label:before {
	content: '\FF0D'; /* ¡Ý */
	transform: rotate(180deg);
}
#product_detail .cp_actab label:after {
	background: #f7917c;
	border: none;
	content: '';
	opacity: 1;
	position: absolute;
		top: auto;
		bottom: 0;
		left: 0;
	transform: none;
	transition: .2s ease-in-out;
	width: 100%;
	height: 0;
	z-index: -1;
}
#product_detail .cp_actab label:hover:after {
	height: 100%;
}
#product_detail .cp_actab .cp_actab-content {
	overflow: hidden;
	transition: .4s ease-in-out;
}
#product_detail .cp_actab .cp_actab-content .box-inner {
	border: solid #F0BCB1;
	border-width: 0 1px 1px;
	padding: 15px;
}

#product_detail table.product_details {
	font-size: 1.4rem;
}
#product_detail table.product_details th,
#product_detail table.product_details td {
	text-align: left;
}
#product_detail table.product_details th:first-child {
	width: 145px;
}
#product_detail table.product_details tr:nth-child(odd) th,
#product_detail table.product_details tr:nth-child(odd) td {
	background: #F5F5F5;
}
#product_detail #cartBox {
	margin: 50px 0;
	padding: 30px;
}
#product_detail .product_description #cartBox {
	margin: 0;
}
#product_detail #cartBox dl {
	justify-content: space-between;
	margin: auto;
		min-width: 280px;
}
#product_detail #cartBox dt {
	padding: 5px;
	width: 40%;
		min-width: 140px;
}
#product_detail #cartBox dd {
	flex: 1;
	padding: 10px 5px;
	text-align: right;
}
#product_detail #cartBox dd.price_attention {
	padding: 0 10px;
	width: 100%;
}
#product_detail #cartBox input[type="text"] {
	margin: 0 0 0 auto;
	width: 80px;
}
#product_detail #cartBox .linkBtn {
	background: #F0BCB1;
	border: none;
	color: #fff;
	padding: 15px 30px;
}
#product_detail #cartBox .linkBtn:before {
	display: none;
}
#product_detail #cartBox .linkBtn:after {
	background: #f7917c;
}
#product_detail #cartBox .linkBtn img {
	margin: 0 15px 0 0;
	vertical-align: text-bottom;
	width: 25px;
}
#product_detail .review_linkBox a {
	color: #474747;
	padding: 5px 17px;
}
#product_detail .review_linkBox a img {
	margin: 0 5px 0 0;
	width: 18px;
	height: 18px;
}
#product_detail .review_linkBox .viewBtn {
	background: #F5DBCF;
	margin-right: 25px;
}
#product_detail .review_linkBox .viewBtn:hover {
	background: #f6cab6;
}
#product_detail .review_linkBox .writeBtn {
	background: #FCE6CF;
}
#product_detail .review_linkBox .writeBtn:hover {
	background: #f7d3ad;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#product_detail .innerBox {
		padding-top: 20px;
	}
	#product_detail .imgBox {
		margin: 0 auto 60px;
		width: 100%;
			max-width: 500px;
	}
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#product_detail .innerBox {
		padding-top: 40px;
	}
	#product_detail .productBox {
		align-items: flex-start;
	}
	#product_detail .imgBox {
		flex: 1;
		margin-right: 50px;
	}
	#product_detail .txtBox {
		flex: 1;
	}
	#product_detail #cartBox .linkBtn {
		width: 340px;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
	#product_detail .productBox {
		flex-direction: column;
	}
	#product_detail .imgBox {
		margin: 0 auto 60px;
		width: 100%;
			max-width: 500px;
	}
}

@media screen and (min-width:1200px) {
	#product_detail .imgBox {
		margin-right: 100px;
	}
}

/*====================================================
////id review
====================================================*/
#review {
	transition: .4s ease-in-out;
}
#review .accordion-inner {
	padding-top: 70px;
}
#review h4 {
	font-size: 1.7rem;
}
#review .replyBox {
	background: rgba(255, 255, 255, .8);
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1200px) {
}

/*====================================================
////id
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1200px) {
}

/*====================================================
////id
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1200px) {
}
