@charset "UTF-8";
/* CSS Document */

/*=============================
  main
=============================*/
#main {color: #FFF;}
#main .bgArea{
	background: linear-gradient(to bottom,  #000000 70vh,#176754 100%);
}
#main #kvArea{
	/* height: 100svh; */
	position: relative;
}

#main #kvArea .mainPic{
	/* position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0; */
}
#main #kvArea .mainPic img{
	width: 100%;
	height: auto;
}
#main #kvArea .copy01{
	font-size: 0.18rem;
	letter-spacing: 0.3em;
	line-height: calc(36/18);
	/*position: relative;
	top:calc((110/845)*100svh);*/
	position: absolute;
	top:110px;
	left:20px;
}

#main #kvArea .txtArea{
	/* position: absolute;
	left:0;
	bottom:25px;
	z-index: 1;
	width: 100%; */
	position: relative;
	left:0;
	top:-70px;
	z-index: 1;
	width: 100%;
}

#main #kvArea .txtArea .titArea{
	position: relative;
	column-gap: 80px;
}
#main #kvArea .txtArea .titArea .name{
	font-size: 0.2rem;
	letter-spacing: 0.05em;
}
#main #kvArea .txtArea .titArea .logo{
	width: 75px;
	height: 18px;
}
#main #kvArea .txtArea .titArea .logo img{
	height: 100%;
	width: auto;
}
#main #kvArea .txtArea .titArea .cross{
	position: absolute;
	top:calc(50% - 40px);
	left:calc(50% - 40px);
	width: 80px;
	height: 80px;
	display: block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#main #kvArea .txtArea .titArea .cross::before,
#main #kvArea .txtArea .titArea .cross::after{
	content: '';
	position: absolute;
	background: #FFF;
	display: block;
}
#main #kvArea .txtArea .titArea .cross::before{
	width: 100%;
	height: 1px;
	top:50%;
}
#main #kvArea .txtArea .titArea .cross::after{
	height: 100%;
	width: 1px;
	left:50%;
}

#main #kvArea .txtArea h1{
	font-size: 0.27rem;
	text-align: center;
	margin-top: 1.25em;
}
#main #kvArea .txtArea h1 span{
	display: inline-block;
	background: var(--ULOS-GREEN01);
	padding: 0.1em 0.15em;
}
#main #kvArea .txtArea h1 span:nth-of-type(2){padding-bottom: 0.2em;}


#main #kvArea .txtArea .kikan{
	margin-top: 20px;
}
#main #kvArea .txtArea .kikan .txt{
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #FFF;
	font-size: 0.13rem;
	letter-spacing: 0.15em;
	padding: 0.25em 0.35em 0.35em 0.45em;
}
#main #kvArea .txtArea .kikan .mmdd{
	font-size: 0.19rem;
	text-align: center;
	letter-spacing: 0.15em;
	line-height: 1.5;
	margin-top: 0.5em;
}
#main #kvArea .txtArea .kikan .end{
	font-size: 0.16rem;
	letter-spacing: 0.15em;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #FFF;
	padding: 0.35em 0em 0.45em 0.5em;
}

/* messe
=============================*/
#main #messe{
	padding: 50px 20px 115px 20px;
	position: relative;
	top:50px;
	opacity: 0;
	-webkit-transition:
		opacity 1s ease,
		top 1s ease;
	transition:
		opacity 1s ease,
		top 1s ease;
}
#main #messe.show{
	top:0px;
	opacity: 1;
}
#main #messe > *{
	text-align: center;
}
#main #messe h2{
	font-size: 0.24rem;
	letter-spacing: 0.05em;
	line-height: 1.75;
}
#main #messe .txt01{
	font-size: 0.14rem;
	letter-spacing: 0.05em;
	line-height: 2.3;
	margin-top: 3em;
}
#main #messe .txt02{
	font-size: 0.14rem;
	letter-spacing: 0.05em;
	line-height: 2.3;
	margin-top: 3em;
}

