@charset "utf-8";

.selectTitle {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	opacity: 0.9;
	color: var(--mainColor);
}
.selectTitle a .icon-circle-right {
	display: inline-block;
	transform: rotate(90deg);
	transition: transform 0.3s;
}
.selectTitle a.collapse .icon-circle-right {
	transform: rotate(0);
}


/* ポップアップ用css */
a.popup:hover {
    opacity: 1 !important;
}
.mfp-bg {
	z-index: 1000000 !important;
}
.mfp-wrap {
	z-index: 1000000 !important;
}

/* searchBox
---------------------------------------- */
#searchBox {
	margin-bottom: 1.5rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #B0B0B0;
}
#searchBox .productCategoryategoryArea {
	margin-bottom: 1rem;
}
#searchBox .productCategoryategoryArea .buttonList,
#searchBox .caseCategoryArea .buttonList {
	display: flex;
	flex-wrap: wrap;
}
#searchBox .buttonList li {
	height: 30px;
	border: 1px solid #B0B0B0;
	border-radius: 15px;
	padding: 0 17px;
	line-height: 30px;
	cursor: pointer;
	flex-shrink: 0;
	margin-bottom: 0.5rem;
}
#searchBox .buttonList li:not(last-child) {
	margin-right: 0.625rem;
}
#searchBox .buttonList li.selected {
	border: 1px solid #268AFF;
	color: #FFFFFF;
	background-color: #268AFF;
}
#searchBox .buttonList li:hover {
	opacity: 0.7;
}

/* sortArea
---------------------------------------- */
.sortArea {
	margin-bottom: 1rem;
}

.sortArea table {
	width:460px;
	float:left;
}
.sortArea table label {
	padding:3px;
	border:#000 1px solid;
}
.sortArea table th {
	font-size: 0.875rem;
	font-weight: 500;
	text-align: left;
}
.sortArea table select {
	border: 1px solid #B0B0B0;
	color: var(--textColor);
	border-radius: 4px;
	padding: 5px;
}
.sortArea .searchnav {
	width:480px;
	float:right;
	padding-top:2px;
	margin-bottom:0;
}
.sortArea .searchnav .number {
	display:none;
}
.sortArea div.searchnav ul {
	width:auto;
	display:table;
	float:right;
}

/* pageTitle
---------------------------------------- */
.pageTitle {
    font-size: 1.625rem;
    font-weight: 700;
    font-family: "Zen Kaku Gothic Antique", serif;
    line-height: 1.3;
    color: var(--textColor);
	opacity: 0.9;
}

/* listAra
---------------------------------------- */
#listArea {
	padding-bottom: 30px;
}

/* itemList
---------------------------------------- */
.itemList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.itemList > * {
	flex-shrink: 0;
}
.itemList .printOrder {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: calc(48%);
	margin-bottom: 48px;
	overflow: hidden;
}
.itemList .photos {
	width: 80%;
	padding-top: 80%;
	margin-bottom: 24px;
	position: relative;
}
.itemList .photos .swiper-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	user-select: none;
}
.itemList .photos .swiper-wrapper img {
	width: 100%;
	height: 100%;
	/* width: calc(100% - 48px);
	height: calc(100% - 48px); */
	object-fit: contain;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #F2F2F2;
}
.itemList .photos .swiper-wrapper .highslide {
	opacity: 1;
}
.itemList .text {
	flex-grow: 1;
	position: relative;
	padding: 0 10%;
	width: 100%;
}
.itemList .text .PublishTitle {
	font-size: 1.125rem;
	font-weight: 700;
	color: #268AFF;
	margin-bottom: 4px;
}
.itemList .text dl {
	display: flex;
	flex-wrap: wrap;
	font-size: 0.875;
	margin-bottom: 8px;
}
.itemList .text dl dt {
	width: 5em;
	color: #48122A;
}
.itemList .text dl dd {
	width: calc(100% - 5em);
	font-weight: 700;
}
.itemList .text .link {
	text-decoration: underline;
}
.itemList .text .link::after {
	content: url(/images/case/arrow.svg);
	margin-left: 8px;
}

/*===============================================
●画面の横幅が961px以下(PC)
===============================================*/
@media screen and (max-width:960px){
	#searchBox td {
		padding:15px;
	}
	#searchBox td.widthml {
		width:20%;
	}
	#searchBox #colorBox {
		width:100%;
	}
	#searchBox #colorBox li {
		
	}
	
	/* sortArea
	---------------------------------------- */
	.sortArea {
		margin-bottom:10px;
	}
	.sortArea table {
		width:50%;
	}
	.sortArea .searchnav {
		width:50%;
	}
	
	/* itemList
	---------------------------------------- */
	.itemList .fleft,
	.itemList .fright {
		width:23.5%;
		margin-bottom:20px;
	}
	.itemList .fleft {
		margin-right:2%;
	}
	.itemList .photo {
		width:100%;
		height:auto;
		padding-top:132%;
	}
	.itemList .photo span div {
		width:100%!important;
		height:auto!important;
	}
	.itemList .photo img {
		width:100%;
		height:auto;
		position:static!important;
		margin:0!important;
		/*
		-webkit-transform:translate(-50%, -50%);
		transform:translate(-50%, -50%);
		top:50%!important;
		left:50%!important;
		*/
	}
	
}

/*===============================================
●画面の横幅が769px以下(スマホ)
===============================================*/
@media screen and (max-width:770px){
	/* searchBox
	---------------------------------------- */
	#searchBox {
		margin-bottom:3vw;
	}
	#searchBox td.widthml {
		width:100%;
	}
	#searchBox td {
		padding:4vw;
		width:100%;
		display:block;
		border-right:none;
		border-bottom:#ccc 1px dotted;
	}
	#searchArea td:last-child {
		border-bottom:none;
	}
	#searchBox td h4.spAcordion {
		background-position:5px;
		border:solid 1px #CCC;
		padding:1.5vw 1.5vw 1.5vw 30px;
		cursor:pointer;
		margin-bottom:0;
		display:block;
	}
	#searchBox .acordionBox {
		height:auto;
		padding:3vw;
		display:none;
		border-right:solid 1px #ddd;
		border-left:solid 1px #ddd;
		border-bottom:solid 1px #ddd;
		box-sizing:border-box;
		overflow-y:auto;
		-webkit-overflow-scrolling:touch;
	}
	#searchBox #colorBox {
		height:200px;
	}
	#searchBox .acordionBox li {
		width:50%;
		float:left;
	}
	/* sortArea
	---------------------------------------- */
	.sortArea {
		margin-bottom:10px;
	}
	.sortArea table {
		width:100%;
		float:none;
	}
	.sortArea table th:nth-child(1) {
		width:20%!important;
		display:inline-block;
	}
	.sortArea table td:nth-child(2) {
		width:19%!important;
		display:inline-block;
	}
	.sortArea table th:nth-child(3) {
		width:15%!important;
		display:inline-block;
	}
	.sortArea table td:nth-child(4) {
		width:41%!important;
		display:inline-block;
	}
	.sortArea .searchnav {
		width:100%;
		float:none;
		padding-top:2vw;
	}
	.sortArea div.searchnav ul {
		width:auto;
		display:table;
		float:right;
	}
	/* listArea
	---------------------------------------- */
	.itemList .printOrder {
		width: 100%;
	}
}