@charset "UTF-8";
.pcOnly{
  display: block;
}
.spOnly{
  display: none;
}
@media screen and (max-width: 740px) {
  .pcOnly{
    display: none;
  }
  .spOnly{
    display: block;
  }
}
#wrap{
  overflow: hidden;
}

#main{
	position:relative;
	width:100%;
	height:590px;
	background-color:#fff;
}
#main.mainFull{
	height: calc(100vh - 70px);
}
.customize-support #main.mainFull{
	height: calc(100vh - 98px);
}
#main.mainFull iframe{
	display: block;
	border: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#main::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#main.mainFull::before{
	z-index: -1;
}
.web3d_showroom #main .video{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}
.web3d_showroom #main .video video{
	position: absolute;
	top: 50%;
	left: 50%;
	object-fit: cover;
  object-position: right center;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}
.web3d_exhibition #main::before{
  background-image: url(/wp/wp-content/uploads/2020/05/bg-web3d_exhibition-main.jpg);
}


#main #galleryVideo{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#main #galleryVideo::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0);
}
#main #galleryVideo .inner{
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#main #galleryVideo #v{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



#main #breadcrumb{
	margin:0px;
	position:absolute;
	top:20px;
	left:50%;
	margin-left:-600px;
}
#main.mainFull #breadcrumb{
	pointer-events: none;
}
.web3d_exhibition #main #breadcrumb p,
.web3d_exhibition #main #breadcrumb p a{
  color: #fff;
}
#main.mainFull #breadcrumb p a{
	pointer-events: auto;
}
#main #ttlArea{
  position: absolute;
  top: 60px;
  left: 50%;
  margin: 0;
  width: 1200px;
  transform: translate(-50%,0%);
}
#main.mainFull #ttlArea{
	pointer-events: none;
}
#main #ttlArea::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: -100%;
}
#main #ttlArea .txt{
  display: inline-block;
  background: #fff;
  padding: 15px 25px 15px 0;
}
#main #ttlArea .txt h1{
	font-size:26px;
	color:#000;
	margin-bottom:0;
}
#main #ttlArea .txt p{
	font-size:13px;
	color:#000;
  font-weight: bold;
}
#main #lead{
  position: absolute;
  top: 230px;
  right: 0;
  background: #fff;
  padding: 65px 70px 65px 50px;
  color: #000;
}
#main #lead p{
  font-size: 14px;
  line-height: 1.7;
}
#main #lead p + p{
  margin-top: 18px;
}
#main #lead p strong{
  font-size: 32px;
  line-height: 1.5;
}

@media screen and (max-width: 1280px) {
  #main #arVideo{
    width: 150%;
    transform: translate(-25%,0%);
  }
  #main #breadcrumb{
    left:40px;
    margin-left:0px;
  }
  #main #ttlArea{
    width: auto;
    left: 40px;
    transform: translate(0%,0%);
  }
}

@media screen and (max-width: 976px) {
  #main #arVideo{
    width: 170%;
    transform: translate(-35%,0%);
  }
}

@media screen and (max-width: 740px) {
  #main{
    height:auto;
    background-image: none;
    overflow: hidden;
  }
  #main::before{
    content: "";
    display: block;
    width: 100%;
    height: 300px;
    position: relative;
  }
 #main::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 300px;
    background-color: rgba( 0, 0, 0, 0.4 );
  }
  #main #arVideo{
    width: 120%;
    height: 300px;
    transform: translate(-10%,0%);
  }
  #main #breadcrumb{
    top:15px;
    left:15px;
    text-shadow: none;
    z-index: 1;
  }
  #main #breadcrumb p{
    color: #fff;
  }
  #main #breadcrumb p a{
    color: #fff;
  }
  #main #ttlArea{
    top: 50px;
    left: 15px;
    z-index: 1;
  }
  #main #ttlArea .txt{
    padding:10px 15px 10px 0;
  }
  #main #ttlArea .txt h1{
    font-size:18px;
  }
  #main #ttlArea .txt p{
    font-size:11px;
  }
  #main #lead{
    position: relative;
    top: auto;
    right: auto;
    z-index: 1;
    margin-top: -145px;
    margin-left: 10%;
    padding: 20px 50px 20px 20px;
    float: right;
  }
  #main #lead p{
    font-size: 12px;
  }
  #main #lead p + p{
    margin-top: 10px;
  }
  #main #lead p strong{
    font-size: 18px;
  }
  #main #lead p .sp{
    display: none;
  }
  .web3d_showroom #main .video{
    width: 100%;
    height: 300px;
    position: relative;
  }
}

@media screen and (max-width: 470px) {
  #main #arVideo{
    width: 180%;
    transform: translate(-40%,0%);
  }
}

/* btn */
.btn{
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  display: inline-block;
  margin-top: 50px;
}
.btn a{
  display: table;
  background: #000;
  color: #fff;
  position: relative;
  min-width: 200px;
  height: 53px;
  text-align: left;
  text-decoration: none;
	-webkit-transition:background 0.2s;
	-ms-transition:background 0.2s;
	transition:background 0.2s;
}
.btn a:hover{
  background: #666;
}
.btn a span{
  display: table-cell;
  vertical-align: middle;
  padding: 0 40px 0 20px;
}
.btn a::after{
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  box-sizing: border-box;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0%,-50%) rotate(45deg);
}

@media screen and (max-width: 740px) {
  .btn{
    font-size: 12px;
    margin-top: 30px;
  }
  .btn a{
    height: 46px;
    min-width: 180px;
  }
  .btn a::after{
    width: 8px;
    height: 8px;
  }
}

/* content */
#content{
  margin-top: 150px;
}

@media screen and (max-width: 740px) {
  #content{
    margin-top: 60px;
  }
}

/* section */
.section{
	width:1200px;
  margin: 120px auto 0;
  text-align: center;
}
.section:first-child{
  margin-top: 0;
}
.section h2{
  font-size: 34px;
  line-height: 1.5;
}
.section p{
  font-size: 16px;
  line-height: 2;
}
.section .pc{
  display: none;
}

@media screen and (max-width: 1280px) {
  .section{
    width:auto;
    max-width:1200px;
    margin: 120px 40px 0;
  }
}

@media screen and (max-width: 740px) {
  .section{
    margin: 80px 15px 0;
  }
  .section h2{
    font-size: 22px;
  }
  .section p{
    font-size: 14px;
  }
  .section .sp{
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .section .pc{
    display: block;
  }
}

/* demo */
#demo{
  position: relative;
}
#demo .inner{
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  background: #b28d66;
  display: table;
}
#demo .txt{
  width: 71.43%;
  padding: 45px 50px;
  display: table-cell;
  color: #fff;
  text-align: left;
}
#demo .txt p{
  font-size: 24px;
line-height: 1.2;
}
#demo .txt a{
  font-size: 16px;
  color: #fff;
}
#demo .txt h2{
  font-size: 32px;
  line-height: 1;
  padding-bottom: 25px;
}
#demo .img{
  width: 28.57%;
  display: table-cell;
  background-image: url(/wp/wp-content/uploads/2021/04/bnr_img_web3d_gallery01.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 740px) {
  #demo .txt{
    padding: 20px;
  }
  #demo .txt p{
    font-size: 14px;
  }
  #demo .txt a{
    font-size: 12px;
  }
  #demo .txt h2{
    font-size: 20px;
    padding-bottom: 15px;
  }
}

/* lead */
#lead.section h2{
  margin-bottom: 60px;
  opacity: 0;
  position: relative;
  top: 30px;
	-webkit-transition: opacity 0.3s,top 0.3s;
	-ms-transition: opacity 0.3s,top 0.3s;
	transition: opacity 0.3s,top 0.3s;
}
#lead.section h2.fade{
  opacity: 1;
  top: 0;
}
#lead.section p{
  opacity: 0;
  position: relative;
  top: 30px;
	-webkit-transition: opacity 0.3s .2s,top 0.3s .2s;
	-ms-transition: opacity 0.3s .2s,top 0.3s .2s;
	transition: opacity 0.3s .2s,top 0.3s .2s;
}
#lead.section h2.fade + p{
  opacity: 1;
  top: 0;
}

@media screen and (max-width: 740px) {
  #lead.section h2{
    margin-bottom: 30px;
  }
}

/* what */
#what .img{
  margin-bottom: 60px;
  opacity: 0;
  position: relative;
  top: 30px;
	-webkit-transition: opacity 0.3s,top 0.3s;
	-ms-transition: opacity 0.3s,top 0.3s;
	transition: opacity 0.3s,top 0.3s;
}
#what .img img{
  max-width: 100%;
}
#what h2{
  margin-bottom: 30px;
  opacity: 0;
  position: relative;
  top: 30px;
	-webkit-transition: opacity 0.3s,top 0.3s;
	-ms-transition: opacity 0.3s,top 0.3s;
	transition: opacity 0.3s,top 0.3s;
}
#what h2.fade,
#what .img.fade{
  opacity: 1;
  top: 0;
}
#what p{
  opacity: 0;
  position: relative;
  top: 30px;
	-webkit-transition: opacity 0.3s .2s,top 0.3s .2s;
	-ms-transition: opacity 0.3s .2s,top 0.3s .2s;
	transition: opacity 0.3s .2s,top 0.3s .2s;
}
#what h2.fade + p{
  opacity: 1;
  top: 0;
}
#what p .spOnly{
	display: none;
}

@media screen and (max-width: 740px) {
  #what h2{
    margin-bottom: 30px;
  }
#what .img{
  margin-bottom: 40px;
}
}
@media screen and (max-width: 620px) {
	#what p .spOnly{
		display: block;
	}
}

/* query */
#query h2{
  margin-bottom: 60px;
}
#query .col{
  max-width: 1040px;
  width: 100%;
  margin: 0 auto 60px;
  display: table;
}
#query .col .img{
  width: 53.85%;
  display: table-cell;
}
#query .col .img img{
  max-width: 100%;
}
#query .col .txt{
  width: 46.15%;
  display: table-cell;
  vertical-align: top;
  text-align: left;
  padding-left: 20px;
}
#query .col .txt:nth-child(odd){
  padding-left: 0;
  padding-right: 20px;
}
#query .col .txt h3{
  font-size: 34px;
  line-height: 1.2;
}
#query .col .txt p{
  font-size: 14px;
  line-height: 2;
}

/* fade */
#query h2,#query .col div{
  position: relative;
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: opacity 0.3s, transform 0.3s, all 0.5s;
-ms-transition: opacity 0.3s, transform 0.3s, all 0.5s;
  transition: opacity 0.3s, transform 0.3s, all 0.5s;
}
#query h2.fade,#query .col div.fade{
  transform: translateY(0);
  opacity: 1;
}
#query h2.fade,#query .col div.fade{
  transition-delay: 0s;
}
#query .col div.fade + div.fade{
  transition-delay: 0.3s;
}
@media screen and (max-width: 740px) {
  #query h2{
    margin-bottom: 30px;
  }
#query .col{
  display: flex;
  max-width: 100%;
  margin: 0 auto 40px;
  flex-wrap: wrap;
}
#query .col:nth-child(odd){
    flex-direction: column-reverse;
}
#query .col .img{
  width: 100%;
}
#query .col .txt{
  width: 100%;
  padding: 20px 0!important;
}
#query .col .txt h3{
  font-size: 22px;
}
}




/* merit */
#merit h2{
  margin-bottom: 60px;
  opacity: 0;
  position: relative;
  top: 30px;
	-webkit-transition: opacity 0.3s,top 0.3s;
	-ms-transition: opacity 0.3s,top 0.3s;
	transition: opacity 0.3s,top 0.3s;
}
#merit h2.fade{
  opacity: 1;
  top: 0;
}
#merit .meritList{
  font-size: 0;
}
#merit .meritList li{
  display: inline-block;
  vertical-align: top;
  width: 25%;
  box-sizing: border-box;
  padding: 0 10px;
	margin-top: 30px;
  font-size: 14px;
  line-height: 2;
  opacity: 0;
  position: relative;
  top: 30px;
	-webkit-transition: opacity 0.3s,top 0.3s;
	-ms-transition: opacity 0.3s,top 0.3s;
	transition: opacity 0.3s,top 0.3s;
}
#merit .meritList li:nth-child(2){
	-webkit-transition: opacity 0.3s .2s,top 0.3s .2s;
	-ms-transition: opacity 0.3s .2s,top 0.3s .2s;
	transition: opacity 0.3s .2s,top 0.3s .2s;
}
#merit .meritList li:nth-child(3){
	-webkit-transition: opacity 0.3s .4s,top 0.3s .4s;
	-ms-transition: opacity 0.3s .4s,top 0.3s .4s;
	transition: opacity 0.3s .4s,top 0.3s .4s;
}
#merit .meritList li:nth-child(4){
	-webkit-transition: opacity 0.3s .6s,top 0.3s .6s;
	-ms-transition: opacity 0.3s .6s,top 0.3s .6s;
	transition: opacity 0.3s .6s,top 0.3s .6s;
}
#merit .meritList li.fade{
  opacity: 1;
  top: 0;
}
#merit .meritList li strong{
  font-size: 16px;
}
#merit .meritList li::before{
  content: "";
  display: block;
  width: 180px;
  height: 90px;
  margin: 0 auto 10px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
#merit .meritList li#iconDown::before{
  background-image: url("/images/service/service_web3d/ico-web3d_down.svg");
}
#merit .meritList li#iconTime::before{
  background-image: url("/images/service/service_web3d/ico-web3d_time.svg");
}
#merit .meritList li#iconEstimation::before{
  background-image: url("/images/service/service_web3d/ico-web3d_estimation.svg");
}
#merit .meritList li#iconAppeal::before{
  background-image: url("/images/service/service_web3d/ico-web3d_appeal.svg");
}
#merit .meritList li#iconGood::before{
  background-image: url("/images/service/service_web3d/ico-web3d_good.svg");
}
#merit .meritList li#iconBarGraph::before{
  background-image: url("/images/service/service_web3d/ico-web3d_bar_graph.svg");
}
#merit .meritList li#iconGallerySpace::before{
  background-image: url("/images/service/service_web3d/ico_web3d_gallery_space.svg");
}
#merit .meritList li#iconDataInput::before{
  background-image: url("/images/service/service_web3d/ico_web3d_data_input.svg");
}
#merit .meritList li#iconSwapImage::before{
  background-image: url("/images/service/service_web3d/ico_web3d_swap_image.svg");
}
#merit .meritList li#iconOptionCombination::before{
  background-image: url("/images/service/service_web3d/ico_web3d_option_combination.svg");
}

