#mainArea{
    margin: 0 auto;
    font-size: 100%;
    line-height: 2.2rem;
}
h1.title img{
    text-align:center;
    width: 100VW;
}
.ma_7{
    margin: 0 7% 0 0;
}
.ma_15{
    margin: 0 0 0 15%;
}
.bg_1{
    background: rgba(255,189,162,.2);
}
.bg_2{
    background: rgba(187, 143,197,.2);
}
.bg_3{
    background: rgba(229,193,115,.2);
}
.bo_1{
    border-bottom: 6px rgba(255,189,162,.2) dotted;
}
.bo_2{
    border-bottom: 6px rgba(187,143,197,.2) dotted;
}
.bo_3{
    border-bottom: 6px rgba(229,193,115,.2) dotted;
}
.ancorArea{ 
    text-align: center;
    margin: 10% auto;
}
.ancorArea h3{
    margin: 0 0 2% 0;
    font-size: 5rem;
}
.ancorArea ul{
    margin: 5% auto;
    width: 1100px;
}
.ancorArea ul li{
    width: 22%;
    display: inline-block;
}
.shopN{
    font-size: 1.5rem;
    margin: 4% auto;
}
.staffN{
    font-size: 1.8rem;
    font-weight: bold;
}
.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: 150px;
    width: 1100px;
    margin: 0 auto;
}
.staffRec .movie_{
    width: 35%;
    margin: 0 4% 0 0;
    display: inline-block;
    position: relative;
    z-index: 100;
}
.staffRec .movie_2{
    width: 35%;
    margin: 0 4% 0 0;
    display: inline-block;
    position: relative;
    z-index: 100;
}
.staffRec .movie_3{
    width: 35%;
    margin: 0 4% 0 0;
    display: inline-block;
    position: relative;
    z-index: 100;
}
.staffRec .movie_::after{
    position: absolute;
    content: "";
    top: 0;
    width: 440px;
    height: 720px;
    margin: 60px;
    z-index: -9999;
    background: rgba(255, 189, 162, 0.2);
}
.staffRec .movie_2::after{
    position: absolute;
    content: "";
    top: 0;
    width: 440px;
    height: 720px;
    margin: 60px;
    z-index: -9999;
    background: rgba(187,143,197,.2);
}
.staffRec .movie_3::after{
    position: absolute;
    content: "";
    top: 0;
    width: 440px;
    height: 720px;
    margin: 60px;
    z-index: -9999;
    background: rgba(229,193,115,.2);
}
.staffRec .comment_{
    width: 45%;
    display: inline-block;
    vertical-align: top;
}
.staffPhoto{
    width: 1100px;
    margin: 0 auto;
    padding: 2%;
}
.staffPhoto li.icon{
    display: inline-block;
    width: 20%;
    margin: 0 5% 0 0;
    vertical-align: middle;
}
.staffPhoto li.icon:last-child{
    margin: 0;
    text-align: left;
}
.itemName{
    font-size: 2.5rem;
    line-height: 3.8rem;
    margin: 4% 0 4%;
    font-weight: bold;
    padding: 3% 0;
}
.itemCap{
    font-size: 1.5rem;
    margin: 0;
    line-height: 2.8rem;
}
.itemSpec{
    font-size: 1.1rem;
    padding: 2.5% 0 6%;
    line-height: 1.6rem;
}
.brandName{
    font-size: 1.2rem;
    line-height: 2rem;
}
.catchP{
    clear: both;
    font-family: 'Dancing Script', cursive;
    font-size: 4.0rem;
    -webkit-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
    display: block;
    margin: 9% auto;
    color:#cd5b6d;
}

.btnArea a{
    border: 1px solid #000;
    color: #000;
    text-align: center;
    padding: 3% 39%;
    margin: 0;
    transition: all .3s;
    display: inline-block;
    text-decoration: none;
    width: 100%;
}

.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: #000;
    text-align: center;
    padding: 2% 200px;
    margin: 50px auto;
    transition: all .3s;
    display: inline-block;
    text-decoration: none;
}

.allbtnArea a:hover {
  color: #fff !important;
  background-color: #000000;
}
ul.bxslider li.sliderimg{
    width: 100%;
}
.instaArea{
    text-align: center;
    padding: 5% 0;
    margin: 13% 0;
    border-top: 1px solid #eeeeee;
}
.instaArea ul li{
    display: inline-block;
    margin: 0 2% 2% 0;
}
.more{
    font-size: 2rem;
    text-decoration:none;
}
.more a{
    border-bottom: 2px solid #000;
    padding: 0 0 10px 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: 10% 0;
}
.moreItem h3{
    margin: 20px 0 15px 0;
    font-size: 1.5rem;
}
.moreItem span{
    display: block;
    color: #000;
    text-align: center;
    margin: 5% 0 0 0;
}
.moreItem div{
    width: 31.5%;
    display: inline-block;
    margin:0 2% 5% 0;
    vertical-align: top;
}
.moreItem div:nth-of-type(3){
    margin: 0;
}
.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;
}
.instagram{
    margin: 50px 0 10px 0;
    font-size: 3rem;
 }
 .instagram i{
    margin: 0 1% 0 0 ;
 }
.archiveArea{
    background: #f2f2f2;
    padding: 5% 0;
    text-align: center;
}
.archive {
    width: 155px;
    overflow: hidden;
    margin: 10px 8px;
    position: relative;
    display: inline-block;

}
.archive .caption {
    font-size: 1rem;
    color: #fff;
    padding-top: 70px;
    font-weight: bold;
}
.archiveArea h3{
    font-size: 2.4rem;
    padding: 0 0 2% 0;
    font-weight: bold;
}
.archiveArea h3 span{
        font-size: 1.2rem;
    display: block;
    margin: 1% auto;
    font-weight: normal;

}