@charset "UTF-8";
/* CSS Document */






/* fv
----------------- */
#fv {
	padding-top: 145px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

	#fv .no-slide {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		position: relative;
	}

.no-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.no-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.no-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .no-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .no-slide,.swiper-container-3d .no-slide-shadow-bottom,.swiper-container-3d .no-slide-shadow-left,.swiper-container-3d .no-slide-shadow-right,.swiper-container-3d .no-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .no-slide-shadow-bottom,.swiper-container-3d .no-slide-shadow-left,.swiper-container-3d .no-slide-shadow-right,.swiper-container-3d .no-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .no-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .no-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .no-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .no-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.no-slide{scroll-snap-align:start start}

	#fv .swiper-slide {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		position: relative;
	}
		#fv .sp {
			display: none;
		}


	#fv .since {
		position: absolute;
		top: 180px;
		right: 30px;
		z-index: 10;
		font-size: 5.2rem;
		color: #fff;
		line-height: 1;
		font-style: italic;
		text-align: right;
	}
		#fv .since span {
			display: block;
			font-size: 4.4rem;
		}






/* news
----------------- */
#news {
	width: 100%;
	background: #212121;
	padding: 40px 0;
}
	#news h2 {
		width: 147px;
		font-size: 2.4rem;
		color: #fff;
		padding-top: 17px;
	}


	#news .text {
		width: -webkit-calc(100% - 147px);
		width: calc(100% - 147px);
	}
		#news .text a {
			display: block;
			color: #fff;
		}
			#news .text a time {
				font-size: 1.4rem;
				color: #949494;
			}


	#news .swiper-button-prev {
		width: 30px;
		height: 30px;
		background: #fff;
		left: auto;
		top: 36px;
		right: 50px;
	}
	#news .swiper-button-prev:after {
		font-size: 1.2rem;
		color: #212121;
	}

	#news .swiper-button-next {
		width: 30px;
		height: 30px;
		background: #fff;
		top: 36px;
	}
	#news .swiper-button-next:after {
		font-size: 1.2rem;
		color: #212121;
	}






/* services
----------------- */
#services {
	width: 100%;
	padding: 100px 0;
	background: #ececec;
}
	#services .title {
		margin-bottom: 15px;
	}
	#services .read {
		font-size: 1.4rem;
		margin-bottom: 30px;
	}


	#services dl {
		width: 16%;
		background: #fff;
		padding: 20px 10px 25px 10px;
		text-align: center;
	}
		#services dl dt {
			font-size: 2.4rem;
		}
		#services dl dd {
			font-size: 1.6rem;
			font-weight: 700;
			line-height: 1.5em;
		}
			#services dl dd .border {
				text-decoration: underline;
			}


	#services .btn {
		position: absolute;
		top: 0;
		right: 0;
	}






/* bnrarea
----------------- */
#bnrarea {
	width: 100%;
	padding: 100px 0;
}
	#bnrarea ul li {
		width: 24%;
	}






/* bnrarea
----------------- */
#newitem {
	width: 100%;
	padding-bottom: 100px;
}
	#newitem .title {
		margin-bottom: 30px;
	}


	#newitem .tabbox .tab {
		border-bottom: solid 1px #212121;
	}
		#newitem .tabbox .tab li {
			width: 30%;
			height: 50px;
			margin-right: 2%;
			border-top: solid 1px #212121;
			border-right: solid 1px #212121;
			border-left: solid 1px #212121;
			font-size: 1.6rem;
			font-weight: 700;
			line-height: 50px;
			text-align: center;
			cursor: pointer;
		}
		#newitem .tabbox .tab li.select {
			background: #212121;
			color: #fff;
		}
		#newitem .tabbox .tab li:nth-last-child(1) {
			margin-right: 0;
		}


	#newitem .tabbox .content {
		padding-top: 40px;
	}
		#newitem .tabbox .content .cell {
			display: block;
		}
		#newitem .tabbox .content .hide {
			display: none;
		}
			#newitem .tabbox .content .cell .itemlist .itembox {
				width: 31.2%;
				margin-right: 3%;
				margin-bottom: 40px;
			}
			#newitem .tabbox .content .cell .itemlist .itembox:nth-child(3n) {
				margin-right: 0;
			}
				#newitem .tabbox .content .cell .itemlist .itembox a {
					display: block;
				}
					#newitem .tabbox .content .cell .itemlist .itembox a h3 {
						padding-top: 20px;
						font-size: 1.6rem;
						text-align: left;
						overflow: hidden;
						display: -webkit-box;
						-webkit-box-orient: vertical;
						-webkit-line-clamp: 2;
					}

					#newitem .tabbox .content .cell .itemlist .itembox a .price {
						padding-top: 10px;
						font-family: 'Montserrat', sans-serif;
						font-size: 1.6rem;
						font-weight: 600;
						color: #777;
					}
						#newitem .tabbox .content .cell .itemlist .itembox a .price span {
							font-size: 1.0rem;
							padding-left: 3px;
						}


			#newitem .tabbox .content .cell .btn {
				margin: auto;
			}






