@charset "UTF-8";
/* CSS Document */
/*=============================
  concept
=============================*/
.concept #main{
	background: var(--ULOS-LIGHT-GREEN);
	padding-top: 210px;
	padding-bottom: 135px;
	position: relative;
}
.concept #main .bg_movie{
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	height: 765px;
	overflow: hidden;
	/*opacity: 0.4;*/
	z-index: 0;
}
.concept #main .bg_movie video {
	position: absolute;
	top:50%;
	left:50%;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.concept #main > .inner{position: relative;}
.concept #main .main_ph{
	aspect-ratio: 1300/552;
	isolation: isolate;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	overflow: hidden;
}
.concept #main .tit{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-58%);
	transform: translateY(-58%);
	z-index: 1;
	font-size: 0.9rem;
	letter-spacing: -0.03em;
	color: var(--ULOS-DARK-GREEN);
}

.concept #main .logo{
	margin-top: 100px;
	text-align: center;
}
.concept #main .logo img{
	width: 230px;
	height: auto;
}

.concept #main .pic{
	margin-top: 10px;
	text-align: center;
}
.concept #main .pic img{
	width: 280px;
	height: auto;
	mix-blend-mode:screen;
}

.concept #main .list{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.concept #main .list li{
	font-size: 0.33rem;
	letter-spacing: -0.03em;
	color: var(--ULOS-DARK-GREEN);
	position: relative;
}
.concept #main .txt{
	font-size: 0.21rem;
	letter-spacing: 0.2em;
	color: var(--ULOS-DARK-GREEN);
	line-height: 2;
	text-align: center;
	margin-top: 2.5em;
}

.concept section > .inner{
	position: relative;
	isolation: isolate;
	-webkit-border-radius: 30px 30px 0px 0px / 30px 30px 0px 0px;
	border-radius: 30px 30px 0px 0px / 30px 30px 0px 0px;
}
.concept section h2.tit{
	position: absolute;
	top:0;
	left:0;
	z-index: 10;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: var(--ULOS-DARK-GREEN);
}
.concept section h2.tit .fenb{
	font-size: 0.9rem;
	letter-spacing: -0.04em;
}

/*txtBloc
=============================*/
.concept .txtBloc > .inner{
	padding-top: 75px;
	padding-bottom: 210px;
}
.concept .txtBloc .txt01{
	text-align: center;
	font-size: 0.24rem;
	letter-spacing: 0.2em;
	color: var(--ULOS-DARK-GREEN);
}
.concept .txtBloc .txtList{
	margin-top: 90px;
}
.concept .txtBloc .txtList > li{
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.concept .txtBloc .txtList > li:nth-child(odd){
	flex-direction: row-reverse;
}
.concept .txtBloc .txtList > li:nth-child(even){
}
.concept .txtBloc .txtList > li:nth-child(n+2){
	margin-top: 170px;
}
.concept .txtBloc .txtList > li .ph{
	aspect-ratio: 615/405;
	width: 47%;
	isolation: isolate;
	overflow: hidden;
}
.concept .txtBloc .txtList > li:nth-child(odd) .ph{
	-webkit-border-radius: 10px 0px 0px 10px / 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px / 10px 0px 0px 10px;
}
.concept .txtBloc .txtList > li:nth-child(even) .ph{
	-webkit-border-radius: 0px 10px 10px 0px / 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px / 0px 10px 10px 0px;
}
.concept .txtBloc .txtList > li .txtArea{
	width: 50%;
	text-align: center;
	padding: 0 5%;
}
.concept .txtBloc .txtList > li .txtArea > .inner{
	display: inline-block;
	text-align: left;
	max-width: 470px;
}
.concept .txtBloc .txtList > li .txtArea h3{
	font-size: 0.3rem;
	letter-spacing: 0.1em;
	color: var(--ULOS-DARK-GREEN);
}
.concept .txtBloc .txtList > li .txtArea .txt{
	font-size: 0.16rem;
	font-weight: 300;
	line-height: 2.5;
	letter-spacing: 0.15em;
	color: var(--ULOS-DARK-GREEN);
	margin-top: 2.5em;
}
.concept .txtBloc .txtList > li .txtArea .emTxtList{
	margin-top: 35px;
	font-size: 0.1rem;
	font-weight: 300;
	line-height: 1.8;
	letter-spacing: 0.02em;
	color: var(--ULOS-DARK-GREEN);
}
.concept .txtBloc .txtList > li .txtArea .emTxtList li{
	text-indent: -1.8em;
	padding-left: 1.8em;
}

/*bloc01
=============================*/
.concept #bloc01{
	background:var(--ULOS-LIGHT-GREEN);
}
.concept #bloc01 > .inner{
	background:#FFF;
}

/*bloc02
=============================*/
.concept #bloc02{
	background:#FFF;
}
.concept #bloc02 > .inner{
	background:var(--ULOS-LIGHT-GREEN);
	position: relative;
}
.concept #bloc02 > .inner .bg_movie{
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	/*opacity: 0.4;*/
	z-index: -1;
	mix-blend-mode:multiply;
	opacity: 0.4;
}
.concept #bloc02 > .inner .bg_movie video {
	position: absolute;
	top:50%;
	left:50%;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}