/* banner_qa
=============================*/
#main .banner_qa{
	padding: 0 40px;
}
#main .banner_qa a{
	display: block;
	color: var(--ULOS-GREEN01);
	transform: translateY(-70px);
	position: relative;
	overflow: hidden;
}
#main .banner_qa a::before{
	content: '';
	display: block;
	width: 200%;
	height: 100%;
	position: absolute;
	top:0;
	left:-200%;
	opacity: 0;
	background: rgba(255,255,255,0.5);
	transform: skewX(-45deg);
	z-index: 10;
}
#main .banner_qa a.show_re::before{
	animation: flashAni 0.5s linear 0s 1 normal both;
}

#main .banner_qa a .pic{
	aspect-ratio: 522/313;
	width: 100%;
	overflow: hidden;
}
#main .banner_qa a .txtArea{
	padding: 15px 0 20px 25px;
	letter-spacing: 0.05em;
	position: relative;
	background: #FFF;
}
#main .banner_qa a .txtArea .txt01{
	font-size: 0.12rem;
}
#main .banner_qa a .txtArea .txt02{
	font-size: 0.15rem;
	margin-top: 1em;
	letter-spacing: 0;
}
#main .banner_qa a .txtArea h3{
	font-size: 0.28rem;
	line-height: 1.5;
	margin-top: 0.25em;
}
#main .banner_qa a .txtArea .readMore{
	width: fit-content;
	font-size: 0.11rem;
	padding-right: 2em;
	background: url(../img/icon_more.svg) no-repeat bottom right/auto 10px;
	padding-bottom: 0.35em;
	margin-top: 1em;
}
#main .banner_qa a .txtArea .logo{
	position: absolute;
	bottom: 15px;
	right:0;
	height: 20px;
}


/*=============================
  section共通
=============================*/
section > h2:not(.noBg){
	text-align: center;
	font-size: 0.23rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: #FFF;
	background: linear-gradient(100deg,  var(--ULOS-GREEN03) 0%,#020D0A 100%);
	padding: 0.75em 0;
	position: relative;
}
section > h2:not(.noBg)::before{
	content: '';
	display: block;
	width: 200%;
	height: 100%;
	position: absolute;
	top:0;
	left:-200%;
	opacity: 0;
	background: rgba(255,255,255,0.5);
	transform: skewX(-45deg);
}
section > h2.show_re:not(.noBg)::before{
	animation: flashAni 0.5s linear 0s 1 normal both;
}
@-webkit-keyframes flashAni {
	0% {
		opacity: 0;
		left:-200%;
	}
	50% {
		opacity: 1;
		left:-125%;
	}
	100% {
		opacity: 0;
		left:-75%;
	}
}
@keyframes         flashAni {
	0% {
		opacity: 0;
		left:-200%;
	}
	50% {
		opacity: 1;
		left:-125%;
	}
	100% {
		opacity: 0;
		left:-75%;
	}
}
section > h2:not(.noBg)::after{
	content: '';
	display: block;
	width: 100%;
	height: calc(100% - 12px);
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	position: absolute;
	top:6px;
	left:0;
}
section .outer{
}

section .inner > .txt01{
	font-size: 0.14rem;
	letter-spacing: 0.15em;
	line-height: 2;
	color: var(--ULOS-GREEN01);
	margin-top: 2em;
	position: relative;
	top:50px;
	opacity: 0;
	-webkit-transition:
		top 0.5s ease,
		opacity 0.5s ease;
	transition:
		top 0.5s ease,
		opacity 0.5s ease;
}
section .inner > .txt01.show{
	top:0;
	opacity: 1;
}



/*=============================
  cp
=============================*/
#cp .outer{
	padding: 0 20px;
}
#cp .txt01{
	padding: 0 15px;
}


