@charset "utf-8";
header{
	background-color: #ffffff;
}
main{
	padding-top: 90px;
}
@media only screen and (max-width: 767px){
	main{
		padding-top: 70px;
	}
}
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01{
		margin: 30px auto 0;
	}
}
.contents01 .contents01_01{
	width: 980px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 20px 0 150px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
		display: block;
		padding: 23px 0 60px;
		position: relative;
	}
}
.contents01 .contents01_01 > .img{
	width: 352px;
	height: auto;
	display: block;
	position: sticky;
	top: 100px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 > .img{
		width: 200px;
		margin: 0 auto;
		display: block;
		position: initial;
	}
}
.contents01 .contents01_01 > .img > img{
	width: 172px;
	height: auto;
	margin: 0;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 > .img > img{
		width: 97px;
	}
}
.contents01 .contents01_01 > .img > .bg{
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	margin: auto;
	z-index: -1;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 > .img > .bg{
		width: 200px;
		top: 0;
		bottom: auto;
		left: 0;
		right: 0;
		margin: auto;
		z-index: -1;
	}
}
.contents01 .contents01_01 > .img > .bg > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents01 .contents01_01 .detail{
	width: 530px;
	height: auto;
	display: block;
	padding-top: 56px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .detail{
		width: 100%;
		padding-top: 20px;
	}
}
.contents01 .contents01_01 .detail h2{
	font-size: 38px;
	line-height: 45px;
	letter-spacing: calc((60/1000)*1em);
	color: #8C744B;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .detail h2{
		font-size: 24px;
		line-height: 30px;
	}
}
.contents01 .contents01_01 .detail h2 span{
	font-size: 18px;
	line-height: 16px;
	letter-spacing: calc((20/1000)*1em);
	color: #8C744B;
	margin-top: 10px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .detail h2 span{
		font-size: 16px;
		margin-top: 15px;
	}
}
.contents01 .contents01_01 .detail .text01{
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	margin-top: 37px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .detail .text01{
		margin-top: 23px;
	}
}
.contents01 .contents01_01 .detail .text02{
	width: 100%;
	height: auto;
	padding: 30px 0;
	margin-top: 32px;
	font-size: 15px;
	line-height: 32px;
	position: relative;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .detail .text02{
		margin-top: 36px;
		padding: 40px 0;
	}
}
.contents01 .contents01_01 .detail .text02::before{
	content: "";
	display: block;
	width: 100%;
	height: 12px;
	background-image: url(../img/single_product/img01.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 0;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .detail .text02::before{
		background-image: url(../img/single_product/img01_sp.png);
	}
}
.contents01 .contents01_01 .detail .text02::after{
	content: "";
	display: block;
	width: 100%;
	height: 12px;
	background-image: url(../img/single_product/img01.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	bottom: 0;
	left: 0;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .detail .text02::after{
		background-image: url(../img/single_product/img01_sp.png);
	}
}
.contents01 .contents01_01 .detail table{
	width: 100%;
	height: auto;
	table-layout: fixed;
	margin-top: 50px;
	border-bottom: 1px solid #E8E8E8;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .detail table{
		margin-top: 20px;
	}
}
.contents01 .contents01_01 .detail table tr{
	width: 100%;
	height: auto;
	border-top: 1px solid #E8E8E8;
}
.contents01 .contents01_01 .detail table tr td{
	width: 150px;
	height: auto;
	padding: 18px 0;
	font-size: 14px;
	line-height: 32px;
	text-align: left;
	vertical-align: top;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .detail table tr td{
		width: 130px;
		padding: 15px 0;
		font-size: 14px;
	}
}
.contents01 .contents01_01 .detail table tr th{
	width: auto;
	height: auto;
	padding: 18px 0;
	font-size: 14px;
	line-height: 26px;
	vertical-align: top;
	text-align: left;
	font-weight: 400;
}
.contents01 .contents01_01 .detail .list01{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 20px;
	margin-top: 40px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .detail .list01{
		margin-top: 30px;
		gap: 30px;
	}
}
.contents01 .contents01_01 .detail .list01 li{
	width: auto;
	height: auto;
}
.contents01 .contents01_01 .detail .list01 li h3{
	font-size: 14px;
	line-height: 26px;
	padding-left: 26px;
	position: relative;
}
.contents01 .contents01_01 .detail .list01 li h3::before{
	content: "◆";
	font-size: 14px;
	line-height: 26px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.contents01 .contents01_01 .detail .list01 li .text03{
	font-size: 14px;
	line-height: 26px;
	padding-left: 26px;
}
.contents01 .contents01_01 .detail .link_btn01{
	width: 400px;
	height: 70px;
	background-color: #8C744B;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 18px;
	margin: 85px auto 0;
	font-size: 18px;
	line-height: 21px;
	color: #fff;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .detail .link_btn01{
		width: 100%;
		max-width: 300px;
		height: 70px;
		column-gap: 15px;
		margin: 50px auto 0;
	}
}
.contents01 .contents01_01 .detail .link_btn01 .icon01{
	width: 15px;
	height: auto;
	display: block;
}
.contents01 .contents01_01 .detail .link_btn01 .icon02{
	width: 29px;
	height: auto;
	display: block;
}
.contents01 .contents01_01 .detail > .photo01{
	width: 530px;
	height: auto;
	margin: 100px 0 0 0;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .detail > .photo01{
		width: 100%;
		margin: 60px 0 0 0;
		display: block;
		flex-shrink: 0;
	}
}
.contents01 .contents01_01 .detail > .photo01 .photo01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents01 .contents01_01 .detail > .photo01 .photo01_01 img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}