/*prod
=============================*/
.concept #prod {
	background: var(--ULOS-LIGHT-GREEN);
	background: -moz-linear-gradient(top,  var(--ULOS-LIGHT-GREEN) 0%,  var(--ULOS-LIGHT-GREEN) 50%, #FFF 50%, #FFF 100%);
	background: -webkit-linear-gradient(top,  var(--ULOS-LIGHT-GREEN) 0%,var(--ULOS-LIGHT-GREEN) 50%,#FFF 50%,#FFF 100%);
	background: linear-gradient(to bottom,  var(--ULOS-LIGHT-GREEN) 0%,var(--ULOS-LIGHT-GREEN) 50%,#FFF 50%,#FFF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdf475', endColorstr='#ffffff',GradientType=0 );
}
.concept #prod h2.tit .fenb{
	font-size: 1rem;
	letter-spacing: -0.03em;
}
.concept #prod > .inner{
	background:var(--ULOS-LGRAY-BG);
	padding: 145px 75px 80px;
	isolation: isolate;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
.concept #prod .txt01{
	text-align: center;
	font-size: 0.19rem;
	letter-spacing: 0.2em;
	color: var(--ULOS-DARK-GREEN);
	line-height: 2.6;
}

.concept #prod .picList{
	max-width: 670px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-top: 40px;
}
.concept #prod .picList::before{
	content: '';
	display: block;
	width: calc(100% - 140px);
	height: 1px;
	position: absolute;
	top:70px;
	left:70px;
	z-index: -1;
	border-top: 2px dashed var(--ULOS-DARK-GREEN);
}


.concept #prod .picList li{
	width: 140px;
}
.concept #prod .picList li .txt{
	font-size: 0.22rem;
	letter-spacing: 0.2em;
	text-align: center;
	margin-top: 1em;
	padding-left: 0.15em;
}
.concept #prod .picList li:nth-child(1) .txt{color: var(--ULOS-GREEN02);}
.concept #prod .picList li:nth-child(2) .txt{color: var(--ULOS-BLUE);}
.concept #prod .picList li:nth-child(3) .txt{color: var(--ULOS-LIGHT-GREEN-TXT);}

.concept #prod dl.prodList{margin-top: 100px;}
.concept #prod dl.prodList dt{
	border-top-width: 1px;
	border-top-style: solid;
}
.concept #prod dl.prodList dt:nth-of-type(n+2){
	margin-top: 175px;
}
.concept #prod dl.prodList dt.list01 {border-top-color: var(--ULOS-GREEN02);}
.concept #prod dl.prodList dt.list02 {border-top-color: var(--ULOS-BLUE);}
.concept #prod dl.prodList dt.list03 {border-top-color: var(--ULOS-LIGHT-GREEN-TXT);}

.concept #prod dl.prodList dt h3{
	max-width: 416px;
	margin-left: auto;
	margin-right: auto;
	height: 46px;
	-webkit-border-radius: 23px;
	border-radius: 23px;
	color: #FFF;
	font-size: 0.26rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	margin-top: -23px;
	padding-left: 0.15em;
}
.concept #prod dl.prodList dt.list01 h3{background: var(--ULOS-GREEN02);}
.concept #prod dl.prodList dt.list02 h3{background: var(--ULOS-BLUE);}
.concept #prod dl.prodList dt.list03 h3{background: var(--ULOS-LIGHT-GREEN-TXT);}

.concept #prod dl.prodList dt .txt{
	text-align: center;
	font-size: 0.24rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	margin-top: 1em;
}
.concept #prod dl.prodList dt.list01 .txt{color: var(--ULOS-GREEN02);}
.concept #prod dl.prodList dt.list02 .txt{color: var(--ULOS-BLUE);}
.concept #prod dl.prodList dt.list03 .txt{color: var(--ULOS-LIGHT-GREEN-TXT);}


.concept #prod dl.prodList dd{margin-top: 60px;}
.concept #prod dl.prodList dd > ul{
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.concept #prod dl.prodList dd > ul > li{
	width: 33.3%;
	border-bottom: 1px solid #C7C7C7;
	padding-bottom: 45px;
	margin-bottom: 45px;
	text-align: center;
	position: relative;
}
.concept #prod dl.prodList dd > ul > li:nth-child(3n){width: 33.34%;}
.concept #prod dl.prodList dd > ul > li:nth-child(3n+1):nth-last-child(-n+3),
.concept #prod dl.prodList dd > ul > li:nth-child(3n+1):nth-last-child(-n+3) ~ li{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.concept #prod dl.prodList dd > ul > li .fukidashi{
	position: absolute;
	top:0;
	right:0;
	aspect-ratio: 1/1;
	width: 25%;
	/*max-width: 130px;
	min-width: 80px;*/
	isolation: isolate;
	-webkit-border-radius: 9999px;
	border-radius: 9999px;
	/*font-size: 0.12rem;*/
	font-size: 1vw;
	letter-spacing: 0.1em;
	color: var(--ULOS-DARK-GREEN);
	font-weight: 700;
}
.concept #prod dl.prodList dd > ul > li#prod08 .fukidashi{right: auto; left:65%;}
.concept #prod dl.prodList dd > ul > li .fukidashi.kc_drkgreen{background: var(--ULOS-DARK-GREEN);}
.concept #prod dl.prodList dd > ul > li .fukidashi.kc_green01 {background: var(--ULOS-GREEN01);}
.concept #prod dl.prodList dd > ul > li .fukidashi.kc_emegreen{background: var(--ULOS-EME-GREEN);}
.concept #prod dl.prodList dd > ul > li .fukidashi.kc_blue    {background: var(--ULOS-BLUE);}
.concept #prod dl.prodList dd > ul > li .fukidashi.kc_lgreen  {background: var(--ULOS-LIGHT-GREEN);}