@media screen and (max-width: 1060px) {
  #merit .meritList{
    max-width: 800px;
    margin: 0 auto;
  }
  #merit .meritList li{
    width: 50%;
    margin-top: 30px;
  }
  #merit .meritList li:nth-child(-n+2){
    margin-top: 0;
  }
  #merit .meritList li:nth-child(3){
  	-webkit-transition: opacity 0.3s,top 0.3s;
    -ms-transition: opacity 0.3s,top 0.3s;
    transition: opacity 0.3s,top 0.3s;
  }
  #merit .meritList li:nth-child(4){
    -webkit-transition: opacity 0.3s .2s,top 0.3s .2s;
    -ms-transition: opacity 0.3s .2s,top 0.3s .2s;
    transition: opacity 0.3s .2s,top 0.3s .2s;
  }
}
@media screen and (max-width: 740px) {
  #merit h2{
    margin-bottom: 30px;
  }
  #merit .meritList li{
    font-size: 12px;
  }
  #merit .meritList li strong{
    font-size: 14px;
  }
  #merit .meritList li::before{
    width: 100px;
    height: 50px;
  }
}
@media screen and (max-width: 470px) {
  #merit .meritList li br.spNone{
    display: none;
  }
}

/* create */
#create{
  margin: 140px auto 0
}
#create h2{
  font-size: 32px;
  line-height: 1.75;
  margin-bottom: 130px;
  opacity: 0;
  position: relative;
  top: 30px;
  color: #4d4d4d;
	-webkit-transition: opacity 0.3s,top 0.3s;
	-ms-transition: opacity 0.3s,top 0.3s;
	transition: opacity 0.3s,top 0.3s;
}
#create h3{
  font-size: 24px;
  line-height: 1.75;
  opacity: 0;
  position: relative;
  top: 30px;
  color: #4d4d4d;
	-webkit-transition: opacity 0.3s,top 0.3s;
	-ms-transition: opacity 0.3s,top 0.3s;
	transition: opacity 0.3s,top 0.3s;
}
#create .box{
  max-width: 1120px;
  min-height: 322px;
  margin: 0 auto 110px;
  position: relative;	 
  top: 30px; 
  opacity: 0;
  -webkit-transition: opacity 0.3s,top 0.3s;
	-ms-transition: opacity 0.3s,top 0.3s;
	transition: opacity 0.3s,top 0.3s;
}
#create p,
#create .box .txt span{
  position: relative;	 
  top: 30px; 
  opacity: 0;
  -webkit-transition: opacity 0.3s,top 0.3s;
	-ms-transition: opacity 0.3s,top 0.3s;
	transition: opacity 0.3s,top 0.3s;
}
#create h2.fade,
#create h3.fade,
#create .box.fade,
#create .box .txt span.fade,
#create p.fade{
  opacity: 1;
  top: 0;
}
#create .btn{
  opacity: 0;
  position: relative;
  top: 30px;
  margin: 30px auto 50px;
	-webkit-transition: opacity 0.3s,top 0.3s;
	-ms-transition: opacity 0.3s,top 0.3s;
	transition: opacity 0.3s,top 0.3s;
}
#create .btn a{
  width: 403px;
  height: 100px;
}
#create .btn a span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 40px 0 20px;
  font-size: 19px;
}
#create .btn.fade{
  opacity: 1;
  top: 0;
}
#create .step1{background-image: url(/wp/wp-content/uploads/2021/04/bgi_create_step01.jpg);background-repeat: no-repeat;}
#create .step2{background-image: url(/wp/wp-content/uploads/2021/04/bgi_create_step02.jpg);background-repeat: no-repeat;}
#create .step3{background-image: url(/wp/wp-content/uploads/2021/04/bgi_create_step03.jpg);background-repeat: no-repeat;}
#create .step1.gallery{background-image: url(/wp/wp-content/uploads/2021/04/create_gallery_bg_step1.jpg);background-repeat: no-repeat;}
#create .step2.gallery{background-image: url(/wp/wp-content/uploads/2021/04/create_gallery_bg_step2.jpg);background-repeat: no-repeat;}
#create .step3.gallery{background-image: url(/wp/wp-content/uploads/2021/04/create_gallery_bg_step3.jpg);background-repeat: no-repeat;}
#create .step1.booth{background-image: url(/wp/wp-content/uploads/2021/04/create_booth_bg_step1.jpg);background-repeat: no-repeat;}
#create .step2.booth{background-image: url(/wp/wp-content/uploads/2021/04/create_booth_bg_step2.jpg);background-repeat: no-repeat;}
#create .step3.booth{background-image: url(/wp/wp-content/uploads/2021/04/create_booth_bg_step3.jpg);background-repeat: no-repeat;}
#create .step1 .step,
#create .step3 .step{
  position: absolute;
  bottom:120px;
  left: 40px;
  max-width: 474px;
  background: #fff;
  text-align: left;
}
#create .step2 .step{
  position: absolute;
  bottom:120px;
  right: 0;
  max-width: 474px;
  background: #fff;
  text-align: left;
}
#create .step2 .txt{
  position: absolute;
  top:65px;
  left: 60px;
  width: 430px;
  text-align: left;
}
#create .step1 .txt,
#create .step3 .txt{
  position: absolute;
  top:65px;
  right: 0;
  width: 430px;
  text-align: left;
}
#create .box .txt span{
  background: #fff;
  color: #4d4d4d;
  font-size: 24px;
  line-height: 2.5;
  padding:14px;
  font-weight: bold;
}
#create .step{
  padding: 0 40px 40px;
}
#create .step h3{
  font-size: 24px;
  color: #4d4d4d;
}
#create .step p{
  line-height: 1.75;
}
#create .step1 h3 span{
  color: #5b6741;
  font-size: 48px;
  display: block;
  font-family: 'Oswald', sans-serif;
}
#create .step2 h3 span{
  color: #3c7a9a;
  font-size: 48px;
  display: block;
  font-family: 'Oswald', sans-serif;
}
#create .step3 h3 span{
  color: #8cb2d1;
  line-height: 2;
  font-size: 48px;
  display: block;
  font-family: 'Oswald', sans-serif;
}
#create .step1.gallery h3 span{
  color: #7b8389;
}
#create .step2.gallery h3 span{
  color: #773d30;
}
#create .step3.gallery h3 span{
  color: #394857;
}
@media screen and (max-width: 1015px) {
  #create .box{
    min-height: 450px;
  }
  #create .step1 .txt, #create .step3 .txt{
    top: unset;
    bottom: 120px;
    right: 40px;
    width: auto;
    margin-bottom: 30px;
  }
  #create .step2 .txt{
    top: unset;
    bottom: 120px;
    left: 40px;
    width: auto;
    margin-bottom: 30px;
  }
  #create .step1 .step, 
  #create .step3 .step{
    left: 0;
    width: 300px;
  }
  #create .step2 .step{
    right: 0;
    width: 300px;
  }
  #create .step1,
  #create .step2,
  #create .step3{
    background-position: right;
  }
}
@media screen and (max-width: 740px) {
  #create h2{
    font-size: 22px;
    margin-bottom: 30px;
  }
  #create .box{
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 120px;
    margin: 0 auto 60px;
  }
  #create .step1,
  #create .step2,
  #create .step3{
    background-size: contain;
    background-position: bottom;
  }
  #create .step1 .step, 
  #create .step2 .step, 
  #create .step3 .step{
    position: static;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    background-color: transparent;
  } 
  #create .step1 .txt, 
  #create .step2 .txt, 
  #create .step3 .txt{
    position: static;
    width: 100%;
    padding: 25px 30px;
    box-sizing: border-box;
    background-color: transparent;
  }
  #create .box .txt span{
    padding: 0;
    font-size: 18px;
    background-color: transparent;
  }
  #create .step1 h3 span,
  #create .step2 h3 span,
  #create .step3 h3 span{
    font-size: 37px;
  }  
  #create .step1 h3,
  #create .step2 h3,
  #create .step3 h3{
    font-size: 18px;
  }  
  #create .step1 p,
  #create .step2 p,
  #create .step3 p{
    font-size: 12px;
  }
  #create h3{
    font-size: 20px;
  }
  #create p{
    font-size: 12px;
  }
  #create .btn a{
    width: 300px;
    height: 80px;
    padding: 0 30px;
    box-sizing: border-box;
  }
  #create .btn a span{
    font-size: 14px;
  }
}

/* create */
#priceList{
	width: auto;
	max-width: 1120px;
	margin: 120px auto 0;
	padding: 0 40px;
}
#priceList h2{
  margin-bottom: 10px;
  opacity: 0;
  position: relative;
  top: 30px;
	-webkit-transition: opacity 0.3s,top 0.3s;
	-ms-transition: opacity 0.3s,top 0.3s;
	transition: opacity 0.3s,top 0.3s;
}
#priceList h2.fade{
  opacity: 1;
  top: 0;
}
#priceList h2 + p{
  margin-bottom: 60px;
  opacity: 0;
  position: relative;
  top: 30px;
	-webkit-transition: opacity 0.3s .2s,top 0.3s .2s;
	-ms-transition: opacity 0.3s .2s,top 0.3s .2s;
	transition: opacity 0.3s .2s,top 0.3s .2s;
}
#priceList h2.fade + p{
  opacity: 1;
  top: 0;
}
#priceList table{
	width: 100%;
	text-align: left;
	border-collapse: collapse;
  border-spacing: 0;
}
#priceList table th,
#priceList table td{
	font-size: 14px;
	line-height: 2;
	vertical-align: top;
	text-align: left;
	border-bottom: solid 1px #999;
	padding-top: 10px;
	padding-bottom: 10px;
}
#priceList table th{
	font-weight: bold;
}
#priceList table thead th{
	font-size: 16px;
	padding-top: 0;
	padding-left: 70px;
}
#priceList table th:first-child,
#priceList table thead th:first-child{
	padding-left: 40px;
}
#priceList table th:last-child{
	padding-right: 70px;
}
#priceList table td{
	padding-left: 70px;
}
#priceList table td:first-child{
	padding-left: 40px;
}
#priceList table td:last-child{
	padding-right: 70px;
}
#priceList table tr:last-child td{
	border-bottom: none;
}
#priceList table td strong{
	font-size: 14px;
}
#priceList .btn{
  opacity: 0;
  position: relative;
  top: 30px;
  margin: 30px auto 0;
	-webkit-transition: opacity 0.3s,top 0.3s;
	-ms-transition: opacity 0.3s,top 0.3s;
	transition: opacity 0.3s,top 0.3s;
}
#priceList .btn.fade{
  opacity: 1;
  top: 0;
}
#priceList .btn a{
  width: 403px;
  height: 100px;
}
#priceList .btn a span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 40px 0 20px;
  font-size: 19px;
}
@media screen and (max-width: 980px) {
	#priceList table thead th{
		padding-left: 40px;
	}
	#priceList table th:first-child,
	#priceList table thead th:first-child{
		padding-left: 40px;
	}
	#priceList table th:last-child{
		padding-right: 40px;
	}
	#priceList table td{
		padding-left: 40px;
	}
	#priceList table td:first-child{
		padding-left: 40px;
	}
	#priceList table td:last-child{
		padding-right: 40px;
	}
}
@media screen and (max-width: 740px) {
	#priceList{
		margin: 80px auto 0;
		padding: 0 15px;
	}
  #priceList h2{
    margin-bottom: 30px;
  }
  #priceList h2 + p{
    margin-bottom: 30px;
  }
	#priceList table thead,
	#priceList table tbody,
	#priceList table tr{
		display: block;
		width: 100%;
	}
	#priceList table tr{
		overflow: hidden;
		border-bottom: solid 1px #999;
	}
	#priceList table th,
	#priceList table td{
		display: block;
		float: left;
		border-bottom: none;
	}
	#priceList table th{
		width: 100%;
		box-sizing: border-box;
	}
	#priceList table thead th{
		padding-left: 20px;
		padding-bottom: 5px;
		width: 50%;
    font-feature-settings: "palt";
	}
	#priceList table tbody th{
		border-bottom: none;
		padding-bottom: 5px;
		padding-top: 15px;
	}
	#priceList table thead th:first-child{
		display: none;
	}
	#priceList table th:first-child,
	#priceList table thead th:first-child{
		padding-left: 20px;
	}
	#priceList table th:last-child{
		padding-right: 20px;
	}
	#priceList table td{
		width: 50%;
		box-sizing: border-box;
		padding: 0 20px 15px;
	}
	#priceList table td:first-child{
		padding-left: 20px;
	}
	#priceList table td:last-child{
		padding-right: 20px;
	}
	#priceList table tr:last-child td{
		width: 100%;
	}
  #priceList .btn a{
    width: 300px;
    height: 80px;
    padding: 0 30px;
    box-sizing: border-box;
  }
  #priceList .btn a span{
    font-size: 14px;
  }
}

