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


		
/*========================================*/
/*=============== toppage ==================*/
/*=========================================*/

#toppage {}

#toppage #contents
{
	color: #000;
}
#captionBox,#btnswrap,#yokokuWrap
{
	background-color: #60514d;
	color: #fff;
}

#toppage #mainWrap  {
	position: relative;
	container-type: inline-size;
	background-color: #000;
}
#toppage #mainWrap .imgBox {
	position: relative;
	opacity: 0;
}
#toppage._load #mainWrap .imgBox {
	transition: 4s 0s;
	opacity: 1;
}
#toppage #mainWrap h3 {
	position: absolute;
	width:63%;
	left: 0%;
	top: 0%;
	transition: 1s 1s;
}
#toppage #mainWrap h3.active {
	opacity: 1;
}
#toppage #mainWrap .h3Box {
	position: absolute;
	width:58.2%;
	left: 2.3%;
	top: 4.6%;
	transition-duration: 1s;
	overflow: visible;
	
}
#toppage #mainWrap .h3Box > div {
	opacity: 0;
	transition-duration: 1s;
	filter: blur(10px) drop-shadow(0px 0px 10px rgba(0, 0, 0, 1));
	transform: scale(1.2);
	transform-origin: left center;
}
#toppage #mainWrap .h3Box .h3-01 {
		width: 66%;
}
#toppage #mainWrap .h3Box.active .h3-01 {
	opacity: 1;
	transition-delay: 1.5s;
	filter: blur(0px) drop-shadow(0px 0px 10px rgba(0, 0, 0, 1));
	transform: scale(1);
}
#toppage #mainWrap .h3Box .h3-02 {
	margin-top: 6.4%;
}
#toppage #mainWrap .h3Box.active .h3-02 {
	opacity: 1;
	transition-delay: 2.5s;
	filter: blur(0px) drop-shadow(0px 0px 10px rgba(0, 0, 0, 1));
	transform: scale(1);
}
#toppage #mainWrap .h3Box .h3-03 {
	width: 40.0%;
	margin-left: 0.6%;
	margin-top: 6.6%;
	
}
#toppage #mainWrap .h3Box.active .h3-03 {
	opacity: 1;
	transition-delay: 3.5s;
	filter: blur(0px) drop-shadow(0px 0px 10px rgba(0, 0, 0, 1));
	transform: scale(1);
}

#toppage #mainWrap #names {
	position: absolute;
	width: 67%;
	left: 21.8%;
	bottom: 11.0%;
	opacity: 0;
	transform:translateY(-10%);
	
}
#toppage #mainWrap #names.active {
	opacity: 1;
	transform:translateY(0);
	transition: 2s 5s;
}


#toppage #mainWrap .hatubai {
	position: absolute;
	width: 13%;
  right: 2%;
  top: 3%;
	opacity: 0;
}
#toppage #mainWrap .hatubai.active {
	opacity: 1;
}


#toppage #contents #pointsWrap {
  background:#60514d;
 
padding: 15px 0;
}
#toppage #contents #pointsWrap #pointsBox {
  max-width: 800px;
  width: 95%;
}

/*#toppage #contents #priceWrap {
   background-color: #cec88e;
  padding: 1.6% 0 1%;
}
#toppage #contents #priceWrap #priceBox {
  max-width: 1200px;
}*/

#toppage #titleWrap {
  padding: 50px 0;
	/*border-bottom: #534c4a solid 10px;
	background-color: #4d4951;*/
	background-image: url("../../img/bg-tit.jpg");
	background-position: center center;
	background-size: cover;
	
}
#toppage #titleWrap #titBox {
	max-width: 1000px;
}
#toppage #titleWrap h3 {
	font-size: 1.9vw;
	font-size: clamp(26px, 1.9vw, 30px);
	text-align: center;
	padding: 0.5em 0 2em;
	letter-spacing: 0.2em;
	color: #9f8f46;
}
#toppage #titleWrap h1 {
	text-align: center;
	font-size: 2.8vw;
	font-size: clamp(30px, 2.7vw, 48px);
	font-weight: 300;
	letter-spacing: 0.1em;
	color: #000;