.concept #prod dl.prodList dd > ul > li a{
	display: inline-block;
}
.concept #prod dl.prodList dd > ul > li .pic{
	/*aspect-ratio: 383/190;*/
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	height: 14.6vw;
}
.concept #prod dl.prodList dd > ul > li#prod04 .pic,
.concept #prod dl.prodList dd > ul > li#prod05 .pic,
.concept #prod dl.prodList dd > ul > li#prod11 .pic{padding-top: 0.76vw;}
.concept #prod dl.prodList dd > ul > li#prod01 .pic,
.concept #prod dl.prodList dd > ul > li#prod02 .pic,
.concept #prod dl.prodList dd > ul > li#prod03 .pic{padding-top: 3vw;}
.concept #prod dl.prodList dd > ul > li#prod06 .pic,
.concept #prod dl.prodList dd > ul > li#prod07 .pic,
.concept #prod dl.prodList dd > ul > li#prod09 .pic,
.concept #prod dl.prodList dd > ul > li#prod10 .pic{padding-top: 1vw;}
.concept #prod dl.prodList dd > ul > li .pic img{
	width: auto;
	height: 100%;
	object-fit: contain;
}

.concept #prod dl.prodList dd > ul > li h4{
	text-align: center;
	font-size: 0.16rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.65;
	margin-top: 1.5em;
}
.concept #prod dl.prodList dd > ul > li h4 .fs{
	font-size: 62.5%;
	vertical-align: baseline;
}
.concept #prod dl.prodList dd.list01 > ul > li h4{color: var(--ULOS-GREEN02);}
.concept #prod dl.prodList dd.list02 > ul > li h4{color: var(--ULOS-BLUE);}
.concept #prod dl.prodList dd.list03 > ul > li h4{color: var(--ULOS-LIGHT-GREEN-TXT);}
.concept #prod dl.prodList dd > ul > li .txt{
	text-align: center;
	font-size: 0.12rem;
	letter-spacing: 0.15em;
	line-height: 1.65;
	margin-top: 1em;
}
.concept #prod dl.prodList dd > ul > li .emTxtList{margin-top: 1em;}
.concept #prod dl.prodList dd > ul > li .emTxtList li{
	font-size: 0.09rem;
	line-height: 2;
	letter-spacing: 0.03em;
	text-indent: -1.2em;
	padding-left: 1.2em;
}

/*=============================
  prod
=============================*/
.prod.kc_green01 .kc_txt{color: var(--ULOS-GREEN01);}
.prod.kc_green02 .kc_txt{color: var(--ULOS-GREEN02);}
.prod.kc_drkgreen .kc_txt{color: var(--ULOS-DARK-GREEN);}
.prod.kc_emegreen .kc_txt{color: var(--ULOS-EME-GREEN);}
.prod.kc_blue .kc_txt{color: var(--ULOS-BLUE);}
.prod.kc_red .kc_txt{color: var(--ULOS-RED);}
.prod.kc_lblue .kc_txt{color: var(--ULOS-LIGHT-BLUE);}
.prod.kc_lgreen .kc_txt{color: var(--ULOS-LIGHT-GREEN-TXT);}

.prod.kc_green01 .kc_bg{background-color: var(--ULOS-GREEN01);}
.prod.kc_green02 .kc_bg{background-color: var(--ULOS-GREEN02);}
.prod.kc_drkgreen .kc_bg{background-color: var(--ULOS-DARK-GREEN);}
.prod.kc_emegreen .kc_bg{background-color: var(--ULOS-EME-GREEN);}
.prod.kc_blue .kc_bg{background-color: var(--ULOS-BLUE);}
.prod.kc_red .kc_bg{background-color: var(--ULOS-RED);}
.prod.kc_lblue .kc_bg{background-color: var(--ULOS-LIGHT-BLUE);}
.prod.kc_lgreen .kc_bg{background-color: var(--ULOS-LIGHT-GREEN-TXT);}

.prod.kc_green01 .kc_bdc{border-color: var(--ULOS-GREEN01);}
.prod.kc_green02 .kc_bdc{border-color: var(--ULOS-GREEN02);}
.prod.kc_drkgreen .kc_bdc{border-color: var(--ULOS-DARK-GREEN);}
.prod.kc_emegreen .kc_bdc{border-color: var(--ULOS-EME-GREEN);}
.prod.kc_blue .kc_bdc{border-color: var(--ULOS-BLUE);}
.prod.kc_red .kc_bdc{border-color: var(--ULOS-RED);}
.prod.kc_lblue .kc_bdc{border-color: var(--ULOS-LIGHT-BLUE);}
.prod.kc_lgreen .kc_bdc{border-color: var(--ULOS-LIGHT-GREEN-TXT);}

.prod .emTxtList{
}
.prod .emTxtList li{
	font-size: 0.09rem;
	letter-spacing: 0.03em;
}
.prod .emTxtList li{
	line-height: 2;
	text-indent: -1.2em;
	padding-left: 1.2em;
}
.prod .emTxtList.num li{
	line-height: 2;
	text-indent: -1.8em;
	padding-left: 1.8em;
}

