@charset "UTF-8";
/* CSS Document */



/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* グローバルナビ */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#globalnav {
	position: fixed;
	top: 80px;
	z-index: 101;
}



/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* パンくず */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.fs-c-breadcrumb {
	padding: 180px 0 18px 0;
}


/* fs-l-pageMain
---------------------*/
.fs-l-pageMain {
    max-width: 1200px;
    width: 100%;
}
	.fs-l-product2 .fs-l-productLayout {
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
	}
		.fs-l-product2 .fs-l-productLayout .fs-l-productLayout__item--1 {
			width: 50%;
		}
		.fs-l-product2 .fs-l-productLayout .fs-l-productLayout__item--2 {
			width: 45%;
		}


/* fs-c-productCarouselMainImage
---------------------*/
.fs-c-productCarouselMainImage {
}
	
	.fs-c-slick.slick-slider {
	}
		.fs-c-productCarouselMainImage__image > img {
			display: block;
			max-width: 74%;
			border: solid 1px #ddd;
			margin: auto;
			max-height: auto;
			margin-bottom: 20px;
		}

	.fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__thumbnailList {
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0;
		overflow-x: auto;
	}
		.fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__thumbnailList li {
			width: 19.2%;
			flex-basis: auto;
			cursor: pointer;
			margin: 0 1% 0 0;
			border: 1px solid #ddd;
		}
		.fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__thumbnailList li:nth-child(5n) {
			margin: 0 0 0 0;
		}
		.fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__thumbnailList li.slick-active {
			border: 1px solid #000;
		}
			.fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__thumbnailList li .fs-c-productCarouselMainImage__thumbnail__img {
				border: none;
			}

.fs-c-productCarouselMainImage .slick-list .slick-slide .subtxt {
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 0;
    font-size: 1.2rem;
    text-align: center;
}

.fs-c-productCarouselMainImage__expandButton {
    margin-top: -30px;
}


/* fs-c-productMark
---------------------*/
.fs-c-productMark li {
	font-size: 1.2rem;
	margin-bottom: 6px;
	margin-right: 4px;
}
	.fs-c-productMark li .tag {
		background: #E6E6E6;
		font-weight: 700;
	}
	.fs-c-productMark li .yellow {
		background: #FFAF00;
		color: #fff;
	}
	.fs-c-productMark li .red {
		background: #D31C1C;
		color: #fff;
	}


/* fs-c-productNameHeading
---------------------*/
.fs-c-productNameHeading {
	font-weight: 500;
	padding-top: 10px;
}
	.fs-c-productNameHeading .fs-c-productNameHeading__copy {
		display: block;
		font-size: 1.6rem;
		letter-spacing: 0.12em;
		padding-bottom: 10px;
	}

	.fs-c-productNameHeading .fs-c-productNameHeading__name {
		display: block;
		font-size: 2.8rem;
		letter-spacing: 0.12em;
		line-height: 1.4em;
	}


/* fs-c-productNumber
---------------------*/
.fs-c-productNumber {
	border: none;
	padding: 0 0 10px 0;
	font-size: 1.2rem;
}


/* fs-c-productPrices
---------------------*/
.fs-c-productPrices {
	padding: 0;
	margin: 0 !important;
}
	.fs-c-productPrices .fs-c-productPrice__main__label {
		font-size: 1.2rem;
	}

	.fs-c-productPrices--productDetail .fs-c-productPrice--selling:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
		font-size: 1.6rem;
		color: #262626 !important;
	}

	.fs-c-productPrices--productDetail .fs-c-productPrice:nth-last-child(1) .fs-c-productPrice__main__price {
		color: #262626 !important;
		font-family: 'Montserrat', sans-serif;
		font-size: 2.6rem;
		font-weight: 500;
		line-height: 1;
	}

	.fs-c-productPrices .fs-c-productPrice__addon {
		font-size: 1.2rem;
		line-height: 1;
	}
	.fs-c-productPrices .fs-c-productPrice--selling .fs-c-productPrice__addon {
		font-size: 1.0rem;
	}


/* fs-c-productPointDisplay
---------------------*/
.fs-c-productPointDisplay {
    background: none;
    color: #262626;
    font-size: 1.0rem;
    padding: 0;
}


/* fs-c-productReview
---------------------*/
.fs-c-productReview {
    font-size: 1.2rem;
}
.fs-c-productReview .fs-c-reviewList {
	display: none;
}
.fs-c-productReview .fs-c-buttonContainer--addReview--detail {
	padding: 0 0 8px 0;
}


