@charset "UTF-8";
/* CSS Document */



/* left_area
----------------- */
.fs-l-pageMain {
	max-width: 1200px;
    width: 100%;
	margin: auto;
	padding-bottom: 100px;
}
	.fs-l-pageMain .fs-system-product {
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
	}
		.fs-l-pageMain .fs-system-product .left_area {
			width: 55%;
		}

		.fs-l-pageMain .fs-system-product .right_area {
			width: 40%;
		}

	.fs-l-main .menubox {
		width: 100% !important;
		height: 100vh;
		background: #262626;
		overflow-y: scroll;
		padding: 150px 0 80px 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 15;
		transform: translatex(-100%);
		transition: all 0.6s;
	}


	.fs-l-main .fs-l-pageMain {
		width: 100% !important;
	}



/* sp_cart
----------------- */
#sp_cart,
.fs-c-productCarouselMainImage__expandButton {
	display: none;
}



/* fs-p-snsArea
----------------- */
.left_area .fs-p-snsArea {
	display: none;
}



/* fs-c-productCarouselMainImage__image
----------------- */
.fs-c-productCarouselMainImage__image > img {
	display: block;
	max-width: 83%;
	margin: auto;
	max-height: auto;
}


/* itemtab
----------------- */
.itemtab {
	padding-top: 40px;
}
	.itemtab .tab li {
		width: 32%;
		height: 54px;
		border: solid 1px #212121;
		font-size: 1.6rem;
		text-align: center;
		line-height: 52px;
		cursor: pointer;
	}
	.itemtab .tab li.select {
		background: #212121;
		border: solid 1px #212121;
		color: #fff;
		position: relative;
	}
	.itemtab .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;
	}


	.itemtab .content {
		padding-top: 30px;
	}
		.itemtab .content .cell {
			display: block;
		}
		.itemtab .content .hide {
			display: none;
		}
			.itemtab .content .cell a.link {
				text-decoration: underline;
				color: #606060;
			}
			.itemtab .content .cell a.link:hover {
				text-decoration: none;
				color: #212121;
			}

			.itemtab .content .cell .explanation h3 {
				font-size: 2.2rem;
				font-weight: 700;
				text-align: center;
				margin-bottom: 20px;
			}

			.itemtab .content .cell .explanation h4 {
				font-size: 1.8rem;
				font-weight: 700;
				line-height: 1.4em;
				border-left: solid 2px #212121;
				margin-top: 30px;
				padding-left: 10px;
			}

			.itemtab .content .cell .explanation p {
				font-size: 1.4rem;
				line-height: 32px;
				margin-top: 10px;
				margin-bottom: 10px;
			}

			.itemtab .content .cell .explanation .column2 {
				display: flex;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
			}
				.itemtab .content .cell .explanation .column2 li {
					width: 48%;
					margin-right: 4%;
					margin-bottom: 20px;
				}
				.itemtab .content .cell .explanation .column2 li:nth-child(2n) {
					margin-right: 0;
				}


			.itemtab .content .cell .spec table {
				width: 100%;
				border-collapse: collapse;
			}
				.itemtab .content .cell .spec table th {
					width: 125px;
					padding: 15px 0;
					font-size: 1.5rem;
					font-weight: 700;
					text-align: left;
					border-top: solid 1px #ddd;
					border-bottom: solid 1px #ddd;
				}
				.itemtab .content .cell .spec table td {
					width: -webkit-calc(100% - 125px);
					width: calc(100% - 125px);
					padding: 15px 0;
					font-size: 1.4rem;
					text-align: left;
					border-top: solid 1px #ddd;
					border-bottom: solid 1px #ddd;
				}
					.itemtab .content .cell .spec table td span {
						font-size: 1.2rem;
					}


			.itemtab .content .cell .fs-c-productReview__addReview {
				width: 150px;
				margin: auto;
			}