.prod #main	{
	padding: 180px 7.7% 0;
}
.prod #main	.prodDtl{
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}

.prod #main	.prodDtl .phArea{
	width: 50%;
	text-align: center;
	position: relative;
}
.prod #main	.prodDtl .phArea.nameArea{
	padding-bottom: 70px;
}
.prod #main	.prodDtl .phArea .ph{
	display: inline-block;
	height: 28.5vw;
	min-height: 370px;
}
.prod #main	.prodDtl .phArea .ph img.pd{
	object-position: bottom center;
}
.prod04 #main .prodDtl .phArea .ph,
.prod05 #main .prodDtl .phArea .ph{height:calc(28.5vw - 3.5vw); min-height: 325px;}
.prod06 #main .prodDtl .phArea .ph,
.prod10 #main .prodDtl .phArea .ph{height:calc(28.5vw - 5vw); min-height: 305px;}
.prod11 #main .prodDtl .phArea .ph{height:calc(28.5vw - 3.8vw); min-height: 320px;}
.prod01 #main .prodDtl .phArea .ph,
.prod02 #main .prodDtl .phArea .ph,
.prod03 #main .prodDtl .phArea .ph{height:calc(28.5vw - 7.3vw); min-height: 275px;}
.prod09 #main .prodDtl .phArea .ph{height:calc(28.5vw - 2.7vw); min-height: 335px;}

.prod #main	.prodDtl .phArea .nameList{
	position: absolute;
	top:100%;
	left:0;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.prod #main .prodDtl .phArea .nameList li{
	text-align: center;
	font-size: 0.12rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
}


.prod #main .prodDtl .phArea .fukidashi{
	position: absolute;
	top:0;
	right:0;
	aspect-ratio: 1/1;
	width: 25%;
	/*max-width: 130px;
	min-width: 80px;*/
	isolation: isolate;
	-webkit-border-radius: 9999px;
	border-radius: 9999px;
	/*font-size: 0.16rem;*/
	font-size: 1.5vw;
	letter-spacing: 0.1em;
	color: var(--ULOS-DARK-GREEN);
	font-weight: 700;
}
.prod08 #main .prodDtl .phArea .fukidashi{right: auto; left:65%;}

.prod #main .prodDtl .phArea .fukidashi.kc_drkgreen{background: var(--ULOS-DARK-GREEN);}
.prod #main .prodDtl .phArea .fukidashi.kc_green01 {background: var(--ULOS-GREEN01);}
.prod #main .prodDtl .phArea .fukidashi.kc_emegreen{background: var(--ULOS-EME-GREEN);}
.prod #main .prodDtl .phArea .fukidashi.kc_blue    {background: var(--ULOS-BLUE);}
.prod #main .prodDtl .phArea .fukidashi.kc_lgreen  {background: var(--ULOS-LIGHT-GREEN);}


.prod #main	.prodDtl .txtArea{
	width: 46.3%;
}
.prod #main	.prodDtl .txtArea h2.copy{
	font-size: 0.34rem;
	line-height: 1.9;
	letter-spacing: 0.08em;
}
.prod #main	.prodDtl .txtArea h1.tit{
	font-size: 0.2rem;
	font-weight: 300;
	line-height: 1.65;
	letter-spacing: 0.2em;
	margin-top: 25px;
}
.prod #main	.prodDtl .txtArea .koukaList{
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}
.prod #main	.prodDtl .txtArea .koukaList li{
	font-size: 0.13rem;
	letter-spacing: 0.2em;
	height: 26px;
	isolation: isolate;
	-webkit-border-radius: 9999px;
	border-radius: 9999px;
	border-width: 1px;
	border-style: solid;
	padding: 0 1.5em;
	white-space: nowrap;
	margin-right: 0.5em;
	margin-bottom: 0.75em;
}
.prod #main	.prodDtl .txtArea .koukaList li .kome{font-size: 70%;}


.prod #main	.prodDtl .txtArea .kounouTit{
	font-size: 0.16rem;
	letter-spacing: 0.1em;
	margin-top: 15px;
}
.prod #main	.prodDtl .txtArea .kounouList{
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
}
.prod #main	.prodDtl .txtArea .kounouList li{
	width: 203px;
	font-size: 0.13rem;
	letter-spacing: 0.2em;
	height: 26px;
	isolation: isolate;
	-webkit-border-radius: 9999px;
	border-radius: 9999px;
	border-width: 1px;
	border-style: solid;
	padding: 0 1.5em;
	white-space: nowrap;
	margin-right: 0.5em;
	margin-bottom: 0.75em;
}
.prod #main	.prodDtl .txtArea .kounouList li.col15{width: 255px;}
.prod #main	.prodDtl .txtArea .kounouList li.col2{width: calc(406px + 0.5em);}
.prod #main	.prodDtl .txtArea .kounouList li.col3{width: calc(609px + 1em);}
.prod #main	.prodDtl .txtArea .kounouList li .kome{font-size: 70%;}




.prod #main	.prodDtl .txtArea .emTxtList.list01{margin-top: 1em;}

