@charset "UTF-8";
*{margin:0;padding:0;text-decoration:none}fieldset{border:0}body{line-height:1.8}body,dd,dl,dt,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,select,ul{margin:0;padding:0}img{border:0;vertical-align:top}a{text-decoration:none}em{font-style:normal}ul li{list-style-type:none;list-style-image:none}address{font-style:normal}

/* box-sizing */ 
* {
	box-sizing: border-box;
}


/* float解除 */
.cbox { 
}
* html .cbox {
	zoom: 100%;
}
*:first-child+html .cbox {
	display: inline-block;
}
.cbox:after {
	content: "."; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}



/* img */ 
img {
	width: 100%;
	height: auto;
}



/* sp */ 
.sp {
	display: none;
}



/* リンク */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
a {
	color: #363636;
	text-decoration: none;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
a:before {
	transition: 0.3s;
	-webkit-transition: 0.3s;
}


/* テキスト装飾 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 小文字 */
.cap {
	line-height: 1.5;
	font-size: 1.2rem;
}



/* 横幅 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.lp_contents {
	font-family: YakuHanMP, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
	font-weight: 500;
	color: #363636;
	padding: 0;
	margin: 0;
	letter-spacing: 0.12em;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}



/* フォント */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.fs-c-heading.fs-c-heading--page {
	display: none;
}




/* flex */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.flex {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-start {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.flex-end {
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	 -ms-flex-direction: row-reverse;
		 flex-direction: row-reverse;
}
.flex-center {
	display: flex;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

/* fs-l-main */
.fs-l-main {
    display: block;
	padding: 0 !important;
    max-width: 100% !important;
}

/* fs-l-main */
.fs-l-pageMain {
	max-width: 100% !important;
    width: 100% !important;
	margin: auto;
}
/* inner */
.inner {
    max-width: 1100px;
	margin: auto;
}
/* txt */
.txt {
	padding: 0;
	margin: 0;
}



	
/* title */
.title {
	text-align: center;
	padding-bottom: 35px;
	margin-bottom: 35px;
	position: relative;
}
.title:before {
	content: "";
	width: 30px;
	height: 1px;
	background: #C9C1C1;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -15px;
}
	.title img {
		width: auto;
		position: absolute;
		top: -40px;
		left: 50%;
		margin-left: -250px;
	}

	.title h2 {
		font-size: 34px;
		line-height: 1.4em;
		font-weight: 500;
		letter-spacing: 0.2em;
	}



	
/* btn */
.btn {
	width: 220px;
	margin: 0 auto;
}
	.btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 56px;
		background: url("https://naigaiec.itembox.design/item/hahanohi/icon_arrow.svg") no-repeat right 15px center;
		border: solid 1px #363636;
		font-size: 16px;
		font-weight: 500;
		text-align: center;
		line-height: 1;
		letter-spacing: 0.2em;
	}
	.btn a:hover {
		opacity: 0.6;
	}



	
/* fv */
#fv {
	width: 100%;
	background: url("https://naigaiec.itembox.design/item/hahanohi/fv_pht.jpg?d=20220406205235") no-repeat center top / cover;
}
#fv .inner {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 640px;
}
	#fv .text {
		padding-left: 120px;
		position: relative;
	}
		#fv .text h1 {
			width: 420px;
			line-height: 1;
		}

		#fv .text .gift {
			width: 138px;
			position: absolute;
			top: -50px;
			left: 40px;
		}



	
/* wrapping */
#wrapping {
	width: 100%;
	padding-top: 120px;
	padding-bottom: 120px;
}
	#wrapping .borderbox {
		padding: 60px 60px 40px 60px;
		border: solid 5px #EFEFEF;
	}
		#wrapping .borderbox .text {
			width: -webkit-calc(100% - 312px);
			width: calc(100% - 312px);
			padding-right: 20px;
			position: relative;
		}
			#wrapping .borderbox .text h2 {
				display: inline-block;
				background: #fff;
				padding: 0 20px;
				font-size: 30px;
				font-weight: 500;
				letter-spacing: 0.2em;
				line-height: 1;
				position: absolute;
				top: -77px;
				left: -20px;
			}

			#wrapping .borderbox .text .txt {
				font-size: 15px;
				line-height: 2em;
			}

			#wrapping .borderbox .text span {
				display: block;
				padding-top: 15px;
				font-size: 12px;
			}


		#wrapping .borderbox .pht {
			width: 312px;
			margin-top: -130px;
		}





	
