/*
----------------------------------------

周辺機器

----------------------------------------
*/

/*
----------------------------------------
fv
----------------------------------------
*/
.fv-box {
	padding-top: 3rem;
}

.fv-box .ttl-01 {
	padding-top: 8rem;
	margin-bottom: 4.4rem;
}

.fv-box .ttl-01 .jp {
	font-size: 4rem;
	letter-spacing: .06em;
}

.fv-box .ttl-01 .en-bg {
	top: .9rem;
}

.fv-box .desc {
	font-size: 1.6rem;
	letter-spacing: .06em;
    line-height: calc(36/16);
    padding: 0 54px;
    text-align: center;
}

/*
----------------------------------------
【キッチン名】と【オプション機器名】を組み合わせた場合
----------------------------------------
*/
.case-box {
	margin-top: 4.3rem;
	background: #e5f6ff;
}

.case-box .wrap {
	text-align: center;
}

.case-box__ttl {
	position: relative;
	display: inline-block;
	margin: 4.5rem 0 0 1.1rem;
	font-size: 2.8rem;
	font-weight: bold;
	letter-spacing: .06em;
}

.case-box__ttl .sub {
	display: block;
	font-size: 26px;
    width: 57px;
    height: 58px;
    line-height: 58px;
    color: #222;
    text-align: center;
    background: #fcf000;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    border-radius: 50% 50% 0 50%;
    position: absolute;
    top: -2.6rem;
    left: -0.3rem;
	transform: translateX(-100%);
    z-index: 99;
}

.case-box__ttl .strong {
	color: #0083c9;
}

.case-box__main {
	padding: 60px 30px 57px;
}

.case-box__list {
	display: flex;
	gap: 9.2106%;
}

.case-box__item {
	width: 27.1930%;
}

.case-box__item .img {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: calc(309/310*100%);
}

.case-box__item .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 10px;
}

.case-box__item .img::after {
	position: absolute;
	content: '';
	width: calc(44/310*100%);
	height: calc(44/310*100%);
	top: 50%;
	right: -24%;
	transform: translateY(-50%);
}

.case-box__item:nth-of-type(1) .img::after {
	background: url(../img/option/2x/plus.png) center / contain no-repeat;
}

.case-box__item:nth-of-type(2) .img::after {
	background: url(../img/option/2x/equal.png) center / contain no-repeat;
}

.case-box__item:nth-of-type(3) .img::after {
	content: none;
}

.case-box__item-ttl {
	margin-top: 2.2rem;
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: .06em;
	color: #0083c9;
}

.case-box__item-ttl--last {
	position: relative;
	margin-top: 16px;
	padding: 2px 40px 2px 20px;
	background: #fcf000;
	border-radius: 24px;
	width: 102.26%;
    transform: translate(-7px,0);
}

.case-box__item-ttl--last::after {
	position: absolute;
	content: '';
	width: 42px;
	height: 48px;
	top: 0;
	right: -6px;
	background: url( ../img/common/2x/illust-03.png ) center/cover no-repeat;
}

.case-box__read {
	padding-top: 30px;
	font-size: 1.5rem;
	letter-spacing: .06em;
	text-align: left;
}

/*
----------------------------------------
周辺機器を絞り込む・用途から探す
----------------------------------------
*/
.work-list {
	padding-top: 8rem;
}

.works-list__serch {
	background: #e5f6ff;
	border-radius: 10px;
	padding: 29px 34px 29px 29px;
	margin-bottom: 22px;
}
  
.works-list__serch-head {
	font-size: 24px;
	position: relative;
	padding-left: 67px;
	letter-spacing: 0.08em;
}
.works-list__serch-head::before {
	content: "";
	position: absolute;
	width: 54px;
	height: 54px;
	left: 0;
	background: url(../img/option/2x/icon-01.png) center / contain no-repeat;
}
.works-list__serch:nth-of-type(2) .works-list__serch-head::before {
	background: url(../img/option/2x/icon-02.png) center / contain no-repeat;
}
.works-list__serch-head::after{
	content: "+";
	position: absolute;
	right: -3px;
	color: #0083c9;
	font-size: 36px;
	font-weight: 100;
	background: #fff;
	width: 44px;
	height: 41px;
	border-radius: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 3px;
	top:50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.works-list__serch-head.on::after{
	content: "-";
}
.works-list__serch-head span {
	color: #0083c9;
}
.works-list__serch-list {
	display: none;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 18px;
}
.works-list__serch-list.on {
	display: flex;
	gap: 20px;
}
.works-list__serch-item{
	width: calc(20% - 16px);
}
.works-list__serch-item a{
	border: 1px solid #0083c9;
	height: 51px;
	border-radius: 53px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 17px;
	font-weight: bold;
	transition: 0.2s;
}
.works-list__serch-item a:hover{
	color: #fff;
	background: #0083c9;
}
  
.works-category {
	margin-top: 6rem;
}

.works-category__list {
	display: flex;
	flex-wrap: wrap;
	gap: 3.7%;
	padding: 38px 5% 5px;
	background: #f5f5f5;
	border-radius: 10px;
}

.works-category__item {
	width: 22.2223%;
	margin-bottom: 33px;
	background: #fff;
	text-align: center;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.works-category__item .img {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: calc(215/240*100%);
}

.works-category__item .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: contain;
}

.works-category__item-txt {
	padding: 17px 30px 30px;
}

.works-category__item-cat {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: .04em;
	background: #fcf000;
	border-radius: 14px;
	padding: 0 35px;
}

.works-category__item-ttl {
	margin-top: 7px;
	font-size: 1.8rem;
	letter-spacing: .08em;
	display: flex;
	justify-content: center;
	align-items: center;
}

.works-category__item-model {
	margin-top: -9px;
	font-size: 1.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.works-category__item-value {
	margin-top: -2px;
	font-size: 1.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.works-category__item-value span {
	font-size: 1.8rem;
	font-weight: bold;
	color: #0083c9;
	word-break: break-all;
}

.works-category__item-content {
	margin-top: 9px;
	line-height: calc(24/14);
    font-size: 14px;
    text-align: left;
}

.works-category__item--none {
	width: 100%;
	background: none;
	box-shadow: none;
}

/*
----------------------------------------
ページネーション・注意事項など共通パーツ
----------------------------------------
*/
#option .pagination {
	margin: 5rem 0 6.8rem;
}

#option .pagination a:hover {
	color: #000;
	background: #fef200;
    border: solid 1px #fef200;
}

.attention-box {
	margin-top: 5rem;
}

#option .attention dl {
	padding: 26px 27px 22px;
	margin-bottom: 6rem;
}