/*	border-top: #b4a150 solid 1px;
	border-bottom: #b4a150 solid 1px;*/
	padding: 0.16em 0;
	padding-left: 0.1em;
	width: 20em;
	margin: 0 auto;
}

#toppage #titleWrap h2 {
	text-align: center;
	font-size: 4.0vw;
	font-size: clamp(54px, 4.4vw, 68px);
	font-weight: 400;
	letter-spacing: 0.2em;
	color: #9f8f46;
	padding: 0 0 20px 0.2em;
	padding-left: 0;
}


#toppage #titleWrap #siryoWrap #siryoBox {
  max-width: 1340px;
  /*border:#ccc solid 1px;
  box-shadow: 0px 2px 6px rgba(0,0,0,0.5);*/
  padding: 0px 0;
}

#toppage #titleWrap #siryoBox p {
  text-align: center;
  padding: 0.5em 1em;
  font-size: 16px;
	color: #000;
}
#toppage #titleWrap #siryoBox .btnWrap {
  max-width: 560px;
  margin: 0 auto;
}


	#toppage .bgGray {
		background-color: #f2ede3;
	}


#toppage #infowrap {
  padding: 60px 0px 0px;
  margin-bottom: 0px;
	background:#60514d;
}
#toppage #infowrap h2 {
	font-size: 30px;
	letter-spacing: 0.2em;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 15px;
	color: #fff;
	
  
}
#toppage #infowrap .scroll-area {
  height: 150px;
  max-width: 900px;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  box-shadow: 0px 0px 1px rgba(255,255,255,1);
}
#toppage #infowrap .scroll-area:after {
  content: '';
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 1px 5px rgba(0,0,0,1) inset;
  pointer-events: none;
}
#toppage #infowrap .scroll-area .scroll-content {
padding: 1em;
}
#toppage #infowrap .scroll-area .scroll-content ul {
padding: 1em 1em 1em 3em
  

}
#toppage #infowrap .scroll-area .scroll-content dl {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  padding: 0.6em 1em;
  /*text-indent: -5.5em;
  padding-left: 6em;*/
  border-bottom: #ddd dotted 1px;
  display: flex;
justify-content: flex-start;
align-items: flex-start;
}
#toppage #infowrap .scroll-area .scroll-content dt {
	width: 7.5em;
	
}
#toppage #infowrap .scroll-area .scroll-content dd {
	
}
/*#toppage #infowrap .scroll-area .scroll-content dd span {
display: block;
	padding-bottom: 0.6em;
}*/

#toppage #infowrap .scroll-area .scroll-content dd a {
  color:#0B51BA;
  text-decoration: underline;
	
}
#toppage #infowrap .scroll-area .scroll-content dd a:hover {
  color:#7B87EB;
  text-decoration: none;;
}

  
#toppage #zerowrap {
  padding: 3% 0 0px;
}
#toppage #zerowrap #zeroBox,
#toppage #zerowrap #selectBox{
  width: 90%;
  max-width: 900px;
  padding: 0 0 0%;
	position: relative;
}


#toppage #zerowrap #SUUMOBox,
#toppage #zerowrap #skBox {
  width: 100%;
  max-width: 920px;
  padding: 0 0 3%;
	position: relative;
}
 .iconNew {
	position: absolute;
	width: 15%;
	left: 0;
	top: 0;
	z-index: 1;
	pointer-events: none;
}
#toppage #zerowrap #zeroBox a,
#toppage #zerowrap #aMapBox a,
#toppage #zerowrap #suumo #bnsk a,
#toppage #zerowrap #recPlanBox a {
  transition: 0.3s all;
  width: 48%;
}
#toppage #zerowrap #zeroBox #suumo #bnsk a:hover {
  opacity: 0.5;
}
#toppage #zerowrap #skBox a .btnsk,
#toppage #zerowrap #zeroBox a .btnZero,
#toppage #zerowrap #aMapBox a .btnaMap,
#toppage #zerowrap #suumo  a .btnSUUMO,
#toppage #zerowrap #bnsk  a .btnsk,
#toppage #zerowrap #recPlanBox a {
  width: 100%;
  margin-bottom: 25px;
}

#toppage #btnswrap {

}