/* item
----------------- */
.item { 
}
	.item .fs-c-productMarks {
		margin-bottom: 10px;
	}
		.item .fs-c-productMarks li {
			margin-right: 5px;
		}
			.item .fs-c-productMarks li .fs-c-productMark__mark {
				height: 20px;
				font-size: 1.0rem;
				background: #ececec;
				line-height: 13px;
				border-radius: 26px;
			}
			.item .fs-c-productMarks li .new {
				background: #de0000;
				font-weight: 700;
				color: #fff;
			}


	.item .copy_tit { 
		font-size: 1.4rem;
		font-weight: 700;
		margin-bottom: 5px;
	}


	.item h1.fs-c-heading { 
		font-size: 2.0rem;
		font-weight: 700;
		line-height: 1.6em;
		margin-bottom: 10px;
	}
		.item h1.fs-c-heading .fs-c-productNameHeading__copy {
			display: none;
		}


	.item .fs-c-productNumber { 
		font-size: 1.4rem;
		border: none;
		padding: 0;
		margin-bottom: 35px;
	}


	.item .fs-c-productPrices {
	}
		.item .fs-c-productPrices .fs-c-productPrice__main__price {
			font-family: 'Montserrat', sans-serif;
			font-size: 3.0rem !important;
			font-weight: 600;
			color: #777;
			line-height: 1;
		}


	.item .fs-c-productPointDisplay {
		font-size: 1.2rem;
		font-weight: 500;
		color: #212121;
		letter-spacing: 0.06em;
		padding: 0;
		background: none;
		margin-bottom: 15px;
	}



/* popup
----------------- */
.popup { 
}
	.popup .popup_bg .popup_title { 
		display: none;
	}

	.popup .popup_bg .btn { 
		display: none;
	}

	.popup .popup_bg .fs-c-productSelection,
	.popup .popup_bg .fs-c-productOption {
	}
		.popup .popup_bg .fs-c-productSelection dt,
		.popup .popup_bg .fs-c-productOption dt {
			width: 100%;
			font-size: 1.4rem;
			font-weight: 500;
			background: none;
		}
		.popup .popup_bg .fs-c-productSelection dd,
		.popup .popup_bg .fs-c-productOption dd {
			width: 100%;
		}
			.popup .popup_bg .fs-c-productSelection dd .fs-c-dropdown__menu,
			.popup .popup_bg .fs-c-productOption dd .fs-c-dropdown__menu {
				background: #ececec;
				font-size: 1.4rem;
				padding: 10px;
			}
			.popup .popup_bg .fs-c-productSelection dd .fs-c-dropdown::after,
			.popup .popup_bg .fs-c-productOption dd .fs-c-dropdown::after {
				background: #ececec;
				border: none;
			}

	.popup .popup_bg .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__quantity {
		width: 120px;
		position: relative;
		padding-left: 47px;
	}
	.popup .popup_bg .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__quantity:before {
		content: "数量：";
		font-size: 1.4rem;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.popup .popup_bg .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__wishlist .fs-c-button--addToWishList--detail {
		padding: 0;
		background: none;
		border: none;
		box-shadow: none;
	}
		.popup .popup_bg .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__wishlist .fs-c-button--addToWishList--detail .fs-c-button__label {
			display: none;
			border: none;
		}

		.fs-c-button--particular.fs-c-button--addToWishList--detail::after {
			content: "\e919";
			font-size: 2.6rem;
		}

	.popup .popup_bg .fs-c-productActionButton {
		padding-top: 30px;
	}
		.popup .popup_bg .fs-c-productActionButton .fs-c-button--primary {
			height: 80px;
			border: none;
			background: #fd8424 url(https://alphaespace.itembox.design/item/img/icon_cart_white.png) no-repeat 95% center;
			font-size: 2.0rem;
			font-weight: 700;
			transition: 0.3s;
			-webkit-transition: 0.3s;
		}
		.popup .popup_bg .fs-c-productActionButton .fs-c-button--primary:hover {
			opacity: 1.0;
			background: #ffa156 url(https://alphaespace.itembox.design/item/img/icon_cart_white.png) no-repeat 95% center;
		}



/* fs-p-snsArea
----------------- */
.fs-p-snsArea { 
	display: flex;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
	.fs-p-snsArea .fb-like { 
		margin-top: -8px;
	}



/* days
----------------- */
.days p {
	font-size: 1.2rem;
	text-align: center;
}



/* btnlink
----------------- */
.btnlink a {
	display: block;
	padding-top: 10px;
	font-size: 1.4rem;
	text-decoration: underline;
	text-align: center;
}
.btnlink a:hover {
	text-decoration: none;
}



/* movie
----------------- */
.movie iframe {
	margin-top: 40px;
	width: 100%;
	height: 350px;
}



/* note
----------------- */
.note {
	padding-top: 10px;
}
	.note p {
		font-size: 1.2rem;
		position: relative;
		padding-left: 14px;
	}
	.note p:before {
		content: "";
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: #ddd;
		position: absolute;
		top: 8px;
		left: 0;
	}



/* btnlist
----------------- */
.btnlist {
	padding-top: 40px;
}
	.btnlist .btn-box {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
		background: #ececec;
		border: solid 1px #ddd;
	}
	.btnlist .btn-box:nth-child(2n) {
		margin-right: 0;
	}
		.btnlist .btn-box a {
			display: flex;
			justify-content: flex-start;
			align-items: center;
			text-align: left;
			height: 70px;
			font-size: 1.4rem;
			line-height: 1.4em;
			padding: 0 15px;
		}
		.btnlist .btn-box a.btn-arrow {
			background: url(https://alphaespace.itembox.design/item/img/icon_arrow_black.png) no-repeat 95% center;
		}
		.btnlist .btn-box a.btn-pop {
			background: url(https://alphaespace.itembox.design/item/img/icon_open.png) no-repeat 95% center;
		}





/* ポップアップ */
.lightbox {
	display: none;
}
.featherlight {
	z-index: 999999999 !important;
}
	.featherlight .featherlight-close {
		font-size: 2.0rem;
		top: 5px !important;
		right: 5px !important;
	}


	.featherlight .featherlight-content {
		max-width: 900px;
		padding: 50px 50px 25px 50px !important;
	}
		.featherlight .featherlight-content h3 {
			font-size: 2.6rem;
			font-weight: 700;
			margin-bottom: 20px;
			text-align: center;
		}

		.featherlight .featherlight-content .tag {
			width: 100px;
			margin: auto;
			font-size: 1.6rem;
			font-weight: 700;
			color: #de0000;
			text-align: center;
			border: solid 1px #de0000;
			margin-bottom: 40px;
		}

		.featherlight .featherlight-content ul li {
			width: 48%;
			text-align: center;
		}
			.featherlight .featherlight-content ul li .pht {
				background: #ececec;
				padding: 30px;
			}

			.featherlight .featherlight-content ul li p {
				font-size: 1.6rem;
				text-align: center;
				padding-top: 20px;
			}

		.featherlight .featherlight-content .txt {
			font-size: 1.4rem;
			text-align: center;
			padding-bottom: 30px;
		}

		.featherlight .featherlight-content .btn {
			margin: auto;
			padding-top: 30px;
		}





/* fs-recommend--flick
----------------- */
#fs-recommend--flick {
	padding-bottom: 100px;
}
	#fs-recommend--flick .h2_tit {
		border-top: solid 3px #212121;
		border-bottom: solid 1px #212121;
		padding: 24px 0;
		font-size: 2.6rem;
		line-height: 1.4em;
		font-weight: 700;
		margin-bottom: 30px;
	}


	#fs-recommend--flick .itembox {
	}
		#fs-recommend--flick .itembox .itembox a {
			display: block;
		}
			#fs-recommend--flick .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;
			}

			#fs-recommend--flick .itembox a .price {
				padding-top: 10px;
				font-family: 'Montserrat', sans-serif;
				font-size: 1.6rem;
				font-weight: 600;
				color: #777;
			}
				#fs-recommend--flick .itembox a .price span {
					font-size: 1.0rem;
					padding-left: 3px;
				}