/* recommend
----------------- */
#recommend {
	width: 100%;
	padding-bottom: 60px;
}
	#recommend .title {
		margin-bottom: 30px;
	}


	#recommend .itemlist .itembox {
		width: 22.7%;
		margin-right: 3%;
		margin-bottom: 40px;
	}
	#recommend .itemlist .itembox:nth-child(4n) {
		margin-right: 0;
	}
		#recommend .itemlist .itembox a {
			display: block;
		}
			#recommend .itemlist .itembox a h3 {
				padding-top: 15px;
				font-size: 1.4rem;
				text-align: left;
				overflow: hidden;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 2;
			}

			#recommend .itemlist .itembox a .price {
				padding-top: 10px;
				font-family: 'Montserrat', sans-serif;
				font-size: 1.4rem;
				font-weight: 600;
				color: #777;
			}
				#recommend .itemlist .itembox a .price span {
					font-size: 1.0rem;
					padding-left: 3px;
				}




/* review
----------------- */
#review {
	width: 100%;
	padding: 100px 0;
	background: #ececec;
}
	#review .tabbox .tab {
		width: 580px;
		position: absolute;
		top: 0;
		right: 0;
	}
		#review .tabbox .tab li {
			width: 48%;
			height: 60px;
			font-size: 1.8rem;
			line-height: 60px;
			text-align: center;
			border: solid 1px #212121;
			cursor: pointer;
		}
		#review .tabbox .tab li.select {
			background: #212121;
			color: #fff;
			position: relative;
		}
		#review .tabbox .tab li.select:before {
			content: "";
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 7px 7px 0 7px;
			border-color: #212121 transparent transparent transparent;
			position: absolute;
			bottom: -7px;
			left: 50%;
			margin-left: -7px;
		}


	#review .content .cell {
		display: block;
		background: #fff;
		padding: 10px;
	}
	#review .content .hide {
		display: none;
	}
		#review .content .cell .scrollbox {
			padding: 40px;
			height: 540px;
			overflow-y: scroll;
		}
			#review .content .cell .scrollbox .box {
				padding-bottom: 30px;
				margin-bottom: 30px;
				border-bottom: dashed 1px #dddddd;
			}
			#review .content .cell .scrollbox .box:nth-last-child(1) {
				padding-bottom: 0;
				margin-bottom: 0;
				border-bottom: none;
			}
				#review .content .cell .scrollbox .box .text {
					width: 83%;
				}
					#review .content .cell .scrollbox .box .text h3 {
						font-size: 1.8rem;
						font-weight: 700;
						line-height: 1.6em;
						margin-bottom: 10px;
					}

					#review .content .cell .scrollbox .box .text .evaluation {
						font-size: 1.4rem;
						color: #ececec;
						margin-bottom: 10px;
					}
						#review .content .cell .scrollbox .box .text .evaluation span {
							color: #ffdd00;
						}

					#review .content .cell .scrollbox .box .text .txt {
						font-size: 1.4rem;
						line-height: 30px;
						margin-bottom: 20px;
					}


				#review .content .cell .scrollbox .box .pht {
					width: 17%;
					padding-left: 20px;
				}


		#review .content .cell .fax {
			padding: 40px;
			height: 540px;
			overflow-y: scroll;
		}
			#review .content .cell .fax li {
				width: 22%;
				margin-right: 4%;
				margin-bottom: 4%;
				border: solid 1px #ddd;
			}
			#review .content .cell .fax li:nth-child(4n) {
				margin-right: 0;
			}
				#review .content .cell .fax li a {
					display: block;
					padding: 20px;
				}

				#review .content .cell .fax li .btn_item a {
					display: block;
					padding: 10px;
					text-align: center;
					background: #212121;
					color: #fff;
					font-size: 1.4rem;
				}






