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

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

#main #kvArea .mainPic{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
}
#main #kvArea .copy01{
	position: absolute;
	top:calc((295/790)*100%);
	left:calc((84/1300)*100%);
	font-size: 0.18rem;
	letter-spacing: 0.3em;
	line-height: calc(36/18);
}
#main #kvArea .txtArea{
	position: relative;
	left:50%;
	z-index: 1;
	width: calc(50% - ((135/1300)*100%));
	min-width: 640px;
	height: 100%;
}

@media screen and (max-width: 1280px) {
	#main #kvArea .txtArea{
		left:0;
		margin-left: auto;
	}
}

#main #kvArea .txtArea .titArea{
	position: relative;
	column-gap: 120px;
}
#main #kvArea .txtArea .titArea .name{
	font-size: 0.4rem;
	letter-spacing: 0.05em;
}
#main #kvArea .txtArea .titArea .logo{
	width: 170px;
	height: 31px;
}
#main #kvArea .txtArea .titArea .logo img{
	height: 100%;
	width: auto;
}
#main #kvArea .txtArea .titArea .cross{
	position: absolute;
	top:calc(50% - 65px);
	left:calc(50% - 65px);
	width: 130px;
	height: 130px;
	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.53rem;
	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: 45px;
}
#main #kvArea .txtArea .kikan .txt{
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #FFF;
	font-size: 0.18rem;
	letter-spacing: 0.15em;
	padding: 0.25em 0.35em 0.35em 0.45em;
}
#main #kvArea .txtArea .kikan .mmdd{
	font-size: 0.35rem;
	text-align: center;
	letter-spacing: 0.15em;
	line-height: 1.5;
	margin-top: 0.5em;
}
#main #kvArea .txtArea .kikan .end{
	font-size: 0.26rem;
	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: 100px 20px 215px 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.32rem;
	letter-spacing: 0.05em;
	line-height: 1.75;
}
#main #messe .txt01{
	font-size: 0.22rem;
	letter-spacing: 0.05em;
	line-height: 2.3;
	margin-top: 3em;
}
#main #messe .txt02{
	font-size: 0.18rem;
	letter-spacing: 0.05em;
	line-height: 2.3;
	margin-top: 3em;
}

/* banner_qa
=============================*/
#main .banner_qa{
	padding: 0 20px;
	
}
#main .banner_qa a{
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
	color: var(--ULOS-GREEN01);
	transform: translateY(-50%);
	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.75s linear 0s 1 normal both;
}


#main .banner_qa a .pic{
	aspect-ratio: 522/313;
	width: calc((522/1022)*100%);
	overflow: hidden;
}
#main .banner_qa a .txtArea{
	width: calc((500/1022)*100%);
	padding-left: calc((45/1022)*100%);
	padding-top: calc((35/1022)*100%);
	letter-spacing: 0.05em;
	position: relative;
	background: #FFF;
}
#main .banner_qa a .txtArea .txt01{
	font-size: 0.15rem;
}
#main .banner_qa a .txtArea .txt02{
	font-size: 0.25rem;
	margin-top: 0.75em;
}
#main .banner_qa a .txtArea h3{
	font-size: 0.47rem;
	line-height: 1.5;
	margin-top: 0.15em;
}
#main .banner_qa a .txtArea .readMore{
	width: fit-content;
	font-size: 0.16rem;
	padding-right: 1.5em;
	background: url(../img/icon_more.svg) no-repeat bottom right/auto 13px;
	padding-bottom: 0.35em;
	margin-top: 1em;
}
#main .banner_qa a .txtArea .logo{
	position: absolute;
	bottom: 15px;
	right:15px;
	height: 30px;
}

@media screen and (max-width: 1060px) {
	#main .banner_qa a .txtArea .txt01{
		font-size: calc((15/1060)*100vw);
	}
	#main .banner_qa a .txtArea .txt02{
		font-size: calc((25/1060)*100vw);
	}
	#main .banner_qa a .txtArea h3{
		font-size: calc((47/1060)*100vw);
	}
	#main .banner_qa a .txtArea .readMore{
		font-size: calc((16/1060)*100vw);
	}
	#main .banner_qa a .txtArea .logo{
		bottom: calc((15/1060)*100vw);
		right: calc((15/1060)*100vw);
		height: calc((30/1060)*100vw);
	}
}



/*=============================
  section共通
=============================*/
section > h2:not(.noBg){
	text-align: center;
	font-size: 0.38rem;
	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.75s 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% - 20px);
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	position: absolute;
	top:10px;
	left:0;
}
section .outer{
	padding: 0 20px;
}

