@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 !important;
    font-weight: 400;
    font-style: normal;
	 font-size: 1.2rem;
}
#mainArea div{font-family: noto-sans-cjk-jp, sans-serif !important;}
#mainArea p{font-family: noto-sans-cjk-jp, sans-serif !important;}
.bnr_ {
	width: 900px;
	margin: 0 auto;
}
.f-n {
    font-family: noto-sans-cjk-jp, sans-serif !important;
    font-weight: 400;
    font-style: normal;
}
.f-f {
    font-family: futura-pt, sans-serif;
	font-weight: 400;
    font-style: normal;
}
.m-10 {margin-bottom: 10px!important;}
.m-15 {margin-bottom: 15px!important;}
.mb-0 {margin-bottom: 0px!important;}
.m-t {margin-top: -8em!important;}
.center {text-align: center;}
section {
	width: 840px;
   margin: 6em auto 7em;
	position: relative;
}
.lead {
    font-size: 1.3rem;
    margin: 5em auto;
    text-align: center;
}
/*///*/
.menu_ {
    margin: 0 auto 3em;
}
.menu_inner {
    width: 350px;
    margin: 0 auto;
}
.menu_btn {
    font-family: futura-pt, sans-serif;
    font-weight: 800;
    font-size: 3.5rem;
    text-decoration: none;
    display: inline;
}
.menu_btn:nth-child(odd){
	margin: 0 19% 0 0;
}
.menu_btn img {
	width: 20px;
	vertical-align: baseline;
}
.sticky-container {
}
.sticky {
    position: sticky;
    top: 0;
    width: 30px;
    z-index: 3;
}
/*///*/
.title_ {
	width: 200px;
    margin: 0 auto 1em;
}
.bx-prev,.bx-next {display: none;}
.bx-wrapper {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: none!important;
}
.bx-wrapper {
    margin-bottom: 3em!important;
}
.item_Area {
	width: 51%;
    display: inline-block;
    vertical-align: middle;
}
.m-r {margin-right: 8%;}
.crdit {
    margin-bottom: 15px;
}
.button_crdit {
	width: 74%;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.8;
    font-size: 95%;
}
.button_crdit span{
	background: #222;
    color: #fff;
    padding: 0 2px;
}
.button_ {
    width: 76px;
    height: 37px;
    border: solid 2px #222;
    background: #fff0;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    display: inline-block;
    color: #222;
    line-height: 2.5;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 500;
    font-family: futura-pt, sans-serif;
}
.button_:hover{
    background: #222;
	border: solid 2px #222;
	color: #fff !important; 
	transition : .3s;
}
.button_main {
    width: 76px;
    height: 37px;
    border: solid 2px #222;
    background: #222;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    line-height: 2.5;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 500;
    font-family: futura-pt, sans-serif;
}
.button_main:hover{
    background: #fff0;
	border: solid 2px #222;
	color: #222 !important; 
	transition : .3s;
}
/*////*/
.button_all {
    width: 460px;
    height: 52px;
    border: solid 2px #111;
    background: #111;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    display: block;
    margin: 0 auto 7em;
    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;
}
.img_area {
	display: block;
    margin: 0 0 3em;
}
.text_area {
	width: 37%;
    display: inline-block;
    vertical-align: middle;
}
/*///*/
.comment_ {
    margin: 0 auto 4em
}
/*////*/
.fade {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.5s, transform 1s;
}
.fade.active {
	opacity: 1;
	transform: translateY(0px);
}