/* popup */
#popup {
	display: none;
	width: 100%;
	height: 100vh;
	background: rgba(255,255,255,0.9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 12;
}
	#popup .box {
		display: flex;
		justify-content: center;
		align-items: center;
		max-width: 1100px;
		margin: auto;
		height: 100vh;
	}
		#popup .box .close {
			width: 30px;
			height: 30px;
			background: url("https://naigaiec.itembox.design/item/hahanohi/icon_close.svg") no-repeat;
			position: absolute;
			top: 30px;
			right: 30px;
			cursor: pointer;
		}

		#popup .box .pht {
			width: 588px;
			margin: auto;
		}



	
/* message */
#message {
	padding-bottom: 120px;
}
	#message .text {
		width: 50%;
	}
		#message .text h2 {
			font-size: 30px;
			font-weight: 500;
			letter-spacing: 0.2em;
			line-height: 1;
			margin-bottom: 20px;
		}

		#message .text .txt {
			font-size: 15px;
			line-height: 2em;
		}


	#message .pht {
		width: 50%;
		margin-top: -30px;
		padding-right: 5%;
	}



	
/* anchor */
#anchor ul li {
	width: 31%;
	background: #F7F7F7;
}
	#anchor ul li a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 70px;
		font-size: 18px;
		line-height: 1.4em;
		text-align: center;
		background: url("https://naigaiec.itembox.design/item/hahanohi/icon_arrow_down.svg") no-repeat right 20px center;
	}
	#anchor ul li a:hover {
		opacity: 0.6;
	}



	
/* pickup */
#pickup {
	padding-top: 140px;
	padding-bottom: 140px;
}
	#pickup .read h3 {
		font-size: 24px;
		font-weight: 500;
		text-align: center;
		line-height: 1.4em;
		letter-spacing: 0.2em;
		margin-bottom: 20px;
	}

	#pickup .read .txt {
		font-size: 15px;
		line-height: 1.8em;
		text-align: center;
	}



	#pickup .cell {
		margin-top: 70px;
	}
		#pickup .cell .pht {
			width: 50%;
		}
		.swiper-button-next {
			width: 50px !important;
			height: 50px !important;
			background: #fff url("https://naigaiec.itembox.design/item/hahanohi/btn_arrow_next.svg") no-repeat center!important;
			top: auto !important;
			right: 0 !important;
			bottom: 0 !important;
			left: auto !important;
		}
		.swiper-button-next:after {
			display: none;
		}
		.swiper-button-prev {
			width: 50px !important;
			height: 50px !important;
			background: #fff url("https://naigaiec.itembox.design/item/hahanohi/btn_arrow_prev.svg") no-repeat center!important;
			top: auto !important;
			right: 50px !important;
			bottom: 0 !important;
			left: auto !important;
		}
		.swiper-button-prev:after {
			display: none;
		}
		.swiper-button-prev:before {
			content: "";
			width: 1px;
			height: 20px;
			background: #ddd;
			position: absolute;
			top: 15px;
			right: 0;
		}


		#pickup .cell .text {
			width: 50%;
			padding-left: 5%;
		}
			#pickup .cell .text .borderbox {
				border: solid 5px #EFEFEF;
				padding: 40px 40px 30px 40px;
				margin-bottom: 30px;
				position: relative;
			}
				#pickup .cell .text .borderbox h3 {
					display: inline-block;
					height: 60px;
					font-size: 24px;
					font-weight: 500;
					line-height: 60px;
					padding: 0 10px 0 80px;
					position: absolute;
					top: -32px;
					left: 30px;
				}
				#pickup .cell .text .borderbox h3.women {
					background: #fff url("https://naigaiec.itembox.design/item/hahanohi/icon_women.svg") no-repeat left 10px center;
				}
				#pickup .cell .text .borderbox h3.men {
					background: #fff url("https://naigaiec.itembox.design/item/hahanohi/icon_men.svg") no-repeat left 10px center;
				}

				#pickup .cell .text .borderbox .txt {
					font-size: 15px;
					line-height: 2em;
				}


			#pickup .cell .text h4 {
				font-size: 20px;
				font-weight: 500;
				line-height: 1.4em;
				letter-spacing: 0.06em;
				margin-bottom: 8px;
			}

			#pickup .cell .text .number {
				font-size: 12px;
				line-height: 1;
				margin-bottom: 20px;
			}

			#pickup .cell .text .list li {
				font-size: 12px;
				line-height: 1.4em;
				margin-bottom: 5px;
				padding-left: 14px;
				position: relative;
			}
			#pickup .cell .text .list li:before {
				content: "";
				width: 8px;
				height: 8px;
				border-radius: 50%;
				background: #E6E6E6;
				position: absolute;
				top: 5px;
				left: 0;
			}
			#pickup .cell .text .list li:nth-last-child(1) {
				margin-bottom: 0;
			}

			#pickup .cell .text .price {
				font-size: 20px;
				line-height: 1;
				margin-top: 20px;
				margin-bottom: 32px;
			}
				#pickup .cell .text .price span {
					font-size: 10px;
				}

			#pickup .cell .text a {
				display: flex;
				justify-content: center;
				align-items: center;
				width: 300px;
				height: 70px;
				background: #363636 url("https://naigaiec.itembox.design/item/hahanohi/icon_cart.svg") no-repeat right 20px center;
				font-size: 18px;
				line-height: 1;
				text-align: center;
				color: #fff;
			}
			#pickup .cell .text a:hover {
				background: #000 url("https://naigaiec.itembox.design/item/hahanohi/icon_cart.svg") no-repeat right 20px center;
			}



	