.prod #main	.prodTxtArea{
	border-top: 1px solid rgba(112,112,112,0.23);
	margin-top: 50px;
	padding-top: 35px;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.prod #main	.prodTxtArea .emTxtList{
	margin-top: 0.75em;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.prod #main	.prodTxtArea .emTxtList li{
	margin-right: 1em;
}
.prod #main	.prodTxtArea .copyArea{
	width: 46.3%;
}
.prod #main	.prodTxtArea h3{
	font-size: 0.2rem;
	letter-spacing: 0.2em;
	line-height: 1.9;
}
.prod #main	.prodTxtArea .txtArea{
	width: 50%;
	font-weight: 300;
}
.prod #main	.prodTxtArea .txtArea .txt{
	font-size: 0.13rem;
	line-height: 2;
	letter-spacing: 0.15em;
}


.prod #main	.prodSale{
	border-top-style: solid;
	border-top-width: 1px;
	margin-top: 90px;
	position: relative;
}
.prod #main	.prodSale .tit{
	text-align: center;
	margin-top: -20px;
}
.prod #main	.prodSale .tit span{
	text-align: center;
	width: 234px;
	height: 40px;
	border-width: 1px;
	border-style: solid;
	isolation: isolate;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	font-size: 0.18rem;
	letter-spacing: 0.1em;
	background: #FFF;
}

.prod #main	.prodSale .btList {
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 50px;
}
.prod #main	.prodSale .btList.row2{
	justify-content: space-between;
}
/*
.prod #main	.prodSale .btList.row2 li:nth-child(even){
	margin-left: auto;
}
*/
.prod #main	.prodSale .btList > li{
	width: 45.8%;
}
.prod #main	.prodSale .btList > li > a{
	height: 72px;
	text-align: center;
	font-size: 0.13rem;
	line-height: 1.6;
	letter-spacing: 0.15em;
	color: #FFF;
	isolation: isolate;
	-webkit-border-radius: 36px;
	border-radius: 36px;
}
.prod #main	.prodSale .btList > li > a.noLink{
	opacity: 0.5;
}
.prod #main	.prodSale .btList > li:nth-child(n+3){
	margin-top: 35px;
}

/* fw
=============================*/
.prod #main	.prodSale .fw {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 200;
	/*-webkit-backdrop-filter: blur(30px);
	backdrop-filter: blur(30px);*/
	/*background: rgba(255,255,255,0.8);*/
	display: none;
	overflow: auto; /*togglemodal使う場合*/
	padding: 150px 30px 100px;
}
.prod #main	.prodSale .fw > .fw_bg{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.3;
}
.prod #main	.prodSale .fw > .fw_inner .fw_close{
	width: 50px;
	height: 50px;
	position: absolute;
	top:-25px;
	right:-25px;
}
.prod #main	.prodSale .fw > .fw_inner .fw_close a{
	display: grid;
	place-content: center;
	place-items: center;
	width: 100%;
	height: 100%;
}
.prod #main	.prodSale .fw > .fw_inner .fw_close a::before{
	content: '';
	width: 20px;
	height: 20px;
	display: block;
	-webkit-mask-image: url('../img/icon_close.svg');
	mask-image: url('../img/icon_close.svg');
	mask-size: 100% 100%;
	background: #FFF;
}

.prod #main	.prodSale .fw.opening {
	display: flex;
	-webkit-animation: fw_opening 0.8s ease 0s 1 normal both;
	animation: fw_opening 0.8s ease 0s 1 normal both;
}
.prod #main	.prodSale .fw.opened{display: flex;}

.prod #main	.prodSale .fw.closing {
	display: flex;
	-webkit-animation: fw_closing 0.25s ease 0s 1 normal both;
	animation: fw_closing 0.25s ease 0s 1 normal both;
}
.prod #main	.prodSale .fw.closed{display: none;}

@-webkit-keyframes fw_opening {
	0% {
		-moz-perspective:1300px;
		-webkit-perspective: 1300px;
				perspective: 1300px;
		-webkit-transform: scale(1.5);
		-ms-transform: scale(1.5);
			transform: scale(1.5);
		filter: alpha(opacity=000);
		opacity: 0.0;
	}
	100% {
		-webkit-transform: scale(1.0);
		-ms-transform: scale(1.0);
			transform: scale(1.0);
		filter: alpha(opacity=100);
		opacity: 1.0;
	}
}
@keyframes         fw_opening {
	0% {
		-moz-perspective:1300px;
		-webkit-perspective: 1300px;
				perspective: 1300px;
		-webkit-transform: scale(1.5);
		-ms-transform: scale(1.5);
			transform: scale(1.5);
		filter: alpha(opacity=000);
		opacity: 0.0;
	}
	100% {
		-webkit-transform: scale(1.0);
		-ms-transform: scale(1.0);
			transform: scale(1.0);
		filter: alpha(opacity=100);
		opacity: 1.0;
	}
}

@-webkit-keyframes fw_closing {
	0% {
		-webkit-transform: scale(1.0);
		-ms-transform: scale(1.0);
			transform: scale(1.0);
		filter: alpha(opacity=100);
		opacity: 1.0;
	}
	100% {
		-moz-perspective:1300px;
		-webkit-perspective: 1300px;
				perspective: 1300px;
		-webkit-transform: scale(1.5);
		-ms-transform: scale(1.5);
			transform: scale(1.5);
		filter: alpha(opacity=000);
		opacity: 0.0;
	}
}
@keyframes         fw_closing {
	0% {
		-webkit-transform: scale(1.0);
		-ms-transform: scale(1.0);
			transform: scale(1.0);
		filter: alpha(opacity=100);
		opacity: 1.0;
	}
	100% {
		-moz-perspective:1300px;
		-webkit-perspective: 1300px;
				perspective: 1300px;
		-webkit-transform: scale(1.5);
		-ms-transform: scale(1.5);
			transform: scale(1.5);
		filter: alpha(opacity=000);
		opacity: 0.0;
	}
}