/* fs-p-productDescription--short
---------------------*/
.fs-p-productDescription--short {
    font-size: 1.8rem;
    padding: 0;
}

/* fs-c-productQuantityAndWishlist
---------------------*/
.fs-c-productQuantityAndWishlist {
	border-top: solid 1px #ddd;
	padding-top: 25px;
	padding-bottom: 8px;
}
	.fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__quantity {
		position: relative;
	}
	.fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__quantity:before {
		content: "個";
		font-size: 1.4rem;
		position: absolute;
		top: 10px;
		right: -23px;
	}

	.fs-c-productQuantityAndWishlist .fs-c-button--particular {
		background: none;
		border: none;
		border-radius: 0;
		color: #262626;
		font-size: 1.4rem;
		padding: 0;
		box-shadow: 0 0 0 #fff;
		position: relative;
	}
	.fs-c-productQuantityAndWishlist .fs-c-button--particular:after {
		font-size: 3.0rem;
		color: #9B9B9B;
		position: absolute;
		top: -10px;
		right: 0;
	}
		.fs-c-productQuantityAndWishlist .fs-c-button--particular .fs-c-button__label {
			display: none;
		}


/* fs-c-productActionButton
---------------------*/
.fs-c-productActionButton {
}
	.fs-c-productActionButton .fs-c-button--primary {
		height: 80px;
		background: #FFAF00 url("https://hikarimiso.itembox.design/item/img/icon_cart.svg?d=20210322161703") no-repeat 95% center;
		border: none;
		border-radius: 40px;
		font-size: 2.0rem;
		font-weight: 700;
		transition: 0.3s;
		-webkit-transition: 0.3s;
	}


/* fs-p-snsArea
---------------------*/
.fs-p-snsArea {
	display: flex;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}


/* shopbtn
---------------------*/
.shopbtn {
	border: solid 1px #ddd;
	margin-top: 30px;
}
	.shopbtn a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 66px;
		font-size: 1.8rem;
		text-align: center;
		background: #fff url("https://hikarimiso.itembox.design/item/img/btn_arrow.png?d=20210308221610") no-repeat 97% center / 30px;
	}


/* popup
---------------------*/
.popup {
	display: none;
    height: 100vh;
    width: 100%;
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
	z-index: 111;
}
	.popup .content {
		background: #fff;
		padding: 50px;
		width: 500px;
		position: relative;
	}
	.show {
		display: flex;
		justify-content: center;
		align-items: center;
	}
		.popup .content h3 {
			font-size: 2.2rem;
			text-align: center;
			margin-bottom: 25px;
		}

		.popup .content ul li {
			border: solid 1px #ddd;
			margin-top: 10px;
		}
			.popup .content ul li a {
				display: flex;
				justify-content: center;
				align-items: center;
				background: #fff url("https://hikarimiso.itembox.design/item/img/btn_arrow.png?d=20210308221610") no-repeat 97% center / 20px;
				height: 60px;
				font-size: 1.5rem;
				text-align: center;
			}

		.popup .content .close {
			position: absolute;
			top: 3px;
			right: 10px;
		}
			.popup .content .close a {
				display: block;
				font-size: 4.0rem;
				text-align: center;
				line-height: 1;
				color: #000;
			}


/* fs-c-productReview
---------------------*/
.fs-c-productReview {
	padding-top: 10px;
}
.fs-c-productReview .fs-c-rating__value,
.fs-c-aggregateRating__rating::before {
	display: none;
}
.fs-c-aggregateRating__rating {
	flex: 0 1 5.7em;
}
.fs-c-reviewStars::before {
    font-size: 1.0em;
}
.fs-c-aggregateRating__count {
	font-size: 1.1rem;
}


/* fs-c-buttonContainer--inquiryAboutProduct
---------------------*/
.fs-c-buttonContainer--inquiryAboutProduct .fs-c-button--plain {
	width: 100%;
	height: 66px;
	border: solid 1px #ddd;
	font-size: 1.8rem;
	color: #262626;
	background: #fff url("https://hikarimiso.itembox.design/item/img/btn_arrow.png?d=20210308221610") no-repeat 97% center / 30px;
	letter-spacing: 0.1em;
}
	.fs-c-buttonContainer--inquiryAboutProduct .fs-c-button--plain:hover {
		text-decoration: none;
	}