/* budget */
#budget {
	padding-top: 140px;
	padding-bottom: 140px;
	background: #F7F7F7;
}
	#budget ul.anchor_sub li {
		width: 31%;
		background: #fff;
	}
		#budget ul.anchor_sub li a {
			display: flex;
			justify-content: center;
			align-items: center;
			height: 70px;
			font-size: 18px;
			line-height: 1.4em;
			text-align: center;
			background: url("https://naigaiec.itembox.design/item/hahanohi/icon_arrow_down.svg") no-repeat right 20px center;
		}
		#budget ul.anchor_sub li a:hover {
			opacity: 0.6;
		}


	#budget .cell {
		margin-top: 70px;
	}
		#budget .cell h3 {
			font-size: 24px;
			font-weight: 500;
			line-height: 1;
			text-align: center;
			margin-bottom: 25px;
		}

		#budget .cell .list a.link {
			display: block;
			width: 31%;
			margin-right: 3.5%;
			margin-bottom: 50px;
		}
		#budget .cell .list a.link:nth-child(3n) {
			margin-right: 0;
		}
			#budget .cell .list a.link .pht {
				overflow: hidden;
			}
				#budget .cell .list a.link .pht img {
					-moz-transition: -moz-transform 0.2s linear;
					-webkit-transition: -webkit-transform 0.2s linear;
					-o-transition: -o-transform 0.2s linear;
					-ms-transition: -ms-transform 0.2s linear;
					transition: transform 0.2s linear;
				}
				#budget .cell .list a.link:hover .pht img {
					-webkit-transform: scale(1.05);
					-moz-transform: scale(1.05);
					-o-transform: scale(1.05);
					-ms-transform: scale(1.05);
					transform: scale(1.05);
				}

			#budget .cell .list a.link .text {
				padding-top: 18px;
				background: url("https://naigaiec.itembox.design/item/hahanohi/btn_arrow.svg") no-repeat right bottom;
			}
				#budget .cell .list a.link .text h4 {
					font-size: 16px;
					font-weight: 500;
					line-height: 1.6em;
					margin-bottom: 8px;
				}

				#budget .cell .list a.link .text .number {
					font-size: 12px;
					line-height: 1;
					margin-bottom: 20px;
				}

				#budget .cell .list a.link .text .price {
					font-size: 20px;
					line-height: 1;
				}
					#budget .cell .list a.link .text .price span {
						font-size: 10px;
					}



	
