@charset "UTF-8";
#beltbnr {
 display: none;
}
.h_bar{
  display: none;
}
#mainArea {
  letter-spacing: 0;
  line-height: 2;
  overflow: hidden;
  margin: 0 auto;
}
.lead {
    width: 75%;
	text-align: center;
    font-size: 1.3rem;
    line-height: 1.8;
    font-weight: 400;
    margin: 5em auto 9em;
}
section {
    margin: 11em auto 15em;
}
.bnr_ {
	width: 900px;
	margin: 0 auto;
}
#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: #f1eae0;
}
section {
	width: 900px;
   margin: 6em auto 12em;
}
.left{
  text-align: left;
}
.center{
  text-align: center;
}
.f-12 {
  font-size: 1.2rem;
}
.f-y {
    font-family: yu-gothic-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.midashi {
	position: relative;
	width: 100%;
	z-index: 2;
}
h3 {
	font-size: 3.6rem;
	font-family: kepler-std, serif;
    font-weight: 700;
    font-style: normal;
	line-height: 1.3;
	display: inline-block;
}
.h3-sub {
	font-size: 2.0rem;
	font-family: kepler-std, serif;
    font-weight: 400;
    font-style: normal;
	line-height: 1.0;
	display: inline-block;
}
h4 {
	font-size: 1.7rem;
    font-family: yu-gothic-pr6n, sans-serif;
    font-weight: 800;
    font-style: normal;
    line-height: 1.6;
    margin: 0px 0 8%;
	text-align: center;
}
.item-img {
	width: 75%;
	display: inline-block;
	vertical-align: middle;
}
.cate_ {
	 width: 88%;
	 margin: 0% auto;
}
.imgArea_ {
	position: relative;
    width: 50%;
    margin: 0 12% 0 0;
    display: inline-block;
    vertical-align: middle;
}
.sub-t {
	position: absolute;
    width: 53%;
    right: -21%;
    top: -6%;
    z-index: 0;
}
.sub-b {
	position: absolute;
    width: 55%;
    left: -9%;
    bottom: -7%;
    z-index: 0;
}
.gif_ {
	position: relative;
	z-index: 2;
}
.crditArea_ {
	width: 36%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
	margin: 2em 0 0;
}
.cap_ {
	font-size: 1.3rem;
	line-height: 1.8;
	margin: 0 0 17%;
}
/*////*/
.button_crdit {
	width: 68%;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.6;
	font-size: 1.3rem;
}
.button_ {
    width: 30%;
    height: 42px;
    border: solid 2px #222;
    background: #f1eae0;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    display: inline-block;
}
.eff {
    text-decoration: none;
    line-height: 40px;
    color: #222 !important;
    font-size: 1.4rem;
    letter-spacing: 1px;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
}
.button_:hover{
    background: #222;
	border: solid 2px #222;
	color: #f1eae0 !important; 
	transition : .3s;
}
.eff:hover {
    color: #f1eae0 !important;
    background: #222;
}
.mb__ {
	margin-bottom: 2em;
}