/* tabbox
---------------------*/
.tabbox {
	padding-top: 70px;
}
	.tabbox ul.tab {
		display: flex;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
		.tabbox ul.tab li {
			width: 220px;
			font-size: 2.2rem;
			text-align: center;
			border-bottom: solid 3px #DDDDDD;
			margin-right: 30px;
			padding-bottom: 10px;
			cursor: pointer;
		}
		.tabbox ul.tab li:nth-last-child(1) {
			margin-right: 0;
		}
		.tabbox ul.tab li.select {
			border-bottom: solid 3px #FFAF00;
			color: #FFAF00;
			position: relative;
		}
		.tabbox ul.tab li.select:before {
			content: "";
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 10px 10px 0 10px;
			border-color: #ffae00 transparent transparent transparent;
			position: absolute;
			bottom: -10px;
			left: 50%;
			margin-left: -10px;
		}


	.tabbox .content {
		padding-top: 50px;
	}
		.tabbox .content .hide {
			display: none;
		}
			.tabbox .content .cell .fullbox {
			}
				.tabbox .content .cell .fullbox h3 {
					padding-top: 30px;
					font-size: 2.4rem;
					margin-bottom: 15px;
				}

				.tabbox .content .cell .fullbox .txt {
					font-size: 1.6rem;
					line-height: 34px;
				}


			.tabbox .content .cell .textbox {
				margin-top: 80px;
			}
				.tabbox .content .cell .flex-start .pht {
					width: 50%;
					border-radius: 0 0 100px 0;
					overflow: hidden;
				}
				.tabbox .content .cell .flex-end .pht {
					width: 50%;
					border-radius: 0 0 0 100px;
					overflow: hidden;
				}

				.tabbox .content .cell .flex-start .text {
					width: 50%;
					padding-left: 5%;
					display: flex;
					justify-content: center;
					align-items: center;
				}
				.tabbox .content .cell .flex-end .text {
					width: 50%;
					padding-right: 5%;
					display: flex;
					justify-content: center;
					align-items: center;
				}
					.tabbox .content .cell .textbox .text h3 {
						font-size: 2.4rem;
						margin-bottom: 15px;
					}

					.tabbox .content .cell .textbox .text .txt {
						font-size: 1.6rem;
						line-height: 34px;
						margin-bottom: 15px;
					}
					.tabbox .content .cell .textbox .text .txt:nth-last-child(1) {
						margin-bottom: 0;
					}
					.tabbox .content .cell .textbox .text .txt .cap,
					.tabbox .content .cell .textbox .text .captxt {
						font-size: 1.2rem;
					}
					.tabbox .content .cell .textbox .text .captxt li ul > li {
						padding-left: 1em;
						text-indent: -1em;
					}
				.tabbox .content .cell .wrap {
					flex-wrap: wrap;
					margin-left: -5%;
					margin-bottom: -80px;
				}
					.tabbox .content .cell .wrap .flex-item {
						width: 50%;
						overflow: hidden;
						padding-left: 5%;
						padding-bottom: 80px;
					}
					.tabbox .content .cell .wrap .flex-item .pht {
						width: 100%;
					}
					.tabbox .content .cell .wrap .flex-item .caption {
						margin-top: 20px;
					}

			.tabbox .content .cell .movie {
				width: 560px;
				margin: 80px auto 0 auto;
			}
				.tabbox .content .cell .movie iframe, .tabbox .content .cell .movie video {
					width: 100%;
				}


			.tabbox .content .cell table {
				width: 100%;
				border-collapse: collapse;
			}
				.tabbox .content .cell table th {
					width: 280px;
					border-top: solid 1px #ddd;
					border-bottom: solid 1px #ddd;
					background: #FAFAFA;
					padding: 30px;
					font-size: 1.8rem;
					font-weight: 500;
					text-align: left;
				}
				.tabbox .content .cell table td {
					width: -webkit-calc(100% - 280px);
					width: calc(100% - 280px);
					border-top: solid 1px #ddd;
					border-bottom: solid 1px #ddd;
					padding: 30px;
					font-size: 1.6rem;
					line-height: 30px;
				}
					.tabbox .content .cell table td span {
						display: block;
						font-size: 1.2rem;
						line-height: 1.8em;
					}

					.tabbox .content .cell table td ul li {
						width: 50px;
						margin-right: 5px;
						margin-bottom: 5px;
					}


/* guide
---------------------*/
#guide {
	width: 100%;
	padding-top: 150px;
	padding-bottom: 150px;
}
	#guide ul li {
		width: 31%;
		border-radius: 10px;
		border: solid 1px #ddd;
	}
	#guide ul li:nth-child(1) {
		background: url("https://hikarimiso.itembox.design/item/img/icon_payment.svg?d=20210322172334") no-repeat left 5% center;
	}
	#guide ul li:nth-child(2) {
		background: url("https://hikarimiso.itembox.design/item/img/icon_delivery.svg?d=20210322172334") no-repeat left 5% center;
	}
	#guide ul li:nth-child(3) {
		background: url("https://hikarimiso.itembox.design/item/img/icon_faq.svg?d=20210322172334") no-repeat left 5% center;
	}
		#guide ul li a {
			display: flex;
			justify-content: center;
			align-items: center;
			height: 80px;
			background: url("https://hikarimiso.itembox.design/item/img/icon_arrow_orange.png?d=20210309120603") no-repeat 95% center;
			font-size: 1.8rem;
		}