/* items */
#items {
	padding-top: 140px;
	padding-bottom: 140px;
}
	#items ul.anchor_sub li {
		width: 23.1%;
		background: #F7F7F7;
	}
		#items ul.anchor_sub li a {
			display: flex;
			justify-content: center;
			align-items: center;
			height: 70px;
			font-size: 18px;
			line-height: 1.4em;
			text-align: center;
			background: url("https://naigaiec.itembox.design/item/hahanohi/icon_arrow_down.svg") no-repeat right 20px center;
		}
		#items ul.anchor_sub li a:hover {
			opacity: 0.6;
		}


	#items .cell {
		margin-top: 70px;
	}
		#items .cell h3 {
			font-size: 24px;
			font-weight: 500;
			line-height: 1;
			text-align: center;
			margin-bottom: 25px;
		}

		#items .cell .list a.link {
			display: block;
			width: 23.1%;
			margin-right: 2.5%;
			margin-bottom: 50px;
		}
		#items .cell .list a.link:nth-child(4n) {
			margin-right: 0;
		}
			#items .cell .list a.link .pht {
				overflow: hidden;
				border: solid 1px #ddd;
			}
				#items .cell .list a.link .pht img {
					-moz-transition: -moz-transform 0.2s linear;
					-webkit-transition: -webkit-transform 0.2s linear;
					-o-transition: -o-transform 0.2s linear;
					-ms-transition: -ms-transform 0.2s linear;
					transition: transform 0.2s linear;
				}
				#items .cell .list a.link:hover .pht img {
					-webkit-transform: scale(1.05);
					-moz-transform: scale(1.05);
					-o-transform: scale(1.05);
					-ms-transform: scale(1.05);
					transform: scale(1.05);
				}

			#items .cell .list a.link .text {
				padding-top: 18px;
				background: url("https://naigaiec.itembox.design/item/hahanohi/btn_arrow.svg") no-repeat right bottom;
			}
				#items .cell .list a.link .text h4 {
					font-size: 14px;
					font-weight: 500;
					line-height: 1.6em;
					margin-bottom: 8px;
				}

				#items .cell .list a.link .text .number {
					font-size: 12px;
					line-height: 1;
					margin-bottom: 20px;
				}

				#items .cell .list a.link .text .price {
					font-size: 18px;
					line-height: 1;
				}
					#items .cell .list a.link .text .price span {
						font-size: 10px;
					}









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



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

/* fs-l-main */
.fs-l-main {
    width: 100% !important;
}

/* fs-l-main */
.fs-l-pageMain {
    width: 100% !important;
}

/* inner */
.inner {
    max-width: 100%;
	margin: auto;
	padding: 0 5%;
}



	
/* pickup */
#pickup .cell .text .borderbox h3 {
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	padding: 0 10px 0 70px;
	top: -27px;
}
#pickup .cell .text .borderbox h3.women {
	background: #fff url("https://naigaiec.itembox.design/item/hahanohi/icon_women.svg") no-repeat left 10px center / 50px;
}
#pickup .cell .text .borderbox h3.men {
	background: #fff url("https://naigaiec.itembox.design/item/hahanohi/icon_men.svg") no-repeat left 10px center / 50px;
}
	

}





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


.sp {
	display: block;
}
.pc {
	display: none!important;
}



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

/* fs-l-main */
.fs-l-main {
    width: 100% !important;
	max-width: 100% !important;
    display: block;
	padding: 0;
	margin: 0;
}

/* fs-l-main */
.fs-l-pageMain {
    width: 100% !important;
	max-width: 100% !important;
	margin: auto;
	padding: 0;
}



	
/* title */
.title {
	padding-bottom: 25px;
	margin-bottom: 25px;
}
	.title img {
		top: -50px;
		margin-left: -170px;
	}

	.title h2 {
		font-size: 26px;
	}



	
/* btn */
.btn a {
	height: 50px;
	font-size: 15px;
}
.btn a:hover {
	opacity: 1;
}


	
/* fv */
#fv .text {
	padding-left: 10%;
}
	#fv .text h1 {
		width: 380px;
	}

	#fv .text .gift {
		left: 2%;
	}
	



	
/* wrapping */
#wrapping .borderbox {
	padding: 30px 30px 30px 30px;
}
	#wrapping .borderbox .text {
		width: -webkit-calc(100% - 250px);
		width: calc(100% - 250px);
	}
		#wrapping .borderbox .text h2 {
			font-size: 22px;
			top: -43px;
		}

		#wrapping .borderbox .text .txt {
			font-size: 14px;
		}

		#wrapping .borderbox .text span {
			padding-top: 10px;
			font-size: 10px;
		}


	#wrapping .borderbox .pht {
		width: 250px;
		margin-top: -20px;
	}



	