/* 1260px */
@media screen and (max-width: 1260px) {



/* left_area
----------------- */
.fs-l-pageMain {
	padding: 0 3% 100px 3%;
}




}

	







/* max 1023px */
@media screen and (max-width: 1023px) {



/* left_area
----------------- */
.fs-l-pageMain {
	padding: 0 0 50px 0;
}
	.fs-l-pageMain .fs-system-product {
		display: block;
	}
		.fs-l-pageMain .fs-system-product .left_area {
			width: 100%;
		}

		.fs-l-pageMain .fs-system-product .right_area {
			width: 100%;
		}



/* sp_cart
----------------- */
#sp_cart {
	display: block;
}



/* fs-p-snsArea
----------------- */
.left_area .fs-p-snsArea {
	display: flex;
}
.right_area .fs-p-snsArea {
	display: none;
}



/* itemtab
----------------- */
.itemtab {
	padding-top: 40px;
}
	.itemtab .tab li {
		height: 50px;
		font-size: 1.3rem;
		letter-spacing: 0.06em;
		line-height: 48px;
	}


	.itemtab .content .cell .explanation h3 {
		font-size: 2.0rem;
	}

	.itemtab .content .cell .explanation h4 {
		font-size: 1.6rem;
	}

	.itemtab .content .cell .explanation p {
		font-size: 1.3rem;
		line-height: 2em;
	}


	.itemtab .content .cell .spec table th {
		display: block;
		width: 100%;
		padding: 15px 0 5px 0;
		font-size: 1.4rem;
		border-top: solid 1px #ddd;
		border-bottom: none;
	}
	.itemtab .content .cell .spec table td {
		display: block;
		width: 100%;
		padding: 0 0 15px 0;
		font-size: 1.3rem;
		border-top: none;
		border-bottom: none;
	}
	.itemtab .content .cell .spec table tr:nth-last-child(1) td {
		border-bottom: solid 1px #ddd;
	}
		.itemtab .content .cell .spec table td span {
			font-size: 1.1rem;
		}



