@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LSM */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.libre {
	font-family: "Libre Baskerville", serif;
}
.mincho {
	font-family: "Shippori Mincho", serif;
}
.lora {
	font-family: "Lora", serif;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 114rem;
	position: relative;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2rem;
		max-width: inherit;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	position: absolute;
	right: calc(50% - 45.5rem);
	top: -6rem;
	width: 10.1rem;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	z-index: 5;
}
.headLine01 .en {
	margin: 0.9rem 0.8rem 0 0;
	color: #BFA386;
	font-size: 2.1rem;
	font-weight: 400;
	font-family: "Lora", serif;
	-webkit-writing-mode : tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
}
.headLine01 .txt {
	padding: 1.4rem 0 0.6rem;
	font-size: 5.1rem;
	font-weight: 500;
	line-height: 1.2;
	font-family: "Shippori Mincho", serif;
	background-color: #FCFCFC;
	-webkit-writing-mode : tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing: 0.06em;
}
.headLine01.style01 {
	margin-left: -0.5rem;
	position: static;
}
.headLine01.style01 .txt {
	padding-top: 0.2rem;
	background-color: transparent;
}
@media all and (max-width: 896px) {
	.headLine01 {
		right: 2rem;
		top: -4rem;
		width: 5.8rem;
	}
	.headLine01 .en {
		margin: 0.9rem 0.8rem 0 0;
		font-size: 1rem;
		width: 1.5rem;
		height: 10rem;
		text-align: right;
	}
	.headLine01 .txt {
		width: 2.6rem;
		font-size: 2.2rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 2.1rem;
	font-family: "Shippori Mincho", serif;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.headLine02 .big {
	margin-right: 4.5rem;
	padding: 1rem 5rem;
	display: inline-block;
	font-size: 6.3rem;
	font-weight: 400;
	line-height: 1.2;
	background: url(../img/common/icon01.png) no-repeat left top 2.2rem / 2rem,url(../img/common/icon02.png) no-repeat right bottom 1.6rem / 2rem;
}
.headLine02 .txt {
	font-size: 4.2rem;
	font-weight: 500;
	letter-spacing: -0.05em;
} 
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 1rem;
	}
	.headLine02 .big {
		margin-right: 1rem;
		padding: 1rem 2rem;
		font-size: 2.8rem;
		background: url(../img/common/icon01.png) no-repeat left top 0.6rem / 1rem,url(../img/common/icon02.png) no-repeat right bottom 0.5rem / 1rem;
	}
	.headLine02 .txt {
		font-size: 1.6rem;
	} 
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	padding-bottom: 2.4rem;
	position: relative;
	font-family: "Shippori Mincho", serif;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.48;
}
.headLine03::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 6rem;
	height: 1px;
	background: linear-gradient(90deg, #BFA386 0%, rgba(197, 183, 167, 0.25) 100%);
	content: '';
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 3rem;
		padding-bottom: 1.8rem;
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 2.3rem;
	font-size: 4.2rem;
	font-weight: 500;
	font-family: "Shippori Mincho", serif;
	letter-spacing: -0.05em;
}
@media all and (max-width: 896px) {
	.headLine04 {
		font-size: 2.1rem;
	}
}
/*------------------------------------------------------------
	comPhotoBox
------------------------------------------------------------*/
.comPhotoBox {
	margin: 0 0 10.7rem auto;
	width: calc(50% + 57rem);
	position: relative;
}
.comPhotoBox img {
	width: 100%;
}
.comPhotoBox.reverse {
	margin: 0 auto 10.7rem 0;
}
.comPhotoBox.reverse .headLine01 {
	right: auto;
	left: calc(50% - 46rem);
}
@media all and (max-width: 896px) {
	.comPhotoBox {
		margin: 0 0 4rem !important;
		width: auto;
		aspect-ratio: 2 / 1;
	}
	.comPhotoBox img {
		height: 100%;
		object-fit: cover;
	}
	.comPhotoBox.reverse .headLine01 {
		right: auto;
		left: 2rem;
	}
}
/*------------------------------------------------------------
	comPhotoList
------------------------------------------------------------*/
.comPhotoList {
/*	margin-bottom: 9.7rem;*/
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}
.comPhotoList > li {
	position: relative;
	width: calc((100% - 12rem) / 2);
	margin-bottom: 9.7rem;
}
.comPhotoList > li::before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -6.1rem;
	width: 1px;
	background-color: #EBE8E4;
	content: '';
}
.comPhotoList > li:nth-child(2n)::before {
	display: none;
}
.comPhotoList li .pho {
	margin-bottom: 2.9rem;
}
.comPhotoList li .subBox {
	margin-bottom: 2.9rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.comPhotoList li .subBox .pic {
	width: 9rem;
}
.comPhotoList li .subBox .ttl {
	margin-top: -0.6rem;
	padding-bottom: 2.3rem;
	width: calc(100% - 12rem);
	color: #383838;
	font-size: 2.4rem;
	font-weight: 700;
	font-family: "Shippori Mincho", serif;
	border-bottom: 1px solid #C5BDB4;
}
.comPhotoList li .subBox .ttl .red {
	margin-left: 2.4rem;
	color: #CC4F29;
}
.comPhotoList li .subBox .ttl .red.ml0 {
	margin-left: 0;
}
.comPhotoList li > .txt {
	margin-bottom: 2.1rem;
	display: block;
	line-height: 1.9;
	letter-spacing: 0.05em;
}
.comPhotoList li .price {
	color: #A68563;
	font-size: 3rem;
	font-weight: 700;
	font-family: "Shippori Mincho", serif;
}
.comPhotoList li .price .txt {
	font-size: 2.7rem;
}
.comPhotoList li .price .sml {
	margin-left: 1.6rem;
	font-size: 2.1rem;
	font-weight: 600;
}
.comPhotoList .priceUl li {
	margin-bottom: 0.8rem;
	width: auto !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-family: "Shippori Mincho", serif;
}
.comPhotoList .priceUl li:last-child {
	margin-bottom: 0;
}
.comPhotoList .priceUl li .innTxt {
	font-weight: 500;
}
.comPhotoList .priceUl li .innPrice {
	color: #A6805B;
	font-weight: 500;
}
.comPhotoList .priceUl li .innPrice .num {
	font-size: 1.7rem;
}
.comPhotoList .priceUl li .innPrice .sub {
	margin-left: 0.5rem;
	font-size: 2.1rem;
}
.comPhotoList .priceUl li .innPrice .sub .jp {
	font-size: 1.9rem;
}
.comPhotoList .priceUl li .innPrice .sml {
	margin-left: 0.5rem;
	font-size: 1.7rem;
	font-weight: 600;
}
.comPhotoList.style01::after {
	content: "";
	display: block;
	width: calc((100% - 24rem) / 3);
}
.comPhotoList.style01 li {
	width: calc((100% - 24rem) / 3);
}
/*.comPhotoList.style01 li::after {
	content: "";
	display: block;
	width: calc((100% - 24rem) / 3);
}*/
.comPhotoList.style01 li:nth-child(2n)::before {
	display: block;
}
.comPhotoList.style01 li:nth-child(3n)::before {
	display: none;
}

.comPhotoList.style01 li .pho {
	margin-bottom: 1.7rem;
}
.comPhotoList.style01 li .subBox {
	margin: 0 0 2.3rem -1.7rem;
}
.comPhotoList.style01 li .subBox .pic {
	width: 6rem;
}
.comPhotoList.style01 li .subBox .ttl {
	margin-top: 0.1rem;
	padding-bottom: 1.3rem;
	width: calc(100% - 7.7rem);
	color: #333;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: -0.03em;
}
.comPhotoList.style01 li .subBox .ttl .sub {
	font-size: 1.5rem;
}
.comPhotoList.style01 li > .txt {
	margin-bottom: 1.4rem;
}
.comPhotoList.style01 li .price {
	font-size: 2.1rem;
}
.comPhotoList.style01 li .price .txt {
	font-size: 1.9rem;
}
.comPhotoList.style01 li .price .sml {
	margin-left: 0.6rem;
	font-size: 1.7rem;
}






@media all and (max-width: 896px) {
	.comPhotoList {
		margin-bottom: 6rem;
		display: block;
	}
	.comPhotoList > li {
		margin-bottom: 3rem;
		width: auto !important;
	}
	.comPhotoList > li:last-child {
		margin-bottom: 0;
	}
	.comPhotoList > li::before {
		display: none !important;
	}
	.comPhotoList li .pho {
		margin-bottom: 1.8rem;
	}
	.comPhotoList li .pho img {
		width: 100%;
	}
	.comPhotoList li .subBox {
		margin-bottom: 2rem;
	}
	.comPhotoList li .subBox .pic {
		width: 6rem;
	}
	.comPhotoList li .subBox .ttl {
		padding-bottom: 1rem;
		width: calc(100% - 8rem);
		font-size: 1.8rem;
	}
	.comPhotoList li > .txt {
		margin-bottom: 2rem;
	}
	.comPhotoList li .price {
		font-size: 2rem;
	}
	.comPhotoList li .price .txt {
		font-size: 1.8rem;
	}
	.comPhotoList li .price .sml {
		margin-left: 1rem;
		font-size:1.4rem;
	}
	.comPhotoList .priceUl li .innPrice {
		margin-top: -0.3rem;
	}
	.comPhotoList .priceUl li .innPrice .num {
		font-size: 1.2rem;
	}
	.comPhotoList .priceUl li .innPrice .sub {
		font-size: 1.6rem;
	}
	.comPhotoList .priceUl li .innPrice .sub .jp {
		font-size: 1.3rem;
	}
	.comPhotoList .priceUl li .innPrice .sml {
		font-size: 1.2rem;
	}
	.comPhotoList.style01 li .subBox {
		margin: 0 0 2.3rem;
	}
	.comPhotoList.style01 li .subBox .ttl {
		font-size: 1.6rem;
	}
	.comPhotoList.style01 li .subBox .ttl .sub {
		font-size: 1.2rem;
	}
	.comPhotoList.style01 li .price {
		font-size: 1.8rem;
	}
	.comPhotoList.style01 li .price .txt {
		font-size: 1.6rem;
	}
	.comPhotoList.style01 li .price .sml {
		font-size: 1.4rem;
	}
	
	.comPhotoUl.style02{
		margin-top: 3rem;
	}
}
/*------------------------------------------------------------
	comPhotoUl
------------------------------------------------------------*/
.comPhotoUl {
	display: flex;
	flex-wrap: wrap;
	gap: 12rem;
}
.comPhotoUl li {
	position: relative;
	width: calc((100% - 24rem) / 3);
}
.comPhotoUl > li::before {
	position: absolute;
	top: 0;
	right: -6.1rem;
	bottom: 0;
	width: 1px;
	background-color: #EBE8E4;
	content: '';
}
.comPhotoUl > li:last-child:before {
	display: none;
}
.comPhotoUl li .pho {
	margin-bottom: 3.2rem;
}
.comPhotoUl li .ttl {
	margin-bottom: 2rem;
	padding-bottom: 3rem;
	font-size: 1.8rem;
	font-weight: 700;
	font-family: "Shippori Mincho", serif;
	letter-spacing: -0.03em;
	border-bottom: 1px solid #C5BDB4;
}
.comPhotoUl li .ttl .red {
	margin-left: 2.4rem;
	color: #CC4F29;
}
.comPhotoUl li .ttl .red.ml0 {
	margin-left: 0;
}
.comPhotoUl li .txt {
	margin-bottom: 1.6rem;
	line-height: 1.9;
	letter-spacing: 0.05em;
}
.comPhotoUl li .txt .sml {
	font-size: 1.2rem;
}
.comPhotoUl li .price {
	color: #A68563;
	font-size: 2.1rem;
	font-weight: 700;
	font-family: "Shippori Mincho", serif;
}
.comPhotoUl li .price .sub {
	font-size: 1.9rem;
}
.comPhotoUl li .price .sml {
	margin-left: 0.6rem;
	font-size: 1.7rem;
	font-weight: 500;
}
@media all and (max-width: 896px) {
	.comPhotoUl {
		gap: 2rem;
	}
	.comPhotoUl li {
		width: calc((100% - 2rem) / 2);
	}
	.comPhotoUl > li::before {
		display: none !important;
	}
	.comPhotoUl li .pho {
		margin-bottom: 2rem;
	}
	.comPhotoUl li .ttl {
		margin-bottom: 2rem;
		padding-bottom: 1rem;
		font-size: 1.6rem;
	}
	.comPhotoUl li .ttl .red {
		margin-left: 1.5rem;
	}
	.comPhotoUl li .price {
		font-size: 1.5rem;
	}
	.comPhotoUl li .price .sub {
		font-size: 1.3rem;
	}
	.comPhotoUl li .price .sml {
		font-size: 1.1rem;
	}
}
/*------------------------------------------------------------
	comTextBox
------------------------------------------------------------*/
.comTextBox {
	margin-bottom: 8.9rem;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.comTextBox .headLine03 {
	width: 24rem;
}
.comTextBox .text {
	width: calc(100% - 30rem);
	line-height: 1.9;
	letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
	.comTextBox {
		margin-bottom: 5rem;
		display: block;
	}
	.comTextBox .headLine03 {
		width: auto;
	}
	.comTextBox .text {
		width:auto;
	}
}
/*------------------------------------------------------------
	comText
------------------------------------------------------------*/
.comText {
	margin-bottom: 6rem;
	font-size: 2.1rem;
	font-weight: 500;
	font-family: "Shippori Mincho", serif;
	line-height: 1.75;
}
.comText .sml {
	font-size: 1.5rem;
}
@media all and (max-width: 896px) {
	.comText {
		margin-bottom: 4rem;
		font-size: 1.4rem;
	}
	.comText .sml {
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	margin-bottom: 3.5rem;
}
.comLink a {
	padding-left: 2.4rem;
	position: relative;
	height: 7.5rem;
	color: #FCFCFC;
	font-weight: 700;
	font-family: "Shippori Mincho", serif;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #333;
}
.comLink a::before {
	position: absolute;
	top: 50%;
	right: -1.5rem;
	width: 13.5rem;
	height: 1px;
	background: #FCFCFC;
	content: '';
	mix-blend-mode: difference;
}
@media all and (min-width: 897px) {
	.comLink a:hover {
		color: #333;
		background-color: #FFF;
		border: 1px solid #333;
	}
}
@media all and (max-width: 896px) {
	.comLink {
		margin-bottom: 3rem;
	}
	.comLink a {
		padding-left: 0;
		height: 5.5rem;
	}
	.comLink a::before {
		right: -1rem;
		width: 5rem;
	}
}
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}