@charset "UTF-8";
#beltbnr {
 display: none;
}
.h_bar{
  display: none;
}
#mainArea {
	width: 900px;
   letter-spacing: 0;
   line-height: 2;
   overflow: hidden;
   margin: 0 auto;
   font-family: yu-gothic-pr6n, sans-serif;
   font-weight: 400;
   font-style: normal;
}
.lead {
   width: 90%;
    font-size: 1.3rem;
    padding: 6% 10% 9%;
    text-align: center;
}
section {
	width: 880px;
    margin: 7em auto 11em;
	font-size: 1.2rem;
}
.bnr_ {
	width: 900px;
	margin: 0 auto;
}
.left{
  text-align: left;
}
.center{
  text-align: center;
}
.f-12 {
  font-size: 1.2rem;
}
.lead {
    width: 100%;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 7% 10% 8%;
    text-align: center;
}
.f-y {
    font-family: yu-gothic-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.item-area {
	width: 580px;
}
.title_ {
	width: 200px;
    margin: 0 auto 3em;
}
.title_ img {
	width: 86%;
    margin: 0 auto;
    display: block;
}
.line_ {
	width: 750px;
    margin: 0 auto;
    display: block;
}
h3 {
    font-family: yu-gothic-pr6n, sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.7;
    margin: 0 auto 1em;
}
.sec-img {
	width: 210px;
	margin: 0 auto 7em;
}
/*///*/
.no_ {
	position: absolute;
    width: 80px;
    top: -23px;
    left: 5%;
}
.i-cap {
	width: 45%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5%;
    padding: 0 0 7px 3px;
}
.i-item {
	width: 49%;
	display: inline-block;
	vertical-align: middle;
}
.item_img {
	width: 55%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 4% 0 0;
}
.cate_ {
	 width: 88%;
	 margin: 0% auto;
}
.imgArea_ {
    margin: 0% auto 10%;
}
.cap_ {
	margin: 0 0 4em;
}
.mb__ {margin-bottom: 15px;}
.slick-prev,.slick-next {display: none !important;}
.slick-dots {bottom: -20px;}
.s-n {
	text-align: center;
    font-size: 1.4rem;
    display: block;
    margin: 3em 0 2em;
}
.slider_Area {
	width: 51%;
    margin: 0 11% 0 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.slider_Area img {
	border-radius: 18% 0 18% 0;
}
.crditArea_ {
	width: 90%;
    margin: 0 auto;
    padding: 0% 0% 20%;
}
.crdit {
    margin-bottom: 13px;
}
.img_area {
	display: block;
    margin: 0 0 3em;
}
.text_area {
	display: inline-block;
    width: 36%;
    font-size: 1.2rem;
    vertical-align: middle;
}
/*///*/
.comment_ {
	display: block;
    padding: 2em;
    margin: 0 auto 3em;
    font-size: 1.2rem;
    position: relative;
}
.comment_::before,
.comment_::after {
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.comment_::before {
  top: 0;
  left: 0;
  border-top: 1px solid #222;
  border-left: 1px solid #222;
}
.comment_::after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #222;
  border-right: 1px solid #222;
}
/*///*/
.img-c img {
	width: 100%;
	-webkit-backface-visibility: hidden;
}
/*////*/
.i-button_crdit {
	width: 63%;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.8;
}
.i-button_ {
    width: 90px;
    height: 40px;
    border: solid 1px #222;
    background: #222;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    display: inline-block;
}
.i-eff {
    text-decoration: none;
    line-height: 40px;
    color: #fff !important;
    font-size: 1.3rem;
    letter-spacing: 1px;
    font-weight: 400;
}
.i-button_:hover{
    background: #fff;
	border: solid 2px #222;
	color: #222 !important; 
	transition : .3s;
}
.i-eff:hover {
    color: #222 !important;
    background: #fff;
}
/*////*/
.button_crdit {
	width: 67%;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.8;
}
.button_ {
    width: 90px;
    height: 38px;
    border: solid 1px #222;
    background: #fff;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    display: inline-block;
}
.eff {
    text-decoration: none;
    line-height: 38px;
    color: #222 !important;
    font-size: 1.3rem;
    letter-spacing: 1px;
    font-weight: 400;
}
.button_:hover{
    background: #222;
	border: solid 2px #222;
	color: #222 !important; 
	transition : .3s;
}
.eff:hover {
    color: #fcfaf3 !important;
    background: #222;
}
.f-90 {
	font-size: 90%;
}
.circle_{
    display: inline-block;
    width: 120px;
    animation: 12s linear infinite rotation1;
    position: absolute;
    z-index: 3;
    top: -9%;
    right: -12%;
}
@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}