/*====================================================
////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 .item a {
	display: block;
	text-decoration: none;
}
#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 .listBox .imgBox .is-soldout {
	background: rgba(0, 0, 0, .5);
	color: #fff;
	line-height: 1.2;
	margin: auto;
	padding: 5px;
	position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	text-align: center;
	width: 100%;
}
#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: 50%;
	}
}

@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) {
	#product_list .listBox .item {
		width: calc(100% / 3);
	}
}

@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) {
}
