img {
	width: 100%;
	display: block;
}
.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;
}
.pc_txtonly{
	display: block;
}
@media screen and (max-width: 1024px) {
	.pc_txtonly{
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.pc_only {
		display: none;
	}
}

.sp_only {
	display: none;
}
.sp_txtonly{
	display: none;
}
@media screen and (max-width: 1024px) {
	.sp_txtonly{
		display: block;
	}
}
@media screen and (max-width: 768px) {
	.sp_only {
		display: block;
	}
}

.lp_wrap {
	margin: 0 auto;
	font-weight: 400;
	font-family: var(--noto);
	font-size: 62.5%;
}
.lp_wrap * {
	line-height: 1em;
	font-feature-settings: "palt";
	font-family: var(--font);
	color: var(--color_main);
	font-size: 62.5%;
}
.lp_wrap section{
	position: relative;
	padding: 1rem 0;
    border-bottom: 3px solid #764e27;
}
.lp_wrap section::after{
	position: absolute;
	content: "";
	bottom: -1rem;
    left: 0rem;
    right: 0rem;
    border-bottom: 1px solid #764e27;
}
.lp_wrap section.content04,
.lp_wrap section.photo,
.lp_wrap section.lineup{
	border-bottom: none;
}
.lp_wrap section.content04::after,
.lp_wrap section.photo::after,
.lp_wrap section.lineup::after{
	content: none;
}
.lp_wrap .flex{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.lp_wrap .content-wrap{
	max-width: 1200px;
	width: 100%;
	margin: auto;
	padding: 15rem 0;
}
.lp_wrap p{
	color: #142c58;
	font-size: 1.8rem;
}
@media screen and (max-width:1024px){
	.lp_wrap section{
		width: 98%;
		margin: auto;
	}
	.lp_wrap section::after{
		width: 100%;
	}
}
@media screen and (max-width:768px){
	.lp_wrap p{
	color: #142c58;
	font-size: 1.6rem;
}
	.lp_wrap .content-wrap{
	padding: 10rem 0;
}
}
@media screen and (max-width:428px){
	
}

.lead .lead_ttl{
	color: #142c58;
	margin-bottom: 3rem;
	line-height: 2.2;
	font-family: dnp-shuei-ymincho-std, sans-serif;
	font-style: normal;
}
.lead .lead_txt{
	color: #142c58;
	margin-bottom: 16rem;
	line-height: 2.2;
	font-family: dnp-shuei-ymincho-std, sans-serif;
	font-style: normal;
}
.lead .lead_ttl .lead_ttl_color{
	font-size: 1.8rem;
	color: #764e27;
}
.lead .lead_flex{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
}
.lead .lead_flex .lead_flex_txt{
	max-width: 425px;
	width: 100%;
	font-size: 1.5rem;
	text-align: left;
	line-height: 2;
	order: 1;
}
.lead .lead_flex .lead_flex_img{
	max-width: 694px;
	width: 100%;
	order: 2;
}
@media screen and (max-width:1024px){
	.lead .lead_flex{
		display: grid;
	}
	.lead .lead_flex .lead_flex_txt{
		max-width: 80%;
		margin: 3rem auto 0;
		order: 2;
	}
	.lead .lead_flex .lead_flex_img{
		max-width: 100%;
		order: 1;
	}
}
@media screen and (max-width:768px){
	
}
@media screen and (max-width:428px){
	
}

/*--------商品-------------*/
.lp_wrap .product_ttl{
	font-size: 2.6rem;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 4rem;
	font-family: dnp-shuei-ymincho-std, sans-serif;
	font-style: normal;
}
.lp_wrap .product_lead{
	font-size: 1.5rem;
	line-height: 2;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-style: normal;
}
.lp_wrap .product_name{
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 2;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-style: normal;
}
.lp_wrap .product_btn{
	max-width: 6rem;
	margin-left: auto;
	font-size: 2rem;
	font-weight: bold;
    letter-spacing: 1px;
	font-family: dnp-shuei-ymincho-std, sans-serif;
	font-style: normal;
	color: #FFF;
	background-color: #764e27;
	border-radius: 5px;
	padding: 10px 8px;
}
@media screen and (max-width:1024px){
	.lp_wrap .product_name{
		max-width: 300px;
		width: 100%;
		margin: auto;
	}
	.lp_wrap .product_btn{
		margin: 2rem auto 0;
	}
}
@media screen and (max-width:768px){
	.lp_wrap .product_ttl{
		font-size: 2.4rem;
		margin-bottom: 2rem;
	}
	
}
@media screen and (max-width:428px){
	.lp_wrap .product_name{
		font-size: 1.2rem;
	}
	.lp_wrap .product_btn{
		font-size: 1.6rem;
	}
}

.content01 .vertical_boxs,
.content03 .vertical_boxs{
	max-width: 1000px;
	margin-right: auto;
	margin-bottom: 5rem;
	justify-content: space-between;
}
.content01 .beside_boxs,
.content03 .beside_boxs{
	max-width: 1300px;
	margin-left: auto;
	justify-content: space-between;
	align-items: flex-end;
}
.content02 .center_boxs{
	width: 100%;
	justify-content: space-between;
	align-items: flex-start;
}
.content04 .center_boxs{
	width: 100%;
	justify-content: space-between;
}
.content02 .center_boxs .center_boxs_left{
	max-width: 50rem;
}
.content02 .center_boxs .center_boxs_right{
	max-width: 25rem; 
}
.content02_product_img{
	margin-bottom: 4rem;
}
.content02 .sp_txtonly{
	width: 90%;
	margin: 0 auto 6rem;
}

.content04_flex_left{
	max-width: 69rem;
	width: 100%;
	margin: auto;
}
.content04_flex_left .product_ttl{
	margin-left: 10rem;
}
.content04_flex_left .product_lead{
	margin-left: 10rem;
	margin-bottom: 10rem;
}
.content04_flex_right{
	max-width: 46rem;
	width: 100%;
}
.content04_flex_right .flex_right_imgbox{
	margin-bottom: 46rem;
}

.content01 .vertical_boxs .content01_product_img img,
.content03 .vertical_boxs .content03_product_img img/*,
.content04 .bottom_img picture*/{
	max-width: 460px;
	width: 100%;
	margin: auto;
}
.content04 .top_img picture{
	max-width: 100%;
}
.content04 .bottom_img picture,
.content04 .top_img picture{
	display: flex;
}
@media screen and (max-width:1024px){
	.content01 .vertical_boxs,
	.content03 .vertical_boxs{
		margin-bottom: 4rem;
	}
	.content01 .vertical_boxs .content01_product_txt,
	.content03 .vertical_boxs .content03_product_txt{
		width: 80%;
		margin: 0 auto 6rem;
	}
	.content01 .vertical_boxs .content01_product_img,
	.content03 .vertical_boxs .content03_product_img{
		width: 100%;
		margin: auto;
	}
	.content01 .beside_boxs .content01_product_txt,
	.content03 .beside_boxs .content03_product_txt{
		margin: 2rem auto 0;
	}
	.content04_flex_left .product_lead,
	.content04_flex_right .flex_right_imgbox{
		margin-bottom: 3rem;
	}
	.content04_flex_right{
		max-width: 100%;
	}
	/*.content04 .bottom_img picture{
		max-width: 100%;
	}*/
	.content04 .top_img{
		margin-bottom: 4rem;
	}
	.content04 .top_img picture{
		max-width: 460px;
		width: 100%;
		margin: auto;
	}
	
	.content02 .center_boxs{
		justify-content: center;
	}
	.content04_flex_left{
		max-width: 100%;
	}
	.content04_flex_left .product_ttl{
		width: 90%;
		margin: 0 auto 2rem;;
	}
	.content04_flex_left .product_lead{
		width: 90%;
		margin: 0 auto 6rem;
	}
}
@media screen and (max-width:768px){
	.content01 .vertical_boxs .content01_product_txt,
	.content03 .vertical_boxs .content03_product_txt{
		width: 90%;
		margin: 0 auto 6rem;
	}
}
@media screen and (max-width:600px){
	.content01 .vertical_boxs .content01_product_img,
	.content03 .vertical_boxs .content03_product_img{
		width: 70%;
		margin: auto;
	}
	.content04 .top_img {
        width: 70%;
        margin: 0 auto 4rem;
    }
}
/*order*/
.content01 .vertical_boxs .content01_product_img{order: 1;}
.content01 .vertical_boxs .content01_product_txt{order: 2;}
.content01 .beside_boxs .content01_product_txt{order: 3;}
.content01 .beside_boxs .content01_product_img{order: 4;}

.content03 .vertical_boxs .content03_product_img{order: 1;}
.content03 .vertical_boxs .content03_product_txt{order: 2;}
.content03 .beside_boxs .content03_product_txt{order: 3;}
.content03 .beside_boxs .content03_product_img{order: 4;}
@media screen and (max-width:1024px){
	.content01 .vertical_boxs .content01_product_img{order: 2;}
	.content01 .vertical_boxs .content01_product_txt{order: 1;}
	.content01 .beside_boxs .content01_product_txt{order: 4;}
	.content01 .beside_boxs .content01_product_img{order: 3;}
	
	.content03 .vertical_boxs .content03_product_img{order: 2;}
	.content03 .vertical_boxs .content03_product_txt{order: 1;}
	.content03 .beside_boxs .content03_product_txt{order: 4;}
	.content03 .beside_boxs .content03_product_img{order: 3;}
}



.lp_wrap .lineup {
	padding: 10rem 0;
}

.lineup_logo{
	max-width: 1200px;
	height: 360px;
	background-image: url("../img/lineup_top.jpg?1");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
	text-align: center;
}
.lineup_logo_ttl{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: 20%;
}
.lineup_logo img{
	max-width: 223px;
	width: 100%;
	margin: 0 auto 3rem;
}
.lineup_logo .lineup_ttl{
	font-size: 3.8rem;
	color: #764e27;
	padding-bottom: 2rem;
	border-bottom: 5px solid #764e27;
	display: inline-block;
	font-family: dnp-shuei-ymincho-std, sans-serif;
    font-style: normal;
}
.lineup_center{
	max-width: 1200px;
	height: auto;
	background-image: url("../img/lineup_center.jpg");
	background-size: cover;
	background-repeat: repeat;
	background-position: center;
	position: relative;
	text-align: center;
}
.lineup .lineup_list{
	max-width: 1100px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-content: center;
	flex-wrap: wrap;
	gap: 2rem;
	padding-top: 4rem;
}

.lineup .lineup_list .lineup_listitem{
	width: calc(100% / 4 - 2rem);
}
.lineup .lineup_list .lineup_listitem img{
	margin-bottom: 2rem;
}
.lineup .lineup_list .lineup_listitem .product_name{
	text-align: center;
	margin-bottom: 2rem;
}
.lineup .lineup_list .lineup_listitem .product_btn{
	margin: auto;
}

@media screen and (max-width:1024px){
	.lineup_logo{
		background-size: contain;
	}
	.lineup_center{
		background-size: contain;
	}
	.lineup_logo img{
		margin-bottom: 2rem;
	}
	.lineup_logo .lineup_ttl{
		font-size: 3rem;
	}
	.lineup .lineup_list{
		max-width: 90%;
	}
	.lineup .lineup_list .lineup_listitem{
		width: calc(100% / 2 - 2rem);
	}
}
@media screen and (max-width:768px){
	.lineup_logo{
		max-width: 1200px;
		height: 330px;
		background-image: url("../img/lineup_top_sp.jpg?1");
		background-size: contain;
}
	.lineup_logo_ttl{
		bottom: 0;
	}
}
@media screen and (max-width:428px){
	.lineup_logo{
		max-width: 1200px;
		height: 200px;
	}
		.lineup_logo img{
			width: 80%;
	}
	    .lineup_logo .lineup_ttl {
        font-size: 2.4rem;
    }
}