/* CSS Document */

#biito2{
	text-align:center;
	font-size: 16px;
	line-height: 1.7;
}

#biito2 .w1000{
	max-width: 1000px;
	margin: auto;
	padding: 85px 0;
}

#biito2 h2{
	font-size: 28px;
	font-family: a-otf-ryumin-pr6n,serif;
	font-weight: 500;
	margin-bottom: 20px;
	line-height: 1.5;
	letter-spacing: 1px;
}

#biito2 h3{
	font-size:70px;
	text-align:center;
	font-weight:300;
	letter-spacing:5px;
}

#biito2 h3 span{
	font-size:16px;
	display:block;
	margin-top:15px;
	letter-spacing:2px;
}
#biito2 h3 span br{
  display: none;
}

#biito2 p{
	line-height: 2.0;
}


#biito2 .series dt{
	color: #AC9A97;
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: normal;
	margin-bottom: 15px;
}




#biito2 #intro{
	max-width: 700px;
	margin: 80px auto;
}

#biito2 #intro dt span{
	max-width: 470px;
	display: block;
	background: #000;
	color: #fff;
	margin: 0 auto 20px;
	padding: 8px 0;
	font-size: 20px;
}

#biito2 #intro dd{
	text-align: left;
}

#biito2 #intro dd img{
	margin-top: 30px;
}




#biito2 #about .block{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#biito2 #about .block:nth-of-type(2n){
	flex-direction:row-reverse;
}

#biito2 #about .block .box{
	width:50%;
}

#biito2 #about .block .text{
	text-align: left;
	width: 45%;
}

#biito2 #about .block .text dl dt{
	background: #80A5BF;
	color: #fff;
	padding: 2px 0;
	text-indent: 15px;
	font-size: 25px;
	margin-bottom: 10px;
}




#biito2 #howto{
	margin: 85px auto;
	counter-reset: number;
}

#biito2 #howto .inner{
	margin-top: 60px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}

#biito2 #howto .inner .ttl{
	background: #9E776A;
	font-size: 23px;
	color: #fff;
	margin-bottom: 30px;
	width: 100%;
	padding: 5px 0;
	font-weight: bold;
}

#biito2 #howto .inner .box{
	width: 31%;
	margin-bottom: 50px;
}

#biito2 #howto .inner .box p:nth-of-type(1){
	margin-top: 20px;
	font-size: 20px;
}

#biito2 #howto .inner .box p span{
	background: #000;
	display: block;
	color: #fff;
	margin: 15px auto 10px;
	font-size: 16px;
	font-weight: bold;
	width: 80%;
}

#biito2 #howto .inner:after{
	content: "";
	width: 31%;
	display: block;
}


#biito2 #howto .inner #moniort{
	width: 100%;
	background: #fff;
	padding: 50px 0;
	text-align: center;
}















#biito2 #voice ol{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	max-width: 1000px;
	margin: 60px auto 20px;
}

#biito2 #voice ol li{
	width: 48%;
	background: #F5F5F5;
	padding: 7% 5%;
	box-sizing: border-box;
	text-align: left;
	margin-bottom: 4%;
}

#biito2 #voice ol li span{
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}




/*
Q&A
------------------------------------------------------------------------------------*/
#faq{
	margin:120px auto;
}

#faq .inner{
	width:92%;
	max-width:1000px;
	margin:80px auto 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#faq .inner dl{
	width:48%;
	max-width:460px;
	text-align:left;
}

#faq .inner dt{
	font-size:20px;
	font-weight:bold;
	margin-bottom:5px;
	display: flex;
	align-items: center;
}

#faq .inner dt:before{
	content:"Q ";
	font-size:60px;
	margin: 0 20px 7px 0;
}

#faq .inner dd{
	margin:0 0 30px 50px;
	line-height:1.6;
}


#movie{
	background:#F2F1EE;
	padding: 120px 0 80px;
	margin-bottom: 40px;
}


#movie .inner{
	width: 100%;
	max-width: 800px;
	aspect-ratio: 16 / 9;
	margin: 60px auto;
}


#movie .inner iframe {
  width: 100%;
  height: 100%;
}






/*
商品詳細
-------------------------------------------------------------------------------------------*/
#spec h4{
	background: #BFB7B4;
	font-size: 20px;
	width: 100%;
	padding: 5px 0;
}

#spec .inner{
	max-width:1000px;
	margin:70px auto 100px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	/*align-items: center;*/
}

#spec .inner .image{
	width:30%;
}

#spec .inner dl{
	width:62%;
	text-align:left;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#spec .inner dt{
	width:25%;
	border-bottom:1px dotted #000;
	padding-right:3%;
	padding-bottom:15px;
	margin-bottom:15px;
}

#spec .inner dd{
	width:72%;
	border-bottom:1px dotted #000;
	padding-bottom:15px;
	margin-bottom:15px;
}













@media only screen and (max-width:768px) { 
	#biito2 .w1000 {
		width: 90%;
	  padding: 45px 0;
	}
	#biito2 h2 {
	  font-size: 21px;
	 }
	#biito2 h3 {
	  font-size: 60px;
	}
	 .series ul li {
	  width: 32%;
	}
	#biito2 #intro{
		width: 90%;
	}
	#biito2 #about .block{
		padding: 85px 0 0;
	}
	#biito2 #about .block .box {
	  width: 100%;
	  max-width: 499px;
	  margin: 0 auto 50px;
	}
	#biito2 #about .block .text{
	  width: 100%;
	  max-width: 499px;
	  margin: 0 auto;
	}
	#biito2 #about .border{
		width: 90%;
	  max-width: 499px;
		margin: 50px auto;
	}
	#biito2 #about .border p {
	  width: 47%;
	}
}




@media only screen and (max-width:640px) { 
	.series ul li dt span img {
	  max-height: 185px;
	}
	.series ul li p a{
		font-size: 12px;
		padding: 7px 0;
	}
	.series ul li p a::after {
	  content: "";
	  width: 6px;
	  height: 6px;
	}
	#biito2 h2 {
	  font-size: 20px;
	}
	#biito2 h3 {
	  font-size: 50px;
	}
	#biito2 #about{
		padding: 50px 0;
	}
	#biito2 #about .block {
	  padding: 45px 0 0;
	}
	#biito2 #about .block .box {
	  margin: 0 auto 30px;
	}
	#biito2 #about .block .text dl dt {
	  font-size: 20px;
	}

	#biito2 #voice ol li {
	  width: 100%;
	}
	#biito2 #howto .inner{
		margin-top: 0;
	}
	#biito2 #howto .inner .ttl {
	  font-size: 18px;
	}
	#biito2 #howto .inner .box {
	  width: 48%;
	}
	#biito2 #howto .inner .box p:nth-of-type(1) {
	  margin-top: 10px;
	}
	#faq {
	  margin: 60px auto;
	}
	#faq .inner{
		margin: 40px auto 0;
	}
	#faq .inner dl {
	  width: 100%;
	}
	#faq .inner dt{
		line-height: 1.6;
		font-size: 15px;
	}
	#faq .inner dt::before {
	  font-size: 45px;
	  margin: 0 15px 7px 0;
	}
	#spec .inner {
	  margin: 70px auto 50px;
	}
	#spec .inner .image {
	  width: 40%;
	  margin: 0 auto 30px;
	}
	#spec .inner dl {
	  width: 100%;
	}



}




















