@charset "utf-8";
#footer {
  margin: 0;
}
/*=============================================================
.boxPageTtl
=============================================================*/
.boxPageTtl {
	position: relative;
}
.boxCatNav{
	width: 246px;
	position: absolute;
	top: -55px;
	left: 50%;
	transform: translateX(-50%);
}
.boxCatNav ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.boxCatNav ul li{
	width: calc((100% - 6px) / 2);
}
.boxCatNav ul li a{
	width: 100%;
	display: block;
	border-radius: 100px;
	box-sizing: border-box;
	padding: 5px;
	text-align: center;
	background-color: rgba(159,126,52,0.4);
	color: #fff;
}
.boxCatNav ul li a:hover{
	opacity: 1;
	background-color: rgba(159,126,52,1.0);
}
.boxCatNav ul li.act a{
	background-color: rgba(159,126,52,1.0);
}
/*=============================================================
.boxIntro
=============================================================*/
.boxIntro{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.boxIntro .catch{
	margin: 0 0 40px;
	font-size: 38px;
	text-align: center;
	line-height: 1.5;
}
.boxIntro .lead{
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}
/* .ancArea
-------------------------------------------------------------*/
.ancArea ul{
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 40px 0 0;
}
.ancArea ul li{
	width: calc((100% - 240px) / 6);
	box-sizing: border-box;
	margin: 0 15px;
	padding: 20px 0 0;
	text-align: center;
}
.ancArea ul li a{
	display: block;
	padding: 0 0 15px 0;
	background: url("../../shared/img/arw_page.svg") no-repeat center bottom;
	color: #000;
	text-align: center;
}
.ancArea ul li a p+p{
	width: 100%;
	height: 3em;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.25;
	text-align: center;
}
.ancArea ul li a:hover{
	opacity: 1;
	color: #9F7E34
}
/*=============================================================
.boxClm
=============================================================*/
.boxClm{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 100px 0 0;
}
.boxClm .order1{
	order: 1;
}
.boxClm>.box{
	width: 50%;
}
.boxClm .boxCopy{
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 20px;
}
.boxClm .boxCopy h3{
	font-size: 22px;
	line-height: 1.45 !important;
	font-weight: 400;
	color: #9F7E34;
}
.boxClm .boxCopy p.catch{
	padding: 40px 0;
	font-size: 28px;
	line-height: 1.45 !important;
}
.boxClm .boxPhotoFull{
}
.boxClm .boxPhotoFull+.boxPhotoFull{
	padding-top: 10px;
}
.boxClm .boxPhoto2Clm{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.boxClm .boxPhoto2Clm .box{
	width: calc((100% - 10px) / 2);
	padding: 10px 0 0;
}
.boxClm .boxPhoto2Clm .box p{
	line-height: 1.35 !important;
}
.boxClm .boxPhotoFull p+p,
.boxClm .boxPhoto2Clm .box p+p{
	padding: 5px 0 0;
	font-size: 14px;
}
/*=============================================================
.boxClm
=============================================================*/
.box3Clm{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 30px 0 0;
}
.box3Clm:after{
	content: "";
	width: calc((100% - 60px) / 3);
	height: 0;
	overflow: hidden;
}
.box3Clm>.box{
	width: calc((100% - 60px) / 3);
	padding: 30px 0 0;
}
.box3Clm>.box p{
	line-height: 1.35 !important;
}
.box3Clm>.box p+p{
	padding: 5px 0 0;
}
.boxClmWide{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 100px 0 0;
}
.boxClmWide>.box{
	width: 50%;
}
/*=============================================================
#clmShop
=============================================================*/
#clmShop{
	padding: 50px 0 120px;
	border-top: 2px solid #fff;
	background-color: #F0F0F0;
}
#clmShop h3{
	font-size: 22px;
	line-height: 1.45 !important;
	color: #000;
	text-align: center;
	padding: 0 0 30px;
}
#clmShop .boxBnr{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#clmShop .boxBnr .box{
	width: calc((100% - 20px) / 2);
	padding: 20px 0 0;
}
#clmShop .boxBnr .boxWide{
	width: 100%;
	padding: 20px 0 0;
}
#clmShop .boxBnr a:hover{
	opacity: 1;
}
#clmShop .boxBnr .box a{
	display: block;
	position: relative;
}
#clmShop .boxBnr .box a span{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.4s ease 0.2s;
}
#clmShop .boxBnr .box a:hover span{
	opacity: 1;
}
#clmShop .boxBnr .boxWide.sp-dsp-none a{
	display: block;
	position: relative;
}
#clmShop .boxBnr .boxWide.sp-dsp-none a span{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.4s ease 0.2s;
}
#clmShop .boxBnr .boxWide.sp-dsp-none a:hover span{
	opacity: 1;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 TUB
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:1099px){
/* .boxNav
-------------------------------------------------------------*/
.pageNaviFix .boxNav {
  top: 104px;
}
.pageNaviFix .boxNav:before {
	content: "";
	width: 100%;
	height: 40px;
	background-color: #fff;
	position: absolute;
	top: -30px;
	left: 0;
	z-index: -1;
}
.boxCatNav{
	top: -30px;
}
/* .ancArea
-------------------------------------------------------------*/
.ancArea ul li{
	width: calc((100% - 100px) / 6);
}
.ancArea ul li a p+p{
	font-size: 14px;
}
#clmShop .boxBnr .box a:hover span{
	opacity: 0;
}
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px){
/*=============================================================
.boxPageTtl
=============================================================*/
.boxPageTtl {
	position: relative;
}
.boxCatNav{
	width: 206px;
	bottom: 15px;
}
.boxCatNav ul li a{
	font-size: 12px;
}
/*=============================================================
.boxIntro
=============================================================*/
.boxIntro .catch{
	font-size: 28px;
}
/* .ancArea
-------------------------------------------------------------*/
.ancArea {
	margin: 0 -20px;
	padding: 0 10px;
}
.ancArea ul{
	flex-wrap: wrap;
}
.ancArea ul li{
	width: calc((100% - 60px) / 3);
	margin: 0 10px;
}

/*=============================================================
.boxClm
=============================================================*/
.boxClm{
	display: block;
	margin: 60px 0 0;
}
.boxClm>.box{
	width: 100%;
}
.boxClm>.box+.box{
	padding: 40px 0 0;
}
.boxClm .boxCopy {
	padding: 0;
}
.boxClm .boxCopy p.catch{
	font-size: 24px;
}
/*=============================================================
.boxClm
=============================================================*/
.box3Clm{
	display: block;
	margin: 20px 0 0;
}
.box3Clm:after{
	width: calc(100%);
}
.box3Clm>.box{
	width: calc(100%);
	padding: 20px 0 0;
}
.boxClmWide{
	display: block;
	margin: 60px 0 0;
}
.boxClmWide>.box{
	width: 100%;
}
/*=============================================================
#clmShop
=============================================================*/
#clmShop{
	margin: 70px 0 0;
}
#clmShop .boxBnr .box{
	width: calc((100% - 10px) / 2);
	padding: 10px 0 0;
	overflow: hidden;
}
#clmShop .boxBnr .box a{
	display: block;
	margin: 0 -30px;
}
#clmShop .boxBnr .boxWide{
	padding: 10px 0 0;
}
}