/* blog
---------------------*/
#blog {
	width: 100%;
	padding-bottom: 150px;
}
	#blog .list .box {
		width: 31%;
		border-radius: 0 0 30px 0;
	}
		#blog .list .box {
			width: 23.5%;
			margin-right: 2%;
		}
		#blog .list .box:nth-child(4) {
			margin-right: 0;
		}
			#blog .list .box a {
				display: block;
			}
				#blog .list .box a .pht {
					overflow: hidden;
					border-radius: 0 0 30px 0;
				}
					#blog .list .box a .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;
					}
					#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 .list .box a .text {
					padding: 16px 0 0 0;
					position: relative;
				}
				#blog .list .box a .days {
					font-size: 1.4rem;
					line-height: 1;
					color: #8E8E8E;
					padding: 0 0 10px 0;
				}

				#blog .list .box a .cat {
					position: absolute;
					top: 7px;
					left: 100px;
				}
					#blog .list .box a .cat span {
						background: #FFAF00;
						font-size: 1.2rem;
						color: #fff;
						line-height: 1;
						letter-spacing: 0.06em;
						padding: 1px 5px 2px 5px;
						border-radius: 10px;
					}

				#blog .list .box a h3 {
					font-size: 1.6rem;
					line-height: 30px;
					color: #3E3A39;
				}


/* itemarea
---------------------*/
.itemarea {
	width: 100%;
	padding-bottom: 150px;
}
	.itemarea .list .item {
		width: 22.5%;
		margin-right: 2%;
	}
	.itemarea .list .item:nth-child(4n) {
		margin-right: 0;
	}
		.itemarea .list .item a {
			display: block;
		}
			.itemarea .list .item a .pht {
				overflow: hidden;
				border: solid 1px #ddd;
				border-radius: 10px;
			}
				.itemarea .list .item a .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;
				}
				.itemarea .list .item 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);
				}

				.itemarea .list .item a h3 {
					min-height: 50px;
					padding-top: 16px;
					margin-bottom: 18px;
					font-size: 1.6rem;
					line-height: 1.5em;
					color: #3E3A39;
				}

				.itemarea .list .item a .price {
					font-size: 1.2rem;
					color: #3E3A39;
					line-height: 1;
				}
					.itemarea .list .item a .price span {
						font-size: 2.2rem;
					}
					.itemarea .list .morelist .item a .price span {
						font-size: 2.0rem;
					}


/* bnrarea
---------------------*/
#bnrarea {
	width: 100%;
	padding-bottom: 150px;
}
	#bnrarea ul li {
		width: 22.5%;
		margin-right: 3.3%;
	}
	#bnrarea ul li:nth-child(4n) {
		margin-right: 0;
	}


.fs-c-checkbox__labelText a {
	text-decoration: underline;
}


