#mainArea{
    margin: 0 auto;
    font-size: 100%;
    line-height: 2.2rem;
    color: #333333;
}
a{
    text-decoration: none;
    color: #333333;
}
.title img{
    text-align:center;
    width: 100VW;
}
.ma{
    margin: 0 7% 0 5%;
}
.ma2{
    margin: 0 10% 0 5%;
}
.leadNumber{
    font-size: 4.5rem;
    margin: 4% auto;
    font-family: 'EB Garamond', serif;
    border-bottom: 1px solid #333333;
    display: inline-block;
    padding: 5% 0;
}
.leadComment{
    line-height: 1.8;
    font-size: 2.0rem;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: rotate(.03deg);
}
.staffN span{
    font-size: 1.1rem;
    margin: 0;
    font-weight: normal;
    display: block;
}
.staffArea {
    width: 100%;
    text-align: center;
}
.staffRec{
    font-size: 1.4rem;
    display: block;
    padding-top: 50px;
    width: 1100px;
    margin: 0 auto 10%;
}
.staffRec .model{
    width: 53%;
    display: inline-block;
    position: relative;
    z-index: 100;
}
.staffRec .model::after{
    position: absolute;
    content: "";
    top: 0;
    width: 550px;
    height: 550px;
    margin: 320px -60px;
    z-index: -9999;
    background: rgb(231, 231, 231);
    left: 0;
}
.staffRec .comment_{
    width: 30%;
    display: inline-block;
    vertical-align: top;
    padding: 150px 0 0 0;
}
.recArea{
    width: 100%;
    background: rgb(231, 231, 231);
    position: relative;
    height: 400px;
    margin: 5% 0 0 0;
}
.recPhoto{
    margin: 0 auto;
    padding: 2%;
    text-align: center;
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 1100px;
}
.recPhoto li.itemTtl{
    display: inline-block;
    width: 45%;
    margin: 3% 5% 0 5%;
    vertical-align: top;
}
.recPhoto li.itemImg{
    margin: 2% 0 0 0;
    display: inline-block;
}
.itemName{
    padding: 0 0 0 20px;
    border-left: 10px solid #333333;
    font-size: 2.0rem;
}
.itemName span{
    font-size: 1.2rem;
    display: block;
    margin: 3% 0 0 0;
}
.itemCap{
    font-size: 1.2rem;
    margin: 10% 0;
    line-height: 2.4rem;
}
.itemSpec span{
    font-size: 1.2rem;
    display: block;
    margin: 5% 0 0 0;
}
.itemSpecTtl{
    font-size: 2.0rem;
    font-family: 'EB Garamond', serif;
    border-bottom: 1px solid #333333;
    margin: 15% 0 2%;
    padding: 0 0 2% 0;
}
.brandName{
    font-size: 1.2rem;
    line-height: 2rem;
}
.btnArea a{
    border: 1px solid #333333;
    color: #333333;
    text-align: center;
    padding: 3% 35%;
    font-size: 1.8rem;
    margin: 0;
    transition: all .3s;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    font-family: 'EB Garamond', serif;
}
.btnArea a:hover {
  color: #fff !important;
  background-color: #333333;
}
.allBtnArea{
    margin: 0 auto 7%;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    padding: 5% 0;
    text-align: center;
}
.allBtnArea a{
    color: #ffffff;
    text-align: center;
    padding: 2% 0;
    font-size: 1.8rem;
    margin: 0;
    transition: all .3s;
    display: inline-block;
    text-decoration: none;
    width: 1100px;
    font-family: 'EB Garamond', serif;
    background: #333333;
}
.allBtnArea a:hover {
    border: 1px solid #333333;
    color: #333333 !important;
    background-color: #ffffff;
}