/* blog
----------------- */
#blog {
	width: 100%;
	padding: 100px 0;
}
	#blog .blog-list .box {
		width: 31%;
	}
		#blog .blog-list .box a {
			display: block;
		}
			#blog .blog-list .box a .pht {
				overflow: hidden;
			}
				#blog .blog-list .box a .pht img {
					width: 100%;
					height: auto;
					-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;
				}
				#blog .blog-list .box a: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);
				}


			#blog .blog-list .box a .text {
				padding-top: 10px;
				position: relative;
			}
				#blog .blog-list .box a .text .cat {
					position: absolute;
					top: 4px;
					left: 100px;
				}
					#blog .blog-list .box a .text .cat span {
						font-size: 1.0rem;
						letter-spacing: 0;
						padding: 0 5px;
						background: #ececec;
					}

				#blog .blog-list .box a .text .days {
					font-size: 1.2rem;
					font-family: 'Montserrat', sans-serif;
					font-weight: 600;
				}

				#blog .blog-list .box a .text h3 {
					font-size: 1.8rem;
					padding-top: 10px;
					padding-bottom: 10px;
				}

				#blog .blog-list .box a .text .txt {
					font-size: 1.2rem;
				}


	#blog .btn {
		margin: auto;
		padding-top: 50px;
	}






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






/* fv
----------------- */
#fv {
	padding-top: 110px;
}







}

	







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






/* fv
----------------- */
#fv .sp {
	display: block;
}
#fv .pc {
	display: none;
}


#fv .since {
	top: 150px;
}






/* news
----------------- */
#news {
	padding: 20px 0 40px 0;
}
#news .inner {
	display: block;
}
	#news h2 {
		display: none;
	}


	#news .text {
		width: 100%;
	}
		#news .text a time {
			display: block;
			font-size: 1.2rem;
			padding-top: 20px;
			padding-bottom: 10px;
		}
	
		#news .text a p {
			font-size: 1.4rem;
		}


	#news .swiper-button-prev {
		top: 25px;
	}

	#news .swiper-button-next {
		top: 25px;
	}






/* services
----------------- */
#services {
	padding: 50px 0;
}
	#services .title {
		margin-bottom: 20px;
	}
	
	
	#services .read {
		display: block;
		font-size: 1.4rem;
		padding-bottom: 0;
		padding-right: 40px;
		margin-bottom: 0;
		position: relative;
	}
	#services .read:before {
		content: "";
		width: 15px;
		height: 30px;
		background: url(https://alphaespace.itembox.design/item/img/ac_arrow_open.png) no-repeat center / 100%;
		position: absolute;
		top: 0;
		right: 0;
	}
	#services .read.active:before {
		background: url(https://alphaespace.itembox.design/item/img/ac_arrow_close.png) no-repeat center / 100%;
	}
	
	
	#services .list {
		display: none;
		padding-top: 20px;
	}
	#services .flex-start {
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
		#services dl {
			width: 49%;
			background: #fff;
			margin-right: 2%;
			margin-bottom: 2%;
			padding: 10px 0;
			text-align: left;
			display: flex;
			display: -webkit-flex;
			justify-content: space-between;
		}
		#services dl:nth-child(2n) {
			margin-right: 0;
		}
			#services dl dt {
				width: 60px;
				display: flex;
				justify-content: center;
				align-items: center;
				font-size: 2.0rem;
				text-align: center;
				border-right: solid 1px #212121;
			}
			#services dl dd {
				width: -webkit-calc(100% - 75px);
				width: calc(100% - 75px);
				font-size: 1.4rem;
				line-height: 1.4em;
			}


	#services .btn {
		padding-top: 20px;
		position: static;
	}