/* can */
#can h2{
  margin-bottom: 60px;
  opacity: 0;
  position: relative;
  top: 30px;
	-webkit-transition: opacity 0.3s,top 0.3s;
	-ms-transition: opacity 0.3s,top 0.3s;
	transition: opacity 0.3s,top 0.3s;
}
#can h2.fade{
  opacity: 1;
  top: 0;
}
#can h2 + p{
  margin-bottom: 100px;
  opacity: 0;
  position: relative;
  top: 30px;
	-webkit-transition: opacity 0.3s .2s,top 0.3s .2s;
	-ms-transition: opacity 0.3s .2s,top 0.3s .2s;
	transition: opacity 0.3s .2s,top 0.3s .2s;
}
#can h2.fade + p{
  opacity: 1;
  top: 0;
}
#can h2 + p .spOnly{
	display: none;
}
#can .canList{
  margin-right: -60px;
}
#can .canList::after{
  content: "";
  display: block;
  clear: both;
}
#can .canList li{
  float: left;
  width: 33.33%;
  box-sizing: border-box;
  padding-right: 60px;
  text-align: left;
  opacity: 0;
  position: relative;
  top: 30px;
	-webkit-transition: opacity 0.3s,top 0.3s;
	-ms-transition: opacity 0.3s,top 0.3s;
	transition: opacity 0.3s,top 0.3s;
}
#can .canList li:nth-child(2){
	-webkit-transition: opacity 0.3s .2s,top 0.3s .2s;
	-ms-transition: opacity 0.3s .2s,top 0.3s .2s;
	transition: opacity 0.3s .2s,top 0.3s .2s;
}
#can .canList li:nth-child(3){
	-webkit-transition: opacity 0.3s .4s,top 0.3s .4s;
	-ms-transition: opacity 0.3s .4s,top 0.3s .4s;
	transition: opacity 0.3s .4s,top 0.3s .4s;
}
#can .canList li.fade{
  opacity: 1;
  top: 0;
}
#can .canList li .thumb img{
  width: 100%;
  height: auto;
}
#can .canList li h3{
  margin-top: 20px;
  font-size: 23px;
  line-height: 1.75;
}
#can .canList li p{
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.75;
}
#can .canList li h3 + p{
  margin-top: 5px;
}
#can .btn{
  margin-top: 120px;
  opacity: 0;
  position: relative;
  top: 30px;
	-webkit-transition: opacity 0.3s,top 0.3s;
	-ms-transition: opacity 0.3s,top 0.3s;
	transition: opacity 0.3s,top 0.3s;
}
#can .btn.fade{
  opacity: 1;
  top: 0;
}
@media screen and (max-width: 740px) {
  #can h2{
    margin-bottom: 30px;
  }
  #can h2 + p{
    margin-bottom: 40px;
  }
  #can .canList{
    margin: 0 auto;
    max-width: 360px;
  }
  #can .canList li{
    float: none;
    width: 100%;
    margin-top: 30px;
    padding-right: 0;
    -webkit-transition: opacity 0.3s,top 0.3s !important;
    -ms-transition: opacity 0.3s,top 0.3s !important;
    transition: opacity 0.3s,top 0.3s !important;
  }
  #can .canList li:first-child{
    margin-top: 0;
  }
  #can .canList li h3{
    margin-top: 10px;
    font-size: 18px;
  }
  #can .canList li p{
    margin-top: 10px;
    font-size: 12px;
  }
  #can .btn{
    margin-top: 60px;
  }
}
@media screen and (max-width: 620px) {
	#can h2 + p .spOnly{
		display: block;
	}
}

/* introduction */
#introduction .inner{
  max-width: 1124px;
  margin: 0 auto;
  border: solid 2px #000;
  box-sizing: border-box;
  padding: 50px 30px 30px 70px;
}
#introduction .inner::after{
  content: "";
  display: block;
  clear: both;
}
#introduction .inner .thumb{
  float: left;
  width: 370px;
  opacity: 0;
  position: relative;
  top: 30px;
	-webkit-transition: opacity 0.3s,top 0.3s;
	-ms-transition: opacity 0.3s,top 0.3s;
	transition: opacity 0.3s,top 0.3s;
}
#introduction.fade .inner .thumb{
  opacity: 1;
  top: 0;
}
#introduction .inner .thumb img{
  width: 100%;
  height: auto;
}
#introduction .inner .txt{
  margin-left: 440px;
  text-align: left;
  opacity: 0;
  position: relative;
  top: 30px;
	-webkit-transition: opacity 0.3s .2s,top 0.3s .2s;
	-ms-transition: opacity 0.3s .2s,top 0.3s .2s;
	transition: opacity 0.3s .2s,top 0.3s .2s;
}
#introduction.fade .inner .txt{
  opacity: 1;
  top: 0;
}
#introduction .inner .txt h2{
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  display: inline-block;
  background: #000;
  padding: 12px 15px;
}
#introduction .inner .txt h3{
  display: block;
  font-size: 14px;
  line-height: 1.75;
  margin-top: 20px;
}
#introduction .inner .txt p{
  font-size: 14px;
  line-height: 1.75;
}
#introduction .inner .txt .link{
  font-size: 12px;
  line-height: 1.75;
  margin-top: 20px;
}
#introduction .inner .txt .link a{
  background-image:url(/common/images/outside_icon.png);
	background-position: right 2px;
	padding-right: 16px;
	background-repeat: no-repeat;
	padding-bottom:2px;
}
@media screen and (max-width: 980px) {
  #introduction .inner{
    padding: 50px 30px 30px 30px;
  }
  #introduction .inner .thumb{
    width: 300px;
  }
  #introduction .inner .txt{
    margin-left: 330px;
  }
}
@media screen and (max-width: 740px) {
  #introduction .inner{
    padding: 20px;
  }
  #introduction .inner .thumb{
    float: none;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
  }
  #introduction .inner .txt{
    margin-left: 0;
  }
  #introduction .inner .txt h2{
    font-size: 11px;
  }
  #introduction .inner .txt h3{
    font-size: 12px;
  }
  #introduction .inner .txt p{
    font-size: 12px;
  }
}

/* simple3step */
#simple3step h2{
  margin-bottom: 40px;
  opacity: 0;
  position: relative;
  top: 30px;
	-webkit-transition: opacity 0.3s,top 0.3s;
	-ms-transition: opacity 0.3s,top 0.3s;
	transition: opacity 0.3s,top 0.3s;
}
#simple3step h2.fade{
  opacity: 1;
  top: 0;
}
#simple3step .step{
	margin-bottom: 30px;
}
#simple3step .step dl{
	display: table;
	width: 500px;
	margin: 20px auto 0;
  opacity: 0;
  position: relative;
  top: 30px;
	-webkit-transition: opacity 0.3s,top 0.3s;
	-ms-transition: opacity 0.3s,top 0.3s;
	transition: opacity 0.3s,top 0.3s;
}
#simple3step .step dl:first-child{
	margin-top: 0;
}
#simple3step .step dl:nth-child(2){
	-webkit-transition: opacity 0.3s .2s,top 0.3s .2s;
	-ms-transition: opacity 0.3s .2s,top 0.3s .2s;
	transition: opacity 0.3s .2s,top 0.3s .2s;
}
#simple3step .step dl:nth-child(3){
	-webkit-transition: opacity 0.3s .4s,top 0.3s .4s;
	-ms-transition: opacity 0.3s .4s,top 0.3s .4s;
	transition: opacity 0.3s .4s,top 0.3s .4s;
}
#simple3step .step.fade dl{
  opacity: 1;
  top: 0;
}
#simple3step .step dl dt,
#simple3step .step dl dd{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
}
#simple3step .step dl dt{
	width: 100px;
	color: #fff;
	background: #000;
	text-align: center;
	padding: 6px;
}
#simple3step .step dl dd{
	padding-left: 10px;
}
#simple3step .step + p{
	font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
  opacity: 0;
  position: relative;
  top: 30px;
	-webkit-transition: opacity 0.3s .6s,top 0.3s .6s;
	-ms-transition: opacity 0.3s .6s,top 0.3s .6s;
	transition: opacity 0.3s .6s,top 0.3s .6s;
}
#simple3step .step.fade + p{
  opacity: 1;
  top: 0;
}
#simple3step .step + p .spOnly{
	display: none;
}
#simple3step .step + p + p{
	font-size: 20px;
	line-height: 1.2;
	margin-top: 30px;
  opacity: 0;
  position: relative;
  top: 30px;
	-webkit-transition: opacity 0.3s .8s,top 0.3s .8s;
	-ms-transition: opacity 0.3s .8s,top 0.3s .8s;
	transition: opacity 0.3s .8s,top 0.3s .8s;
}
#simple3step .step.fade + p + p{
  opacity: 1;
  top: 0;
}
#simple3step .btn{
	margin-top: 30px;
  opacity: 0;
  position: relative;
  top: 30px;
	-webkit-transition: opacity 0.3s,top 0.3s;
	-ms-transition: opacity 0.3s,top 0.3s;
	transition: opacity 0.3s,top 0.3s;
}
#simple3step .btn.fade{
  opacity: 1;
  top: 0;
}
@media screen and (max-width: 740px) {
	#simple3step h2{
		margin-bottom: 20px;
	}
	#simple3step .step{
		margin-bottom: 20px;
	}
	#simple3step .step dl{
		width: 100%;
		max-width: 400px;
	}
	#simple3step .step dl dt,
	#simple3step .step dl dd{
		font-size: 16px;
	}
	#simple3step .step dl dt{
		width: 70px;
	}
	#simple3step .step + p{
		font-size: 12px;
	}
	#simple3step .step + p + p{
		font-size: 16px;
		margin-top: 20px;
	}
}
@media screen and (max-width: 420px) {
	#simple3step .step + p .spOnly{
		display: block;
	}
}

/* function */
#function h2{
	font-size: 25px;
	line-height: 1.2;
  margin-bottom: 0;
  opacity: 0;
  position: relative;
  top: 30px;
	-webkit-transition: opacity 0.3s,top 0.3s;
	-ms-transition: opacity 0.3s,top 0.3s;
	transition: opacity 0.3s,top 0.3s;
}
#function h2.fade{
	opacity: 1;
	top: 0;
}
#function h2 .spOnly{
	display: none;
}
#function .functionList ul{
	margin-right: -60px;
}
#function .functionList ul::after{
	content: "";
	display: block;
	clear: both;
}
#function .functionList li{
	float: left;
	width: 33.33%;
	margin-top: 60px;
	text-align: left;
  opacity: 0;
  position: relative;
  top: 30px;
	-webkit-transition: opacity 0.3s,top 0.3s;
	-ms-transition: opacity 0.3s,top 0.3s;
	transition: opacity 0.3s,top 0.3s;
}
#function .functionList li:nth-child(3n+2){
	-webkit-transition: opacity 0.3s .2s,top 0.3s .2s;
	-ms-transition: opacity 0.3s .2s,top 0.3s .2s;
	transition: opacity 0.3s .2s,top 0.3s .2s;
}
#function .functionList li:nth-child(3n){
	-webkit-transition: opacity 0.3s .4s,top 0.3s .4s;
	-ms-transition: opacity 0.3s .4s,top 0.3s .4s;
	transition: opacity 0.3s .4s,top 0.3s .4s;
}
#function .functionList li.fade{
	opacity: 1;
	top: 0;
}
#function .functionList li:nth-child(3n+1){
	clear: left;
}
#function .functionList li > *{
	margin-right: 60px;
}
#function .functionList li p:first-child{
	font-size: 14px;
	line-height: 1.57;
	font-weight: bold;
	margin-bottom: 0.5em;
}
#function .functionList li h3{
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 10px;
	margin-left: -0.5em;
}
#function .functionList li h3 + p{
	font-size: 14px;
	line-height: 2;
}
#function .btn{
	margin-top: 100px;
  opacity: 0;
  position: relative;
  top: 30px;
	-webkit-transition: opacity 0.3s,top 0.3s;
	-ms-transition: opacity 0.3s,top 0.3s;
	transition: opacity 0.3s,top 0.3s;
}
#function .btn.fade{
	opacity: 1;
	top: 0;
}
@media screen and (max-width: 1024px) {
	#function .functionList{
		max-width: 770px;
		margin: 0 auto;
	}
	#function .functionList li{
		width: 50%;
	}
	#function .functionList li:nth-child(3n+2){
		-webkit-transition: opacity 0.3s,top 0.3s;
		-ms-transition: opacity 0.3s,top 0.3s;
		transition: opacity 0.3s,top 0.3s;
	}
	#function .functionList li:nth-child(3n){
		-webkit-transition: opacity 0.3s,top 0.3s;
		-ms-transition: opacity 0.3s,top 0.3s;
		transition: opacity 0.3s,top 0.3s;
	}
	#function .functionList li:nth-child(2n){
		-webkit-transition: opacity 0.3s .2s,top 0.3s .2s;
		-ms-transition: opacity 0.3s .2s,top 0.3s .2s;
		transition: opacity 0.3s .2s,top 0.3s .2s;
	}
	#function .functionList li:nth-child(3n+1){
		clear: none;
	}
	#function .functionList li:nth-child(2n+1){
		clear: left !important;
	}
}
@media screen and (max-width: 890px) {
	#function h2 br.pc{
		display: block;
	}
}
@media screen and (max-width: 740px) {
	#function h2{
		font-size: 20px;
	}
	#function .functionList ul{
		margin-right: -30px;
	}
	#function .functionList li{
		margin-top: 30px;
	}
	#function .functionList li > *{
		margin-right: 30px;
	}
	#function .functionList li p:first-child{
		font-size: 12px;
	}
	#function .functionList li h3{
		font-size: 16px;
	}
	#function .functionList li h3 + p{
		font-size: 12px;
	}
	#function .btn{
		margin-top: 60px;
	}
}
@media screen and (max-width: 630px) {
}
@media screen and (max-width: 480px) {
	#function h2 .spOnly{
		display: block;
	}
	#function .functionList{
		text-align: center;
		font-size: 0;
	}
	#function .functionList ul{
		margin-right: 0;
		display: inline-block;
	}
	#function .functionList li{
		float: none;
		width: 100%;
	}
}

/* pager */
#pager .pagerList::after{
  content: "";
  display: block;
  clear: both;
}
#pager .pagerList li{
  float: left;
  width: 45%;
  margin-left: 10%;
  text-align: left;
  opacity: 0;
  position: relative;
  top: 30px;
	-webkit-transition: opacity 0.3s,top 0.3s;
	-ms-transition: opacity 0.3s,top 0.3s;
	transition: opacity 0.3s,top 0.3s;
}
#pager .pagerList li:first-child{
  margin-left: 0;
}
#pager .pagerList li:nth-child(2){
	-webkit-transition: opacity 0.3s .2s,top 0.3s .2s;
	-ms-transition: opacity 0.3s .2s,top 0.3s .2s;
	transition: opacity 0.3s .2s,top 0.3s .2s;
}
#pager .pagerList li.fade{
  opacity: 1;
  top: 0;
}
#pager .pagerList li .thumb{
  margin-bottom: 30px;
}
#pager .pagerList li .thumb img{
  width: 100%;
  height: auto;
}
#pager .pagerList li .txt p{
  font-size: 14px;
  line-height: 1.75;
}
#pager .pagerList li .txt h3{
  font-size: 34px;
  line-height: 1.5;
  margin: 5px 0 15px;
}
#pager .pagerList li .txt .btn{
  margin-top: 25px;
}
@media screen and (max-width: 1020px) {
  #pager .pagerList li .txt h3{font-size: 22px;}
}
@media screen and (max-width: 740px) {
  #pager .pagerList li{
    width: 100%;
    float: none;
    margin-left: 0;
    margin-top: 40px;
  }
  #pager .pagerList li:first-child{
    margin-top: 0;
  }
  #pager .pagerList li .thumb{
    margin-bottom: 20px;
  }
  #pager .pagerList li .txt p{
    font-size: 12px;
  }
  #pager .pagerList li .txt h3{
    margin: 5px 0 10px;
  }
  #pager .pagerList li .txt .btn{
    margin-top: 15px;
  }
}

