@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;
}
.lead {
   width: 900px;
    font-size: 1.3rem;
    margin: 4em auto;
    text-align: center;
}
section {
	width: 840px;
    margin: 7em auto 11em;
	font-size: 1.2rem;
}
.bnr_ {
	width: 900px;
	margin: 0 auto;
}
.f-n {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 400;
    font-style: normal;
}
/*///*/
.category_img {
	display: block;
	margin: 0 auto 3em;
	width: 100%;
}
.menu_ {
    width: 780px;
    margin: 0 auto;
}
.menu_inner {
    margin: 0em auto;
    display: flex;
    flex-wrap: wrap;
}
.menu_inner a {
	text-decoration: none;
}
.menu_cate {
	width: 49%;
    display: inline-block;
    margin: 3em auto 2em;
}
.menu_cate img {
	width: 40%;
    display: block;
    margin: 0 auto;
}
.menu_btn {
	width: 16%;
    margin: 0em auto;
}
/*///*/
.code_tab_area {
	border-top: solid 3px #111;
    border-bottom: solid 3px #111;
    width: 100%;
    margin: 0 0 6em;
}
.code_tab {
    width: 410px;
    margin: 0 auto 4em;
	position: relative;
}
.code_tab_inner {
    margin: 2em auto;
	display: flex;
    flex-wrap: wrap;
}
.code_tab_inner div {
	width: calc(100% / 2);
    margin: 0em auto;
    padding: 0 3em;
}
.yajirushi_ {
	position: absolute;
    top: 43%;
    left: 36%;
    width: 26%;
}
.title_img {
	width: 360px;
    margin: 3em auto 0em;
    display: block;
}
/*///*/
.br_ {
	color: #858585;
}
.look_img {
	display: block;
	margin: 0 auto 3em;
	width: 60%;
}
/*///*/
.slick-prev,.slick-next {display: none !important;}
.slick-dots {bottom: -20px;}
.slider_Area {
	width: 52%;
    margin: 0 8% 0 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.item_no {
	position: absolute;
    left: -9%;
    top: -2%;
    width: 50%;
    z-index: 2;
}
.item_Area {
	width: 82%;
	margin: 2em auto 0em;
	position: relative;
}
.crditArea_ {
	width: 90%;
    margin: 0 auto;
    padding: 0% 0% 20%;
}
.crdit {
    margin-bottom: 15px;
}
.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: 0em auto 4em;
    font-size: 1.2rem;
}
/*///*/
.img-c img {
	width: 100%;
	-webkit-backface-visibility: hidden;
}
/*////*/
.button_crdit {
	width: 70%;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.8;
}
.button_ {
    width: 86px;
    height: 38px;
    border: solid 1px #111;
    background: #fff;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    display: inline-block;
}
.eff {
    text-decoration: none;
    line-height: 38px;
    color: #111 !important;
    font-size: 1.3rem;
    letter-spacing: 1px;
    font-weight: 400;
}
.button_:hover{
    background: #111;
	border: solid 2px #111;
	color: #fff !important; 
	transition : .3s;
}
.eff:hover {
    color: #fff !important;
    background: #111;
}
/*///*/
.button_main {
    width: 86px;
    height: 38px;
    border: solid 1px #111;
    background: #111;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    display: inline-block;
}
.eff2 {
    text-decoration: none;
    line-height: 38px;
    color: #fff !important;
    font-size: 1.3rem;
    letter-spacing: 1px;
    font-weight: 400;
}
.button_main:hover{
    background: #111;
	border: solid 2px #111;
	color: #fff !important; 
	transition : .3s;
}
.eff2:hover {
    color: #fff !important;
    background: #111;
}