@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;
}
.bnr_ {
	width: 900px;
	margin: 0 auto;
}
section {
	width: 840px;
   margin: 7em auto 10em;
	position: relative;
}
.top__ {
    display: block;
    width: 900px;
    margin: 0 auto 4em;
}
.lead {
    font-size: 1.4rem;
    margin: 4em auto 6em;
    text-align: center;
}
h3{
    color: #111;
    font-size: 2.2rem;
    text-align: center;
    margin: 0 0 1em;
    letter-spacing: 1px;
    font-weight: 400;
}
h3 span {
    background: linear-gradient(transparent 53%, #9152bc5e 30%);
    font-family: futura-pt, sans-serif;
    padding: 0 1%;
}
.green {background:linear-gradient(transparent 53%, #03cb80a8 30%)!important;}
.yellow {background: linear-gradient(transparent 53%, #f7d91cb5 30%)!important;}
.f-y {
    font-family: yu-gothic-pr6n, sans-serif !important;
    font-weight: 400;
    font-style: normal;
}
.f-f {
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
}
/*///*/
.menu_ {
    width: 600px;
    margin: 0 auto 6em;
    padding: 3em 0 2em;
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
	position: relative;
}
.menu_inner {
	width: 72%;
    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% / 3);
    margin: 0em auto;
    padding: 0 5%;
}
.cate_ {
    width: 150px;
    margin: 0px auto;
    position: absolute;
    left: 39.5%;
    top: -5%;
}
/*///*/
.item_Area {
	width: 54%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7%;
}
.item_Area img {
	width: 88% !important;
    margin: 0 auto;
    display: block;
	position: relative;
}
/*///*/
.crditArea_ {
	width: 100%;
    margin: 0 auto;
    padding: 0% 0% 20%;
}
.img_area {
	display: block;
    margin: 0 0 3em;
}
.text_area {
	display: inline-block;
    width: 38%;
    font-size: 1.2rem;
    vertical-align: middle;
}
/*///*/
.comment_ {
	display: block;
    margin: 4em auto 3em;
    font-size: 1.3rem;
}
/*///*/
.img-c img {
	width: 100%;
	-webkit-backface-visibility: hidden;
}
/*////*/
.crdit {
    margin-bottom: 15px;
}
.button_crdit {
	width: 70%;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.8;
    font-size: 1.1rem;
    font-family: yu-gothic-pr6n, sans-serif;
}
.button_ {
    width: 86px;
    height: 40px;
    border: solid 2px #222;
    background: #fff;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    display: inline-block;
    color: #222;
    line-height: 2.6;
    text-decoration: none;
    font-family: futura-pt, sans-serif;
    font-size: 1.4rem;
}
.button_:hover{
    background: #222;
	border: solid 2px #222;
	color: #fff !important; 
	transition : .3s;
}
/*////*/
.button_p {
    width: 86px;
    height: 40px;
    border: solid 2px #9152bd;
    background: #9152bd;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    line-height: 2.6;
    text-decoration: none;
    font-family: futura-pt, sans-serif;
    font-size: 1.4rem;
}
.button_p:hover{
    background: #fff;
	border: solid 2px #9152bd;
	color: #9152bd !important; 
	transition : .3s;
}
.button_y {
    width: 86px;
    height: 40px;
    border: solid 2px #f8d91d;
    background: #f8d91d;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    line-height: 2.6;
    text-decoration: none;
    font-family: futura-pt, sans-serif;
    font-size: 1.4rem;
}
.button_y:hover{
    background: #fff;
	border: solid 2px #f8d91d;
	color: #f8d91d !important; 
	transition : .3s;
}
.button_g {
    width: 86px;
    height: 40px;
    border: solid 2px #01cb81;
    background: #01cb81;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    line-height: 2.6;
    text-decoration: none;
    font-family: futura-pt, sans-serif;
    font-size: 1.4rem;
}
.button_g:hover{
    background: #fff;
	border: solid 2px #01cb81;
	color: #01cb81 !important; 
	transition : .3s;
}
/*////*/
.button_all {
    width: 380px;
    height: 52px;
    border: solid 2px #111;
    background: #111;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    display: block;
    margin: 2em auto 0;
    color: #fff;
    line-height: 51px;
    font-size: 1.3rem;
    letter-spacing: 1px;
    font-weight: 400;
    text-decoration: none;
}
.button_all:hover{
    background: #fff;
	border: solid 2px #111;
	color: #111 !important; 
	transition : .3s;
}
/*///*/
.button_link {
	width: 84%;
	margin: 0 auto;
	display: block;
}
/*////*/
.itemListArea {
	margin: 5em 0 0;
}
.itemList {
	width: 100%;
}
.itemList li {
	width: 24.5%;
    display: inline-block;
    vertical-align: top;
    padding: 2% 1%;
}
.itemList li p {
	margin: 1em 0 0 0;
}
.itemList li a {
	text-decoration: none;
    font-size: 1.2rem;
    line-height: 1.8;  
}
/*////*/
.fade {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.5s, transform 1s;
}
.fade.active {
	opacity: 1;
	transform: translateY(0px);
}