
.fs-l-main, .fs-l-main, .fs-l-pageMain {
	max-width: inherit !important;
	margin: 0 auto;
}
#fs_CustomPage .fs-l-main {
	padding: 0;
}
.fs-c-breadcrumb__listItem {
	display: inline;
}

/* css */
:root {
	--noto: "Noto Sans JP", sans-serif;
	--color_main: #2e2e2e;
	--shadow: drop-shadow(.2em .2em 2em rgba(222,227,229,.7));
	--width: 1200px;
}
@media screen and (max-width: 1380px) {
	:root {
		--width: 92%;
	}
}


.pc_only {
	display: block;
}
@media screen and (max-width: 768px) {
	.pc_only {
		display: none;
	}
}

.sp_only {
	display: none;
}
@media screen and (max-width: 768px) {
	.sp_only {
		display: block;
	}
}
a:hover, a:focus {
    text-decoration: none;
}
section{
	margin: 0 !important;
}
.lp_wrap {
	margin: 0 auto;
	font-weight: 400;
	font-family: var(--noto);
}
.lp_wrap img {
	width: 100%;
	display: block;
}
@media screen and (max-width: 1380px) {
}
@media screen and (max-width: 768px) {
}
.lp_wrap * {
	line-height: 1em;
	font-feature-settings: "palt";
	font-family: var(--font);
	color: var(--color_main);
	font-size: 62.5%;
	line-height: 1.7;
}


/*共通*/
.content-wrap{
	max-width: 900px;
	width: 100%;
	margin: auto;
	padding: 10rem 0;
}
@media screen and (max-width:768px){
	.content-wrap{
		padding: 6rem 2rem;
	}
}

.lead{
	position: relative;
}
.lead::before{
  content:"";
  position:absolute;
	left: 0;
	bottom: -10%;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	pointer-events: none;
	height: 10%;
	width: 100%;
  background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0));
  pointer-events:none;
}
.lead_text{
  font-family: "Zen Old Mincho", serif;
	font-size: 2.4rem;
	font-weight: bold;
	color: #612400;
	text-align: center;
	margin-bottom: 60px;

}



/*ナビ*/
.nav{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10rem;
}
.circle-item{
  list-style: none;
}
.circle-item a{
  position: relative;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
	border: 1px solid #f8a583;
  box-shadow:
    0 0 0 0px rgba(233,107,51,0.35),
    0 0 25px 18px rgba(233,107,51,0.25),
    0 0 45px 25px rgba(233,107,51,0.1);
}
.circle-item a p{
  font-family: "Zen Old Mincho", serif;
  color: #7a3f14;
  font-weight: 600;
  font-size: 36px;
	margin-bottom: 10px;
	z-index: 2;
}
.circle-item a span,
.circle-item a br,
.circle-item a{
  position: relative;
  z-index: 1;
}

.circle-item a::after{
  content: "";
  position: absolute;
  bottom: 10%;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid #7a3f14;

  z-index: 1;
}

/* spanだけ少し強調（任意） */
.circle-item a span{
  color: #7a3f14;
  font-size: 44px;
  font-weight: 600;
}
@media screen and (max-width:768px){
.lead_text{
	font-size: 1.6rem;
}
.nav{
	gap: 4rem;
}
.circle-item a{
	width: 160px;
	height: 160px;
  box-shadow:
    0 0 0 0px rgba(233,107,51,0.35),
    0 0 15px 6px rgba(233,107,51,0.35),
    0 0 25px 18px rgba(233,107,51,0.1);
}
.circle-item a span{
	font-size: 30px;
}
.circle-item a p{
	font-size: 24px;
}
}