/* faq */
#faq{
  text-align: center;
}
#faq h2{
  font-size: 32px;
  line-height: 1.75;
  margin-bottom: 60px;
  color: #4d4d4d;
  opacity: 0;
  position: relative;
  top: 30px;
	-webkit-transition: opacity 0.3s,top 0.3s;
	-ms-transition: opacity 0.3s,top 0.3s;
	transition: opacity 0.3s,top 0.3s;
}

#faq h2.fade,
#faq h2 + div > div.fade{
  opacity: 1;
  top: 0;
}
#faq h2 + div{
	text-align: left;
}
#faq h2 + div > div{
  border-bottom: solid 1px #999999;
  padding: 30px 120px;
  opacity: 0;
  position: relative;
  top: 30px;
	-webkit-transition: opacity 0.3s,top 0.3s;
	-ms-transition: opacity 0.3s,top 0.3s;
	transition: opacity 0.3s,top 0.3s;
}
#faq h2 + div > div:first-child{
	margin-top: 0;
  border-bottom: solid 1px #999999;
  border-top: solid 1px #999999;
  padding: 30px 120px;
}
#faq h3{
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 10px;
  color: #4d4d4d;
}
#faq p{
	font-size: 18px;
	line-height: 2;
  color: #4d4d4d;
}
@media screen and (max-width: 1015px) {
  #faq h2 + div > div,
  #faq h2 + div > div:first-child{
    padding: 30px 60px;
  }
}
@media screen and (max-width: 740px) {
	#faq h2{
		font-size: 22px;
		margin-bottom: 30px;
	}
	#faq h3{
		font-size: 18px;
	}
	#faq p{
		font-size: 12px;
	}
  #faq h2 + div > div,
  #faq h2 + div > div:first-child{
    padding: 15px 20px;
  }
}

/* course */
.web3d_showroom #course{
  margin: 140px auto 0;
}
#course{
  max-width: 1200px;
  margin: -90px auto 0;
  border-bottom: 1px solid #000;
  padding: 0 40px 100px;
  box-sizing: border-box;
}
#course .inner{
  max-width: 980px;
  margin: 0 auto;
}
#course .img img{
  max-width: 100%;
}
#course .img,
#course .ttl{
  text-align: center;
}
#course .ttl p{
  font-size: 14px;
}
#course .ttl h2{
  font-size: 36px;
  line-height: 1.5;
  margin-top: 5px;
}
#course .box{
  position: relative;
  padding-left: 70px;
  min-height: 60px;
  margin-top: 60px;
}
#course .ttl + .box{
  margin-top: 100px;
}
#course .box br{
  display: none;
}
#course .box strong{
  position: absolute;
  left: 0;
  top: -5px;
  text-align: center;
  font-size: 36px;
}
#course .box strong span{
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}
#course .box h3{
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
  line-height: 1.3;
  margin-right: 15px;
}
#course .box p{
  display: inline-block;
}
#course .box a{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 50px 0 15px;
  height: 38px;
  line-height: 38px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background: #000;
  text-decoration: none;
	transition:background 0.2s;
}
#course .box a::after{
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  box-sizing: border-box;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: calc(50% - 2px);
  right: 15px;
  transform: translate(0%,-50%) rotate(135deg);
}
#course .box a:hover{
  background: #666;
}
/* fade */
#course .img{
  position: relative;
  top: 30px;
  opacity: 0;
	transition: opacity 0.3s,top 0.3s;
}
#course .ttl p{
  position: relative;
  top: 30px;
  opacity: 0;
	transition: opacity 0.3s .2s,top 0.3s .2s;
}
#course .ttl p + h2{
  position: relative;
  top: 30px;
  opacity: 0;
	transition: opacity 0.3s .4s,top 0.3s .4s;
}
#course .img.fade,
#course .ttl p.fade,
#course .ttl p.fade + h2{
  opacity: 1;
  top: 0;
}
#course1 ul{
  display: block;
}
#course1 li{
  width: 100%;
  margin-top: 40px;
}
#course1 li:first-child{
  margin-top: 60px;
}
#course1 li span{
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
}
#course2 table{
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #b2b2b2;
  margin-top: 80px;
}
#course2 th,
#course2 td{
  font-size: 16px;
  line-height: 3.75;
  border-bottom: 1px solid #b2b2b2;
  padding: 0 30px;
}
/* fade */
#course .box{
  position: relative;
  top: 30px;
  opacity: 0;
	transition: opacity 0.3s,top 0.3s;
}
#course .box.fade{
  opacity: 1;
  top: 0;
}
@media screen and (max-width: 1024px) {
#course2 th,
#course2 td{
  padding: 0 15px;
}
}
@media screen and (max-width: 740px) {
.web3d_showroom #course{
  margin:80px auto 0;
}
#course{
  margin: -40px auto 0;
  padding: 0 20px 60px;
  border-bottom: 1px solid #000;
  border-bottom: none;
}
#course .ttl p{
  font-size: 13px;
}
#course .ttl h2{
  font-size: 28px;
}
#course .box{
  padding-left: 60px;
  min-height: 60px;
  margin-top: 40px;
}
#course .ttl + .box{
  margin-top: 40px;
}
#course .box strong{
  top: 0;
  font-size: 28px;
}
#course .box strong span{
  font-size: 10px;
  margin-bottom: 5px;
}
#course .box h3{
  display: block;
  font-size: 22px;
  margin-right: 0;
}
#course .box a{
  margin-top: 8px;
}
#course1 li{
  margin-top: 20px;
}
#course1 li:first-child{
  margin-top: 40px;
}
#course1 li span{
  font-size: 22px;
  line-height: 1.5;
}
#course2 table{
  margin-top: 40px;
}
#course2 th,
#course2 td{
  font-size: 14px;
  line-height: 1.75;
  padding: 0 10px;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
#course2 th{
  border: none;
  padding-top: 10px;
}
#course2 td{
  padding-bottom: 10px;
}
}


/* courseBox */
.courseBox{
  max-width: 1200px;
  margin: 0 auto;
  border-bottom: 1px solid #000;
  margin-top: 120px;
  padding: 0 40px 120px;
  box-sizing: border-box;
}
.courseBox .inner{
  max-width: 980px;
  margin: 0 auto;
}
.courseBox .box{
  position: relative;
  padding-left: 70px;
  min-height: 60px;
}
.courseBox .ttl + .box{
  margin-top: 100px;
}
.courseBox .box > strong{
  position: absolute;
  left: 0;
  top: -5px;
  text-align: center;
  font-size: 36px;
}
.courseBox .box > strong span{
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}
.courseBox .box h3{
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
  line-height: 1.3;
  margin-right: 15px;
}
.courseBox .box h4{
  font-size: 23px;
  margin-top: 30px;
  line-height: 1.8;
}
.courseBox .box ul + h4{
  margin-top: 60px;
}
.courseBox .box p{
  font-size: 14px;
  margin-top: 10px;
  line-height: 2;
}
.courseBox .box ul{
  display: flex;
}
.courseBox .box ul li{
  width: 33.333%;
  font-size: 14px;
  line-height: 2;
  margin-top: 30px;
  box-sizing: border-box;
  padding-right: 15px;
}
.courseBox .box ul li img{
  margin-bottom: 10px;
  max-width: 100%;
  height: auto;
}
.courseBox .box ul li strong{
  display: block;
}
.courseBox .inner > p{
  text-align: center;
  font-size: 14px;
  margin-top: 80px;
}
.courseBox .btn{
  display: block;
  margin: 15px auto 0;
  opacity: 0;
  position: relative;
  top: 30px;
	transition: opacity 0.3s,top 0.3s;
}
.courseBox .btn a{
  width: 403px;
  height: 100px;
  margin: 0 auto;
}
.courseBox .btn a span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 40px 0 20px;
  font-size: 19px;
}
.courseBox .btn.fade{
  opacity: 1;
  top: 0;
}
/* fade */
.courseBox .box > *,
.courseBox .inner > p{
  position: relative;
  top: 30px;
  opacity: 0;
	transition: opacity 0.3s,top 0.3s;
}
.courseBox .box > *.fade,
.courseBox .inner > p.fade{
  opacity: 1;
  top: 0;
}
@media screen and (max-width: 740px) {
.courseBox{
  margin-top: 60px;
  padding: 0 20px 60px;
}
.courseBox .box{
  padding-left: 0;
}
.courseBox .box > strong{
  position: relative;
  display: block;
  top: 0;
  font-size: 28px;
}
.courseBox .box > strong span{
  font-size: 10px;
  margin-bottom: 5px;
}
.courseBox .box h3{
  font-size: 22px;
  margin-top: 30px;
}
.courseBox .box ul li{
  font-size: 12px;
  margin-top: 20px;
  padding-right: 10px;
}
.courseBox .box ul li img{
  height: 60px;
  width: auto;
  margin-bottom: 5px;
}
.courseBox .inner > p{
  font-size: 12px;
  margin-top: 40px;
}
.courseBox .btn a{
  width: 300px;
  height: 80px;
  padding: 0 30px;
  box-sizing: border-box;
}
.courseBox .btn a span{
  font-size: 14px;
}
}


#priceList,
#function,
#can{
  border-bottom: 1px solid #000;
  margin-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 740px) {
#priceList,
#function,
#can{
  margin-top: 60px;
  padding-bottom: 60px;
}
}


/* web3d_simulator */
.web3d_simulator #main::before{
  background-image: url(/wp/wp-content/uploads/2022/08/bg-web3d_simulator-main_02.jpg);
}
.web3d_simulator{
  color: #4d4d4d;
}
.web3d_simulator #main #lead{
  top: auto;
  bottom: 0;
}
@media screen and (max-width: 740px) {
.web3d_simulator #main #lead p strong {
font-feature-settings: "palt";
}
}

.web3d_simulator .section{
  text-align: left;
}
.web3d_simulator .section .inner{
  max-width: 1000px;
  margin: 0 auto;
}
.web3d_simulator .section .ttl{
  text-align: center;
}
.web3d_simulator .section .ttl h2{
  font-size: 32px;
}
.web3d_simulator .section .ttl p{
  font-size: 16px;
  line-height: 2;
  line-height: 1.5;
  margin-top: 5px;
}
@media screen and (max-width: 740px) {
.web3d_simulator .section .ttl h2{
  font-size: 26px;
}
.web3d_simulator .section .ttl p{
  font-size: 14px;
}
}

.web3d_simulator #leadBox h2{
  font-size: 24px;
  text-align: center;
}
.web3d_simulator #leadBox p{
  font-size: 16px;
  line-height: 2;
  margin-top: 25px;
  text-align: center;
}
@media screen and (max-width: 740px) {
.web3d_simulator #leadBox h2{
  font-size: 20px;
}
.web3d_simulator #leadBox p{
  font-size: 14px;
  margin-top: 25px;
}
}

.web3d_simulator #feature{
  margin-top: 90px;
}
.web3d_simulator #feature .box{
  display: flex;
  margin-top: 50px;
}
.web3d_simulator #feature .box:nth-child(odd){
  flex-direction: row-reverse;
}
.web3d_simulator #feature .box .img{
  width: calc(50% - 40px);
  border-radius: 10px;
  overflow: hidden;
}
.web3d_simulator #feature .box .img img{
  width: 100%;
  height: auto;
}
.web3d_simulator #feature .box .txt{
  width: calc(50% + 40px);
  align-self: center;
  box-sizing: border-box;
}
.web3d_simulator #feature .box:nth-child(even) .txt{
  padding-left: 40px;
}
.web3d_simulator #feature .box:nth-child(odd) .txt{
  padding-right: 40px;
}
.web3d_simulator #feature .box .txt h3{
  font-size: 24px;
  line-height: 1.2;
}
.web3d_simulator #feature .box .txt ul{
  margin-top: 20px;
}
.web3d_simulator #feature .box .txt ul li{
  position: relative;
  font-size: 16px;
  margin-top: 15px;
  line-height: 1.5;
  padding-left: 32px;
}
.web3d_simulator #feature .box .txt ul li:first-child{
  margin-top: 0;
}
.web3d_simulator #feature .box .txt ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 20px;
  height: 10px;
  border-left: 3px solid #f7931e;
  border-bottom: 3px solid #f7931e;
  transform: rotate(-45deg);
}
@media screen and (max-width: 740px) {
.web3d_simulator #feature{
  margin-top: 60px;
}
.web3d_simulator #feature .box{
  display: block;
  margin-top: 30px;
}
.web3d_simulator #feature .box .img{
  width: 100%;
  border-radius: 6px;
}
.web3d_simulator #feature .box .txt{
  width: 100%;
  margin-top: 20px;
}
.web3d_simulator #feature .box:nth-child(even) .txt{
  padding-left: 0;
}
.web3d_simulator #feature .box:nth-child(odd) .txt{
  padding-right: 0;
}
.web3d_simulator #feature .box .txt h3{
  font-size: 18px;
}
.web3d_simulator #feature .box .txt ul{
  margin-top: 15px;
}
.web3d_simulator #feature .box .txt ul li{
  font-size: 14px;
  margin-top: 10px;
  padding-left: 28px;
}
.web3d_simulator #feature .box .txt ul li::before{
  top: 2px;
  width: 16px;
  height: 8px;
  border-left: 2px solid #f7931e;
  border-bottom: 2px solid #f7931e;
}
}