.contents01 .contents01_01 .detail .photo01.slick-initialized.slick-slider.slick-dotted button.slick-prev.slick-arrow{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	width: 10px;
	height: 18px;
	z-index: 100;
}
.contents01 .contents01_01 .detail .photo01.slick-initialized.slick-slider.slick-dotted button.slick-next.slick-arrow{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	width: 10px;
	height: 18px;
	z-index: 100;
}
.contents01 .contents01_01 .detail .photo01.slick-initialized.slick-slider.slick-dotted button.slick-prev.slick-arrow::before{
	content:'';
	display: block;
	width: 10px;
	height: 18px;
	background-image: url(../img/single_product/arrow01.png);
	background-repeat:no-repeat; 
	background-size: 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right: 0;
	margin: auto;
}
.contents01 .contents01_01 .detail .photo01.slick-initialized.slick-slider.slick-dotted button.slick-next.slick-arrow::before{
	content:'';
	display: block;
	width: 10px;
	height: 18px;
	background-image: url(../img/single_product/arrow02.png);
	background-repeat:no-repeat; 
	background-size: 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right: 0;
	margin: auto;
}
.contents01 .contents01_01 .detail .photo01.slick-initialized.slick-slider.slick-dotted button.slick-prev{
	left: 18px;
}
.contents01 .contents01_01 .detail .photo01.slick-initialized.slick-slider.slick-dotted button.slick-next{
	right: 18px;
}
.contents01 .contents01_01 .detail > .photo01 .slick-dots{
	width: 100%;
	height: auto;
	margin: 20px 0 0;
	position: static;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contents01 .contents01_01 .detail > .photo01 .slick-dots li{
	width: 8px;
	height: 8px;
	margin: 0 0 0 20px;
	display: block;
}
.contents01 .contents01_01 .detail > .photo01 .slick-dots li:nth-of-type(1){
	margin-left: 0;
}
.contents01 .contents01_01 .detail > .photo01 .slick-dots li button{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	display: block;
}
.contents01 .contents01_01 .detail > .photo01 .slick-dots li button::before{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	display: block;
	font-family: none;
	font-size: 0;
	line-height: 0;
	position: static;
	background: none;
	background-color: transparent;
	border: 1px solid #8C744B;
}
.contents01 .contents01_01 .detail > .photo01 .slick-dots .slick-active button::before{
	background-color: #8C744B;
}