@charset "UTF-8";
/* 陰影 */
.shadowbox2{
    -webkit-box-shadow: 0px 2px 9px 1px rgba(115,115,115,0.3);
    -moz-box-shadow: 0px 2px 9px 1px rgba(115,115,115,0.3);
    box-shadow: 0px 2px 9px 1px rgba(115,115,115,0.3);
}
.shadowbox2 img{
    background: #efefef;
    padding:5px;
}
/* 第一組 */
.int_bg{
    float:left;
    width:100%;
    height:360px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}
/* 麵包屑 */
.crumbs_shadow{
    -webkit-box-shadow: 0px 2px 8px 0px rgba(207,207,207,0.7);
    -moz-box-shadow: 0px 2px 8px 0px rgba(207,207,207,0.7);
    box-shadow: 0px 2px 8px 0px rgba(207,207,207,0.7);
    position: relative;
    z-index:2;
}
.crumbs{
    float:left;
    width:100%;
    height:34px;
    font-size:12px;
    color:#d6a6b1;
    line-height: 31px;
    position: relative;
    z-index:300;
    margin-top:92px;
}
.crumbs a{
    color:#404040;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
.crumbs a:hover{
    color: #bc8390;
}
.crumbs span:before{
    content: "/";
    display: inline-block;
    font-size : 10px;
    -webkit-transform : scale(0.75);
    -o-transform : scale(1); 
    margin:0 10px 0 8px;
    color:#404040;
}
.crumbs span:first-child:before{
    content: "";
    margin:0 0;
}
.pagenumber{
    position: absolute;
    z-index: 250;
    margin-top:0;
    margin-bottom:0px;
    text-align: right;
    bottom:0px;
    right:50px;
}
.pagenumber a{
    color:#c47b8c;
    margin-right:6px;
    padding:0px 8px;
    width:25px!important;
    height:25px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    text-decoration: none;
    font-size: 16px!important;
    border-radius: 25px;
}
.pagenumber_focus{
    color:#fff!important;
    margin-right:20px;
    background: #c47b8c;
    padding:0px 8px;
    width:25px!important;
    height:25px;
    border-radius: 25px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
}
.introduction_bg{
    margin-top:60px;
    margin-bottom:250px;
}
.brand_title{
    margin-top:35px;
}
.ltems{
    margin-top:5px;
    font-size: 12px;
    color:#404040;
    margin-bottom:22px;
}
.ltems span:first-child{
    margin-right:20px;
}
.ltems span abbr:nth-child(2) {
    color:#c47b8c;
    margin-left:3px;
}
.slidebar{
    width:235px;
    height:100%;
    float:left;
    position: relative;
    z-index: 3;
    border:1px solid #e5e5e5;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(230,230,230,1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(230,230,230,1);
    box-shadow: 0px 0px 5px 1px rgba(230,230,230,1);
}
.slidebar_title {
    float:left;
    width:100%;
    height:50px;
    line-height: 50px;
    background: #f6f6f6;
    padding:0 0 0 14px;
    letter-spacing: 1px;
    font-size: 13.5px;
}
.slidebar_title span {
    width:22px;
    float:right;
    height:22px;
    background-image: url(../images/products_list/kine_01.png); 
    background-position: center center;
    background-size: 22px 17px;
    background-repeat: no-repeat;
    display: inline-block;
    margin:5px 10px 0 0;
    position: relative;
    top:8px;
}
.slidebar_line {
    float:left;
    width:100%;
    height:11px;
    background-image: url(../images/products_list/kind_line.png); 
    background-position: center center;
    background-size: 100% 11px;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    top:-1px;
}
.slidebar_cont {
    float:left;
    width:100%;
    height:100%;
    line-height: 20px;
    background: #fff;
    color:#404040;
    font-size: 12px;
    padding:10px 14px 20px 14px;
    overflow-y: scroll;
    max-height:200px;
}
/*div::scroolbars*/
div::-webkit-scrollbar {
    width: 5px;
}
div::-webkit-scrollbar-track {
     border-radius: 2px;
}
div::-webkit-scrollbar-thumb {
     border-radius: 2px;
     background: #ccc;
}
.slidebar_cont p{
    margin-bottom:30px;
    float:left;
    width:100%;
}
.slidebar_cont p:last-child{
    margin-bottom:0px;
}
.slidebar_cont span {
    float:left;
    width:100%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.slidebar_cont span.mth_title {
    letter-spacing: 0.5px;
    font-weight: bold;
}
.slidebar_cont span.mth_title:before {
    content: "．";;
    color:#d6a6b1;
    font-size:14px;
}
.slidebar_cont span.mth_title:after {
    content: "∨";
    color:#404040;
    font-size:12px;
    font-weight: 100;
    margin-left:5px;
    position: relative;
    top:-1px;
}
.slidebar_cont span.mth_cont {
    margin-top:14px;
    padding-left:12px;
}
.slidebar_cont span.mth_cont abbr {
    float:left;
    width:100%;
    letter-spacing: 0.5px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.slidebar_cont span.mth_cont a {
    float:left;
    width:100%;
    letter-spacing: 0.5px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    color:#404040;
}
.slidebar_cont i {
    font-style: normal;
    color:#d6a6b1;
    margin-right:14px;
    letter-spacing: 0px;
}
.shadow_news {
    background: #fff;
    padding: 6px;
    height:100%;
    -webkit-box-shadow: 5px 3px 14px 2px rgba(190, 190, 190, 0.3);
    -moz-box-shadow: 5px 3px 14px 2px rgba(190, 190, 190, 0.3);
    box-shadow: 5px 3px 14px 2px rgba(190, 190, 190, 0.3);
}
.news_cont span{
    display:block;
    width:100%;
    height:100%;
    color:#404040;
    font-size:12px;
    letter-spacing: 0.5px;
    padding:0 30px;
}
.news_cont span:nth-child(1){
    height:340px;
    margin-bottom:35px;
}
.news_cont span:nth-child(1){
    height:380px;
    margin-bottom:35px;
    background-size: cover;
    position: relative;
}
.news_cont span:nth-child(1) abbr{
    position: absolute;
    bottom:22px;
    left:24px;
    font-size:17px;
    color:#fff;
    letter-spacing: 1.5px;
}
.news_cont span:nth-child(1) abbr:before{
    content: "";
    width:37px;
    height:36px;
    display: block;
    background-position: center center;
    background-size: 37px 36px;
    position: absolute;
    background-image: url(../images/news/icon_sun.png); 
    left:-15px;
    top:-18px;
}
.news_cont span:nth-child(2){
    height:50px;
    margin-bottom:20px;
    
}
.news_cont span:nth-child(2) abbr:nth-child(1){
    float:left;
    color:#c47b8c;
    font-size:17px;
    letter-spacing: 2.5px;
}
.news_cont span:nth-child(2) abbr:nth-child(1):after{
    content: "";
    display:block;
    border-bottom:solid 1px #c47b8c;
    width:78px;
    padding-bottom:14px;
}
.news_cont span:nth-child(2) abbr:nth-child(2){
    float:right;
    color:#969696;
    line-height: 28px;
}
.news_cont span:nth-child(2) abbr:nth-child(2) i{
    font-size:13px;
    margin-right:8px;
}
.news_cont span:nth-child(3){
    line-height:22px;
    margin-bottom:40px;
    padding-right:25px;
}
.news_cont span:nth-child(4){
    text-align: right;
}
.news_cont span:nth-child(4) abbr {
    background-image: url(../images/news/caret.png); 
    background-position: right center;
    background-size: 7px 7px;
    height:30px;
    width:86px;
    line-height: 16px;
    background-repeat: no-repeat;
    display:inline-block;
    text-align: center;
    font-size:12px;
    position: relative;
    left:0px;
    letter-spacing: 1.5px;
}
.news_cont span:nth-child(4) abbr a {
    color:#c47b8c;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
.news_cont span:nth-child(4) abbr a i {
    display:block;
    font-style: normal;
    letter-spacing: 1px;
}
.news_cont span:nth-child(4) abbr a i:nth-child(1) {
    -webkit-transform : scale(1);
    -o-transform : scale(1); 
}
.news_cont span:nth-child(4) abbr a i:nth-child(2) {
    -webkit-transform : scale(0.75);
    -o-transform : scale(0.75); 
    letter-spacing: 1.5px;
}
.news_cont span:nth-child(4) abbr a:hover {
    color:#b6455f;
}
.news_cont{
    margin-bottom:25px;
}
/* 視差調整 */
.parallax.main_news {
    position: relative!important;
    display: block;
    z-index: 2;
}
.parallax.item {
    position: absolute!important;
    display: block;
}
.item_info div:nth-child(1){
    top:285px;
    left:60%;
}
.item_info div:nth-child(2){
    top:595px;
    left:1200px;
}
.item_info div:nth-child(3){
    top:1285px;
    left:1100px;
}
.item_info div:nth-child(4){
    top:685px;
    left:210px;
}
.parallax.main_news:nth-child(odd) {
    top:-200px;
}
.parallax.main_news:nth-child(even) {
    top: 100px;
    left:-25%;
}
.parallax.main_news:first-child {
    top:0px;
}
.parallax.main_news:nth-child(4) {
    top:50px;
}
.parallax.main_news:nth-child(5) {
    top:-300px;
}
.parallax.main_news:nth-child(6) {
    top:300px;
}
.parallax.main_news:nth-child(7) {
    top:-500px;
}
/* loadmore */
.loadmore{
    width:100%;
    height:180px;
    background-image: url(../images/news/loading.png); 
    background-position: center center;
    background-size: 70px 90px;
    background-repeat: no-repeat;
    display:block;
    position: relative;
    top:140px;
    cursor: pointer;
}

.new_padding{
    padding:0 40px;
}