.prod #main	.prodSale .fw > .fw_inner{
	width: 100%;
	max-width: 800px;
	padding: 35px 50px 45px;
	margin:auto;
	position: relative;
	z-index: 10;
	background: #FFF;
	isolation: isolate;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.prod #main	.prodSale .fw > .fw_inner .fw_tit{
	text-align: center;
	position: relative;
}
.prod #main	.prodSale .fw > .fw_inner .fw_tit .kc_txt{
	display: inline-block;
	font-size: 0.18rem;
	letter-spacing: 0.1em;
	padding: 0.35em 2em 0.4em;
	border: 1px solid;
	background: #FFF;
	position: relative;
	z-index: 1;
}
.prod #main	.prodSale .fw > .fw_inner .fw_tit .fw_bd{
	position: absolute;
	top:50%;
	left:0;
	width: 100%;
	height: 1px;
	z-index: 0;
}
.prod #main	.prodSale .fw > .fw_inner .fw_ecList{
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
.prod #main	.prodSale .fw > .fw_inner .fw_ecList li{
	width: 50%;
	padding: 30px;
	position: relative;
}
.prod #main	.prodSale .fw > .fw_inner .fw_ecList li a{
	display: block;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	
}
.prod #main	.prodSale .fw > .fw_inner .fw_ecList li a .fw_logo{
	width: fit-content;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	
}
.prod #main	.prodSale .fw > .fw_inner .fw_ecList li a .fw_logo{
	width: fit-content;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}
.prod #main	.prodSale .fw > .fw_inner .fw_ecList li a .fw_txt{
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.16rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin-top: 1em;
	color: #FFF;
	padding: 0.25em 1.5em 0.35em;
}
/* feat
=============================*/
.prod #feat	{
	background: #FFF;
	margin-top: 160px;
	position: relative;
}
.prod #feat	> .inner{
	background: var(--ULOS-LGRAY-BG);
	isolation: isolate;
	-webkit-border-radius: 30px 30px 0px 0px / 30px 30px 0px 0px;
	border-radius: 30px 30px 0px 0px / 30px 30px 0px 0px;
	padding: 60px 0 165px;
}
.prod #feat .tit{
	position: absolute;
	top:0;
	left:0;
	z-index: 5;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.prod #feat .tit .fenb{
	font-size: 0.8rem;
	letter-spacing: -0.03em;
}
.prod #feat .txt01{
	text-align: center;
	font-size: 0.24rem;
	letter-spacing: 0.1em;
}

.prod #feat .txtList{
	margin-top: 140px;
}
.prod #feat .txtList > li{
	counter-increment: cnt;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: flex-start;
}
.prod #feat .txtList > li:nth-child(n+2){
	margin-top: 135px;
}
.prod #feat .txtList > li .ph{
	aspect-ratio: 525/328;
	width: 40%;
	isolation: isolate;
	-webkit-border-radius: 10px 0px 0px 10px / 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px / 10px 0px 0px 10px;
	overflow: hidden;
}
.prod #feat .txtList > li .ph .txt{
	position: absolute;
	font-size: 0.1rem;
	z-index: 10;
}
.prod #feat .txtList > li .ph .txt.plt{top:1em; left:1em;}
.prod #feat .txtList > li .ph .txt.plb{bottom:1em; left:1em;}
.prod #feat .txtList > li .ph .txt.prt{top:1em; right:1em;}
.prod #feat .txtList > li .ph .txt.prb{bottom:1em; right:1em;}
.prod #feat .txtList > li .txtArea{
	width: 57%;
	text-align: center;
}
.prod #feat .txtList > li .txtArea > .inner{
	display: block;
	width: 100%;
	max-width: 660px;
	padding-left: 170px;
	text-align: left;
	display: inline-block;
}
.prod #feat .txtList > li .txtArea > .inner h3{
	font-size: 0.25rem;
	letter-spacing: 0.15em;
	line-height: 1.76;
	position: relative;
}
.prod #feat .txtList > li .txtArea > .inner h3::before{
	content: counter(cnt, decimal-leading-zero);
	display: block;
	font-size: 0.4rem;
	font-family: 'Syncopate', sans-serif !important;
	font-weight: 700 !important;
	letter-spacing: -0.03em;
	position: absolute;
	top:-0.2em;
	left:-130px;
}
.prod #feat .txtList > li .txtArea > .inner h3::after{
	content: '';
	display: block;
	width: 100vw;
	height: 1px;
	position: absolute;
	top:1em;
	right:calc(100% + 140px);
}
.prod.kc_green01 #feat .txtList h3::after{background: var(--ULOS-GREEN01);}
.prod.kc_green02 #feat .txtList h3::after{background: var(--ULOS-GREEN02);}
.prod.kc_drkgreen #feat .txtList h3::after{background: var(--ULOS-DARK-GREEN);}
.prod.kc_emegreen #feat .txtList h3::after{background: var(--ULOS-EME-GREEN);}
.prod.kc_blue #feat .txtList h3::after{background: var(--ULOS-BLUE);}
.prod.kc_red #feat .txtList h3::after{background: var(--ULOS-RED);}
.prod.kc_lblue #feat .txtList h3::after{background: var(--ULOS-LIGHT-BLUE);}
.prod.kc_lgreen #feat .txtList h3::after{background: var(--ULOS-LIGHT-GREEN-TXT);}