/* item
----------------- */
.right_area .item { 
	display: none;
}
	.item .fs-c-productMarks {
		padding-top: 20px;
	}
		.item .fs-c-productMarks li {
			margin-right: 5px;
			margin-bottom: 8px;
		}
			.item .fs-c-productMarks li .fs-c-productMark__mark {
				letter-spacing: 0;
				line-height: 10px;
			}


	.item h1.fs-c-heading { 
		text-align: left;
	}


	.item .fs-c-productNumber { 
		font-size: 1.2rem;
	}


	#sp_cart .cart_btn { 
		width: 100%;
		padding: 20px 0 10px 0;
	}
		#sp_cart .cart_btn a {
			display: block;
			height: 66px;
			background: #fd8424 url(https://alphaespace.itembox.design/item/img/icon_cart_white.png) no-repeat 95% center;
			font-size: 1.6rem;
			font-weight: 700;
			color: #fff;
			line-height: 66px;
			text-align: center;
		}



/* popup
----------------- */
.popup { 
}
	.popup {
		display: none;
		width: 100%;
		height: 100%;
		padding: 5%;
		background: rgba(0,0,0,0.8);
		overflow-y: auto;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
	}
		.popup .popup_bg {
			background: #fff;
			border-radius: 6px;
			padding: 15px 20px 20px 20px;
		}
			.popup .popup_bg .popup_title { 
				display: flex;
				padding-bottom: 30px;
			}
				.popup .popup_title dt {
					font-size: 1.6rem;
					line-height: 1;
					padding-top: 10px;
				}
				.popup .popup_title dd a {
					display: block;
					font-size: 3.0rem;
					font-weight: 400;
					line-height: 1;
				}
	
			.popup .popup_bg .fs-c-productActionButton .fs-c-button--primary {
				width: 100%;
				height: 66px;
				font-size: 1.6rem;
			}



/* days
----------------- */
.days.pc {
	display: none;
}



/* note
----------------- */
.note.pc {
	display: none;
}



/* btnlist
----------------- */
.btnlist {
	display: block;
	padding-top: 30px;
}
	.btnlist .btn-box {
		width: 100%;
		margin-right: 0;
	}
		.btnlist .btn-box a {
			height: 60px;
			font-size: 1.3rem;
		}





/* ポップアップ */
.lightbox {
	display: none;
}
.featherlight {
	z-index: 999999999 !important;
}
	.featherlight .featherlight-close {
		font-size: 2.0rem;
		top: 5px !important;
		right: 5px !important;
	}


	.featherlight .featherlight-content {
		width: 90%;
		padding: 30px 20px 30px 20px !important;
	}
		.featherlight .featherlight-content h3 {
			font-size: 2.0rem;
			margin-bottom: 20px;
		}

		.featherlight .featherlight-content ul {
			display: block;
		}
		.featherlight .featherlight-content ul li {
			width: 100%;
			margin-bottom: 20px;
		}
		.featherlight .featherlight-content ul li:nth-last-child(1) {
			margin-bottom: 0;
		}
			.featherlight .featherlight-content ul li .pht {
				background: #ececec;
				padding: 30px;
			}

			.featherlight .featherlight-content ul li p {
				font-size: 1.4rem;
				padding-top: 10px;
			}

		.featherlight .featherlight-content .txt {
			font-size: 1.3rem;
		}

		.featherlight .featherlight-content .btn {
			padding-top: 30px;
		}



/* movie
----------------- */
.movie iframe {
	height: 210px;
}



/* btnlink
----------------- */
.right_area .btnlink {
	display: none;
}
.btnlink a {
	font-size: 1.3rem;
}



/* fs-c-productCarouselMainImage__image
----------------- */
.fs-c-productCarouselMainImage__image > img {
	max-width: 47%;
}





/* fs-recommend--flick
----------------- */
#fs-recommend--flick {
	padding-bottom: 100px;
}
	#fs-recommend--flick .h2_tit {
		padding: 20px 0;
		font-size: 2.0rem;
	}


	#fs-recommend--flick .itembox {
	}
		#fs-recommend--flick .itembox .itembox a {
			display: block;
		}
			#fs-recommend--flick .itembox a h3 {
				padding-top: 10px;
				font-size: 1.4rem;
			}

			#fs-recommend--flick .itembox a .price {
				font-size: 1.6rem;
			}









}