@charset "UTF-8";
/* ------------------------------
  商品情報
------------------------------ */
.contentsTop h1 span.en::before {
	background: url(../img/icon_recommend.png) center center/cover no-repeat;
	width: 42px;
  	height: 63px;
}
/* 商品検索 */
.search_block {
	background: #dff5fe;
	padding: 80px 50px;
	border-radius: 30px;
}
.search_block table ul li {
	display: inline-block;
	margin-right: 32px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.search_block label {
	vertical-align: baseline;
	display: inline-block;
	cursor: pointer;
}
.search_block input[type="checkbox"] {
	display: none;
}
.search_block input[type="checkbox"] + span {
	width: 20px;
	height: 20px;
	background-color: #fff;
	display: inline-block;
	margin-right: 7px;
	border: solid 1px #c3d5d8;
	position: relative;
	vertical-align: middle;
	margin-bottom: 3px;
}
.search_block input[type=checkbox] + span:before {
	content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 9px;
    height: 9px;
}
.search_block input[type=checkbox]:checked + span:before {
	top: -4px;
	left: 0px;
	width: 10px;
	height: 7px;
	border-left: 2px solid #0081cc;
	border-bottom: 2px solid #0081cc;
	transform: rotate(-45deg);
	background: none;
}
.search_block input[type="text"],.search_block textarea {
	border: solid 1px #c3d5d8;
	width: 70%;
	background: #fff;
	padding: 2px 10px;
	-webkit-appearance: none;
}
.search_block table {
	border: none;
}
.search_block table th {
	border-bottom: 1px solid #c3d5d8 !important;
	font-size: 2.1rem;
	border-right: none !important;
	background: none;
}
.search_block table td {
	border-bottom: 1px solid #c3d5d8 !important;
	padding: 30px 0;
	border-right: none !important;
}
.search_block table tr:first-child th {
	border-top: 1px solid #c3d5d8 !important;
}
.search_block table tr:first-child td {
	border-top: 1px solid #c3d5d8 !important;
}
.btn.btn_search {
	text-align: center;
}
.btn.btn_search a::after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 22px;
	height: 22px;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url('../img/icon_search.svg') no-repeat center / 100%;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.main_image .swiper {
	padding-bottom: 50px;
}
/* 商品詳細 */
.productsSwiper {
	position: relative;
	padding-bottom: 40px !important;
	margin-bottom: 0;
}
.productsSwiper img {
	border-radius: 25px;
}
.productsBox table th {
	padding: 8px;
}
.productsBox table td {
	padding: 8px 8px 8px 30px;
}
.productsBox table tr:last-child th,
.productsBox table tr:last-child td {
	border-bottom: none;
}

.othersBox {
	position: relative;
}

.othersSwiper ul li {
	position: relative;
}
.othersSwiper ul li img {
	border-radius: 15px;
}
.othersSwiper ul li a {
	position: relative;
	display: block;
}
.othersSwiper ul li a:hover {
	opacity: 1;
}
.othersSwiper ul li a .img_hover {
	height: fit-content;
	border-radius: 25px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 10px 0px rgba(16, 52, 76, 0.1);
}
.othersSwiper ul li a p {
	color: #333333;
	font-weight: 500;
}
.othersSwiper ul li a p.title {
	font-size: 1.8rem;
	padding: 5px 0 5px 42px;
	color: #0081cc;
	font-weight: bold;
	z-index: 2;
	width: 100%;
	position: relative;
}
.othersSwiper ul li a p.title::before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 33px;
	height: 33px;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url('../img/icon_circlearrow.svg') no-repeat center / 100%;
}
.othersSwiper ul li.new::before {
	content: "";
	display: block;
	position: absolute;
	top: -25px;
  	left: -20px;
	width: 85px;
  	height: 82px;
	z-index: 2;
	background: url(../img/icon_new.svg) no-repeat 0 0 / cover;
}
.othersBox .swiper-button-next,
.othersBox .swiper-button-prev {
	top: 40%;
}
.othersBox .swiper-button-prev {
	left: 0 !important;
}
.othersBox .swiper-button-next {
	right: 0 !important;
}
/* ------------------------------
 PC用
------------------------------ */
@media print, screen and (min-width:768px) {
	.productsBox table th:first-child {
		width: 30%;
	}
	.othersBox {
		width: 1200px;
		overflow: hidden;
	}
	.othersBox .swiper {
		overflow: visible;
		width: 1140px;
		margin: auto;
		padding-top: 30px;
	}
	.colorBox .btn {
		margin: 0 15px;
	}
	.colorBox .btn a {
		min-width: 300px;
	}
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.contentsTop h1 span.en::before {
		width: 33px;
		height: 50px;
		margin: 0 auto 15px;
	}
	/* 商品検索 */
	.search_block {
		padding: 50px 5%;
		border-radius: 15px;
	}
	.search_block table th {
		display: block;
		width: 100%;
		border-bottom: none !important;
		font-size: 1.8rem;
		text-align: center;
		padding: 15px 15px 5px 15px;
	}
	.search_block table td {
		display: block;
		width: 100%;
		border-top: none !important;
		padding: 0 0 15px;
	}
	.search_block table tr:first-child td {
		border-top: none !important;
	}
	.search_block table ul li {
		margin-right: 20px;
		margin-top: 4px;
		margin-bottom: 4px;
	}
	.search_block input[type="checkbox"] + span {
		width: 16px;
		height: 16px;
		margin-right: 4px;
		margin-bottom: 3px;
	}
	.search_block input[type="checkbox"]:checked + span::before {
		top: -4px;
		width: 8px;
		height: 5px;
	}
	.search_block input[type="text"], .search_block textarea {
		width: 100%;
		padding: 2px 10px;
		margin: 5px 0;
	}
	.btn.btn_search a {
		min-width: 195px;
		font-size: 1.4rem !important;
		padding: 15px 45px;
	}
	.main_image .swiper {
		padding-bottom: 30px;
	}
	.main_image .swiper-button-next,
	.main_image .swiper-button-prev {
		top: 44%;
		width: 30px !important;
	}
	.main_image .swiper-button-next {
		right: -15px !important;
	}
	.swiper-button-prev {
		left: -15px !important;
	}
	.swiper-button-prev::after {
		width: 30px !important;
		height: 30px !important;
	}
	.swiper-button-next::after {
		width: 30px !important;
		height: 30px !important;
	}
	/* 商品詳細 */
	.productsSwiper {
		padding-bottom: 30px;
	}
	.othersSwiper ul li {
		margin-bottom: 40px;
	}
	.othersSwiper ul li a .img_hover {
		margin-bottom: 10px;
	}
	.othersSwiper ul li a p.title {
		font-size: 1.6rem;
		padding: 2px 0 2px 30px;
	}
	.othersSwiper ul li a p.title::before {
		width: 24px;
		height: 24px;
	}
	.othersSwiper ul li.new::before {
		top: -16px;
		left: -16px;
		width: 70px;
    	height: 68px;
	}
	.productsBox .lead p br {
		display: none;
	}
	.productsBox table th {
		padding: 12px 0 0;
		display: block;
		width: 100%;
		border-bottom: none !important;
		line-height: 1.3;
	}
	.productsBox table td {
		padding: 0 0 12px;
		display: block;
		width: 100%;
		line-height: 1.3;
	}
	.othersSwiper {
		padding: 20px 5% 0;
	}
	.othersBox .swiper-button-next,
	.othersBox .swiper-button-prev {
		top: 38%;
	}
	.othersBox .swiper-button-prev {
		left: 5px !important;
	}
	.othersBox .swiper-button-next {
		right: 5px !important;
	}
	.colorBox {
		padding: 30px 5%;
	}
	.productBlock {
		padding: 60px 5% 30px;
	}
}
