@charset "UTF-8";
#beltbnr {
 display: none;
}
.h_bar{
  display: none;
}
#mainArea{
  width: 900px;
  letter-spacing: 0;
  line-height: 2;
  overflow: hidden;
  margin: 0 auto;
}
.lead {
   width: 80%;
    font-size: 1.3rem;
    margin: 8% auto 10%;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
}
section{
  margin: 13em auto;
}
.blc {
  display: block;
}
.in-blc{
  display: inline-block;
}
.left{
  text-align: left;
}
.center{
  text-align: center;
}
.f-11 {
  font-size: 1.1rem;
}
.f-12 {
  font-size: 1.2rem;
}
.f-n {
	font-family: 'Noto Sans JP', sans-serif;
}
/*//what-title//*/
.main-img-what {
	display: inline-block;
    width: 52%;
    margin-right: 7%;
    vertical-align: middle;
}
.what-title__ {
	width: 40%;
    display: inline-block;
    vertical-align: middle;
}
.what-title {
	position: relative;
    
}
.what-title::before {
   content:"";
   display: block;
   width: 100%;
   height: 1px;
   background-color: #111;
   position: absolute;
   top: 0;
}
.what-title::after {
   content:"";
   display: block;
   width: 100%;
   height: 1px;
   background-color: #111;
   position: absolute;
   bottom: 0;
}
.what-area {
	padding: 9% 0;
	background: #fffef4;
}
.what-area-child {
	width: 82%;
	margin: 0 auto;
}
.what-img {
	display: block;
    margin: 0% auto 3%;
    padding: 5% 0 0;
}
h4 {
	font-size: 1.4rem;
	text-align: center;
	font-weight: 600;
	line-height: 1.6;
	padding-bottom: 3%;
	font-family: 'Noto Sans JP', sans-serif;
}
/*//what-title//*/
h3 {
	font-size: 1.6rem;
	text-align: center;
	font-weight: 600;
	line-height: 1.6;
	font-family: 'Noto Sans JP', sans-serif;
}
.model {
	width: 60px;
	margin: 0% auto 3%;
}
.item-img  {
	width: 450px;
	margin: 0% auto 5%;
}
.itemarea {
	width: 86%;
	margin: 0% auto;
}
.m-r {
	margin-right: 7% !important;
}
.slide-area-tate {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}
.text-area {
	width: 42%;
	display: inline-block;
	vertical-align: middle;
}
.credit_area {
	color: #fff;
	position: relative;
}
.back-color {
	width: 100%;
	position: absolute;
	background: #fffef4;
	z-index: -1;
    top: 155px;
}
.slide-area-yoko {
	width: 52%;
	margin-left: 6%;
}
.item-name-img {
	display: inline-block;
    width: 22px;
    position: absolute;
    right: 335px;
    top: 0px;
}
.credit__text {
	position: absolute;
	width: 30%;
}
.main-img {
    margin: 5% auto 10%;
}
.caption_ {
    margin: 11% auto 0%;
}
/*///*/
.crdit {
    display: inline-block;
    width: 74%;
    vertical-align: middle;
    font-size: 1.1rem;
    line-height: 1.8;
}
.crdit p {
    margin-bottom: 3px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb30 {
	margin-bottom: 30px;
}
.img-c img {
	width: 100%;
	-webkit-backface-visibility: hidden;
}
/*////*/
.button_crdit {
	width: 70%;
	display: inline-block;
	vertical-align: middle;
	color: #111;
}
.button_ {
    width: 70px;
    height: 33px;
    border: solid 1px #111;
    background: #ffffff;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
}
.eff {
  text-decoration: none;
	line-height: 33px;
	color: #111 !important;
	font-size: 1.1rem;
	font-weight: 400;
	letter-spacing: 2px;
	font-family: 'Noto Sans JP', sans-serif;
}
.button_:hover{
    background: #111;
	border: solid 1px #111;
	color: #fff !important; 
	transition : .3s;
}
.eff:hover {
    color: #fff !important;
    background: #111;
}
/*////*/
.btn_all_ {
    width: 80%;
    line-height: 4.2;
    display: block;
    vertical-align: middle;
    margin: 0% auto 10%;
}
.btn_all_ a {
	width: 100%;
   border: 3px solid #111;
    color: #111;
    background-color: #fff;
    text-align: center;
    padding: 0px;
    font-size: 1.3rem;
	letter-spacing: 1px;
	font-weight: 600;
    transition: all 0.3s ease 0s;
    display: inline-block;
    text-decoration: none;
}
.btn_all_ a:hover {
    color: #fff !important;
    background-color: #111;
    border: 1px solid #111;
}