/* message */
#message .text h2 {
	font-size: 22px;
}

#message .text .txt {
	font-size: 14px;
}



	
/* anchor */
#anchor ul li a {
	font-size: 16px;
}



	
/* pickup */
#pickup .read h3 {
	font-size: 18px;
	margin-bottom: 15px;
}

#pickup .read .txt {
	font-size: 13px;
}



#pickup .cell {
	display: block;
	max-width: 500px;
	margin: 70px auto 0 auto;
}
	#pickup .cell .pht {
		width: 100%;
	}


	#pickup .cell .text {
		width: 100%;
		padding-top: 50px;
		padding-left: 0;
	}
		#pickup .cell .text .borderbox {
			padding: 30px 30px 30px 30px;
			margin-bottom: 20px;
		}
			#pickup .cell .text .borderbox .txt {
				font-size: 14px;
				line-height: 1.8em;
			}


		#pickup .cell .text h4 {
			font-size: 18px;
		}

		#pickup .cell .text .number {
			font-size: 10px;
			margin-bottom: 15px;
		}

		#pickup .cell .text .list li {
			font-size: 11px;
		}
		#pickup .cell .text .list li:before {
			top: 4px;
		}
		#pickup .cell .text .list li:nth-last-child(1) {
			margin-bottom: 0;
		}

		#pickup .cell .text .price {
			font-size: 18px;
			line-height: 1;
			margin-top: 15px;
			margin-bottom: 25px;
		}

		#pickup .cell .text a {
			width: 100%;
			height: 60px;
			background: #363636 url("https://naigaiec.itembox.design/item/hahanohi/icon_cart.svg") no-repeat right 20px center / 18px;
			font-size: 17px;
		}
		#pickup .cell .text a:hover {
			background: #363636 url("https://naigaiec.itembox.design/item/hahanohi/icon_cart.svg") no-repeat right 20px center / 18px;
		}



	
/* budget */
#budget ul.anchor_sub li {
	width: 32%;
}
	#budget ul.anchor_sub li a {
		font-size: 14px;
		background: url("https://naigaiec.itembox.design/item/hahanohi/icon_arrow_down.svg") no-repeat right 15px center;
	}
	#budget ul.anchor_sub li a:hover {
		opacity: 1;
	}


#budget .cell {
	margin-top: 50px;
}
	#budget .cell h3 {
		font-size: 20px;
	}

	#budget .cell .list a.link {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 40px;
	}
	#budget .cell .list a.link:nth-child(2n) {
		margin-right: 0;
	}
	#budget .cell .list a.link:nth-child(3),
	#budget .cell .list a.link:nth-child(9),
	#budget .cell .list a.link:nth-child(15) {
		margin-right: 4%;
	}
		#budget .cell .list a.link .text h4 {
			font-size: 14px;
			text-align: left;
		}

		#budget .cell .list a.link .text .number {
			font-size: 10px;
		}

		#budget .cell .list a.link .text .price {
			font-size: 18px;
		}



	
/* items */
#items ul.anchor_sub li {
}
	#items ul.anchor_sub li a {
		font-size: 14px;
		background: url("https://naigaiec.itembox.design/item/hahanohi/icon_arrow_down.svg") no-repeat right 15px center;
	}
	#items ul.anchor_sub li a:hover {
		opacity: 1;
	}


#items .cell {
	margin-top: 50px;
}
	#items .cell h3 {
		font-size: 20px;
	}

	#items .cell .list a.link {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 40px;
	}
	#items .cell .list a.link:nth-child(2n) {
		margin-right: 0;
	}
	#items .cell .list a.link:nth-child(3),
	#items .cell .list a.link:nth-child(9),
	#items .cell .list a.link:nth-child(15) {
		margin-right: 4%;
	}
		#items .cell .list a.link .text h4 {
			font-size: 13px;
			text-align: left;
		}

		#items .cell .list a.link .text .number {
			font-size: 10px;
		}

		#items .cell .list a.link .text .price {
			font-size: 17px;
		}


}





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



	
/* fv */
#fv {
	background: url("https://naigaiec.itembox.design/item/hahanohi/fv_pht_sp.jpg?d=20220406205220") no-repeat center top / cover;
}
#fv .inner {
	display: block;
	justify-content: center;
	height: 92vh;
}
	#fv .text {
		padding-top: 50px;
		padding-left: 0;
		position: relative;
	}
		#fv .text h1 {
			max-width: 420px;
			width: 80%;
			margin: auto;
		}

		#fv .text .gift {
			width: 100px;
			top: 0;
			left: 0;
		}
	



	
