@charset "UTF-8";
#beltbnr {
 display: none;
}
.h_bar{
  display: none;
}
#mainArea{
    letter-spacing: 0;
    line-height: 2;
    overflow: hidden;
    margin: 0 auto;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 400;
    font-style: normal;
	 font-size: 1.2rem;
}
#mainArea div{font-family: noto-sans-cjk-jp, sans-serif;}
#mainArea p{font-family: noto-sans-cjk-jp, sans-serif;}
.bnr_ {
	width: 900px;
	margin: 0 auto;
}
.m-10 {margin-bottom: 10px!important;}
.m-15 {margin-bottom: 15px!important;}
.m-30 {margin-bottom: 30px!important;}
.mb-0 {margin-bottom: 0px!important;}
section {
	width: 860px;
   margin: 5em auto 11em;
	position: relative;
}
.f-y {
    font-family: yu-gothic-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.f-f {
    font-family: futura-pt, sans-serif!important;
    font-weight: 400;
    font-style: normal;
}
#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;}
section {
   margin: 7em auto 10em;
}
.under_ {
	margin: -5em auto 6em;
}
.lead {
	width: 100%;
    padding: 5em;
    font-size: 1.4rem;
    font-family: yu-gothic-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
	text-align: center;
}
.title_ {
    width: 160px !important;
    margin: 2em auto 8em;
    display: block;
}
/*///*/
.menu_ {
    width: 100%;
    margin: 0 auto 6em;
}
.menu_inner {
	width: 420px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.menu_inner a {
	text-decoration: none;
}
.menu_cate {
	width: 160px;
    display: block;
    margin: 0em auto 2em;
}
.menu_btn {
	width: calc(100% / 2);
    margin: 0em auto;
    padding: 0 10%;
}
/*///*/
.item_Img {
	width: 55%;
    position: relative;
    display: inline-block;
    margin: 0 auto 3em;
}
.no_1 {
	width: 120px !important;
        position: absolute;
        top: -7%;
        left: 25%;
        animation: 12s linear infinite rotation1;
}
.no_2 {
	width: 120px !important;
        position: absolute;
        top: -7%;
        right: 27%;
	animation: 12s linear infinite rotation1;
}
.no_3 {
	width: 120px!important;
        position: absolute;
        top: -8%;
        left: 27%;
        animation: 12s linear infinite rotation1;
}
.no_4 {
	 width: 120px !important;
         position: absolute;
         top: -7%;
         left: 47%;
         animation: 12s linear infinite rotation1;
}
.no_5 {
         width: 120px !important;
         position: absolute;
          top: -6%;
         left: 28%;
         animation: 12s linear infinite rotation1;
}
@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}
.comment_ {
    font-size: 1.3rem;
	line-height: 2.0;
	margin: 2em 0 4em;
}
.item_Text {
	width: 36%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.m-r {margin-right: 8%;}
/*///*/
.crdit {margin-bottom: 15px;}
.pr_ {font-size: 110%;}
/*////*/
.button_crdit {
	width: 70%;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.7;
	font-size: 1.2rem;
}
.button_ {
    width: 85px;
    height: 39px;
    border: solid 2px #222;
    background: #ffffff00;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    display: inline-block;
    color: #222;
    line-height: 2.6;
    text-decoration: none;
    font-size: 1.4rem;
    letter-spacing: 1px;
    font-family: futura-pt, sans-serif;
}
.button_:hover{
    background: #222;
	border: solid 2px #222;
	color: #fff !important; 
	transition : .3s;
}
/*////*/
.button_all {
    width: 400px;
    height: 51px;
    border: solid 2px #4b4b4b;
    background: #4b4b4b;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    display: block;
    color: #fff;
    line-height: 50px;
    font-size: 1.3rem;
    letter-spacing: 1px;
    font-weight: 400;
    text-decoration: none;
    margin: 0 auto;
}
.button_all:hover{
    background: #fff;
	border: solid 2px #4b4b4b;
	color: #4b4b4b !important; 
	transition : .3s;
}
/*///*/
.button_link {
	width: 84%;
	margin: 0 auto;
	display: block;
}
/*////*/
.fade {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.5s, transform 1s;
}
.fade.active {
	opacity: 1;
	transform: translateY(0px);
}