#cp .noteArea{
	background: linear-gradient(180deg,  var(--ULOS-GREEN03) 35%,#071F19 100%);
	border-radius: 20px;
	position: relative;
	padding: 40px 0;
	margin-top: 20px;
}
#cp .noteArea > *{
	position: relative;
	z-index: 10;
}
#cp .noteArea::before{
	content: '';
	display: block;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 1px solid #FFF;
	position: absolute;
	top: 5px;
	left: 5px;
	border-radius: 15px;
	z-index: 1;
}
/*
#cp .noteArea::after{
	content: '';
	display: block;
	width: 200%;
	height: 100%;
	position: absolute;
	top:0;
	left:-200%;
	opacity: 0;
	background: rgba(255,255,255,0.5);
	transform: skewX(-15deg);
	z-index: 0;
}
#cp .noteArea.show_re::after{
	animation: flashAni 0.5s linear 0s 1 normal both;
}*/

#cp .noteArea .pic{
	aspect-ratio: 350/505;
	width: 100%;
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
}
#cp .noteArea .txtArea{
	color: #FFF;
	margin-top: 35px;
}
#cp .noteArea .txtArea h3{
	text-align: center;
	font-size: 0.22rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
#cp .noteArea .txtArea .logo{
	aspect-ratio: 270/92;
	max-width: 210px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#cp .noteArea .txtArea .circle{
	aspect-ratio: 1/1;
	width: 196px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #FFF;
	border-radius: 9999px;
	margin-top: 35px;
	padding-top: 1.5%;
}
#cp .noteArea .txtArea .circle .num{
	font-size: 0.67rem;
	letter-spacing: -0.02em;
}
#cp .noteArea .txtArea .circle .txt{
	font-size: 0.16rem;
	letter-spacing: 0.05em;
	margin-top: 1em;
}
#cp .noteArea .txtArea > .txt{
	text-align: center;
	font-size: 0.14rem;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 1.5em;
}


#cp .txt02{
	text-align: center;
	font-size: 0.14rem;
	letter-spacing: 0.05em;
	line-height: 1.75;
	margin-top: 3em;
	color: var(--ULOS-GREEN01);
	text-decoration: underline;
	position: relative;
	top:50px;
	opacity: 0;
	-webkit-transition:
		top 0.5s ease,
		opacity 0.5s ease;
	transition:
		top 0.5s ease,
		opacity 0.5s ease;
}
#cp .txt02.show{
	top:0;
	opacity: 1;
}

#cp .bookList{
	padding: 0 5px;
	margin-top: 50px;
	color: var(--ULOS-GREEN01);
}
#cp .bookList > li{
	position: relative;
	top:50px;
	opacity: 0;
	-webkit-transition:
		top 0.5s ease,
		opacity 0.5s ease;
	transition:
		top 0.5s ease,
		opacity 0.5s ease;
}
#cp .bookList > li.show{
	top:0;
	opacity: 1;
}
#cp .bookList > li:nth-child(n+2){margin-top: 25px;}
#cp .bookList > li .ph{
	aspect-ratio: 266/131;
	width: 100%;
	overflow: hidden;
}
#cp .bookList > li .store{
	font-size: 0.17rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 0.5em;
}
#cp .bookList > li dl{
	font-size: 0.15rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 0.25em;
}
#cp .bookList > li dl dt{
	width: 5em;
}
#cp .bookList > li dl dt::after{
	content: '：';
}
#cp .bookList > li dl dd{
	width: calc(100% - 5em);
}

#cp .emArea {
	margin-top: 50px;
	color: var(--ULOS-GREEN01);
	position: relative;
	top:50px;
	opacity: 0;
	-webkit-transition:
		top 0.5s ease,
		opacity 0.5s ease;
	transition:
		top 0.5s ease,
		opacity 0.5s ease;
}
#cp .emArea.show{
	top:0;
	opacity: 1;
}
#cp .emArea .txt{
	font-size: 0.13rem;
	letter-spacing: 0.05em;
	line-height: 1.75;
}
#cp .emArea .emList{
	font-size: 0.13rem;
	letter-spacing: 0.05em;
	line-height: 1.75;
}
#cp .emArea .emList > li{
	text-indent: -1em;
	padding-left: 1em;
}
/*=============================
  oubo
=============================*/
#oubo{margin-top: 60px;}
#oubo .inner > .txt01{
	padding: 0 20px;
}

#oubo .inner{
}

