@charset "UTF-8";
#beltbnr {
 display: none;
}
.h_bar{
  display: none;
}
.center{
  text-align: center;
}
.mb-0 {margin-bottom: 0px!important;}
.img-c img {
	width: 100%;
	-webkit-backface-visibility: hidden;
}
#mainArea{
    letter-spacing: 0;
    line-height: 2;
    overflow: hidden;
    margin: 0 auto;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    font-style: normal;
	 font-size: 1.4rem;
	background: #EEEDE9;
}
.f-ja {font-family: 'Zen Kaku Gothic New', sans-serif !important;}
.blk {
	display: block;
}
.in-blk {
	display: inline-block;
}
section {
	width: 100%;
    margin: 10em auto 0em;
}
.lead_ {
    width: 84%;
    margin: 3em auto 1em;
}
.img_ {
	width: 100%;
    margin: 0 0 2em;
}
.text_ {
    width: 86%;
    margin: 0 auto;
}
.text_ dt {
	margin: 0 0 1em;
    text-align: center;
}
.text_ dt span {
    font-size: 1.7rem;
    font-weight: 700;
    background: #222;
    color: #fff;
    padding: 0 1px;
    letter-spacing: -0.8px;
	line-height: 1.7;
  font-family: 'Zen Kaku Gothic New', sans-serif !important;
}
.text_ dd {
    line-height: 1.7;
	margin: 0 0 3em 0;
}
.icon_ {
	margin: 0 auto 0.6em;
}
/*========= 流れるテキスト ===============*/
.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on .6s ease-out forwards; }
@keyframes text_anime_on {
  0% {opacity:0;}
  100% {opacity:1;}
}
/*///*/
.crditArea_ {
    margin: 2em auto 0;
}
.crdit {
    margin-bottom: 15px;
}
.button_crdit {
	width: 72%;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.8;
}
.button_crdit span {
    background: #ffffffa8;
    padding: 1px 3px;
}
.button_ {
    width: 76px;
    height: 37px;
    border: solid 1px #222;
    background: #222;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    line-height: 2.8;
    text-decoration: none;
    font-size: 1.3rem;
    letter-spacing: 1px;
    font-family: futura-pt, sans-serif;
}
.button_:hover{
    background: #fff0;
	border: solid 1px #222;
	color: #222 !important; 
	transition : .3s;
}
/*////*/
.button_all {
    width: 82%;
    height: 48px;
    border: solid 2px #222;
    background: #fff0;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    display: block;
    margin: 6em auto;
    color: #222;
    line-height: 43px;
    font-size: 1.5rem;
    letter-spacing: 1px;
    font-weight: 400;
    text-decoration: none;
}
.button_all:hover{
    background: #222;
	color: #fff !important; 
	transition : .3s;
}
/*scrolldown*/
.scrolldown1{
  position: absolute;
  left: 50%;
  height: 120px;
}
.scrolldown1::after{
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 140px;
  background: #111;
  animation: pathmove 1.6s ease-in-out infinite;
  opacity: 0;
}
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:60px;
    opacity: 1;
  }
  100%{
    height:0;
    top:90px;
    opacity: 0;
  }
}
/*////*/
.fade {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1s, transform 1s;
}
.fade.active {
	opacity: 1;
	transform: translateY(0px);
}
.pc{
  display: none;
}
.sp {
	display:block;
}

@media screen and (min-width : 520px) {
  .pc{
    display: block;
  }
  .sp {
    display:none !important;
  }
	section {
    width: 860px;
    }
	.lead_ {
		width: 840px;
    text-align: center;
	}
  .bnr_ {
    width: 900px;
    margin: 0 auto;
  }
  .img_ {
    vertical-align: middle;
    width: 56%;
    margin: 0;
    display: inline-block;
  }
  .text_ {
  width: 43%;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  }
  .button_all {
    width: 380px;
   }

}