/* コンテンツ幅 フル */
.contentsInr{width:auto;padding:0px;}
/* コンテンツ幅 950px */
.contentsInr .contentsUnit{padding:0 10px;}
@media all and (min-width:740px){
	.contentsInr .contentsUnit{width:950px;padding:0px;margin:0 auto;}
}
/*MV*/
@media (min-width: 740px){
    .heroimgWrap.typeImg.heroimgWrap-titleImg .mainHeading{
        top: calc(50% - 12px) !important;
    }
    .heroimgWrap.heroimgWrap-titleImg .mainHeading .mainTtl img{
        width: 950px;
    }
	ul.bxslider {
		display: flex;
		justify-content: center;
	}
	ul.bxslider img {
		width: 1920px;
	}
	.txtcolor {
		color: #7a5010;
    }
}
@media (max-width: 739px){
    .heroimgWrap.heroimgWrap-titleImg .mainHeading .mainTtl img{
        width: 100%;
    }
	.txtcolor {
		color: #7a5010;
    }
}
.ctm_contentsFull_img {
	background:url(/content/dam/sites/wwwjalcojp/jp/ja/dom/special/fsjet/img_sites/bg_pc.jpg) center top / 1920px 3250px no-repeat;
	background-size: cover;
	padding: 0 !important;
}
@media (max-width: 739px) {
	.ctm_contentsFull_img {
		background:url(/content/dam/sites/wwwjalcojp/jp/ja/dom/special/fsjet/img_sites/bg_sp.jpg) center top / cover no-repeat ;
	}
}
/*余白*/
.mgb60{
	margin-bottom: 60px;
}
.decmgb{
	margin-bottom: 70px;
}
.ancSpace {
	margin-top: 20px; 
	padding-top: 60px;
}
@media (max-width: 739px) {
	.mgt8vw {
		margin-top: 8vw !important;
	}
	.mgt10vw {
		margin-top: 10.667vw !important;
	}
	.pdt10vw {
		padding-top: 10.667vw !important;
	}
	.mgb60{
		margin-bottom: 0;
	}
	.decmgb{
		margin-bottom: 15vw;
	}
	.ancSpace {
		margin-top: 2vw; 
		padding-top: 16vw;
	}
}

/*body*/
.detailpWrap.contentsInr {
	max-height: 2550px;
	margin: 0;
}
.detailpWrap .ttlLv1 {
	border: none;
	position: static;
	text-align: center;
	margin: 0 !important;
	padding: 0 !important;
}
.detailpWrap .ttlLv1::after {
	position: static;
	content: none;
}
.detailpWrap .ttlLv1 .heading {
	font-size: 30px;
	font-weight: 700;
	line-height: 45px;
	color: #714400;
}
.detailpWrap .ttlLv2 {
	border: none;
	position: static;
	margin: 0 !important;
	padding: 0 !important;
}
.detailpWrap .ttlLv2 .heading {
	border: none;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	color: #714400;
	padding: 0 !important;
}
.conceptWrap {
	background-color: #ffffff; 
	border: 1px solid #E9C855;
	padding: 40px; 
}
.conceptWrap > .clm_1_2col.colWrap .col:nth-child(odd) {
	width: 300px;
}
.conceptWrap > .clm_1_2col.colWrap .col:nth-child(even) {
	width: 540px;
	margin-left: 25px;
}
.cupCol .col:nth-child(odd) ,.coverCol .col:nth-child(even){
	width: 350px;
}
.cupCol .col:nth-child(even) ,.coverCol .col:nth-child(odd){
	width: 575px;
}
.cupCol .col:nth-child(even) ,.coverCol .col:nth-child(even){
	margin-left: 25px;
}
@media (max-width: 739px) {
	.spAll {
		text-align: left !important;
	}
	.spAll p {
		text-align: left !important;
	}
	.detailpWrap .ttlLv1 .heading {
		font-size: 2rem;
		line-height: 3rem;
	}
	.detailpWrap .ttlLv2 .heading {
		font-size: 1.8rem;
		line-height: 3rem;
	}
	.detailpWrap .contentsUnit {
		padding-bottom: 12vw !important;
	}
	.conceptWrap {
		padding: 8vw 5.333vw;
	}
	.conceptWrap .colWrap ,.coverCol .colWrap{
		flex-wrap: wrap-reverse !important;
	}
	.conceptWrap .clm_1_2col.colWrap .col:nth-of-type(n+2) {
		margin-top: 0 !important;
	}
	.conceptWrap > .clm_1_2col.colWrap .col:nth-child(even) {
		width: auto;
		margin-left: 0;
	}
	.conceptWrap > .clm_1_2col.colWrap .col:nth-child(odd) {
		width: auto;
		margin-top: 5.333vw;
	}
	.cupCol .col:nth-child(odd) ,.coverCol .col:nth-child(even){
		width: auto;
	}
	.cupCol .col:nth-child(even) ,.coverCol .col:nth-child(odd){
		width: auto;
	}
	.cupCol .col:nth-child(even) ,.coverCol .col:nth-child(even){
		margin-left: 0;
	}
}
/*decoration*/
.decTtl .ttlLv1 .heading {
	position: relative;
}
.decTtl .ttlLv1 .heading::before {
	position: absolute;
	content: "";
	width: 152px;
	height: 20px;
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(/content/dam/sites/wwwjalcojp/jp/ja/dom/special/fsjet/img_sites/parts_line_title.png);
}
.decWrap {
	position: relative;
}
.decWrap::before {
	position: absolute;
	content: "";
	width: 950px;
	height: 50px;
	bottom: -70px;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(/content/dam/sites/wwwjalcojp/jp/ja/dom/special/fsjet/img_sites/parts_line_pc.png);
}
.decWrap .colWrap .col:nth-child(odd) {
	width: 370px;
}
@media (max-width: 739px) {
		.decTtl .ttlLv1 .heading::before {
		position: absolute;
		width: 20.267vw;
		height: 2.667vw;
		bottom: -3vw;
		left: 50%;
		transform: translateX(-50%);
		background-image: url(/content/dam/sites/wwwjalcojp/jp/ja/dom/special/fsjet/img_sites/parts_line_title.png);
		background-size: contain;
		background-repeat: no-repeat;
	}
	.decWrap::before {
		position: absolute;
		width: 94.667vw;
		height: 5.333vw;
		bottom: -14vw;
		left: 50%;
		transform: translateX(-50%);
		background-image: url(/content/dam/sites/wwwjalcojp/jp/ja/dom/special/fsjet/img_sites/parts_line_sp.png);
		background-size: cover;
		background-repeat: no-repeat;
	}
	.detailpWrap .clm_1_2col.colWrap .col:nth-of-type(n+2) {
		margin-top: 0 !important;
	}
	.detailpWrap .clm_1_2col.colWrap .col .imgParts {
		margin-top: 2vw;
	}
	.mldWrap .colWrap .col:nth-child(odd) {
		width: auto;
	}
}