/* giftbox
---------------------*/
.giftbox {
	background: #F9F9F9;
	border: solid 1px #ddd;
	margin-bottom: 40px !important;
}
	.giftbox .acbtn a {
		display: block;
		padding: 20px;
		font-size: 1.8rem;
		position: relative;
	}
	.giftbox .acbtn a:before {
		content: "";
		width: 20px;
		height: 1px;
		background: #FFAF00;
		position: absolute;
		top: 50%;
		right: 20px;
		margin-top: -0.5px;
	}
	.giftbox .acbtn a:after {
		content: "";
		width: 1px;
		height: 20px;
		background: #FFAF00;
		position: absolute;
		top: 50%;
		right: 30px;
		margin-top: -10px;
	}
	.giftbox .acbtn.active a:after {
		display: none;
	}


	.giftbox .acbox {
		display: none;
		padding: 20px 20px 5px 20px;
		border-top: dashed 1px #ddd;
	}
		.giftbox .acbox .box {
			margin-bottom: 25px;
		}
			.giftbox .acbox .box h3 {
				font-size: 1.6rem;
				margin-bottom: 10px;
			}

			.giftbox .acbox .box ul li {
				width: 32%;
				margin-right: 2%;
			}
			.giftbox .acbox .box ul li:nth-child(3n) {
				margin-right: 0;
			}
			.giftbox .acbox .box ul li:nth-child(4),
			.giftbox .acbox .box ul li:nth-child(5),
			.giftbox .acbox .box ul li:nth-child(6) {
				margin-top: 15px;
			}
				.giftbox .acbox .box ul li img {
					border: solid 1px #ddd;
				}
				.giftbox .acbox .box ul li p {
					padding-top: 5px;
					font-size: 1.2rem;
					text-align: center;
					line-height: 1.4em;
				}


		.giftbox .acbox dl.fs-c-productOption {
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			flex-direction: initial;
		}
			.giftbox .acbox dl.fs-c-productOption dt {
				display: flex;
				justify-content: flex-start;
				align-items: center;
				text-align: left;
				width: 120px;
				background: none;
				padding: 15px 0;
				border-top: solid 1px #ddd;
			}
				.giftbox .acbox dl.fs-c-productOption dt .fs-c-requiredMark::before {
					margin-top: -2px;
				}
			.giftbox .acbox dl.fs-c-productOption dd {
				width: -webkit-calc(100% - 120px);
				width: calc(100% - 120px);
				padding: 15px 0;
				border-top: solid 1px #ddd;
				margin: 0;
			}
				.giftbox .acbox dl.fs-c-productOption dd .fs-c-dropdown__menu {
					font-size: 1.3rem;
					padding: 10px;
				}


		.giftbox .acbox dl.fs-c-productSelection {
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			flex-direction: initial;
		}
			.giftbox .acbox dl.fs-c-productSelection dt {
				display: flex;
				justify-content: flex-start;
				align-items: center;
				text-align: left;
				width: 120px;
				background: none;
				padding: 15px 0;
				border-top: solid 1px #ddd;
			}
			.giftbox .acbox dl.fs-c-productSelection dd {
				width: -webkit-calc(100% - 120px);
				width: calc(100% - 120px);
				padding: 15px 0;
				border-top: solid 1px #ddd;
				margin: 0;
			}
				.giftbox .acbox dl.fs-c-productSelection dd input {
					font-size: 1.2rem;
					padding: 10px;
				}


/* hikaru-eco
---------------------*/
.hikaru-eco_bnr {
	display: flex;
	justify-content: space-between;
}
.hikaru-eco_bnr p {
	margin: 0;
	padding: 0 1rem;
}
.hikaru-eco_bnr p img {
	max-width: 580px;
}

/* bnr-box
---------------------*/
.tabbox .content .cell .bnr-box { text-align: center; }
.tabbox .content .cell .bnr-box img { max-width: 900px; }

/* w800cont
---------------------*/
.tabbox .content .cell .w800cont { margin: auto; text-align: center; }
.tabbox .content .cell .w800cont img { max-width: 800px; }

/* linkbtn
---------------------*/
.tabbox .content .cell a.linkbtn {
    width: 80%;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffaf00;
    font-size: 1.5rem;
    border-radius: 50px;
    padding: 1rem;
    color: #fff;
}
.tabbox .content .cell a.aw800 {
    max-width: 800px; 
}
.tabbox .content .cell a.wfll {
    width: 100%;
}
.tabbox .content .cell a.r10 {
    border-radius: 10px;
}
.tabbox .content .cell a.unr10 {
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	font-size: 120%;
    border-radius: 0 0 10px 10px;
	text-align: center;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* AnyGift btn */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.anygift-gift-ui__container {
	width: 100% !important;
}
.anygift-gift-ui__main-button {
	/*width: 100% !important;*/
	height: 70px !important;
	border-radius: 35px !important;
	transition: 0.3s !important;
	-webkit-transition: 0.3s !important;
}


/* 1260px//////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 1260px) {

/* fs-l-pageMain
---------------------*/
.fs-l-pageMain {
	padding: 0 5%;
}

}
/* ////////////////////////////////////////////////////////////////////////////////////////1260px */



