@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;
}
.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%, #4d70dba6 30%);
    font-family: futura-pt, sans-serif;
    padding: 0 1%;
}
.green {background:linear-gradient(transparent 53%, #9cdc4a 30%)!important;}
.pink {background: linear-gradient(transparent 53%, #eb8ba6 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: 2px solid #111;
    border-bottom: 2px 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;
}
.obi {
    width: 451px;
    height: 338px;
    position: absolute;
    top: 41%;
    z-index: 0;
}
.c-b {background: #4d70db;}
.c-g {background: #9cdc4a;}
.c-p {background: #eb8ba6;}
.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;
}
.button_ {
    width: 86px;
    height: 43px;
    border: solid 2px #222;
    background: #fff;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    display: inline-block;
    color: #222;
    line-height: 2.9;
    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_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);
}