/* wrapping */
#wrapping {
	padding-top: 70px;
	padding-bottom: 70px;
}
#wrapping .borderbox {
	display: block;
	padding: 30px 30px 30px 30px;
}
	#wrapping .borderbox .text {
		width: 100%;
	}
		#wrapping .borderbox .text h2 {
			font-size: 22px;
			top: -43px;
		}

		#wrapping .borderbox .text .txt {
			font-size: 14px;
		}

		#wrapping .borderbox .text span {
			padding-top: 10px;
			font-size: 10px;
		}


	#wrapping .borderbox .pht {
		width: 100%;
		max-width: 250px;
		margin: auto;
	}





	
/* popup */
#popup .box .close {
	top: 20px;
	right: 20px;
}

#popup .box .pht {
	width: 80%;
	margin: auto;
}



	
/* message */
#message {
	padding-bottom: 70px;
}
#message .inner {
	display: block;
}
	#message .text {
		width: 100%;
	}


	#message .pht {
		width: 100%;
		margin-top: 0;
		padding-right: 0;
		padding-top: 20px;
	}



	
/* anchor */
#anchor ul li {
	width: 32%;
}
	#anchor ul li a {
		display: block;
		height: auto;
		padding: 15px 0 25px 0;
		font-size: 12px;
		line-height: 1.3em;
		background: url("https://naigaiec.itembox.design/item/hahanohi/icon_arrow_down.svg") no-repeat center bottom 10px;
	}



	
/* pickup */
#pickup {
	padding-bottom: 70px;
}
	#pickup .cell {
		margin: 40px auto 0 auto;
	}
		#pickup .cell .text .borderbox h3 {
			height: 30px;
			font-size: 16px;
			line-height: 30px;
			padding: 0 10px 0 50px;
			top: -17px;
			left: 20px;
		}
		#pickup .cell .text .borderbox h3.women {
			background: #fff url("https://naigaiec.itembox.design/item/hahanohi/icon_women.svg") no-repeat left 10px center / 30px;
		}
		#pickup .cell .text .borderbox h3.men {
			background: #fff url("https://naigaiec.itembox.design/item/hahanohi/icon_men.svg") no-repeat left 10px center / 30px;
		}



	
/* budget */
#budget ul.anchor_sub li {
	width: 32%;
}
	#budget ul.anchor_sub li a {
		display: block;
		padding: 15px 0 15px 0;
		font-size: 12px;
		letter-spacing: 0.02em;
		line-height: 1.3em;
		background: url("https://naigaiec.itembox.design/item/hahanohi/icon_arrow_down.svg") no-repeat center bottom 10px;
	}
	#budget ul.anchor_sub li a:hover {
		opacity: 1;
	}


#budget .cell .list a.link .text {
	padding-top: 15px;
	background: url("https://naigaiec.itembox.design/item/hahanohi/btn_arrow.svg") no-repeat right bottom / 30px;
}
	#budget .cell .list a.link .text h4 {
		font-size: 13px;
		letter-spacing: 0.06em;
	}



	
/* items */
#items ul.anchor_sub li {
	width: 24%;
}
	#items ul.anchor_sub li a {
		display: block;
		height: auto;
		padding: 15px 0 20px 0;
		font-size: 12px;
		letter-spacing: 0.02em;
		line-height: 1.3em;
		background: url("https://naigaiec.itembox.design/item/hahanohi/icon_arrow_down.svg") no-repeat center bottom 10px;
	}
	#items ul.anchor_sub li a:hover {
		opacity: 1;
	}


#items .cell .list a.link .text {
	padding-top: 15px;
	background: url("https://naigaiec.itembox.design/item/hahanohi/btn_arrow.svg") no-repeat right bottom / 30px;
}
	#items .cell .list a.link .text h4 {
		font-size: 13px;
		letter-spacing: 0.06em;
	}



}