.web3d_simulator #release{
  background: #f3f0ed;
  width: 100%;
  padding: 100px 40px;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.web3d_simulator #release .box{
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 35px;
  grid-row-gap: 50px;
}
.web3d_simulator #release .box .col{
}
.web3d_simulator #release .box .col .img{
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.web3d_simulator #release .box .col .img img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.web3d_simulator #release .box .col .txt{
  margin-top: 18px;
}
.web3d_simulator #release .box .col .txt h3{
  font-size: 20px;
  line-height: 1.5;
}
.web3d_simulator #release .box .col .txt p{
  font-size: 16px;
  line-height: 2;
  margin-top: 8px;
}
@media screen and (max-width: 880px) {
.web3d_simulator #release .box{
  grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 740px) {
.web3d_simulator #release{
  padding: 60px 15px;
  margin-top: 60px;
}
.web3d_simulator #release .box{
  display: block;
  margin-top: 30px;
}
.web3d_simulator #release .box .col{
  margin-top: 30px;
}
.web3d_simulator #release .box .col .img{
  border-radius: 6px;
}
.web3d_simulator #release .box .col .txt{
  margin-top: 15px;
}
.web3d_simulator #release .box .col .txt h3{
  font-size: 18px;
}
.web3d_simulator #release .box .col .txt p{
  font-size: 14px;
  margin-top: 5px;
}
}

.web3d_simulator #example{
  background: #e8e2dc;
  width: 100%;
  padding: 100px 40px;
  margin: 0;
  box-sizing: border-box;
}
.web3d_simulator #example .box{
  background: #fff;
  border-radius: 10px;
  margin-top: 25px;
  padding: 40px 40px 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.web3d_simulator #example .ttl + .box{
  margin-top: 50px;
}
.web3d_simulator #example .box .img{
  width: 230px;
}
.web3d_simulator #example .box .img img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.web3d_simulator #example .box .txt{
  width: calc(100% - 230px);
  padding-left: 40px;
}
.web3d_simulator #example .box .txt h3{
  font-size: 20px;
  line-height: 1.2;
}
.web3d_simulator #example .box .txt ul{
  margin-top: 20px;
}
.web3d_simulator #example .box .txt ul li{
  position: relative;
  font-size: 16px;
  margin-top: 15px;
  line-height: 1.5;
  padding-left: 32px;
}
.web3d_simulator #example .box .txt ul li:first-child{
  margin-top: 0;
}
.web3d_simulator #example .box .txt ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 20px;
  height: 10px;
  border-left: 3px solid #f7931e;
  border-bottom: 3px solid #f7931e;
  transform: rotate(-45deg);
}
@media screen and (max-width: 740px) {
.web3d_simulator #example{
  padding: 60px 15px;
}
.web3d_simulator #example .box{
  display: block;
  border-radius: 6px;
  margin-top: 15px;
  padding: 35px 30px;
}
.web3d_simulator #example .ttl + .box{
  margin-top: 30px;
}
.web3d_simulator #example .box .img{
  width: 100%;
}
.web3d_simulator #example .box .txt{
  width: 100%;
  padding-left: 0;
  margin-top: 15px;
}
.web3d_simulator #example .box .txt h3{
  font-size: 18px;
}
.web3d_simulator #example .box .txt ul{
  margin-top: 15px;
}
.web3d_simulator #example .box .txt ul li{
  font-size: 14px;
  margin-top: 10px;
  padding-left: 28px;
}
.web3d_simulator #example .box .txt ul li::before{
  top: 2px;
  width: 16px;
  height: 8px;
  border-left: 2px solid #f7931e;
  border-bottom: 2px solid #f7931e;
}
}

.web3d_simulator #mainFunction{
  background: #f3f0ed;
  width: 100%;
  padding: 100px 40px;
  margin: 0;
  box-sizing: border-box;
}
.web3d_simulator #mainFunction .ttl:not(:first-child){
  margin-top: 100px;
}
.web3d_simulator #mainFunction .list{
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 60px;
}
.web3d_simulator #mainFunction .list .col{
  display: flex;
}
.web3d_simulator #mainFunction .list .col .img{
  width: 120px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.web3d_simulator #mainFunction .list .col .img img{
  width: 100%;
  height: auto;
}
.web3d_simulator #mainFunction .list .col .txt{
  width: calc(100% - 120px);
  box-sizing: border-box;
  padding-left: 20px;
}
.web3d_simulator #mainFunction .list .col .txt h3{
  font-size: 20px;
  line-height: 1.5;
  font-feature-settings: "palt";
}
.web3d_simulator #mainFunction .list .col .txt p{
  font-size: 16px;
  line-height: 2;
  margin-top: 8px;
}
@media screen and (max-width: 880px) {
.web3d_simulator #mainFunction .list{
  grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 740px) {
.web3d_simulator #mainFunction{
  padding: 60px 15px;
}
.web3d_simulator #mainFunction .ttl:not(:first-child){
  margin-top: 60px;
}
.web3d_simulator #mainFunction .list{
  display: block;
  margin-top: 30px;
}
.web3d_simulator #mainFunction .list .col{
  margin-top: 20px;
}
.web3d_simulator #mainFunction .list .col .img{
  width: 80px;
  height: 80px;
  border-radius: 6px;
}
.web3d_simulator #mainFunction .list .col .txt{
  width: calc(100% - 80px);
  padding-left: 20px;
}
.web3d_simulator #mainFunction .list .col .txt h3{
  font-size: 18px;
}
.web3d_simulator #mainFunction .list .col .txt p{
  font-size: 14px;
  margin-top: 5px;
  line-height: 1.5;
}
}

.web3d_simulator #request .inner > h3{
  font-size: 24px;
  line-height: 1.5;
  margin-top: 50px;
}
.web3d_simulator #request h4{
  font-size: 20px;
  line-height: 1.5;
  margin-top: 100px;
  text-align: center;
}
.web3d_simulator #request .inner > p{
  font-size: 16px;
  line-height: 2;
  margin-top: 15px;
}
.web3d_simulator #request .list{
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 35px;
  grid-row-gap: 35px;
}
.web3d_simulator #request .list li{
  background: #f3f0ed;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  padding: 0 30px;
  height: 80px;
  display: flex;
  align-items: center;
  line-height: 1.5;
}
.web3d_simulator #request .box{
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 35px;
  grid-row-gap: 35px;
}
.web3d_simulator #request .box .col .img{
  border-radius: 10px;
  overflow: hidden;
}
.web3d_simulator #request .box .col .img img{
  width: 100%;
  height: auto;
}
.web3d_simulator #request .box .col .txt{
  margin-top: 18px;
}
.web3d_simulator #request .box .col h5{
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
}
.web3d_simulator #request .box .col p{
  font-size: 16px;
  line-height: 2;
  margin-top: 8px;
}
.web3d_simulator #request .faq{
  margin-top: 20px;
  border-bottom: 1px solid #4d4d4d;
}
.web3d_simulator #request .faq [itemprop="mainEntity"]{
  border-top: 1px solid #4d4d4d;
  padding: 30px 30px;
}
.web3d_simulator #request .faq h3{
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
}
.web3d_simulator #request .faq p{
  font-size: 16px;
  line-height: 2;
  margin-top: 8px;
}
@media screen and (max-width: 880px) {
.web3d_simulator #request .list{
  grid-template-columns: repeat(2, 1fr);
}
.web3d_simulator #request .box{
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 35px;
}
}
@media screen and (max-width: 740px) {
.web3d_simulator #request{
  margin-top: 60px;
}
.web3d_simulator #request .inner > h3{
  font-size: 20px;
  margin-top: 30px;
}
.web3d_simulator #request h4{
  font-size: 16px;
  margin-top: 60px;
}
.web3d_simulator #request .inner > p{
  font-size: 14px;
  margin-top: 15px;
}
.web3d_simulator #request .list{
  display: block;
  margin-top: 20px;
}
.web3d_simulator #request .list li{
  border-radius: 6px;
  margin-top: 8px;
  font-size: 16px;
  height: 60px;
  padding: 0 20px;
}
.web3d_simulator #request .box{
  display: block;
  margin-top: 20px;
}
.web3d_simulator #request .box .col{
  margin-top: 20px;
}
.web3d_simulator #request .box .col .img{
  border-radius: 6px;
}
.web3d_simulator #request .box .col .txt{
  margin-top: 15px;
}
.web3d_simulator #request .box .col .txt h5{
  font-size: 18px;
}
.web3d_simulator #request .box .col .txt p{
  font-size: 14px;
  margin-top: 5px;
}
.web3d_simulator #request .faq [itemprop="mainEntity"]{
  padding: 20px 20px;
}
.web3d_simulator #request .faq h3{
  font-size: 18px;
}
.web3d_simulator #request .faq p{
  font-size: 14px;
  margin-top: 5px;
}
}

.web3d_simulator #demoLead{
  text-align: center;
}
.web3d_simulator #demoLead h2{
  font-size: 16px!important;
}
.web3d_simulator #demoLead .btn{
  font-size: 18px;
  line-height: 86px;
  margin-top: 30px;
}
.web3d_simulator #demoLead .btn a{
  background: #4d4d4d;
  min-width: 422px;
  border-radius: 4px;
  text-align: center;
  transition: opacity .3s;
}
.web3d_simulator #demoLead .btn a::after {
  display: none;
}
.web3d_simulator #demoLead .btn a:hover{
  opacity: .7;
}
@media screen and (max-width: 740px) {
.web3d_simulator #demoLead h2{
  font-size: 14px!important;
}
.web3d_simulator #demoLead .btn {
  width: 100%;
  font-size: 14px;
  line-height: 80px;
  margin-top: 20px;
}
.web3d_simulator #demoLead .btn a{
  min-width: 100%;
}
}

.web3d_simulator #bnr3dsim{
  text-align: center;
}
.web3d_simulator #bnr3dsim p{
  font-size: 16px;
  line-height: 2;
}
.web3d_simulator #bnr3dsim h2{
  font-size: 20px;
  line-height: 1.5;
}
.web3d_simulator #bnr3dsim a{
  display: block;
  margin-top: 50px;
  transition: opacity .3s;
}
.web3d_simulator #bnr3dsim a img{
  width: 100%;
  height: auto;
}
.web3d_simulator #bnr3dsim a:hover{
  opacity: .7;
}
@media screen and (max-width: 740px) {
.web3d_simulator #bnr3dsim p{
  font-size: 14px;
}
.web3d_simulator #bnr3dsim h2{
  font-size: 18px;
}
.web3d_simulator #bnr3dsim a{
  margin-top: 30px;
}
}

.web3d_simulator #leadBox h2,
.web3d_simulator #leadBox p{
  transition: opacity .3s,transform .3s;
  opacity: 0;
  transform: translateY(10px);
}
.web3d_simulator #leadBox.fade p{
  transition-delay: .2s;
}
.web3d_simulator .section .ttl h2,
.web3d_simulator .section .ttl p{
  transition: opacity .3s,transform .3s;
  opacity: 0;
  transform: translateY(10px);
}
.web3d_simulator #feature .box .img,
.web3d_simulator #feature .box .txt{
  transition: opacity .3s,transform .3s;
  opacity: 0;
  transform: translateY(30px);
}
.web3d_simulator #feature .box .txt{
  transform: translateY(5px);
  transition-delay: .4s;
}
.web3d_simulator #release .box .col{
  transition: opacity .3s,transform .3s;
  opacity: 0;
  transform: translateY(20px);
}
.web3d_simulator #release .box.fade .col:nth-child(2){transition-delay: .15s;}
.web3d_simulator #release .box.fade .col:nth-child(3){transition-delay: .3s;}
.web3d_simulator #release .box.fade .col:nth-child(4){transition-delay: .45s;}
.web3d_simulator #release .box.fade .col:nth-child(5){transition-delay: .6s;}
.web3d_simulator #release .box.fade .col:nth-child(6){transition-delay: .75s;}
.web3d_simulator #example .box{
  transition: opacity .3s,transform .3s;
  opacity: 0;
  transform: translateY(30px);
}
.web3d_simulator #mainFunction .list .col{
  transition: opacity .3s,transform .3s;
  opacity: 0;
  transform: translateY(20px);
}
.web3d_simulator #request .inner > h3,
.web3d_simulator #request .inner > p{
  transition: opacity .3s,transform .3s;
  opacity: 0;
  transform: translateY(30px);
}
.web3d_simulator #request h4,
.web3d_simulator #request .list li{
  transition: opacity .3s,transform .3s;
  opacity: 0;
  transform: translateY(20px);
}
.web3d_simulator #request .list li:nth-child(2){transition-delay: .1s;}
.web3d_simulator #request .list li:nth-child(3){transition-delay: .2s;}
.web3d_simulator #request .list li:nth-child(4){transition-delay: .3s;}
.web3d_simulator #request .list li:nth-child(5){transition-delay: .4s;}
.web3d_simulator #request .list li:nth-child(6){transition-delay: .5s;}
.web3d_simulator #request .box .col{
  transition: opacity .3s,transform .3s;
  opacity: 0;
  transform: translateY(20px);
}
.web3d_simulator #request .box .col:nth-child(2){transition-delay: .15s;}
.web3d_simulator #request .box .col:nth-child(3){transition-delay: .3s;}
.web3d_simulator #request .faq [itemprop="mainEntity"]{
  transition: opacity .3s,transform .3s;
  opacity: 0;
  transform: translateY(30px);
}
.web3d_simulator #demoLead h2,
.web3d_simulator #demoLead .btn{
  transition: opacity .3s,transform .3s;
  opacity: 0;
  transform: translateY(10px);
}
.web3d_simulator #demoLead .btn{
  transition-delay: .4s;
}
.web3d_simulator #bnr3dsim p,
.web3d_simulator #bnr3dsim h2{
  transition: opacity .3s,transform .3s;
  opacity: 0;
  transform: translateY(20px);
}
.web3d_simulator #bnr3dsim a{
  transition: opacity .3s,transform .3s;
  opacity: 0;
  transform: translateY(30px);
  transition-delay: .4s;
}