/* max 1023px//////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 1023px) {

/* fs-l-pageMain
---------------------*/
.fs-l-product2 .fs-l-productLayout {
	display: block;
}
	.fs-l-product2 .fs-l-productLayout .fs-l-productLayout__item--1 {
		width: 100%;
	}
	.fs-l-product2 .fs-l-productLayout .fs-l-productLayout__item--2 {
		width: 100%;
	}


/* fs-c-productCarouselMainImage
---------------------*/
.fs-c-productCarouselMainImage {
	padding-bottom: 40px;
}
.fs-c-productCarouselMainImage__image > img {
    max-width: 42% !important;
    max-height: 100vh;
}


/* fs-c-productMark
---------------------*/
.fs-c-productMark li {
	font-size: 1.0rem;
}


/* fs-c-productNameHeading
---------------------*/
.fs-c-productNameHeading .fs-c-productNameHeading__copy {
	font-size: 1.4rem;
}

.fs-c-productNameHeading .fs-c-productNameHeading__name {
	font-size: 2.0rem;
}


/* fs-c-productNumber
---------------------*/
.fs-c-productNumber {
	font-size: 1.0rem;
	padding: 0 0 10px 0;
}


/* fs-c-productPrices
---------------------*/
.fs-c-productPrices {
	padding: 0;
	margin: 0 !important;
}
	.fs-c-productPrices .fs-c-productPrice__main__label {
		font-size: 1.2rem;
	}

	.fs-c-productPrices--productDetail .fs-c-productPrice--selling:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
		font-size: 1.6rem;
		color: #262626 !important;
	}

	.fs-c-productPrices--productDetail .fs-c-productPrice:nth-last-child(1) .fs-c-productPrice__main__price {
		color: #262626 !important;
		font-family: 'Montserrat', sans-serif;
		font-size: 2.6rem;
		font-weight: 500;
		line-height: 1;
	}

	.fs-c-productPrices .fs-c-productPrice__addon {
		font-size: 1.2rem;
		line-height: 1;
	}
	.fs-c-productPrices .fs-c-productPrice--selling .fs-c-productPrice__addon {
		font-size: 1.0rem;
	}


/* fs-p-productDescription--short
---------------------*/
.fs-p-productDescription--short {
    font-size: 1.6rem;
	text-align: left;
}


/* fs-c-productActionButton
---------------------*/
.fs-c-productActionButton {
}
	.fs-c-productActionButton .fs-c-button--primary {
		width: 100%;
		height: 66px;
		background: #FFAF00 url("https://hikarimiso.itembox.design/item/img/icon_cart.svg?d=20210322161703") no-repeat 92% center / 26px;
		border-radius: 33px;
		font-size: 1.7rem;
	}


/* shopbtn
---------------------*/
.shopbtn {
	margin-top: 20px;
}
.shopbtn a {
	height: 60px;
	font-size: 1.5rem;
	background: #fff url("https://hikarimiso.itembox.design/item/img/btn_arrow.png?d=20210308221610") no-repeat 97% center / 20px;
}
	.shopbtn a img {
		max-width: 180px;
	}


/* popup
---------------------*/
.popup .content {
	padding: 25px;
	width: 90%;
}
	.popup .content h3 {
		font-size: 1.8rem;
		margin-bottom: 20px;
	}

	.popup .content ul li a {
		display: flex;
		justify-content: center;
		align-items: center;
		background: #fff url("https://hikarimiso.itembox.design/item/img/btn_arrow.png?d=20210308221610") no-repeat 97% center / 20px;
		height: 60px;
		font-size: 1.4rem;
		text-align: center;
	}

	.popup .content .close {
		top: 2px;
		right: 7px;
	}
		.popup .content .close a {
			font-size: 3.0rem;
		}


/* fs-c-buttonContainer--inquiryAboutProduct
---------------------*/
.fs-c-buttonContainer--inquiryAboutProduct .fs-c-button--plain {
	font-size: 1.5rem;
	background: #fff url("https://hikarimiso.itembox.design/item/img/btn_arrow.png?d=20210308221610") no-repeat 97% center / 20px;
}