.prod #feat .txtList > li .txtArea > .inner .txt{
	font-size: 0.14rem;
	font-weight: 300;
	letter-spacing: 0.15em;
	line-height: 2;
	margin-top: 30px;
}
.prod #feat .txtList > li .txtArea > .inner .emTxtList{
	margin-top: 1.5em;
	font-weight: 300;
}


/* movie
=============================*/
.prod #movie {
	background: #F8F8F8;
}
.prod.kc_blue #movie > .inner{background:#BCD3E8;}
.prod.kc_red #movie > .inner{background: #F4D6D6;}
.prod.kc_lblue #movie > .inner{background: #C3EAF7;}
.prod.kc_green01 #movie > .inner{background: #BDF475;}
.prod.kc_green02 #movie > .inner{background: #BDF475;}
.prod.kc_emegreen #movie > .inner{background: #C2FFF7;}

.prod #movie > .inner{
	isolation: isolate;
	-webkit-border-radius: 30px 30px 0px 0px / 30px 30px 0px 0px;
	border-radius: 30px 30px 0px 0px / 30px 30px 0px 0px;
	padding: 65px 75px 160px;
	position: relative;
}
.prod #movie .tit{
	position: absolute;
	top:0;
	left:0;
	z-index: 5;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.prod #movie .tit .fenb{
	font-size: 0.8rem;
	letter-spacing: -0.03em;
}
.prod #movie .txt01{
	text-align: center;
	font-size: 0.22rem;
	line-height: 2.25;
	letter-spacing: 0.1em;
}

.prod #movie .movie{
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	aspect-ratio: 850/478;
	margin-top: 70px;
}
.prod #movie .movie iframe{
	width: 100%!important;
	height: 100%!important;
}
/* htuse
=============================*/
.prod #htuse {
	background: var(--ULOS-LGRAY-BG);
}
.prod.kc_blue #htuse{background:#BCD3E8;}
.prod.kc_red #htuse{background: #F4D6D6;}
.prod.kc_lblue #htuse{background: #C3EAF7;}

.prod #htuse > .inner{
	background: #FFF;
	isolation: isolate;
	-webkit-border-radius: 30px 30px 0px 0px / 30px 30px 0px 0px;
	border-radius: 30px 30px 0px 0px / 30px 30px 0px 0px;
	padding: 65px 75px 85px;
	position: relative;
}
.prod #htuse .tit{
	position: absolute;
	top:0;
	left:0;
	z-index: 5;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.prod #htuse .tit .fenb{
	font-size: 0.8rem;
	letter-spacing: -0.03em;
}
.prod #htuse .txt01{
	text-align: center;
	font-size: 0.22rem;
	line-height: 2.25;
	letter-spacing: 0.1em;
}


.prod #htuse .attention{
	max-width: 1150px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.prod #htuse .attention > li{width: calc(100% - 300px);}
.prod #htuse .attention > li:first-child{width: 220px;}
.prod #htuse .attention > li:only-child{width: 100%;}
.prod #htuse .attention > li > h3{
	font-size: 0.18rem;
}
.prod #htuse .attention > li > ul{
	margin-top: 1.5em;
	font-size: 0.12rem;
	letter-spacing: 0.15em;
	line-height: 2;
}
.prod #htuse .attention > li > ul li{
	text-indent: -1em;
	padding-left: 1em;
}
.prod #htuse .attention > li > ul li.num{
	text-indent: -1.4em;
	padding-left: 1.4em;
}
.prod #htuse .attention > li > ul li:not(.num)::before{
	content: '- ';
}



.prod #htuse .htuseList{
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 90px;
}
.prod #htuse .htuseList li{
	width: 33.33%;
	position: relative;
}
.prod #htuse .htuseList li:nth-child(n+4){
	margin-top: 55px;
}
.prod #htuse .htuseList li .pic{
	width: 66.66%;
	aspect-ratio: 1/1;
	margin-left: auto;
	margin-right: auto;
}
.prod #htuse .htuseList li:nth-child(n+2) .pic::before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 15px;
	position: absolute;
	top:50%;
	left:calc(-16.6% - 22px);
	margin-top: -15px;
}
.prod.kc_green02 #htuse .htuseList li:nth-child(n+2) .pic::before{border-color: transparent transparent transparent var(--ULOS-GREEN02);}
.prod.kc_blue #htuse .htuseList li:nth-child(n+2) .pic::before {border-color: transparent transparent transparent var(--ULOS-BLUE);}
.prod.kc_red #htuse .htuseList li:nth-child(n+2) .pic::before  {border-color: transparent transparent transparent var(--ULOS-RED);}
.prod.kc_lblue #htuse .htuseList li:nth-child(n+2) .pic::before{border-color: transparent transparent transparent var(--ULOS-LIGHT-BLUE);}


.prod #htuse .htuseList li .txt{
	text-align: center;
	font-size: 0.14rem;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-top: 1.5em;
}