.background{
	background-image: url("../img/background.jpg");
	background-repeat: no-repeat;
	background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.content_ttl{
  font-family: "Zen Old Mincho", serif;
	font-size: 5rem;
	font-weight: bold;
	text-align: center;
  color: #7a3f14;
	margin-bottom: 60px;
  text-shadow:
    0 0 4px  rgba(255,255,255,1),
    0 0 12px rgba(255,255,255,0.95),
    0 0 24px rgba(255,255,255,0.85),
    0 0 40px rgba(255,255,255,1);
  filter: drop-shadow(0 0 20px rgba(255,255,255,0.9));
}
.content_ttl span{
  font-family: "Zen Old Mincho", serif;
	font-size: 6rem;
	font-weight: bold;
  color: #7a3f14;
}
.content_text{
  font-family: "Zen Old Mincho", serif;
	font-size: 2.2rem;
	font-weight: bold;
  color: #7a3f14;
	text-align: center;
}
.content_box{
	background-color: #FFF;
	padding: 5rem;
	text-align: center;
}
.content_box .box_ttl{
	position: relative;
	display: inline-block;
  font-family: "Zen Old Mincho", serif;
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
  color: #7a3f14;
	margin-bottom: 3rem;
}
.content_box .box_ttl::after{
	position: absolute;
	content: "";
	background-image: url("../img/ttl_right.png");
	background-size: contain;
	background-repeat: no-repeat;
	aspect-ratio: 32 / 68;
	max-width: 32px;
	width: 100%;
	right: -50px;
}
.content_box .box_ttl::before{
	position: absolute;
	content: "";
	background-image: url("../img/ttl_left.png");
	background-size: contain;
	background-repeat: no-repeat;
	aspect-ratio: 32 / 68;
	max-width: 32px;
	width: 100%;
	left: -50px;
}
.content_box .box_icon{
	max-width: 278px;
	width: 100%;
	margin: 0 auto 6rem;
}
.content_box .box_subttl{
  font-family: "Zen Old Mincho", serif;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
  color: #7a3f14;
	margin-bottom: 2rem;
}
.box_text{
  font-family: "Zen Old Mincho", serif;
	font-size: 1.6rem;
	text-align: center;
	color: #4d4241;
	margin-bottom: 6rem;
}

.product_name{
  font-family: "Zen Old Mincho", serif;
	font-size: 2rem;
	font-weight: bold;
	text-align: left;
	color: #6a2b00;
	margin-bottom: 2rem;
}
.product_text{
  font-family: "Zen Old Mincho", serif;
	font-size: 1.6rem;
	text-align: left;
	color: #4d4241;
}
.product{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 34px;
	margin-bottom: 80px;
}

@media screen and (max-width:768px){
	.content_ttl{
		font-size: 3rem;
		margin-bottom: 4rem;
	}
	.content_box .box_ttl::before,
	.content_box .box_ttl::after{
		max-width: 27px;
	}
	.content_ttl span{
		font-size: 4rem;
	}
	.content_box{
		padding: 4rem 2rem;
	}
	.content_box .box_ttl{
		font-size: 2.8rem;
		margin-bottom: 3rem;
	}
	.content_box .box_icon{
		width: 50%;
	}
	.product{
		display: block;
		margin-bottom: 6rem;
	}
}

.product li{
	width: calc(100% / 2 - 17px);
	margin-bottom: 0px;
}
.product li.product_center{
	margin: 0 auto;
}
.product li:last-child{
	margin-bottom: 0;
}
.product_point{
	width: 100%;
	margin: 4rem auto 0;
}
.product_point img{
	width: 80%;
	margin: 2rem auto 1rem;
}
.product_point_ttl{
  font-family: "Zen Old Mincho", serif;
	font-size: 1.8rem;
	text-align: center;
	font-weight: bold;
	color: #6a2b00;

}
.product_point_text{
  font-family: "Zen Old Mincho", serif;
	font-size: 1.6rem;
	text-align: center;
	color: #4d4241;
	margin-bottom: 0;
}
.product_btn,
.staff_btn{
	background-color: #FFf;
	width: 100%;
	border: 1px solid #e44600;
	color: #e44600;
  font-family: "Zen Old Mincho", serif;
	font-size: 2.2rem;
	text-align: center;
	padding: 1rem 0;
}

.product_btn:hover,
.staff_btn:hover{
	background-color: #e44600;
	color: #FFF;
}
.list_btn{
	max-width: 650px;
	width: 100%;
	border: 1px solid #e44600;
	color: #e44600;
  font-family: "Zen Old Mincho", serif;
	font-size: 2.2rem;
	text-align: center;
	margin: 0 auto;
	padding: 1rem 0;
}
.list_btn:hover{
	background-color: #e44600;
	color: #FFF;
}

@media screen and (max-width:768px){
	.product li{
		width: 90%;
		margin: 0 auto 30px;
	}
	.product li:last-child{
		margin-bottom: 30px;
	}
	.product_point_ttl{
		font-size: 1.6rem;
	}
	.product_point_text{
		margin-bottom: 4rem;
	}
	.product_btn, .staff_btn{
		font-size: 1.8rem;
	}
}
.mb80{
	margin-bottom: 80px;
}
.mb30{
	margin-bottom: 30px;
}
.mb20{
	margin-bottom: 20px;
}
.mt30{
	margin-top: 30px;
}
.spmb20{
	margin-bottom: 0;
}
@media screen and (max-width:768px) {
	.mb30{
		margin-bottom: 20px;
	}
	.mt30{
		margin-top: 20px;
	}
	.spmb20{
		margin-bottom: 20px;
	}
}

.bnr_area .content-wrap{
	padding-top: 0;
}

.bnr_list li{
	margin-bottom: 60px;
}
.bnr_list li:last-child{
	margin-bottom: 0;
}