@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;
	 font-size: 1.3rem;
}
#mainArea div{font-family: yu-gothic-pr6n, sans-serif;}
#mainArea p{font-family: yu-gothic-pr6n, sans-serif;}
.bnr_ {
	width: 900px;
	margin: 0 auto;
}
.f-y {
    font-family: yu-gothic-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
}
section {
   width: 840px;
   margin: 3em auto 6em;
}
h3 {
	font-size: 3.2rem;
    font-family: "ivypresto-display", serif;
    font-weight: 400;
    font-style: italic;
}
/*///*/
.leadArea {
	width: 600px;
    position: relative;
    margin: 0 auto;
}
.lead {
    padding: 3em 2.5em 2em;
    margin: 0 auto;
    font-size: 1.3rem;
    font-family: yu-gothic-pr6n, sans-serif !important;
    font-weight: 400;
    font-style: normal;
    position: relative;
}
/*scrolldown*/
.scrolldown1{
    position: absolute;
    left: 50%;
    height: 70px;
    bottom: -25%;
}
.scrolldown1::after{
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 90px;
  background: #111;
  animation: pathmove 1.6s ease-in-out infinite;
  opacity:0;
}
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}
/*///*/
.bx-wrapper {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: none!important;
}
.bx-prev,.bx-next {display: none;}
/*///*/
.item_Area {
	width: 53%;
    margin-right: 6%;
    display: inline-block;
    vertical-align: middle;
}
.slide-items__wrap {
	width: 86%;
	display: inline-block;
	vertical-align: top;
}
.title_ {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 3em 0;
}
.item_Text {
	width: 40%;
    display: inline-block;
    vertical-align: middle;
}
.comment_ {
    font-size: 1.2rem;
    line-height: 2.0;
    margin: 0.5em 0 3em;
}
.crdit_img {
	width: 70px !important;
    display: block;
    margin: 0 auto 2em;
}
/*////*/
.crdit {
    margin-bottom: 15px;
}
.button_crdit {
	width: 70%;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.8;
	font-size: 1.2rem;
}
.button_ {
    width: 84px;
    height: 39px;
    border: solid 1px #464646;
    background: #464646;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    line-height: 3.2;
    text-decoration: none;
    font-size: 1.2rem;
    letter-spacing: 2px;
}
.button_:hover{
    background: #fff;
	border: solid 1px #464646;
	color: #464646 !important; 
	transition : .3s;
}
/*////*/
.button_all {
    width: 400px;
    height: 49px;
    border: solid 1px #464646;
    background: #fff;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    display: block;
    color: #464646;
    line-height: 48px;
    font-size: 1.3rem;
    letter-spacing: 1px;
    font-weight: 400;
    text-decoration: none;
    margin: 0 auto;
}
.button_all:hover{
    background: #464646;
	border: solid 1px #464646;
	color: #fff !important; 
	transition : .3s;
}
/*///*/
.moreArea {
	background: #f4f4f4;
    margin: 6em 0 0;
    padding: 4.5em 0 6em;
}
.moreArea img {
	width: 380px;
    display: block;
    margin: 0 auto;
}
h4 {
	text-align: center;
    font-weight: 400;
    margin: 0 0 1em;
}
.button_more {
    width: 100%;
    height: 38px;
    border: solid 2px #222;
    background: #f4f4f4;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    display: inline-block;
    color: #222;
    line-height: 3.0;
    text-decoration: none;
    font-size: 1.2rem;
	letter-spacing: 1px;
}
.button_more:hover{
    background: #222;
	border: solid 2px #222;
	color: #fff !important; 
	transition : .3s;
}
/*////*/

.fade {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.5s, transform 1s;
}
.fade.active {
	opacity: 1;
	transform: translateY(0px);
}