@charset "utf-8";
/*------------------------------------------------------------
	detail
------------------------------------------------------------*/
#main .detail {
	margin-bottom: 130px;
}
#main .detail .pho {
	width: 50%;
}
#main .detail .pho img {
	width: 100%;
}
#main .detail .pho .subList01 li {
	vertical-align: top;
}
#main .detail .pho .subList01 li span {
	padding-bottom: 100%;
	display: block;
	background-size: cover;
}
#main .detail .pho .subList02 {
	margin-right: -7px;
	display: flex;
	flex-wrap: wrap;
}
#main .detail .pho .subList02 li {
	margin-top: 6px;
	padding-right: 7px;
	width: calc(100% / 6);
	box-sizing: border-box;
}
#main .detail .pho .subList02 li a:hover, #main .detail .pho .subList02 li.current a {
	opacity: 0.5;
}
#main .detail .sliderFor {
	position: relative;
}
#main .detail .sliderFor .prev {
	width: 44px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	transition: .3s;
}
#main .detail .sliderFor .next {
	width: 44px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	transition: .3s;
}
#main .detail .sliderFor .slick-hidden {
	display: none !important;
}
#main .detail .sliderFor .prev img, #main .detail .sliderFor .next img {
	width: 13px;
}
#main .detail .sliderFor .prev:hover, #main .detail .sliderFor .next:hover {
	opacity: 0.7;
}
#main .detail .textBox {
	width: 42.5%;
	position: relative;
}
#main .detail .textBox h2 {
	margin: 0 30px 22px 0;
	font-size: 2.6rem;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.1em;
	font-family: 'Noto Serif JP', serif;
}
#main .detail .textBox .star {
	position: absolute;
	right: 0;
	top: 9px;
	width: 25px;
}
#main .detail .textBox .star img {
	transition: .8s;
}
#main .detail .textBox p {
	margin-bottom: 35px;
	line-height: 2.07;
	color: #fff;
	letter-spacing: 0.08em;
}
#main .detail .textBox ul {
	margin-bottom: 28px;
}
#main .detail .textBox li {
	width: 47.5%;
	padding: 12px 0 14px;
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: 0.08em;
	line-height: 1.83;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#main .detail .textBox li span:nth-of-type(1) {
	margin-bottom: 1px;
	display: block;
	font-weight: 500;
	letter-spacing: 0.15em;
	color: rgba(255, 255, 255, 0.55);
}
#main .detail .textBox .link {
	width: 286px;
}
#main .detail .textBox .link a {
	padding: 20px 0 23px;
	display: block;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	background-color: #fff;
	border: 1px solid #fff;
	font-family: 'Noto Serif JP', serif;
	transition: .2s;
}
#main .detail .textBox .link span {
	padding-left: 28px;
	display: inline-block;
	transition: .3s;
	background: url(/img/common/icon07.png) no-repeat left 3px top 1px;
	background-size: 18px auto;
}
#main .detail .textBox .delivery {
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	padding: 13px 0;
	margin: 0 0 45px;
	color: #fff;
	letter-spacing: 1.2px;
	display: flex;
}
.whiteBg #main .detail .textBox .delivery {
	color: #222;
}
#main .detail .textBox .delivery__textBox {
    width: 50%;
    line-height: 1.6;
}
#main .detail .textBox .delivery span {
	letter-spacing: 1.2px;
    font-weight: 500;
    display: block;
    margin: 0 0 4px;
    font-size: 1.3rem;
}
@media all and (min-width: 768px) {
	#main .detail .textBox .link a:hover {
		color: #222;
		background-color: #fff !important;
		opacity: .7;
	}
	.whiteBg #main .detail .textBox .link a:hover {
		background-color: rgba(0, 0, 0, .2) !important;
		opacity: 1;
	}
	#main .detail .textBox .star a:hover img {
		transform: scale(0.9);
	}
}
@media all and (max-width: 767px) {
	#main .detail {
		padding-top: 8px;
		margin-bottom: 104px;
	}
	#main .detail .imgBox {
		display: block;
	}
	#main .detail .pho {
		width: auto;
	}
	#main .detail .pho .subList02 {
		margin-right: 0;
	}
	#main .detail .pho .subList02 li {
		margin-top: 16px;
		padding-right: 5px;
	}
	#main .detail .pho .subList02 li a:hover {
		opacity: 1;
	}
	#main .detail .sliderFor .prev {
		width: 28px;
	}
	#main .detail .sliderFor .next {
		width: 28px;
	}
	#main .detail .sliderFor .prev img, #main .detail .sliderFor .next img {
		width: 10px;
	}
	#main .detail .sliderFor .prev:hover, #main .detail .sliderFor .next:hover {
		opacity: 1;
	}
	#main .detail .textBox {
		width: auto;
		margin-top: 35px;
	}
	#main .detail .textBox h2 {
		margin-bottom: 14px;
		font-size: 1.7rem;
		letter-spacing: 0.08em;
		line-height: 1.47;
	}
	#main .detail .textBox .star {
		right: -1px;
		top: 4px;
		width: 19px;
	}
	#main .detail .textBox p {
		margin: 0 2px 39px;
		font-size: 1.2rem;
		letter-spacing: 0.05em;
		line-height: 1.916;
	}
	#main .detail .textBox ul {
		margin-bottom: 28px;
	}
	#main .detail .textBox li {
		padding: 14px 0 15px;
		width: 100%;
		line-height: 1.75;
		letter-spacing: 0.04em;
		display: flex;
	}
	#main .detail .textBox li span:nth-of-type(1) {
		margin: 0 6px 0 0;
		font-size: 1.1rem;
		letter-spacing: 0.02em;
		width: 80px;
	}
	#main .detail .textBox li span:nth-of-type(2) {
		width: calc(100% - 80px);
	}
	#main .detail .textBox .delivery {
		flex-direction: column;
	}
	#main .detail .textBox .delivery__textBox {
		width: auto;
		font-size: 1.3rem;
	}
	#main .detail .textBox .delivery__textBox:first-child {
		margin: 0 0 11px;
	}
	#main .detail .textBox .delivery span {
		margin: 0;
		font-size: 1.2rem;
	}
	#main .detail .textBox .link {
		width: 324px;
		max-width: 100%;
		margin: 0 auto;
	}
	#main .detail .textBox .link a {
		padding: 19px 0;
		font-size: 1.4rem;
		letter-spacing: 0.12em;
	}
	#main .comItem {
		margin-bottom: 49px;
	}
	#main .comItem .headLine02 {
		margin-bottom: 20px;
	}
	#main .comItem .headLine02 .en {
		margin-bottom: 0;
		font-size: 2.5rem;
	}
	#main .comCategory {
		padding: 48px 0 67px;
	}
	#main .comCategory .headLine01 {
		margin-bottom: 33px;
	}
	#main .comCategory .headLine01 .en {
		margin-bottom: 2px;
		font-size: 2.5rem;
		letter-spacing: 0.04em;
	}
	#main .comCategory li .pho {
		margin-bottom: 14px;
	}
	#main .comCategory .photoList li p {
		font-size: 1.3rem;
		font-weight: 500;
		letter-spacing: 0.05em;
	}
	#main .comCategory .photoUl {
		margin-bottom: 34px;
	}
	#main .comCategory .photoUl li .pho {
		margin-bottom: 12px;
	}
	#main .comCategory .photoUl li p {
		font-size: 1.2rem;
		line-height: 1.416;
	}
}
/*------------------------------------------------------------
	whiteBg
------------------------------------------------------------*/
.whiteBg #main .detail .textBox h2 {
	color: #222;
}
.whiteBg #main .detail .textBox p {
	color: #222;
}
.whiteBg #main .detail .textBox li {
	color: #222;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.whiteBg #main .detail .textBox li span:nth-of-type(1) {
	color: rgba(34, 34, 34, 0.55);
}
.whiteBg #main .detail .textBox .link a {
	background-color: rgba(0, 0, 0, .1);
	border: none;
}
@media all and (max-width: 767px) {
	.whiteBg #main .detail {
		margin-bottom: 104px;
	}
	/* .gHeader:not(.on) {
		z-index: 100;
	} */
	.whiteBg .gHeader:not(.on) .menu span {
		background: #000;
	}
}