@charset "Shift_JIS";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
#mainArea{
    margin: 0 auto;
    width: 768px;
    font-size: 100%;
    line-height: 2.2rem;
    font-family: 'Roboto','Noto Sans Japanese';

}
h1{
    text-align:center;
}
h2{
    text-align:center;
    margin:8% 0 0 0;
    font-size:5rem;
    font-family:"Times New Roman";
    font-weight:bold;
}
h2 span{
    text-align: center;
    margin: 2% 0 0 0;
    font-size: 1.8rem;
    display: block;
}
h3{
    font-size: 12px;
    text-align: center;
    margin: 3% auto 5% 0;
    line-height: 2;
}
h3{
    font-size: 12px;
    text-align: center;
    margin: 5% auto 10% 0;
    line-height: 2;
}
.shopN{
    font-size: 1.2rem;
    margin: 3% auto;
    font-weight: bold;
}
.staffN{
    font-size: 1.5rem;
    font-weight: bold;
}
.staffN span{
    font-size: 1.1rem;
    margin: 0;
    font-weight: normal;
}
.itemRec{
    font-size: 1.4rem;
    display: inline-block;
    width: 768px;
    margin:3% 0 5%;
}
.itemRec ul li{
    float: left;
    width: 50%;
    margin: 0 4% 0 0;

}
.itemRec ul li.last-child{
    margin: 15% 0 0 0;
    width: 44%;
    vertical-align: middle;
}
.itemName{
    font-size: 1.8rem;
    line-height: 3.0rem;
    margin: 2% 0 6%;
    font-weight: bold;
}
.itemCap{
    font-size: 1.2rem;
    margin: 0;
    line-height: 2.2rem;
}
.itemSpec{
    font-size: 1.1rem;
    padding: 2.5% 0 10%;
    line-height: 1.6rem;
}
.brandName{
    font-size: 1.2rem;
    line-height: 2rem;
}
.icon p.shopN{
    font-size: 1.6rem;
    font-weight: bold;
}
.icon p.staffN{
    font-size: 2.2rem;
    font-weight: bold;
}
.icon p.staffN span{
    margin: 0;
    font-size: 1.2rem;
    font-weight: normal;
}
.catchP{
    clear: both;
}

.btnArea a{
    border: 1px solid #000;
    color: #000;
    text-align: center;
    padding: 3% 36%;
    margin: 0;
    transition: all .3s;
    display: inline-block;
    text-decoration: none;
}

.btnArea a:hover {
  color: #fff !important;
  background-color: #000000;
}
.allbtnArea{
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.allbtnArea a{
    border: 1px solid #000;
    color: #fff;
    text-align: center;
    padding: 2% 0;
    margin: 50px auto;
    transition: all .3s;
    display: inline-block;
    text-decoration: none;
    background-color: #000000;
    width: 100%;
}

.allbtnArea a:hover {
  color: #000 !important;
  background-color: #fff;
  boder:2px solid #000;
}
ul.bxslider li.sliderimg{
    width: 100%;
}
.instaArea{
    background: #fcfcfc;
    text-align: center;
    padding: 5% 0;
    margin: 0 0 15% 0;
}
.instaArea ul li{
    display: inline-block;
    margin: 0 2% 2% 0;
}
.more{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration:none;
}
.more a{
    border-bottom: 3px solid #000;
    padding: 0 0 1px 0;
    color: #000;
    text-decoration:none;
}
.more a:hover{
    background: #000;
    padding: 0 0 1px 0;
    color: #fff !important;
    text-decoration:none;
}
.instaArea p{
    margin: 1% auto 3%;
}
.btnText{
    font-size: 18px;
    font-weight: bold;
}
.no-margin{
    margin: 0;
}
.moreItem{
    margin-bottom: 10%;
}
.moreItem h3{
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    /*border-bottom: 1px solid;*/
    margin: 20px 0 8px 0;
}
.moreItem span{
    display: block;
    color: #000;
    text-align: center;
    margin: 5% 0 0 0;
}
.moreItem div{
    width: 30%;
    display: inline-block;
    margin-right: 2%;
}
.moreItem div a{
   text-decoration: none;
    color: #000;
    font-size: 1.1rem;
    line-height: 1.6rem;
}
.moreItem div a:hover{
   text-decoration: underline;
   color: #000;
}
.fade-up {
  transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -o-transition: transform 0.5s;
}
.margin{
    margin-right: 2% !important;
}
.brandSpec{
    font-size: 1.2rem;
    margin: 5% 0;
    padding: 4%;
    line-height: 2rem;
    background: #fcfcfc;
    font-family: 'Roboto','Noto Sans Japanese';
}
.brandSpec span{
    font-size: 1.5rem;
    margin: 0% 0 2% 0;
    line-height: 1.8rem;
    font-family: 'Roboto','Noto Sans Japanese';
    display: block;
}
.catchT{
    font-family:"Times New Roman";
    font-weight:bold;
    font-size:5rem;
    position: relative;
    padding:0 0 10% 0;
    text-align:center;
}
.catchT span{
    font-size: 1.5rem;
    display: block;
    margin: 4% 0 0 0;
    font-style: italic;
}
.catchT:after{
    position: absolute;
    top: 45px;
    left: 50%;
    content: "";
    width: 40px;
    height: 1px;
    background-color: #000;
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.number{
    text-align: center;
    font-size: 1.5rem;
    margin: 0 0 3% 0;
}