#oubo .slideArea{
	width: 100%;
	column-gap: calc((20/1120)*100%);
	margin-top: 25px;
	overflow: auto;
}
#oubo .slideArea .slide{
	width: fit-content;
	padding: 0 20px;
	position: relative;
	top:50px;
	opacity: 0;
	-webkit-transition:
		top 0.5s ease,
		opacity 0.5s ease;
	transition:
		top 0.5s ease,
		opacity 0.5s ease;
}
#oubo .slideArea .slide.show {
	top:0;
	opacity: 1;
}

#oubo .slideArea .slide > li{
	width: 270px;
	position: relative;
}
#oubo .slideArea .slide > li:nth-of-type(n+2)::before{
	content: '';
	display: block;
	width:0;
	height:0;
	border-style:solid;
	border-width: 14px 0 14px 24px;
	border-color: transparent transparent transparent var(--ULOS-GREEN03);
	position: absolute;
	top:calc(50% - 55px);
	left:-12px;
}
#oubo .slideArea .slide > li .titArea{
	min-height: 115px;
}
#oubo .slideArea .slide > li .titArea .step{
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.17rem;
	letter-spacing: 0.15em;
	padding: 0.35em 1.1em 0.35em 1.25em;
	text-align: center;
	color: #FFF;
	background: linear-gradient(to bottom,  #000000 0%, var(--ULOS-GREEN03) 100%);
}
#oubo .slideArea .slide > li .titArea h4{
	min-height: 3em;
	text-align: center;
	font-size: 0.15rem;
	line-height: 1.75;
	letter-spacing: 0.15em;
	color: var(--ULOS-GREEN01);
	margin-top: 0.75em;
}
#oubo .slideArea .slide > li.slide03 .titArea{padding-top: 1em;}
#oubo .slideArea .slide > li.slide03 .titArea h4{
	text-decoration: underline;
	height: auto;
	margin-top: 0;
}

#oubo .slideArea .slide > li .pic {
	text-align: center;
}
#oubo .slideArea .slide > li .pic img{
	width: calc((155/360)*100%);
	height: auto;
	filter: drop-shadow(15px 10px 20px rgba(0,0,0,0.4));
}
#oubo .slideArea .slide > li .txt {
	text-align: center;
	font-size: 0.14rem;
	letter-spacing: 0.05em;
	line-height: 1.75;
	margin-top: 1.5em;
	color: var(--ULOS-GREEN03);
	min-height: 10em;
}
#oubo .slideArea .slide > li .em {
	text-align: center;
	font-size: 0.11rem;
	letter-spacing: 0.05em;
	line-height: 1.75;
}

#oubo .slideContents .slider{
	width: calc(100% - 120px);
	height: 12px;
	position: relative;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
#oubo .slideContents .slider::before{
	content: '';
	display: block;
	width: calc(100% + 50px);
	height: 100%;
	position: absolute;
	top:0;
	left:-25px;
	background: #f2f2f2;
	isolation: isolate;
	-webkit-border-radius: 9999px;
	border-radius: 9999px;
	z-index: 0;
}
#oubo .slideContents .slider span{
	position: absolute;
	top:0;
	left:0;
	cursor: grab;
	width: 50px;
	height: 100%;
	isolation: isolate;
	-webkit-border-radius: 9999px;
	border-radius: 9999px;
	background: var(--ULOS-GREEN01);
	z-index: 1;
	transform: translateX(-50%);
}




/*=============================
  kiyaku
=============================*/
#kiyaku{margin-top: 60px;}
#kiyaku .outer{
	padding: 0 20px;
}
#kiyaku .inner{
	height: 480px;
	overflow: auto;
	background: #F4F4F4;
	padding: 25px;
	font-size: 0.13rem;
	letter-spacing: 0.05em;
	line-height: 1.75;
	margin-top: 50px;
}



/*=============================
  faq
=============================*/
#faq{
	margin-top: 60px;
	background: linear-gradient(to bottom,  #001F18 0%, #00604A 100%);
	padding: 50px 20px 40px;
}
#faq h2{
	text-align: center;
	color: #FFF;
	font-size: 0.3rem;
	letter-spacing: 0.05em;
}
#faq .inner{
}