/* bnrarea
----------------- */
#bnrarea {
	width: 100%;
	padding: 50px 0;
}
	#bnrarea ul {
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
		#bnrarea ul li {
			width: 48%;
			margin: 0 4% 4% 0;
		}
		#bnrarea ul li:nth-child(2n) {
			margin-right: 0;
		}
		#bnrarea ul li:nth-child(3),
		#bnrarea ul li:nth-child(4) {
			margin-bottom: 0;
		}






/* bnrarea
----------------- */
#newitem {
	padding-bottom: 50px;
}
	#newitem .tabbox .tab {
		border-bottom: solid 1px #212121;
	}
		#newitem .tabbox .tab li {
			width: 32%;
			padding: 0 5px;
			margin-right: 2%;
			font-size: 1.2rem;
			line-height: 1.4em;
			letter-spacing: 0.06em;
			display: flex;
			justify-content: center;
			align-items: center;
		}


	#newitem .tabbox .content {
		padding-top: 30px;
	}
		#newitem .tabbox .content .cell .itemlist .itembox {
			width: 48%;
			margin-right: 4%;
			margin-bottom: 30px;
		}
		#newitem .tabbox .content .cell .itemlist .itembox:nth-child(2n) {
			margin-right: 0;
		}
		#newitem .tabbox .content .cell .itemlist .itembox:nth-child(3),
		#newitem .tabbox .content .cell .itemlist .itembox:nth-child(9) {
			margin-right: 4%;
		}
			#newitem .tabbox .content .cell .itemlist .itembox a h3 {
				padding-top: 10px;
				font-size: 1.4rem;
			}

			#newitem .tabbox .content .cell .itemlist .itembox a .price {
				font-size: 1.6rem;
			}






/* recommend
----------------- */
#recommend {
	padding-bottom: 20px;
}
	#recommend .itemlist .itembox {
		width: 32%;
		margin-right: 2%;
		margin-bottom:30px;
	}
	#recommend .itemlist .itembox:nth-child(3n) {
		margin-right: 0;
	}
	#recommend .itemlist .itembox:nth-child(4) {
		margin-right: 2%;
	}
			#recommend .itemlist .itembox a h3 {
				padding-top: 10px;
				font-size: 1.2rem;
			}






/* review
----------------- */
#review {
	padding: 50px 0;
}
	#review .tabbox .tab {
		width: 100%;
		position: static;
		margin-bottom: 20px;
	}
		#review .tabbox .tab li {
			width: 48%;
			height: 50px;
			font-size: 1.4rem;
			line-height: 50px;
		}


	#review .content .cell .scrollbox {
		padding: 20px;
	}
		#review .content .cell .scrollbox .box {
			display: block;
			position: relative;
		}
		#review .content .cell .scrollbox .box:nth-last-child(1) {
			padding-bottom: 0;
			margin-bottom: 0;
			border-bottom: none;
		}
			#review .content .cell .scrollbox .box .text {
				width: 100%;
			}
				#review .content .cell .scrollbox .box .text h3 {
					width: 70%;
					font-size: 1.4rem;
					text-align: left;
					line-height: 1.6em;
				}

				#review .content .cell .scrollbox .box .text .txt {
					font-size: 1.3rem;
					line-height: 2em;
				}


			#review .content .cell .scrollbox .box .pht {
				width: 27%;
				padding-left: 0;
				position: absolute;
				top: 0;
				right: 0;
			}


	#review .content .cell .fax {
		padding: 20px;
	}
		#review .content .cell .fax li {
			width: 48%;
		}
		#review .content .cell .fax li:nth-child(2n) {
			margin-right: 0;
		}
			#review .content .cell .fax li a {
				padding: 10px;
			}

				#review .content .cell .fax li .btn_item a {
					font-size: 1.2rem;
				}






/* sp_cart
----------------- */
#blog {
	padding: 50px 0;
}
	#blog .blog-list .box {
		width: 48%;
	}
	#blog .blog-list .box:nth-child(3) {
		display: none;
	}
		#blog .blog-list .box a .text {
			padding-top: 5px;
		}
			#blog .blog-list .box a .text .cat {
				position: static;
			}

			#blog .blog-list .box a .text h3 {
				font-size: 1.4rem;
				padding-top: 5px;
			}

			#blog .blog-list .box a .text .txt {
				display: none;
			}


	#blog .btn {
		padding-top: 30px;
	}








}