.prod #htuse .pump{
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 35px;
	border-width: 5px;
	border-style: solid;
	position: relative;
	margin-top: 80px;
	margin-bottom: 90px;
}
.prod #htuse .pump h3{
	width: 290px;
	height: 40px;
	font-size: 0.24rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: #FFF;
	background-image: url(../img/prod/icon_ex01_w.svg);
	background-repeat: no-repeat;
	background-position: center left 30px;
	background-size: 28px auto;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
}
.prod #htuse .pump .txt{
	width: 72.5%;
	font-size: 0.16rem;
	font-weight: 600;
	line-height: 1.6;
}
.prod #htuse .pump .txt .undl{
	border-bottom: 2px solid #ff0000;
}
.prod #htuse .pump .txt .cTxt{
	color: #ff0000;
}

.prod #htuse .pump .ill{
	position: absolute;
	top:0;
	right:0;
	height: 100%;
	width: 27.5%;
	overflow: hidden;
}
.prod #htuse .pump .ill img{
	/*width: 100%;
	height: 100%;
	object-fit: contain;*/
	
	width: 100%;
	height: auto;
	position: absolute;
	bottom:-10px;
	left:50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* prod01
=============================*/
.prod01 #main .prodDtl .phArea .nameList li:nth-child(1){width: calc((170/840)*100%);}
.prod01 #main .prodDtl .phArea .nameList li:nth-child(2){width: calc((210/840)*100%);}
.prod01 #main .prodDtl .phArea .nameList li:nth-child(3){width: calc((320/840)*100%);}
/*
.prod01 #main .prodDtl .phArea .nameList li:nth-child(1){width: 15.5%;}
.prod01 #main .prodDtl .phArea .nameList li:nth-child(2){width: 19%;}
.prod01 #main .prodDtl .phArea .nameList li:nth-child(3){width: 30%;}
.prod01 #main .prodDtl .phArea .nameList li:nth-child(4){width: 17.3%;}
*/
/* prod02
=============================*/
.prod02 #main .prodDtl .phArea .nameList li:nth-child(1){width: calc((170/840)*100%);}
.prod02 #main .prodDtl .phArea .nameList li:nth-child(2){width: calc((210/840)*100%);}
.prod02 #main .prodDtl .phArea .nameList li:nth-child(3){width: calc((320/840)*100%);}
/*
.prod02 #main .prodDtl .phArea .nameList li:nth-child(1){width: 15.5%;}
.prod02 #main .prodDtl .phArea .nameList li:nth-child(2){width: 19%;}
.prod02 #main .prodDtl .phArea .nameList li:nth-child(3){width: 30%;}
.prod02 #main .prodDtl .phArea .nameList li:nth-child(4){width: 17.3%;}
*/
.prod02 #htuse .htuseList img.fukidashi{
	width: 86%;
	position: absolute;
	top:-8%;
	left:65%;
}

/* prod03
=============================*/
.prod03 #main .prodDtl .phArea .nameList li:nth-child(1){width: 20%;}
.prod03 #main .prodDtl .phArea .nameList li:nth-child(2){width: 25%;}
.prod03 #main .prodDtl .phArea .nameList li:nth-child(3){width: 37.6%;}
.prod03 #feat .txtList > li .ph02{
	aspect-ratio: 525/414;
}
.prod03 #feat .txtList > li .ph04{
	aspect-ratio: 525/295;
}

/* prod07
=============================*/
.prod07 #htuse .htuseList{
	margin-bottom: 60px;
}

/* prod08
=============================*/
.prod08 #feat .txtList > li .ph02{
	aspect-ratio: 525/412;
}
.prod08 #htuse .ph{
	max-width: 810px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	aspect-ratio: 810/253;
	margin-top: 55px;
	margin-bottom: 90px;
}
/* prod09
=============================*/
.prod09 #feat .txtList > li .ph02{
	aspect-ratio: 525/328;
}
/* prod11
=============================*/
.prod11 #feat .txtList > li .ph01{
	aspect-ratio: 525/412;
}




/*=============================
 guide
=============================*/
#container.guide{
	padding-top: 190px;
	padding-bottom: 40px;
}
.guide #contents{
	padding: 0 20px;
}
.guide #contents > .inner{
	max-width: 975px;
	margin-left: auto;
	margin-right: auto;
}
.guide h1{
	font-size: 0.26rem;
	letter-spacing: 0.1em;
	border-bottom: 1px solid rgba(112,112,112,0.23);
	padding-bottom: 1em;
	margin-bottom: 1em;
}
.guide .txt01{
	font-size: 0.13rem;
	line-height: 2.3;
	letter-spacing: 0.03em;
}
.guide dl{margin-top: 100px;}
.guide dl dt{
	font-size: 0.18rem;
	line-height: 1.75;
	letter-spacing: 0.1em;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid rgba(112,112,112,0.23);
}
.guide dl dt:nth-of-type(n+2){
	margin-top: 3em;
}
.guide dl dd{
	font-size: 0.13rem;
	line-height: 2.15;
	letter-spacing: 0.03em;
}
.guide dl dd > *:nth-child(n+2){margin-top: 2em;}
.guide dl dd ol{
	list-style: decimal;
	padding-left: 1.5em;
}
.guide dl dd ol li:nth-child(n+2){
	margin-top: 0.5em;
}
.guide .txt02{
	font-size: 0.12rem;
	letter-spacing: 0.1em;
	margin-top: 5em;
}