section .inner > .txt01{
	font-size: 0.22rem;
	letter-spacing: 0.15em;
	line-height: 2.1;
	color: var(--ULOS-GREEN01);
	text-align: center;
	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 .inner{
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
}

#cp .noteArea{
	background: linear-gradient(100deg,  var(--ULOS-GREEN03) 35%,#071F19 100%);
	border-radius: 20px;
	position: relative;
	padding: 55px calc((95/1120)*100%) 55px calc((45/1120)*100%);
	margin-top: 40px;
}
#cp .noteArea > *{
	position: relative;
	z-index: 10;
}
#cp .noteArea::before{
	content: '';
	display: block;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	border: 1px solid #FFF;
	position: absolute;
	top: 20px;
	left: 20px;
	border-radius: 10px;
	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(-45deg);
	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: calc((350/930)*100%);
}
#cp .noteArea .txtArea{
	width: calc((544/930)*100%);
	margin-right: auto;
	color: #FFF;
}
#cp .noteArea .txtArea h3{
	text-align: center;
	font-size: min(calc((33/1160)*100vw), 0.33rem);
	line-height: 1.5;
	letter-spacing: 0.05em;
}

#cp .noteArea .txtArea .logo{
	aspect-ratio: 270/92;
	max-width: 270px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#cp .noteArea .txtArea .circle{
	aspect-ratio: 1/1;
	width: 265px;
	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.94rem;
	letter-spacing: -0.02em;
}
#cp .noteArea .txtArea .circle .txt{
	font-size: 0.24rem;
	letter-spacing: 0.05em;
	margin-top: 1em;
}
#cp .noteArea .txtArea > .txt{
	text-align: center;
	font-size: min(calc((17/1160)*100vw), 0.17rem);
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 1.5em;
}


#cp .txt02{
	text-align: center;
	font-size: 0.18rem;
	letter-spacing: 0.15em;
	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{
	max-width: 834px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 55px calc((18/834)*100%);
	margin-top: 50px;
	color: var(--ULOS-GREEN01);
}
#cp .bookList > li{
	width: calc((266/834)*100%);
	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.show > li{
	top:0;
	opacity: 1;
}
#cp .bookList.show > li:nth-child(1){transition-delay:0s;}
#cp .bookList.show > li:nth-child(2){transition-delay:0.1s;}
#cp .bookList.show > li:nth-child(3){transition-delay:0.2s;}
#cp .bookList.show > li:nth-child(4){transition-delay:0.3s;}
#cp .bookList.show > li:nth-child(5){transition-delay:0.4s;}
#cp .bookList.show > li:nth-child(6){transition-delay:0.5s;}
#cp .bookList.show > li:nth-child(7){transition-delay:0.6s;}
#cp .bookList.show > li:nth-child(8){transition-delay:0.7s;}


#cp .bookList > li .ph{
	aspect-ratio: 266/131;
	width: 100%;
	overflow: hidden;
}
#cp .bookList > li .store{
	font-size: 0.14rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 1em;
}
#cp .bookList > li dl{
	font-size: 0.12rem;
	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{
	text-align: center;
	font-size: 0.13rem;
	letter-spacing: 0.05em;
	line-height: 1.75;
}
#cp .emArea .emList{
	text-align: center;
	font-size: 0.13rem;
	letter-spacing: 0.05em;
	line-height: 1.75;
}

/*=============================
  oubo
=============================*/
#oubo{margin-top: 60px;}
#oubo .inner{
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
}

#oubo .slideArea{
	column-gap: calc((20/1120)*100%);
	margin-top: 50px;
}
#oubo .slideArea .slide > li{
	width: calc((360/1120)*100%);
	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 > li{
	top:0;
	opacity: 1;
}
#oubo .slideArea .slide.show > li:nth-child(1){transition-delay: 0s;}
#oubo .slideArea .slide.show > li:nth-child(2){transition-delay: 0.1s;}
#oubo .slideArea .slide.show > li:nth-child(3){transition-delay: 0.2s;}


#oubo .slideArea .slide > li:nth-of-type(n+2)::before{
	content: '';
	display: block;
	width:0;
	height:0;
	border-style:solid;
	border-width: 17px 0 17px 30px;
	border-color: transparent transparent transparent var(--ULOS-GREEN03);
	position: absolute;
	top:calc(50% - 60px);
	left:-10px;
	margin-left: -8px;
}
#oubo .slideArea .slide > li .titArea{
	min-height: 130px;
}
#oubo .slideArea .slide > li .titArea .step{
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.2rem;
	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.18rem;
	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: 2em;
	color: var(--ULOS-GREEN03);
	min-height: 9em;
}
#oubo .slideArea .slide > li .em {
	text-align: center;
	font-size: 0.12rem;
	letter-spacing: 0.05em;
	line-height: 1.75;
}