/* tabbox
---------------------*/
.tabbox {
	padding-top: 50px;
}
	.tabbox ul.tab {
		display: flex;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
		.tabbox ul.tab li {
			display: flex;
			justify-content: center;
			align-items: center;
			width: 48%;
			height: 50px;
			font-size: 1.6rem;
			border: solid 2px #DDDDDD;
			margin-right: 4%;
			padding: 0 10px;
		}
		.tabbox ul.tab li.select {
			border: solid 2px #FFAF00;
		}


	.tabbox .content {
		padding-top: 35px;
	}
		.tabbox .content .cell .fullbox h3 {
			padding-top: 20px;
			font-size: 1.8rem;
			margin-bottom: 10px;
		}
	
		.tabbox .content .cell .fullbox .pht img {
			border-radius: 10px;
		}

		.tabbox .content .cell .fullbox .txt {
			font-size: 1.4rem;
			line-height: 2em;
		}


		.tabbox .content .cell .textbox {
			margin-top: 40px;
			display: block;
		}
			.tabbox .content .cell .flex-start .pht {
				width: 100%;
				border-radius: 0 0 30px 0;
				overflow: hidden;
			}
			.tabbox .content .cell .flex-end .pht {
				width: 100%;
				border-radius: 0 0 0 30px;
				overflow: hidden;
			}

			.tabbox .content .cell .flex-start .text {
				width: 100%;
				padding-left: 0;
				display: block;
				justify-content: flex-start;
				align-items: center;
			}
			.tabbox .content .cell .flex-end .text {
				width: 100%;
				padding-right: 0;
				display: block;
				justify-content: flex-start;
				align-items: center;
			}
				.tabbox .content .cell .textbox .text h3 {
					padding-top: 20px;
					font-size: 1.8rem;
					margin-bottom: 10px;
				}

				.tabbox .content .cell .textbox .text .txt {
					font-size: 1.4rem;
					line-height: 2em;
					margin-bottom: 10px;
				}
				.tabbox .content .cell .textbox .text .txt:nth-last-child(1) {
					margin-bottom: 0;
				}

			.tabbox .content .cell .wrap {
				flex-wrap: wrap;
				margin-left: 0;
				margin-bottom: -40px;
			}
				.tabbox .content .cell .wrap .flex-item {
					width: 100%;
					padding-left: 0;
					padding-bottom: 40px;
				}
				.tabbox .content .cell .wrap .flex-item .caption {
					font-size: 1.4rem;
					margin-top: 10px;
				}

		.tabbox .content .cell .movie {
			width: 100%;
			margin: 40px auto 0 auto;
		}
			.tabbox .content .cell .movie iframe, .tabbox .content .cell .movie video  {
				width: 100%;
				height: 200px;
			}


		.tabbox .content .cell table th {
			display: block;
			background: none;
			border-bottom: none;
			width: 100%;
			padding: 30px 0 7px 0;
			font-size: 1.8rem;
		}
			.tabbox .content .cell table th br {
				display: none;
			}
	
		.tabbox .content .cell table td {
			display: block;
			width: 100%;
			border-top: none;
			border-bottom: none;
			padding: 0 0 30px 0;
			font-size: 1.4rem;
			line-height: 2em;
		}
			.tabbox .content .cell table td span {
				font-size: 1.0rem;
			}
				.tabbox .content .cell table td ul li {
					width: 19%;
					margin-right: 1%;
					margin-bottom: 1%;
				}


/* guide
---------------------*/
#guide {
	padding-top: 80px;
	padding-bottom: 80px;
}
	#guide ul {
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
		#guide ul li {
			width: 48%;
			border-radius: 10px;
			border: solid 1px #ddd;
		}
		#guide ul li:nth-child(1) {
			background: url("https://hikarimiso.itembox.design/item/img/icon_payment.svg?d=20210322172334") no-repeat center 25px;
			margin-right: 4%;
		}
		#guide ul li:nth-child(2) {
			background: url("https://hikarimiso.itembox.design/item/img/icon_delivery.svg?d=20210322172334") no-repeat center 25px;
		}
		#guide ul li:nth-child(3) {
			width: 100%;
			margin-top: 4%;
			background: url("https://hikarimiso.itembox.design/item/img/icon_faq.svg?d=20210322172334") no-repeat left 5% center;
		}
			#guide ul li a {
				font-size: 1.5rem;
			}
			#guide ul li:nth-child(1) a,
			#guide ul li:nth-child(2) a {
				height: 120px;
				padding-top: 60px;
				display: block;
				justify-content: center;
				align-items: center;
				text-align: center;
				background: url("https://hikarimiso.itembox.design/item/img/icon_arrow_orange.png?d=20210309120603") no-repeat center 85%;
			}
			#guide ul li:nth-child(3) a {
				height: 60px;
				background: url("https://hikarimiso.itembox.design/item/img/icon_arrow_orange.png?d=20210309120603") no-repeat 95% center;
			}