#faq dl{margin-top: 50px;}
#faq dl dt{
	color: var(--ULOS-DARK-GREEN);
	background: #FFF;
	font-size: 0.15rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-indent: -2em;
	padding: 0.75em 2.5em 0.75em 3.25em;
	position: relative;
	cursor: pointer;
	position: relative;
	top:50px;
	opacity: 0;
	-webkit-transition:
		top 0.5s ease,
		opacity 0.5s ease;
	transition:
		top 0.5s ease,
		opacity 0.5s ease;
}
#faq dl.show dt{
	top:0;
	opacity: 1;
}
#faq dl.show dt:nth-of-type(1){transition-delay: 0s;}
#faq dl.show dt:nth-of-type(2){transition-delay: 0.1s;}
#faq dl.show dt:nth-of-type(3){transition-delay: 0.2s;}
#faq dl.show dt:nth-of-type(4){transition-delay: 0.3s;}
#faq dl.show dt:nth-of-type(5){transition-delay: 0.4s;}
#faq dl.show dt:nth-of-type(6){transition-delay: 0.5s;}
#faq dl.show dt:nth-of-type(7){transition-delay: 0.6s;}
#faq dl.show dt:nth-of-type(8){transition-delay: 0.7s;}
#faq dl.show dt:nth-of-type(9){transition-delay: 0.8s;}
#faq dl.show dt:nth-of-type(10){transition-delay: 0.9s;}

#faq dl dt:nth-of-type(n+2){margin-top: 25px;}
#faq dl dt .icon{
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top:calc(50% - 10px);
	right:20px;
}
#faq dl dt .icon::before,
#faq dl dt .icon::after{
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: var(--ULOS-GREEN01);
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: transform 0.5s ease;
	transition: transform 0.5s ease;
}
#faq dl dt .icon::before{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
#faq dl dt.open  .icon::before{
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
#faq dl dd{
	font-size: 0.14rem;
	letter-spacing: 0.05em;
	line-height: 1.75;
	margin-top: 1em;
	color: #FFF;
	display: none;
}
#faq dl dd a{
	color: #FFF;
	text-decoration: underline;
}


.contact{
	border: 1px solid #FFF;
	border-radius: 20px;
	padding: 25px 20px;
	margin-top: 40px;
}
.contact > *{
	color: #FFF;
}
.contact a{
	color: #FFF;
	text-decoration: underline;
}
.contact h3{
	font-size: 0.2rem;
	letter-spacing: 0.15em;
	line-height: 1.5;
	text-align: center;
}
.contact .txt01{
	font-size: 0.13rem;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 2em;
}
.contact .txt02{
	font-size: 0.13rem;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 3em;
}



/*=============================
  book
=============================*/
#book{
	background: #000;
	padding: 30px 20px 50px;
	position: relative;
}

#book > .inner{
}
#book h2{
	text-align: center;
	font-size: 0.23rem;
	letter-spacing: 0.05em;
	padding: 0.75em 0;
	color: #FFF;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
#book .bookInfo{margin-top: 50px;}
#book .bookInfo .pic{
	width: calc((210/335)*100%);
	margin:0 auto;
	border: 3px solid #e8e8e8;
}
#book .bookInfo .txtArea{
	color: #FFF;
	margin-top: 55px;
}
#book .bookInfo .txtArea h3{
	font-size: 0.3rem;
	letter-spacing: 0.2em;
	text-indent: -0.5em;
}
#book .bookInfo .txtArea .txt01{
	font-size: 0.16rem;
	line-height: calc(33/16);
	letter-spacing: 0.2em;
	margin-top: 25px;
}
#book .bookInfo .txtArea .txt02{
	font-size: 0.19rem;
	line-height: calc(31/19);
	letter-spacing: 0.15em;
	margin-top: 1.5em;
}

#book .bookInfo .txtArea .bt{
	margin-top: 50px;
}
#book .bookInfo .txtArea .bt a{
	border: 1px solid #FFF;
	color: #FFF;
	font-size: 0.18rem;
	letter-spacing: 0.1em;
	text-align: center;
	width: 240px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}