/*=============================
  kiyaku
=============================*/
#kiyaku{margin-top: 60px;}
#kiyaku .inner{
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
	height: 480px;
	overflow: auto;
	background: #F4F4F4;
	padding: 35px;
	font-size: 0.14rem;
	letter-spacing: 0.05em;
	line-height: 1.75;
	margin-top: 80px;
}



/*=============================
  faq
=============================*/
#faq{
	margin-top: 60px;
	background: linear-gradient(to bottom,  #001F18 0%, #00604A 100%);
	padding: 75px 20px 100px;
	position: relative;
}
#faq > *{
	position: relative;
	z-index: 1;
}
#faq::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: 0;
}
#faq.show_re::before{
	animation: flashAni 0.75s linear 0s 1 normal both;
}


#faq h2{
	text-align: center;
	color: #FFF;
	font-size: 0.38rem;
	letter-spacing: 0.05em;
}
#faq .inner{
	max-width: 910px;
	margin-left: auto;
	margin-right: auto;
}

#faq dl{margin-top: 55px;}
#faq dl dt{
	color: var(--ULOS-DARK-GREEN);
	background: #FFF;
	font-size: 0.2rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-indent: -2em;
	padding: 0.75em 3.5em 0.75em 3.25em;
	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: 30px;}
#faq dl dt .icon{
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top:calc(50% - 12px);
	right:25px;
}
#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.17rem;
	letter-spacing: 0.05em;
	line-height: 1.75;
	margin-top: 1em;
	color: #FFF;
	display: none;
}
#faq dl dd a{
	color: #FFF;
}


.contact{
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #FFF;
	border-radius: 20px;
	padding: 50px 25px;
	margin-top: 75px;
}
.contact > *{
	color: #FFF;
	text-align: center;
}
.contact a{
	color: #FFF;
	text-decoration: underline;
}
.contact h3{
	font-size: 0.3rem;
	letter-spacing: 0.15em;
	line-height: 1.5;
}
.contact .txt01{
	font-size: 0.13rem;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 2em;
}
.contact .txt02{
	font-size: 0.11rem;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 3em;
}

/*=============================
  book
=============================*/
#book{
	background: #000;
	padding: 80px 20px 150px;
	position: relative;
}
#book::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: 0;
}
#book.show_re::before{
	animation: flashAni 0.75s linear 0s 1 normal both;
}



#book > .inner{
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}
#book h2{
	text-align: center;
	font-size: 0.38rem;
	letter-spacing: 0.05em;
	padding: 0.75em 0;
	color: #FFF;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
#book .bookInfo{margin-top: 90px;}
#book .bookInfo .pic{
	width: calc((324/1020)*100%);
	margin-right: auto;
	border: 5px solid #e8e8e8;
}
#book .bookInfo .txtArea{
	width: calc((600/1020)*100%);
	color: #FFF;
	container-type: inline-size;
}
#book .bookInfo .txtArea h3{
	font-size: min(calc((52/600)*100cqw),0.52rem);
	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: 40px;
}
#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;
}
#book .bookInfo .txtArea .bt .txt{
	margin-left: 2em;
	font-size: 0.14rem;
	letter-spacing: 0.1em;
}
/*=============================
  info
=============================*/
#info{
	padding: 70px 20px;
}
#info > .inner{
	max-width: 1060px;
	margin-left: auto;
	margin-right: auto;
}
#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.3rem;
	letter-spacing: 0.05em;
	color: var(--ULOS-GREEN01);
	line-height: 1.5;
	width: 100%;
	margin-bottom: 25px;
}
#info .infoList > li.infoBrand{
	width: calc((410/1060)*100%);
	margin-right: auto;
}
#info .infoList > li.infoBrand a{
	display: block;
}


#info .infoList > li.infoEc{
	width: calc((520/1060)*100%);
	
}
#info .infoList > li.infoEc > .pic{
	width: 65px;
	margin-right: auto;
}
#info .infoList > li.infoEc > .ecList{
	width: calc((420/520)*100%);
	column-gap: calc((28/420)*100%);
}
#info .infoList > li.infoEc > .ecList > li{
	width: calc((196/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: 115px;}
#info .infoList > li.infoEc > .ecList > li.rakuten a .logo img{max-width: 155px;}
#info .infoList > li.infoEc > .ecList > li.lohaco a .logo img{max-width: 150px;}
#info .infoList > li.infoEc > .ecList > li.ootsuka a .logo img{max-width: 165px;}

#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.5em;
}
#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: 1.5em;
}

/*
.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);
}
*/