/* blog
---------------------*/
#blog {
	padding-bottom: 65px;
}
	#blog .list {
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
		#blog .list .box {
			width: 48%;
			margin-right: 4%;
			margin-bottom: 25px;
		}
		#blog .list .box:nth-child(2n) {
			margin-right: 0;
		}
			#blog .list .box a .text {
				padding: 2px 0 0 0;
			}
				#blog .list .box a .days {
					font-size: 1.2rem;
					line-height: 1;
					color: #8E8E8E;
					padding: 5px 0 8px 0;
				}

				#blog .list .box a .cat {
					position: static;
				}
					#blog .list .box a .cat span {
						font-size: 1.0rem;
						border-radius: 7px;
						padding: 2px 5px 2px 5px;
					}

				#blog .list .box a h3 {
					font-size: 1.4rem;
					line-height: 1.7em;
				}


/* itemarea
---------------------*/
.itemarea {
	padding-bottom: 65px;
}
	.itemarea .list {
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
		.itemarea .list .item {
			width: 48%;
			margin-right: 4%;
			margin-bottom: 25px;
		}
		.itemarea .list .item:nth-child(2n) {
			margin-right: 0;
		}
			.itemarea .list .item a h3 {
				padding-top: 13px;
				margin-bottom: 14px;
				font-size: 1.4rem;
				line-height: 1.5em;
				color: #3E3A39;
			}

			.itemarea .list .item a .price {
				font-size: 1.0rem;
			}
				.itemarea .list .item a .price span {
					font-size: 1.8rem !important;
				}


/* bnrarea
---------------------*/
#bnrarea {
	width: 100%;
	padding-bottom: 70px;
}
	#bnrarea ul li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	#bnrarea ul li:nth-child(2n) {
		margin-right: 0;
	}


/* fs-l-pageMain
---------------------*/
.fs-c-breadcrumb {
    padding: 120px 0 18px 0 !important;
}


/* giftbox
---------------------*/
.giftbox {
	margin-bottom: 25px !important;
}
	.giftbox .acbtn a {
		padding: 15px;
		font-size: 1.6rem;
	}
	.giftbox .acbtn a:before {
		right: 15px;
	}
	.giftbox .acbtn a:after {
		right: 25px;
	}

	.giftbox .acbox {
		display: none;
		padding: 20px 15px 0 15px;
		border-top: dashed 1px #ddd;
	}
		.giftbox .acbox .box {
			margin-bottom: 20px;
		}
			.giftbox .acbox .box h3 {
				font-size: 1.4rem;
			}

			.giftbox .acbox .box ul li p {
				padding-top: 7px;
				font-size: 1.1rem;
				letter-spacing: 0;
				line-height: 1.3em;
			}


		.giftbox .acbox dl.fs-c-productOption {
			display: block;
		}
			.giftbox .acbox dl.fs-c-productOption dt {
				display: block;
				width: 100%;
				background: none;
				padding: 15px 0 5px 0;
			}
			.giftbox .acbox dl.fs-c-productOption dd {
				display: block;
				width: 100%;
				padding: 0 0 15px 0;
				border-top: none;
			}
				.giftbox .acbox dl.fs-c-productOption dd .fs-c-dropdown__menu {
					font-size: 16px;
				}


		.giftbox .acbox dl.fs-c-productSelection {
			display: block;
		}
			.giftbox .acbox dl.fs-c-productSelection dt {
				display: block;
				width: 100%;
				background: none;
				padding: 15px 0 5px 0;
			}
			.giftbox .acbox dl.fs-c-productSelection dd {
				display: block;
				width: 100%;
				padding: 0 0 15px 0;
				border-top: none;
			}
				.giftbox .acbox dl.fs-c-productSelection dd input {
					font-size: 16px;
				}


/* hikaru-eco
---------------------*/
.hikaru-eco_bnr {
	flex-direction: column;
}
.hikaru-eco_bnr p {
	margin: 10px 0;
	padding: 0;
}
.hikaru-eco_bnr p img {
	max-width: 100%;
}

/* bnr-box
---------------------*/
.tabbox .content .cell .bnr-box img { width: 100% }

/* w800cont
---------------------*/
.tabbox .content .cell .w800cont img { width: 100% }

/* linkbtn
---------------------*/
.tabbox .content .cell a.linkbtn {
    width: 100%;
}
.tabbox .content .cell a.aw800 {
    width: 100%; 
}


}
/* ////////////////////////////////////////////////////////////////////////////////////////max 1023px */