.web3d_simulator #leadBox.fade h2,
.web3d_simulator #leadBox.fade p,
.web3d_simulator .section .ttl.fade h2,
.web3d_simulator .section .ttl.fade p,
.web3d_simulator #feature .box.fade .img,
.web3d_simulator #feature .box.fade .txt,
.web3d_simulator #release .box.fade .col,
.web3d_simulator #example .box.fade,
.web3d_simulator #mainFunction .list .col.fade,
.web3d_simulator #request .inner > h3.fade,
.web3d_simulator #request .inner > p.fade,
.web3d_simulator #request h4.fade,
.web3d_simulator #request .list.fade li,
.web3d_simulator #request .box.fade .col,
.web3d_simulator #request .faq [itemprop="mainEntity"].fade,
.web3d_simulator #demoLead.fade h2,
.web3d_simulator #demoLead.fade .btn,
.web3d_simulator #bnr3dsim.fade p,
.web3d_simulator #bnr3dsim.fade h2,
.web3d_simulator #bnr3dsim.fade a{
  opacity: 1;
  transform: translateY(0);
}


.movieYt{
  max-width: 850px;
  aspect-ratio: 16 / 9;
  margin: 80px auto 0;
}
.movieYt iframe{
  width: 100%;
  height: 100%;
}
.howto{
  max-width: 1020px;
  margin: 30px auto 0;
}
.howto p{
  text-align: center;
  font-size: 26px;
  line-height: 1.2;
}
.howto #feature {
  margin-top: 30px;
}
.howto #feature ul{
  max-width: 1020px;
  width: 100%;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-around;
}
.howto #feature li{
  padding: 30px;
  text-align: center;
}
.howto #feature li .img{
  display: flex;
  align-items: center;
  justify-content: center;
}
.howto #feature li p{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
  margin-top: 10px;
  padding: 0;
}
.howto #feature li p span{
  color: #0071bc;
  font-size: 27px;
  font-weight: bold;
  margin-top: 10px;
  display: block;
}
.howto #feature .col img{
  display: inline-block;
  text-align: center;
}
.howto #feature p{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.howto #feature .col{
  max-width: 740px;
  width: 100%;
  margin: 70px auto 0;
  display: table;
}
.howto #feature .col + .col{
  margin-top: 60px;
}
.howto #feature .col .img{
  display: table-cell;
  width: 44.59%;
}
.howto #feature .col .txt{
  display: table-cell;
  vertical-align: top;
  padding: 0 20px;
  text-align: center;
}
.howto #feature .col .txt h4{
  font-size: 28px;
}
.howto #feature .col .txt h4 span{
  display: block;
  margin-top: 10px;
}
.howto #feature .col .txt p{
  font-size: 14px;
  font-weight: normal;
  margin-top: 30px;
  line-height: 2;
  padding: 0;
}
.howto #feature .btn{
  font-size: 18px;
  line-height: 86px;
  margin-top: 50px;
}
.howto #feature .btn a{
  background: #4d4d4d;
  min-width: 422px;
  border-radius: 4px;
  text-align: center;
  transition: opacity .3s;
}
.howto #feature .btn a:hover{
  opacity: .7;
}
.howto #feature .btn a::after{
  display: none;
}
@media only screen and (max-width: 1060px){
.howto #feature li {
    padding: 20px 10px;
}
.howto #feature li p,
.howto #feature p{
  font-size: 16px;
}
}
@media only screen and (max-width: 767px){
.howto #feature h3{
  font-size: 20px;
}
.howto #feature ul{
  flex-wrap: wrap;
  margin: 0 auto 20px;
}
.howto #feature li{
  padding: 20px 0;
  width: 100%;
}
.howto #feature li p span{
  font-size: 24px;
  margin-top: 10px;
}
.howto #feature li .img{
  height: auto!important;
}
.howto #feature .col{
  margin: 40px auto 0;
}
.howto #feature .col + .col{
  margin-top: 40px;
}
.howto #feature .col .img{
  display: block;
  width: 100%;
}
.howto #feature .col .txt{
  display: block;
  width: 100%;
  padding: 0;
}
.howto #feature .col .txt h4{
  font-size: 20px;
}
.howto #feature .col .txt h4 span img{
  max-height: 80px;
}
.howto #feature .col .txt p{
  font-size: 14px;
  margin-top: 20px;
}
.howto #feature .btn {
width: 100%;
font-size: 14px;
line-height: 80px;
margin-top: 20px;
}
.howto #feature .btn a{
min-width: 100%;
}
}
.bnr{
  max-width: 1000px;
  margin: 80px auto 0;
}
.bnr img{
  width: 100%;
  height: auto;
}
/* fade */
.movieYt,
.howto table tr,
.bnr{
  opacity: 0;
  position: relative;
  top: 30px;
	-webkit-transition: opacity 0.3s,top 0.3s;
	-ms-transition: opacity 0.3s,top 0.3s;
	transition: opacity 0.3s,top 0.3s;
}
.movieYt.fade,
.howto table tr.fade,
.bnr.fade{
  opacity: 1;
  top: 0;
}
@media screen and (max-width: 740px) {
.movieYt{
  margin: 60px auto 0;
}
.howto table th{
  display: block;
  font-size: 18px;
  padding: 30px 0 0 0;
}
.howto table th br{
  display: none;
}
.howto table td{
  display: block;
  font-size: 13px;
  padding: 15px 0 0 0;
}
.bnr{
  margin: 40px auto 0;
}
}


/* leadTxt */
#leadTxt{
  margin-top: -80px;
}
#leadTxt .img  img{
  max-width: 100%;
}
#leadTxt h2{
  font-size: 32px;
}
#leadTxt p{
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 740px) {
#leadTxt{
  margin-top: -50px;
  }
#leadTxt h2{
  font-size: 22px;
}
#leadTxt p{
  font-size: 13px;
  margin-top: 10px;
}
}

/* task */
#task {
  margin: 70px auto 0;
  padding: 0 40px;
}
#task h2{
  font-size: 32px;
}
#task ul{
  max-width: 800px;
  width: 100%;
  margin: 40px auto;
  border: #000000 1px solid;
}
#task li{
  font-size: 28px;
  line-height: 1.75;
  margin: 0 20px 25px 90px;
  position: relative;
  text-align: left;
}
#task li:first-child{
  margin-top: 50px;
}
#task li:last-child{
  margin-bottom: 50px;
}
#task li::after {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: -50px;
  width: 28px;
  height: 14px;
  border-left: 6px solid #f7931e;
  border-bottom: 6px solid #f7931e;
  transform: rotate(-45deg);
}
#task p{
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 1200px){
#task li{
  font-size: 24px;
}
}
@media screen and (max-width: 740px) {
#task {
  margin-top: 60px;
  padding: 0 15px;
}
#task h2{
  font-size: 22px;
}
#task ul{
  margin: 20px auto;
}
#task li{
  font-size: 18px;
  margin: 0 10px 15px 40px;
}
#task li:first-child{
  margin-top: 20px;
}
#task li:last-child{
  margin-bottom: 20px;
}
#task li::after {
  left: -28px;
  width: 15px;
  height: 7px;
  border-left: 4px solid #f7931e;
  border-bottom: 4px solid #f7931e;
}
#task p{
  font-size: 22px;
}
}


/* meritArea */
#meritArea{
  margin-top: 90px;
}
#meritArea h2{
  font-size: 32px;
}
#meritArea .meritList{
  max-width: 890px;
  width: 100%;
  margin: 50px auto 0;
  display: flex;
  justify-content: center;  
}
#meritArea .meritList li{
  position: relative;
  padding: 0 15px;
  line-height: 2;
}
#meritArea .meritList li span{
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  padding: 30px 0 20px;
}
#meritArea .meritList li::before{
  width: 180px;
  height: 90px;
  content: "";
  display: block;
  margin: 0 auto 10px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
#meritArea .meritList li#iconDown::before{
  background-image: url("/images/service/service_web3d/ico-web3d_down.svg");
}
#meritArea .meritList li#iconTime::before{
  background-image: url("/images/service/service_web3d/ico-web3d_time.svg");
}
#meritArea .meritList li#iconAppeal::before{
  background-image: url("/images/service/service_web3d/ico-web3d_appeal.svg");
}

@media screen and (max-width: 1200px){
#meritArea .meritList li{
  padding: 0 10px;
}
#meritArea .meritList li span {
    font-size: 20px;
}
}
@media screen and (max-width: 740px) {
#meritArea{
  margin-top: 60px;
}
#meritArea h2{
  font-size: 22px;
}
#meritArea .meritList{
  margin: 30px auto 0;
  flex-wrap: wrap;
  justify-content:flex-start;
}
#meritArea .meritList li{
  padding: 0 5px;
  width: 50%;
  box-sizing: border-box;
  font-size: 13px;
  margin-bottom: 20px;
}
#meritArea .meritList li span{
  font-size: 16px;
  padding: 0 0 10px;
}
#meritArea .meritList li::before{
  width: 140px;
  height: 65px;
}
}



/* possible */
#possible {
  margin-top: 100px;
}
#possible h2{
  font-size: 32px;
}
#possible .col2{
  display: flex;
  flex-wrap: wrap;
  max-width: 850px;
  width: 100%;
  margin: 10px auto 120px;
}
#possible .col2 .col{
  position: relative;
  width: calc(50% - 30px);
  padding: 0 20px 0 170px;
  margin: 60px 60px 0 0;
  box-sizing: border-box;
  text-align: left;
}
#possible .col2 .col:nth-child(2n){
  margin-right: 0;
  padding: 0 20px 0 160px;
}
#possible .col2 .col img{
  position: absolute;
  left: 0;
  top: 0;
}
#possible .col2 .col h3{
  font-size: 24px;
  font-feature-settings: "palt";
}
#possible .col2 .col p{
  font-size: 14px;
  line-height: 2;
  font-weight: bold;
  margin-top: 10px;
  font-feature-settings: "palt";
}
#possible .col2 + p{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
#possible .btn{
 font-size: 18px;
    line-height: 86px;
    margin-top: 40px;
}
#possible .btn a {
    background: #4d4d4d;
    min-width: 422px;
    border-radius: 4px;
    text-align: center;
    transition: opacity .3s;
}
#possible .btn a::after {
  display: none;
}
#possible .tabOnly {
  display: none;
}
@media screen and (max-width: 1200px){
#possible .col2 .col{
  padding: 0 20px 0 130px;
}
#possible .col2 .col:nth-child(2n){
  padding: 0 20px 0 120px;
}
#possible .col2 .col img{
 width: 100px;
}
}
@media screen and (max-width: 740px) {
#possible {
  margin-top: 60px;
}
#possible h2{
  font-size: 22px;
}
#possible .col2{
  margin: 0 auto 60px;
}
#possible .col2 .col{
  padding: 0;
  width: calc(50% - 5px);
    margin: 20px 10px 0 0;
}
#possible .col2 .col:nth-child(2n){
  margin-right: 0;
  padding: 0;
}
#possible .col2 .col img{
 width: 35px;
}
#possible .col2 .col h3{
  font-size: 16px;
  padding-left: 45px;
}
#possible .col2 .col p{
  font-size: 12px;
  margin-top: 5px;
}
#possible .col2 + p{
  font-size: 18px;
}
#possible .btn{
 font-size: 14px;
    line-height: 80px;
  width: 100%;
}
#possible .btn a {
    min-width: 100%;
}
}


/* possible */
#box{
 margin-top: 100px;
}
#box h3{
  font-size: 24px;
  line-height: 1.5;
}
#box .tabOnly {
  display: none;
}
@media screen and (max-width: 1200px) {
#box .tabOnly {
  display: block;
}
}
@media screen and (max-width: 740px) {
#box{
 margin-top: 60px;
}
#box h3{
  font-size: 18px;
}
}




/* fade */
#leadTxt h2,#leadTxt p,#task h2,#task li,
#task p,#meritArea h2,#meritArea .meritList li,
#possible h2,#possible .col2 .col,#possible .col2 + p,
#possible .btn,#box h3,#leadTxt .img,.howto #feature li,
.howto #feature .btn{
  position: relative;
  opacity: 0;
  top: 30px;
	-webkit-transition: opacity 0.3s,top 0.3s;
	-ms-transition: opacity 0.3s,top 0.3s;
	transition: opacity 0.3s,top 0.3s;
}
#leadTxt h2.fade,#leadTxt p.fade,#task h2.fade,#task li.fade,
#task p.fade,#meritArea h2.fade,#meritArea .meritList li.fade,
#possible h2.fade,#possible .col2 .col.fade,#possible .col2 + p.fade,
#possible .btn.fade,#box h3.fade,#leadTxt .img.fade,.howto #feature li.fade,
.howto #feature .btn.fade{
  opacity: 1;
  top: 0;
}
#leadTxt h2.fade,
#meritArea .meritList li:first-child,
#possible .col2 .col:first-child,
#leadTxt .img,
.howto #feature li:first-child,
.howto #feature .btn.fade{
  transition-delay: 0s;
}
#meritArea .meritList li:nth-child(2),
#possible .col2 .col:nth-child(2),
.howto #feature li:nth-child(2){
  transition-delay: 0.2s;
}
#meritArea .meritList li:nth-child(3),
#possible .col2 .col:nth-child(3),
.howto #feature li:nth-child(3){
  transition-delay: 0.4s;
}
#possible .col2 .col:nth-child(4){
  transition-delay: 0.6s;
}
#possible .col2 .col:nth-child(5){
  transition-delay: 0.8s;
}
#possible .col2 .col:nth-child(6){
  transition-delay: 1.0s;
}




/* btn
-----------------------------------------------*/
.serviceBtn{
  text-align: center;
  margin: 100px 0;
}
.serviceBtn .btn{
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  display: inline-block;
}
.serviceBtn .btn a{
  display: table;
  background: #000;
  color: #fff;
  position: relative;
  height: 63px;
  text-decoration: none;
  border: solid 2px #000;
  -webkit-transition: color 0.3s 0.3s;
  -ms-transition: color 0.3s 0.3s;
  transition: color 0.3s 0.3s;
}
.serviceBtn .btn a:hover{
  color: #000;
}
.serviceBtn .btn a::before{
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: width 0.3s;
  -ms-transition: width 0.2s;
  transition: width 0.2s;
}
.serviceBtn .btn a:hover::before{
  width: 100%;
}
.serviceBtn .btn a span{
  display: table-cell;
  vertical-align: middle;
  padding: 0 60px 0 20px;
  position: relative;
}
.serviceBtn .btn a::after{
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  box-sizing: border-box;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0%,-50%) rotate(45deg);
  -webkit-transition: border-color 0.3s 0.3s;
  -ms-transition: border-color 0.3s 0.3s;
  transition: border-color 0.3s 0.3s;
}
.serviceBtn .btn a:hover::after{
  border-color: #000;
}
@media screen and (max-width: 740px) {
  .serviceBtn{
    margin: 50px 0;
  }
  .serviceBtn .btn{
    font-size: 14px;
  }
  .serviceBtn .btn a{
    height: 50px;
  }
  .serviceBtn .btn a::after{
    width: 8px;
    height: 8px;
  }
}


