@charset "UTF-8";
#beltbnr {
 display: none;
}
.h_bar{
  display: none;
}
#mainArea{
    letter-spacing: 0;
    line-height: 2;
    overflow: hidden;
    margin: 0 auto;
    font-family: yu-gothic-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
	background: #fbfaee;
}
.bnr_ {
	width: 900px;
	margin: 0 auto;
}
section {
	width: 800px;
   margin: 7em auto 10em;
	position: relative;
}
.lead {
    font-size: 1.4rem;
    margin: 4em auto 6em;
    text-align: center;
}
h3{
    color: rgb(17, 17, 17);
    font-size: 4.0rem;
    position: absolute;
    top: -9%;
    left: 17%;
}
h4{
    position: relative;
    margin-bottom: 8px;
    font-size: 1.5rem;
}

h4::after{
   position: absolute;
    content: "";
    top: 50%;
    width: 86%;
    height: 1px;
    margin: 0 0 0 3%;
    background-color: #292929;
}
.f-y {
    font-family: yu-gothic-pr6n, sans-serif !important;
    font-weight: 400;
    font-style: normal;
}
.f-e {
	font-family: essonnes-display, serif !important;
	font-weight: 400;
	font-style: italic;
}
.f-ni {
	font-family: nimbus-sans, sans-serif !important;
	font-weight: 300;
}
/*///*/
.about_ {
	width: 480px;
	margin: 0 auto 6em;
	position: relative;
}
.about_img {
	width: 100%;
}
.about_text {
	width: 84%;
    margin: 0 auto;
    position: relative;
    background: #ffffff8c;
    padding: 8% 8%;
    margin-top: -4%;
}
.about_text img {
	width: 70%;
    margin: 0 auto 2em;
    display: block;
}
.item_no {
    position: absolute;
    width: 34%;
    top: -13%;
    left: -4%;
    z-index: 2;
}
/*///*/
.item_Area {
	vertical-align: middle;
    width: 55%;
    position: relative;
    display: inline-block;
}
.item_Area img {
	width: 81% !important;
    margin: 0 auto;
    display: block;
}

/*///*/
.crditArea_ {
	width: 90%;
    margin: 0 auto;
    padding: 0% 0% 20%;
}
.crdit {
    margin-bottom: 15px;
}
.img_area {
	display: block;
    margin: 0 0 3em;
}
.text_area {
	display: inline-block;
    width: 38%;
    margin: 0 auto;
    font-size: 1.3rem;
    vertical-align: middle;
}
/*///*/
.comment_ {
	display: block;
    margin: 3em auto;
    font-size: 1.3rem;
}
/*///*/
.img-c img {
	width: 100%;
	-webkit-backface-visibility: hidden;
}
.m-r {margin-right: 6%; }
/*////*/
.button_ {
    width: 100%;
    height: 52px;
    border: solid 1px #111;
    background: #111;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    display: block;
	margin: 2em auto 0;
	color: #fff;
	line-height: 51px;
	font-size: 1.5rem;
    letter-spacing: 1px;
    font-weight: 400;
	text-decoration: none;
	font-family: futura-pt, sans-serif;
}
.button_:hover{
    background: #ebf2f1;
	border: solid 2px #111;
	color: #111 !important; 
	transition : .3s;
}
/*////*/
.button_all {
    width: 480px;
    height: 52px;
    border: solid 1px #111;
    background: #fbfaee;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    display: block;
    margin: 2em auto 0;
    color: #111;
    line-height: 51px;
    font-size: 1.3rem;
    letter-spacing: 1px;
    font-weight: 400;
    text-decoration: none;
}
.button_:hover{
    background: #111;
	border: solid 2px #111;
	color: #fff !important; 
	transition : .3s;
}
/*///*/
.midashi {
	position: absolute;
    left: 11%;
    top: 4%;
    z-index: 4;
}
.button_link {
	width: 84%;
	margin: 0 auto;
	display: block;
}
.spec_ {
	margin-bottom: 12px;
    line-height: 1.0;
}
.spec_cate {
	font-size: 1.8rem;
    color: #444;
    margin-right: 3px;
}
.spec_value {
	font-size: 1.5rem;
}
/*////*/
.text_.typing {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    border-right: 2px solid transparent;
    animation: typing 3s steps(23), caret 0.3s steps(1) infinite;
    margin: 0;
    max-width: 300px;
}

@keyframes typing {
  from {
    width: 0;
  }
}
@keyframes caret {
  50% {
    border-right-color: currentColor;
  }
}