#book .bookInfo .txtArea .bt .txt{
	display: block;
	text-align: center;
	margin-top: 2em;
	font-size: 0.12rem;
	letter-spacing: 0.1em;
}
/*=============================
  info
=============================*/
#info{
	padding: 50px 20px;
}
#info > .inner{
}
#info .infoList > li{
	position: relative;
	top:50px;
	opacity: 0;
	-webkit-transition:
		top 0.5s ease,
		opacity 0.5s ease;
	transition:
		top 0.5s ease,
		opacity 0.5s ease;
}
#info .infoList.show > li{
	top:0;
	opacity: 1;
}
#info .infoList.show > li:nth-child(1){transition-delay: 0s;}
#info .infoList.show > li:nth-child(2){transition-delay: 0.1s;}

#info .infoList > li > h4{
	text-align: center;
	font-size: 0.25rem;
	letter-spacing: 0.05em;
	color: var(--ULOS-GREEN01);
	line-height: 1.5;
	width: 100%;
	margin-bottom: 1em;
}
#info .infoList > li.infoBrand{
	margin-right: auto;
}
#info .infoList > li.infoBrand a{
	display: block;
}


#info .infoList > li.infoEc{
	margin-top: 50px;
}
#info .infoList > li.infoEc > .pic{
	width: 65px;
	margin-left: auto;
	margin-right: auto;
}
#info .infoList > li.infoEc > .ecList{
	column-gap: calc((10/420)*100%);
	margin-top: 25px;
}
#info .infoList > li.infoEc > .ecList > li{
	width: calc((205/420)*100%);
}
#info .infoList > li.infoEc > .ecList > li:nth-child(n+3){
	margin-top: calc((25/420)*100%);
}
#info .infoList > li.infoEc > .ecList > li a .logo{
	height: 50px;
	text-align: center;
}
#info .infoList > li.infoEc > .ecList > li.amazon a .logo img{max-width: 100px;}
#info .infoList > li.infoEc > .ecList > li.rakuten a .logo img{max-width: 140px;}
#info .infoList > li.infoEc > .ecList > li.lohaco a .logo img{max-width: 135px;}
#info .infoList > li.infoEc > .ecList > li.ootsuka a .logo img{max-width: 150px;}

#info .infoList > li.infoEc > .ecList > li a .txt{
	width: 100%;
	font-size: 0.12rem;
	letter-spacing: 0.15em;
	line-height: 1.25;
	color: #FFF;
	background: var(--ULOS-GREEN01);
	text-align: center;
	padding: 0.5em 1em;
	height: 36px;
	margin-top: 0.25em;
}
#info .infoList > li.infoEc > .ecList > li.ootsuka a .txt{
	font-size: 0.1rem;
	letter-spacing: 0em;
}

#info .infoList > li.infoEc > .txt{
	width: 100%;
	text-align: center;
	font-size: 0.12rem;
	letter-spacing: 0.15em;
	line-height: 1.5;
	color: var(--ULOS-GREEN01);
	margin-top: 2em;
}

/*
.slideArea {
	width: 100vw;
	overflow-x: auto;
	position: relative;
}
.slideArea .slide {
	width: fit-content;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}
.slideArea .slide img{
	width: 850px;
	height: auto;
}

.slider{
	width: calc(100% - 100px);
	height: 12px;
	margin-left: 25px;
	position: relative;
	margin-top: 30px;
}
.slider::before{
	content: '';
	display: block;
	width: calc(100% + 50px);
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	background: #FFF;
	isolation: isolate;
	-webkit-border-radius: 9999px;
	border-radius: 9999px;
	z-index: 0;
}
.slider a{
	position: absolute;
	top:0;
	left:0;
	z-index: 10;
	cursor: grab;
	width: 50px;
	height: 100%;
	isolation: isolate;
	-webkit-border-radius: 9999px;
	border-radius: 9999px;
	background: var(--DFC-BLUE);
}
*/