#daredemoSrBox{
  margin-top: 80px;
}
#daredemoSrBox .inner .thumb a{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#daredemoSrBox .inner .thumb{
	width: 59.017%;
}
#daredemoSrBox .inner .thumb::before{
	background: url(/wp/wp-content/uploads/2022/11/img-Sr.jpg) no-repeat center;
  background-size: cover;
}
#daredemoSrBox .inner .txt {
    padding: 60px 30px 50px 45px;
}
#daredemoSrBox .inner .txt .link {
    margin-top: 30px;
}
#daredemoSrBox .inner .txt .pcOnly{
display: block;
}
@media screen and (max-width: 980px){
  #daredemoSrBox .inner .txt .pcOnly{
    display: none;
  }
	#daredemoSrBox .inner{
		display: block;
	}
	#daredemoSrBox .inner .thumb{
		width: 100%;
    display: block;
    height: 370px;
	}
	#daredemoSrBox .inner .txt{
    display: block;
    padding: 40px 30px 30px 45px;
	}
}
@media screen and (max-width: 740px){
  #daredemoSrBox{
    margin: 40px 0 0;
  }
	#daredemoSrBox .inner .thumb{
		height: 240px;
	}
	#daredemoSrBox .inner .txt{
		padding: 20px;
	}
}
@media screen and (max-width: 450px){
	#daredemoSrBox .inner .thumb{
		height: 190px;
	}
}


#gallerist3dBox{
  margin-top: 80px;
}
#gallerist3dBox .inner .thumb a{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
height: 100%;
}
#gallerist3dBox .inner .thumb{
	width: 59.017%;
}
#gallerist3dBox .inner .thumb::before{
	background: url(/wp/wp-content/uploads/2022/08/img-gallerist3d_ar.jpg) no-repeat center;
  background-size: cover;
}
#gallerist3dBox .inner .txt {
    padding: 60px 30px 50px 45px;
}
#gallerist3dBox .inner .txt .link {
    margin-top: 30px;
}
#gallerist3dBox .inner .txt .pcOnly{
display: block;
}
@media screen and (max-width: 980px){
#gallerist3dBox .inner .txt .pcOnly{
display: none;
}
	#gallerist3dBox .inner{
		display: block;
	}
	#gallerist3dBox .inner .thumb{
		width: 100%;
    display: block;
    height: 370px;
	}
	#gallerist3dBox .inner .txt{
    display: block;
    padding: 40px 30px 30px 45px;
	}
}
@media screen and (max-width: 740px){
  #gallerist3dBox{
    margin: 40px 0 0;
  }
	#gallerist3dBox .inner .thumb{
		height: 240px;
	}
	#gallerist3dBox .inner .txt{
		padding: 20px;
	}
}
@media screen and (max-width: 450px){
	#gallerist3dBox .inner .thumb{
		height: 190px;
	}
}

.web3d_showroom #vsDemo h2 br{
  display: none;
}
.web3d_showroom #vsDemo h3{
  font-size: 20px;
  margin-top: 30px;
}
.web3d_showroom #vsDemo p{
  margin-top: 15px;
}
.web3d_showroom #vsDemo .video{
  width: 100%;
  max-width: 720px;
  margin: 40px auto 0;
  position: relative;
}
.web3d_showroom #vsDemo .video::before{
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.web3d_showroom #vsDemo .video video{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.web3d_showroom #vsDemo .btn a{
    width: 403px;
    height: 100px;
}
.web3d_showroom #vsDemo .btn a span{
    display: table-cell;
    vertical-align: middle;
    padding: 0 40px 0 20px;
    font-size: 19px;
}
/* fade */
.web3d_showroom #vsDemo h2,
.web3d_showroom #vsDemo h3,
.web3d_showroom #vsDemo p,
.web3d_showroom #vsDemo .btn{
  position: relative;
}
.web3d_showroom #vsDemo h2,
.web3d_showroom #vsDemo h3,
.web3d_showroom #vsDemo p,
.web3d_showroom #vsDemo .video,
.web3d_showroom #vsDemo .btn{
  opacity: 0;
  top: 30px;
	transition: opacity 0.3s,top 0.3s;
}
.web3d_showroom #vsDemo.fade h2,
.web3d_showroom #vsDemo.fade h3,
.web3d_showroom #vsDemo.fade p,
.web3d_showroom #vsDemo.fade .video,
.web3d_showroom #vsDemo.fade .btn{
  opacity: 1;
  top: 0;
}
.web3d_showroom #vsDemo.fade h3{
  transition-delay: .2s;
}
.web3d_showroom #vsDemo.fade p{
  transition-delay: .4s;
}
.web3d_showroom #vsDemo.fade .video{
  transition-delay: .6s;
}
.web3d_showroom #vsDemo.fade .btn{
  transition-delay: .8s;
}
@media screen and (max-width: 740px) {
  .web3d_showroom #vsDemo h2 br{
    display: block;
  }
  .web3d_showroom #vsDemo h3{
    font-size: 16px;
    margin-top: 20px;
  }
  .web3d_showroom #vsDemo p{
    text-align: left;
  }
  .web3d_showroom #vsDemo .video{
    margin: 20px auto 0;
  }
  .web3d_showroom #vsDemo .btn a{
    width: 300px;
    height: 80px;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .web3d_showroom #vsDemo .btn a span{
    font-size: 14px;
  }
}


/* sample
-----------------------------------------------*/
#sample .inner {
  max-width: 1130px;
  width: 100%;
  padding: 0 0 120px;
  margin: 0 auto;
  text-align: center;
}
#sample .inner .col {
  display: table;
  max-width: 1000px;
  width: 100%;
  margin: 80px auto 0;
}
#sample .inner .col .img {
  display: table-cell;
  width: 60%;
}
#sample .inner .col .img img {
  width: 100%;
  height: auto;
}
#sample .inner .col .txt {
  display: table-cell;
  vertical-align: middle;
  width: 40%;
  padding: 0 0 0 60px;
  text-align: left;
}
#sample .inner .col .txt h3{
  font-size: 32px;
  line-height: 1.8;
  font-feature-settings: "palt";
}
#sample .inner .col .txt p {
  text-align: left;
  font-size: 14px;
  margin-top: 5px;
}
#sample .inner .col .txt .btn {
  margin: 35px 0 20px;
}
/* fade */
#sample .inner h2 {
  position: relative;
  opacity: 0;
  top: 30px;
  transition: opacity 0.3s,top 0.3s;
}
#sample .inner h2.fade {
  opacity: 1;
  top: 0;
}
#sample .inner .col .img,
#sample .inner .col .txt h3,
#sample .inner .col .txt h3 + p,
#sample .inner .col .txt .btn,
#sample .inner .col .txt .btn + p{
  transform: translateY(40px);
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
}
#sample .inner .col.fade .img,
#sample .inner .col.fade .txt h3,
#sample .inner .col.fade .txt h3 + p,
#sample .inner .col.fade .txt .btn,
#sample .inner .col.fade .txt .btn + p{
  transform: translateY(0);
  opacity: 1;
}
#sample .inner .col .txt h3{
  transition-delay: .3s;
}
#sample .inner .col .txt h3 + p{
  transition-delay: .6s;
}
#sample .inner .col .txt .btn{
  transition-delay: .9s;
}
#sample .inner .col .txt .btn + p{
  transition-delay: 1.2s;
}
@media only screen and (max-width: 1180px){
  #sample .inner .col .img {
    width: 50%;
  }
  #sample .inner .col .txt {
    width: 50%;
    padding: 0 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  #sample {
    margin-top: 50px;
  }
  #sample .inner {
    max-width: 100%;
    padding: 20px 0 20px;
  }
  #sample .inner .col {
    display: flex;
    max-width: 100%;
    margin: 40px auto 0;
    flex-wrap: wrap;
  }
  #sample .inner .col:nth-child(odd) {
    flex-direction: column-reverse;
  }
  #sample .inner h2 + .col {
    margin-top: 25px;
  }
  #sample .inner .col .img {
    width: 100%;
  }
  #sample .inner .col .txt {
    width: 100%;
    padding: 0;
  }
  #sample .inner .col .txt p {
    margin-top: 0;
  }  
  #sample .inner .col .txt h3{
    font-size: 22px;
    margin-top: 10px;
  }
  #sample .inner .col .txt .btn {
    margin: 15px 0 8px;
  }
}