@media screen and (max-width : 959px ){
/*	#toppage #titleWrap h3 {
		font-size: clamp(17px, 2.7vw, 22px);
	}
	#toppage #titleWrap h2 {
		font-size: clamp(50px, 6.6vw, 56px);
	}
	#toppage .catWrap .catTxt h3 {
	font-size: clamp(30px, 4.8vw, 36px);
	}
	#toppage .catWrap .catTxt p {
		font-size: clamp(16px, 2.2vw, 18px);
	}*/

/*	#toppage #mainWrap #names {
		width: 100%;
		left: 0%;
		bottom: 0%;

	}*/
/*	#toppage #mainWrap .hatubai {
    position: absolute;
    width: 20%;
    left: 3%;
    top: 3%;

	}*/

}

@media screen and (max-width: 599px) {
	#toppage #mainWrap .hatubai {
    position: absolute;
    width: 28%;
    top: 3%;

	}

	#toppage #mainWrap .h3Box {
    position: absolute;
    width: 80%;
    left: 4.3%;
    top: 6.6%;
    transition-duration: 1s;
    overflow: visible;
	}
		#toppage #mainWrap .h3Box > div {
		filter: blur(10px) drop-shadow(0px 0px 5px rgba(0, 0, 0, 1));
	}
	#toppage #mainWrap .h3Box .h3-01 {
			width: 66%;
	}
	#toppage #mainWrap .h3Box.active .h3-01,
	#toppage #mainWrap .h3Box.active .h3-02,
	#toppage #mainWrap .h3Box.active .h3-03{
		filter: blur(0px) drop-shadow(0px 0px 5px rgba(0, 0, 0, 1));
	}
	#toppage #mainWrap #names {
			position: absolute;
			width: 92.0%;
			left: 4.5%;
			bottom: 3.3%;
	}

	#toppage #titleWrap h3 {
		font-size: 4.9vw;
		font-size: clamp(13px, 4.2vw, 20px);
		letter-spacing: 0.1em;
	}
	#toppage #titleWrap h1 {
		width: 100%;
		font-size: 4.9vw;
		font-size: clamp(14px, 4.9vw, 24px);
	}
	#toppage #titleWrap h2 {
		font-size: 8.5vw;
		font-size: clamp(24px, 8vw, 53px);
		padding-bottom: 4%;
		letter-spacing: 0.1em;
		padding: 1% 5% 3%;
	}
	
	
	

 #toppage #titleWrap {
    padding: 30px 0;
  }
	.iconNew {
		width: 25%;
	}

  #toppage #contents #siryoWrap {
    padding: 30px 0;
  }


  #toppage #titleWrap #siryoBox p {
    text-align: center;
    padding: 0.5em 0;
    font-size: 3.5vw;
		font-size: clamp(12px, 3.5vw, 14px);
		letter-spacing: -0em;
  }
  #toppage #titleWrap #siryoBox p br {
    /*display: none;*/
		
  }
	#toppage #contents #priceWrap #priceBox {

	}
	#toppage #zerowrap {
		padding: 0px 0 0px;
	}
  #toppage .btnsBox a {
  width: 100%;
  /*max-width: 340px;*/
  height: 66px;
  margin: 5px auto;
}


  #toppage #infowrap {
    padding: 20px 0 10px;
    margin-bottom: 0px;
  }
  #toppage #infowrap h2 {
    font-size: 20px;
  }
  #toppage #infowrap .scroll-area {
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.3) inset;
		
  }
  #toppage #infowrap .scroll-area .scroll-content dl {
    padding: 0.5em 0em;
		display: block;
			
  }
	#toppage #infowrap .scroll-area .scroll-content dt {
    width: 100%;
		/*line-height: 1.6;*/
		letter-spacing: 0;
		font-size: 12px;
		line-height: 1.1;
  }
  #toppage #infowrap .scroll-area .scroll-content dd {
    font-size: 14px;
    text-indent: 0;
    padding-left: 0;
		letter-spacing: 0;
  }
  #toppage #infowrap .scroll-area .scroll-content dd a {
		/*line-height: 1.6;*/
	}
  #toppage #infowrap .scroll-area .scroll-content li br.forSp {
    display: inline;
  }
  
  

  
}


  
	