.product-box {
	margin: 3.2rem 0 8rem;
}

.bnr-box {
	background: #e5f6ff;
}


/*
----------------------------------------

1400

----------------------------------------
*/
@media screen and ( max-width: 1400px ) {

	.case-box__main {
		padding: 60px 0 57px;
	}

	.case-box__item-ttl--last {
		font-size: 20px;
	}

	.works-list__serch-item a {
		font-size: 16px;
	}

}


/*
----------------------------------------

1200

----------------------------------------
*/
@media screen and ( max-width: 1200px ) {

	.works-category__item {
		width: 30.8%;
	}

}


/*
----------------------------------------

1000

----------------------------------------
*/

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

	.fv-box {
		padding-top: 0;
	}

	.fv-box .ttl-01 {
		padding-top: 6.8rem;
    	margin: 0 0 1rem;
	}

	.fv-box .ttl-01 .jp {
		font-size: 2.4rem;
	}

	.fv-box .ttl-01 .en-bg {
		top: 2.5rem;
		font-size: 7rem;
	}

	.fv-box .desc {
		font-size: 1.5rem;
		padding: 0;
		text-align: left;
	}


	.case-box__ttl {
		font-size: 1.8rem;
		margin: 4.5rem 0 0 0;
	}

	.case-box__ttl .sub {
		font-size: 20px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		top: 0;
		left: -10px;
		transform: translateY(-100%);
	}

	.case-box__main {
		padding: 20px 0;
	}

	.case-box__list {
		flex-wrap: wrap;
		gap: 20%;
	}

	.case-box__item {
		width: 40%;
	}

	.case-box__item:last-of-type {
		width: 80%;
		display: flex;
		flex-flow: column;
		margin: auto;
	}

	.case-box__item .img::after {
		width: calc(22/134*100%);
		height: calc(22/134*100%);
		right: -33%;
	}
	
	.case-box__item:nth-of-type(2) .img::after {
		content: none;
	}

	.case-box__item-ttl {
		margin-top: 0.5rem;
		font-size: 1.6rem;
	}

	.case-box__item-ttl--last {
		order: -1;
		max-width: 310px;
		width: 100%;
		margin: 16px auto;
		transform: none;
	}

	.case-box__read {
		padding-top: 20px;
	}


	.work-list {
		padding-top: 4rem;
	}

	.works-list__serch {
		padding: 24px;
    	margin: 0 0 20px;
	}

	.works-list__serch-list.on {
		gap: 14px;
	}

	.works-list__serch-head {
		font-size: 18px;
		padding-left: 52px;
	}

	.works-list__serch-head::before {
		width: 42px;
		height: 42px;
		transform: translateY(-3px);
	}

	.works-list__serch-head::after {
		right: 0;
		font-size: 36px;
		width: 35.5px;
		height: 35.5px;
	}

	.works-list__serch-item {
		width: 100%;
	}

	.works-list__serch-item a {
		height: 49px;
    	font-size: 15px;
	}

	.works-category {
		margin-top: 4rem;
	}

	.works-category__list {
		display: block;
		padding: 30px 20px 5px;
	}

	.works-category__item {
		width: 100%;
		margin-bottom: 25px;
	}


	#option .pagination {
		margin: 3rem 0 4rem;
	}

	.attention-box {
		margin-top: 3rem;
	}

	#option .attention dl {
		margin-bottom: 4rem;
	}

	#option .search-set {
		padding-top: 1rem;
	}

}


/*
----------------------------------------

768

----------------------------------------
*/

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

	#option .search-set .sec-01 .ttl::before {
		right: -1.5rem;
	}

}