/* web3d_showroom
-----------------------------------------------*/
.web3d_showroom {
  color: #4d4d4d;
}
.web3d_showroom #main #lead{
  top: auto;
  bottom: 0;
  padding: 65px 120px 45px 50px;
}
.web3d_showroom #main::before{
  background-image: url("/images/service/service_web3d/web3d_showroom/bgi_main.jpg");
  background-position: left center;
}
.web3d_showroom .section .inner{
  max-width: 1000px;
  margin: 0 auto;
}
.web3d_showroom #leadBox h2{
  font-size: 24px;
  text-align: center;
}
.web3d_showroom #leadBox p{
  font-size: 16px;
  line-height: 2;
  margin-top: 25px;
  text-align: center;
}
.web3d_showroom .section .ttl h2{
  font-size: 32px;
}
.web3d_showroom .section .ttl p{
  font-size: 16px;
  line-height: 2;
  line-height: 1.5;
  margin-top: 5px;
}
.web3d_showroom #feature{
  margin-top: 60px;
}
.web3d_showroom #feature .box{
  display: flex;
  margin-top: 50px;
}
.web3d_showroom #feature .ttl + .box{
  margin-top: 40px;
}
.web3d_showroom #feature .box:nth-child(odd){
  flex-direction: row-reverse;
}
.web3d_showroom #feature .box .img{
  width: calc(50% - 40px);
  border-radius: 10px;
  overflow: hidden;
}
.web3d_showroom #feature .box .img img{
  width: 100%;
  height: auto;
}
.web3d_showroom #feature .box .txt{
  width: calc(50% + 40px);
  align-self: center;
  box-sizing: border-box;
  text-align: left;
}
.web3d_showroom #feature .box:nth-child(even) .txt{
  padding-left: 40px;
}
.web3d_showroom #feature .box:nth-child(odd) .txt{
  padding-right: 40px;
}
.web3d_showroom #feature .box .txt h3{
  font-size: 24px;
  line-height: 1.2;
}
.web3d_showroom #feature .box .txt ul{
  margin-top: 20px;
}
.web3d_showroom #feature .box .txt ul li{
  position: relative;
  font-size: 16px;
  margin-top: 15px;
  line-height: 1.5;
  padding-left: 32px;
}
.web3d_showroom #feature .box .txt ul li:first-child{
  margin-top: 0;
}
.web3d_showroom #feature .box .txt ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 20px;
  height: 10px;
  border-left: 3px solid #f7931e;
  border-bottom: 3px solid #f7931e;
  transform: rotate(-45deg);
}
.web3d_showroom #release{
  background: #e5f6f5;
  width: 100%;
  padding: 100px 40px 140px;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.web3d_showroom #release .box{
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 35px;
  grid-row-gap: 50px;
}
.web3d_showroom #release .box .col{
}
.web3d_showroom #release .box .col .img{
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.web3d_showroom #release .box .col .img img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.web3d_showroom #release .box .col .txt{
  margin-top: 18px;
  text-align: left;
}
.web3d_showroom #release .box .col .txt h3{
  font-size: 20px;
  line-height: 1.5;
}
.web3d_showroom #release .box .col .txt p{
  font-size: 16px;
  line-height: 2;
  margin-top: 8px;
}
.web3d_showroom #example{
  background: #cceeeb;
  width: 100%;
  padding: 110px 40px 120px;
  margin: 0;
  box-sizing: border-box;
}
.web3d_showroom #example .box{
  background: #fff;
  border-radius: 10px;
  margin-top: 25px;
  padding: 40px 40px 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.web3d_showroom #example .ttl + .box{
  margin-top: 80px;
}
.web3d_showroom #example .box .img{
  width: 238px;
}
.web3d_showroom #example .box .img img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
.web3d_showroom #example .box .txt{
  width: calc(100% - 238px);
  padding-left: 30px;
  text-align: left;
  box-sizing: border-box;
}
.web3d_showroom #example .box .txt h3{
  font-size: 20px;
  line-height: 1.2;
}
.web3d_showroom #example .box .txt ul{
  margin-top: 20px;
}
.web3d_showroom #example .box .txt ul li{
  position: relative;
  font-size: 16px;
  margin-top: 15px;
  line-height: 1.5;
  padding-left: 32px;
  text-align: left;
}
.web3d_showroom #example .box .txt ul li:first-child{
  margin-top: 0;
}
.web3d_showroom #example .box .txt ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 20px;
  height: 10px;
  border-left: 3px solid #f7931e;
  border-bottom: 3px solid #f7931e;
  transform: rotate(-45deg);
}
.web3d_showroom #mainFunction{
  background: #e5f6f5;
  width: 100%;
  padding: 100px 40px 120px;
  margin: 0;
  box-sizing: border-box;
}
.web3d_showroom #mainFunction .ttl:not(:first-child){
  margin-top: 115px;
}
.web3d_showroom #mainFunction .list{
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 60px;
}
.web3d_showroom #mainFunction .list .col{
  display: flex;
}
.web3d_showroom #mainFunction .list .col .img{
  width: 120px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.web3d_showroom #mainFunction .list .col .img img{
  width: 100%;
  height: auto;
}
.web3d_showroom #mainFunction .list .col .txt{
  width: calc(100% - 120px);
  box-sizing: border-box;
  padding-left: 20px;
  text-align: left;
}
.web3d_showroom #mainFunction .list .col .txt h3{
  font-size: 20px;
  line-height: 1.5;
  font-feature-settings: "palt";
}
.web3d_showroom #mainFunction .list .col .txt p{
  font-size: 16px;
  line-height: 2;
  margin-top: 8px;
}
.web3d_showroom #request .inner > h3{
  font-size: 24px;
  line-height: 1.5;
  margin-top: 50px;
  text-align: left;
}
.web3d_showroom #request h4{
  font-size: 20px;
  line-height: 1.5;
  margin-top: 100px;
  text-align: center;
}
.web3d_showroom #request .inner > p{
  font-size: 16px;
  line-height: 2;
  margin-top: 15px;
  text-align: left;
}
.web3d_showroom #request .list{
  margin-top: 50px;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 35px;
  grid-row-gap: 35px;
}
.web3d_showroom #request .list li{
  background: #e5f6f5;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  padding: 0 30px;
  height: 80px;
  display: flex;
  align-items: center;
  line-height: 1.5;
}
.web3d_showroom #request .box{
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 35px;
  grid-row-gap: 35px;
}
.web3d_showroom #request .box .col .img{
  border-radius: 10px;
  overflow: hidden;
}
.web3d_showroom #request .box .col .img img{
  width: 100%;
  height: auto;
}
.web3d_showroom #request .box .col .txt{
  margin-top: 18px;
  text-align: left;
}
.web3d_showroom #request .box .col h5{
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
}
.web3d_showroom #request .box .col p{
  font-size: 16px;
  line-height: 2;
  margin-top: 8px;
}
.web3d_showroom #request .faq{
  margin-top: 20px;
  border-bottom: 1px solid #4d4d4d;
  text-align: left;
}
.web3d_showroom #request .faq [itemprop="mainEntity"]{
  border-top: 1px solid #4d4d4d;
  padding: 40px 30px 30px;
}
.web3d_showroom #request .faq h3{
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
}
.web3d_showroom #request .faq p{
  font-size: 16px;
  line-height: 2;
  margin-top: 8px;
}
.web3d_showroom #demoLead{
  text-align: center;
}
.web3d_showroom #demoLead h2{
  font-size: 16px!important;
}
.web3d_showroom #demoLead .btn{
  font-size: 18px;
  line-height: 86px;
  margin-top: 30px;
}
.web3d_showroom #demoLead .btn a{
  background: #4d4d4d;
  min-width: 422px;
  border-radius: 4px;
  text-align: center;
  transition: opacity .3s;
}
.web3d_showroom #demoLead .btn a::after {
  display: none;
}
.web3d_showroom #demoLead .btn a:hover{
  opacity: .7;
}
.web3d_showroom #bnr3dsr,
.web3d_showroom #bnr3dsim{
  text-align: center;
}
.web3d_showroom #bnr3dsr p,
.web3d_showroom #bnr3dsim p{
  font-size: 16px;
  line-height: 2;
}
.web3d_showroom #bnr3dsr h2,
.web3d_showroom #bnr3dsim h2{
  font-size: 20px;
  line-height: 1.5;
}
.web3d_showroom #bnr3dsr a,
.web3d_showroom #bnr3dsim a{
  display: block;
  margin-top: 50px;
  transition: opacity .3s;
}
.web3d_showroom #bnr3dsr a img,
.web3d_showroom #bnr3dsim a img{
  width: 100%;
  height: auto;
}
.web3d_showroom #bnr3dsr a:hover,
.web3d_showroom #bnr3dsim a:hover{
  opacity: .7;
}
@media screen and (max-width: 880px) {
  .web3d_showroom #release .box,
  .web3d_showroom #mainFunction .list,
  .web3d_showroom #request .list{
    grid-template-columns: repeat(2, 1fr);
  }
  .web3d_showroom #request .box{
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 35px;
  }
}
@media screen and (max-width: 740px) {
  .web3d_showroom #main #lead{
    padding: 20px 50px 20px 20px;
  }
  .web3d_showroom #leadBox h2{
    font-size: 20px;
  }
  .web3d_showroom #leadBox p{
    font-size: 14px;
    margin-top: 25px;
  }
  .web3d_showroom .section .ttl h2{
    font-size: 26px;
  }
  .web3d_showroom .section .ttl p{
    font-size: 14px;
  }
  .web3d_showroom #feature{
    margin-top: 60px;
  }
  .web3d_showroom #feature .box{
    display: block;
    margin-top: 30px;
  }
  .web3d_showroom #feature .ttl + .box{
    margin-top: 30px;
  }
  .web3d_showroom #feature .box .img{
    width: 100%;
    border-radius: 6px;
  }
  .web3d_showroom #feature .box .txt{
    width: 100%;
    margin-top: 20px;
  }
  .web3d_showroom #feature .box:nth-child(even) .txt{
    padding-left: 0;
  }
  .web3d_showroom #feature .box:nth-child(odd) .txt{
    padding-right: 0;
  }
  .web3d_showroom #feature .box .txt h3{
    font-size: 18px;
  }
  .web3d_showroom #feature .box .txt ul{
    margin-top: 15px;
  }
  .web3d_showroom #feature .box .txt ul li{
    font-size: 14px;
    margin-top: 10px;
    padding-left: 28px;
  }
  .web3d_showroom #feature .box .txt ul li::before{
    top: 2px;
    width: 16px;
    height: 8px;
    border-left: 2px solid #f7931e;
    border-bottom: 2px solid #f7931e;
  }
  .web3d_showroom #release{
    padding: 60px 15px;
    margin-top: 60px;
  }
  .web3d_showroom #release .box{
    display: block;
    margin-top: 30px;
  }
  .web3d_showroom #release .box .col{
    margin-top: 30px;
  }
  .web3d_showroom #release .box .col .img{
    border-radius: 6px;
  }
  .web3d_showroom #release .box .col .txt{
    margin-top: 15px;
  }
  .web3d_showroom #release .box .col .txt h3{
    font-size: 18px;
  }
  .web3d_showroom #release .box .col .txt p{
    font-size: 14px;
    margin-top: 5px;
  }
  .web3d_showroom #example{
    padding: 60px 15px;
  }
  .web3d_showroom #example .box{
    display: block;
    border-radius: 6px;
    margin-top: 15px;
    padding: 35px 30px;
  }
  .web3d_showroom #example .ttl + .box{
    margin-top: 30px;
  }
  .web3d_showroom #example .box .img{
    width: 100%;
  }
  .web3d_showroom #example .box .txt{
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
  .web3d_showroom #example .box .txt h3{
    font-size: 18px;
  }
  .web3d_showroom #example .box .txt ul{
    margin-top: 15px;
  }
  .web3d_showroom #example .box .txt ul li{
    font-size: 14px;
    margin-top: 10px;
    padding-left: 28px;
  }
  .web3d_showroom #example .box .txt ul li::before{
    top: 2px;
    width: 16px;
    height: 8px;
    border-left: 2px solid #f7931e;
    border-bottom: 2px solid #f7931e;
  }
  .web3d_showroom #mainFunction{
    padding: 60px 15px;
  }
  .web3d_showroom #mainFunction .ttl:not(:first-child){
    margin-top: 60px;
  }
  .web3d_showroom #mainFunction .list{
    display: block;
    margin-top: 30px;
  }
  .web3d_showroom #mainFunction .list .col{
    margin-top: 20px;
  }
  .web3d_showroom #mainFunction .list .col .img{
    width: 80px;
    height: 80px;
    border-radius: 6px;
  }
  .web3d_showroom #mainFunction .list .col .txt{
    width: calc(100% - 80px);
    padding-left: 20px;
  }
  .web3d_showroom #mainFunction .list .col .txt h3{
    font-size: 18px;
  }
  .web3d_showroom #mainFunction .list .col .txt p{
    font-size: 14px;
    margin-top: 5px;
    line-height: 1.5;
  }
  .web3d_showroom #request{
    margin-top: 60px;
  }
  .web3d_showroom #request .inner > h3{
    font-size: 20px;
    margin-top: 30px;
  }
  .web3d_showroom #request h4{
    font-size: 16px;
    margin-top: 60px;
  }
  .web3d_showroom #request .inner > p{
    font-size: 14px;
    margin-top: 15px;
  }
  .web3d_showroom #request .list{
    display: block;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .web3d_showroom #request .list li{
    border-radius: 6px;
    margin-top: 8px;
    font-size: 16px;
    height: 60px;
    padding: 0 20px;
  }
  .web3d_showroom #request .box{
    display: block;
    margin-top: 20px;
  }
  .web3d_showroom #request .box .col{
    margin-top: 20px;
  }
  .web3d_showroom #request .box .col .img{
    border-radius: 6px;
  }
  .web3d_showroom #request .box .col .txt{
    margin-top: 15px;
  }
  .web3d_showroom #request .box .col .txt h5{
    font-size: 18px;
  }
  .web3d_showroom #request .box .col .txt p{
    font-size: 14px;
    margin-top: 5px;
  }
  .web3d_showroom #request .faq [itemprop="mainEntity"]{
    padding: 20px 20px;
  }
  .web3d_showroom #request .faq h3{
    font-size: 18px;
  }
  .web3d_showroom #request .faq p{
    font-size: 14px;
    margin-top: 5px;
  }
  .web3d_showroom #demoLead h2{
    font-size: 14px!important;
  }
  .web3d_showroom #demoLead .btn {
    width: 100%;
    font-size: 14px;
    line-height: 80px;
    margin-top: 20px;
  }
  .web3d_showroom #demoLead .btn a{
    min-width: 100%;
  }
  .web3d_showroom #bnr3dsr p,
  .web3d_showroom #bnr3dsim p{
    font-size: 14px;
  }
  .web3d_showroom #bnr3dsr h2,
  .web3d_showroom #bnr3dsim h2{
    font-size: 18px;
  }
  .web3d_showroom #bnr3dsr a,
  .web3d_showroom #bnr3dsim a{
    margin-top: 30px;
  }
}

.web3d_showroom #leadBox h2,
.web3d_showroom #leadBox p,
.web3d_showroom .section .ttl h2,
.web3d_showroom .section .ttl p{
  transition: opacity .3s,transform .3s;
  opacity: 0;
  transform: translateY(10px);
}
.web3d_showroom #leadBox.fade p{
  transition-delay: .2s;
}

.web3d_showroom #feature .box .img,
.web3d_showroom #feature .box .txt{
  transition: opacity .3s,transform .3s;
  opacity: 0;
  transform: translateY(30px);
}
.web3d_showroom #feature .box .txt{
  transform: translateY(5px);
  transition-delay: .4s;
}
.web3d_showroom #release .box .col{
  transition: opacity .3s,transform .3s;
  opacity: 0;
  transform: translateY(20px);
}
.web3d_showroom #request .inner > h3,
.web3d_showroom #request .inner > p{
  transition: opacity .3s,transform .3s;
  opacity: 0;
  transform: translateY(30px);
}
.web3d_showroom #request h4,
.web3d_showroom #request .list li{
  transition: opacity .3s,transform .3s;
  opacity: 0;
  transform: translateY(20px);
}
.web3d_showroom #request .list li:nth-child(2){transition-delay: .1s;}
.web3d_showroom #request .list li:nth-child(3){transition-delay: .2s;}
.web3d_showroom #request .list li:nth-child(4){transition-delay: .3s;}
.web3d_showroom #request .list li:nth-child(5){transition-delay: .4s;}
.web3d_showroom #request .list li:nth-child(6){transition-delay: .5s;}
.web3d_showroom #request .box .col{
  transition: opacity .3s,transform .3s;
  opacity: 0;
  transform: translateY(20px);
}
.web3d_showroom #request .box .col:nth-child(2){transition-delay: .15s;}
.web3d_showroom #request .box .col:nth-child(3){transition-delay: .3s;}
.web3d_showroom #request .faq [itemprop="mainEntity"]{
  transition: opacity .3s,transform .3s;
  opacity: 0;
  transform: translateY(30px);
}
.web3d_showroom #release .box.fade .col:nth-child(2){transition-delay: .15s;}
.web3d_showroom #release .box.fade .col:nth-child(3){transition-delay: .3s;}
.web3d_showroom #release .box.fade .col:nth-child(4){transition-delay: .45s;}
.web3d_showroom #release .box.fade .col:nth-child(5){transition-delay: .6s;}
.web3d_showroom #release .box.fade .col:nth-child(6){transition-delay: .75s;}
.web3d_showroom #example .box{
  transition: opacity .3s,transform .3s;
  opacity: 0;
  transform: translateY(30px);
}
.web3d_showroom #demoLead h2,
.web3d_showroom #demoLead .btn{
  transition: opacity .3s,transform .3s;
  opacity: 0;
  transform: translateY(10px);
}
.web3d_showroom #demoLead .btn{
  transition-delay: .4s;
}
.web3d_showroom #bnr3dsr p,
.web3d_showroom #bnr3dsr h2,
.web3d_showroom #bnr3dsim p,
.web3d_showroom #bnr3dsim h2{
  transition: opacity .3s,transform .3s;
  opacity: 0;
  transform: translateY(20px);
}
.web3d_showroom #bnr3dsr a,
.web3d_showroom #bnr3dsim a{
  transition: opacity .3s,transform .3s;
  opacity: 0;
  transform: translateY(30px);
  transition-delay: .4s;
}
.web3d_showroom #mainFunction .list .col{
  transition: opacity .3s,transform .3s;
  opacity: 0;
  transform: translateY(20px);
}
.web3d_showroom #leadBox.fade h2,
.web3d_showroom #leadBox.fade p,
.web3d_showroom .section .ttl.fade h2,
.web3d_showroom .section .ttl.fade p,
.web3d_showroom #feature .box.fade .img,
.web3d_showroom #feature .box.fade .txt,
.web3d_showroom #release .box.fade .col,
.web3d_showroom #example .box.fade,
.web3d_showroom #request .inner > h3.fade,
.web3d_showroom #request .inner > p.fade,
.web3d_showroom #request h4.fade,
.web3d_showroom #request .list.fade li,
.web3d_showroom #request .box.fade .col,
.web3d_showroom #request .faq [itemprop="mainEntity"].fade,
.web3d_showroom #demoLead.fade h2,
.web3d_showroom #demoLead.fade .btn,
.web3d_showroom #bnr3dsr.fade h2,
.web3d_showroom #bnr3dsr.fade a,
.web3d_showroom #bnr3dsr.fade p,
.web3d_showroom #bnr3dsim.fade h2,
.web3d_showroom #bnr3dsim.fade a,
.web3d_showroom #bnr3dsim.fade p,
.web3d_showroom #mainFunction .list .col.fade{
  opacity: 1;
  transform: translateY(0);
}