@charset "UTF-8";
#container{
  max-width: 1400px;
}
#herospace-sp{
  opacity: 0;
}
.slider .holder{
    cursor: pointer!important;
}
    .pt10 {
    padding-top:10px;
}
.itembasemobile {
    display:none;
}
 
.section-features .itemBase {
    width:490px;
    overflow:hidden;
    margin:0 auto 20px;
    position:relative;
    display:block;
}
.section-features .itemBase div.txtarea {
    width:225px;
    height:280px;
    float:left;
}
.section-features .itemBase div.txtarea .bg {
    width:225px;
    height:280px;
    background-color:#F8F9F9;
    position:absolute;
    top:0;
    left:0;
    opacity:1;
    z-index:3;
}
.section-features .itemBase .bg2 {
    width:0px;
    height:50px;
    background-color:#F8F9F9;
    position:absolute;
    bottom:0;
    left:0;
    opacity:0.9;
    z-index:3;
}
.section-features .itemBase div.txtarea .txt {
    width:250px;
    height:280px;
    position:absolute;
    top:0;
    left:0;
    opacity:0.9;
    z-index:4;
}
.section-features .itemBase div.txtarea .txt .wrap {
    width:235px;
    height:200px;
	padding-top:80px;
	padding-left:25px;
	display:block;
    text-align:left;
}
.section-features .itemBase div.txtarea .txt2 {
    width:350px;
    height:280px;
    position:absolute;
    top:0;
    left:0;
    display:none;
    z-index:4;
}
.section-features .itemBase div.txtarea h3 {
	font-weight:normal;
    font-size:30px;
    line-height:35px;
    color:#444;
    letter-spacing: 0.5px;

}
.section-features .itemBase div.txtarea .txt h3 {
 
    display: inline-block;
    text-align: left;

}

.section-features .itemBase div.txtarea h3 span {
 
    font-size:14px;
    line-height:40px;
    color:#b19848;
    letter-spacing: 0.8px;
}
.section-features .itemBase div.txtarea .txt2 h3 {
    line-height:34px;
    padding:32px 0 0 40px;
    letter-spacing: 0.3px;
}
.section-features .itemBase div.txtarea .txt2 p {
    
    font-size:14px;
    line-height:25px;
    color:#666;
    padding:6px 0 0 40px;
    letter-spacing: 0.5px;
}
.section-features .itemBase div.slider {
    width:240px!important;
    height:280px!important;
    background-color:#fff;
    float:left;
}
.section-features .itemBase div.slider .findbtn {
    text-transform:uppercase;
    
    font-size:14px;
    line-height:50px;
    position:absolute;
    bottom:0;
    right:0;
    opacity:0;
    z-index:4;
    color:#444;
    margin:0;
    letter-spacing: 1.3px;
}
 .section-features .itemBase div.slider .findbtn span {
    
    text-decoration:none;
    text-transform:none;
    font-weight:bold;
    -webkit-transition:all 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition:all 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition:all 250ms cubic-bezier(0.77, 0, 0.175, 1);
    transition:all 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transform:translateZ(0);
    padding:0 20px 0 20px;
}
.section-features .feature .slider .btn:hover span {
    padding-left:10px;
}
.section-features .itemBase div.item {
    width:700px;
    height:280px;
}
 .section-features .feature .mobile {
    display:none;
}

#main #herospace{
  height:480px;
}

#main #herospace {
    display:block;
    font-size:0;
}

#main iframe{
  width: 100%;
  height: 100%;
}
#main #herospace-sp {
    display:none;
}

#slidepager,#slidepager-sp{
  visibility: hidden;
}

.ie8-only,
.ie8 .slider.ie8-out,
.slider.ie8-only {
    display: none;
}
.ie8-only,
.slider.ie8-out,
.ie8 .slider.ie8-only {
    display: block;
}

@media all and (max-width:1280px) {
}
@media all and (max-width:1100px) {
  .section-features .itemBase {
    width: 100%;
  }
  .section-features .itemBase div.txtarea {
    width: 30%!important;
  }
  .section-features .itemBase div.slider{
    width: 70%!important;
  }
}
@media all and (max-width:1024px) {
}
@media all and (max-width:767px) {

    #main #herospace,#slidepager {
    display:none;
}
    #main #herospace-sp,#slidepager-sp {
        display:block;
    }
    #slidepagerwrap{
      margin-bottom: 0;
    }
    #slidepager-sp {
        width:100%;
        text-align:center;
        margin:0 auto;
        font-size: 0;
        height:auto;
        padding:25px 0;
    }
    #slidepager-sp ul {
        float:none;
        height:auto;
        text-align:center;
        margin:0;
        font-size: 0;
    }
    #slidepager-sp ul li {
        float:none;
        display:inline-block;
        height:10px;
        width:10px;
        margin:0 10px 0;
        text-align:center;
    }
    #slidepager-sp ul li span {
        width:10px;
        height:10px;
        border-radius:6px;
        background-color:#DDD;
        display:block;
        -webkit-transition:all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
        -moz-transition:all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
        -ms-transition:all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
        transition:all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
    }
    #slidepager-sp ul li.curr span {
        background-color:#840d02;
        -webkit-transform:rotateY(180deg) rotateX(-180deg);
        -moz-transform:rotateY(180deg) rotateX(-180deg);
        -ms-transform:rotateY(180deg) rotateX(-180deg);
        transform:rotateY(180deg) rotateX(-180deg);
    }

    .ie8-only,
    .ie8 .slider.ie8-out,
    .slider.ie8-only {
        display: none;
    }
    .ie8-only,
    .slider.ie8-out,
    .ie8 .slider.ie8-only {
        display: block;
    }

     .main-feature {
        width:100%!important;
        margin:0 auto;
        background-color:#333333;
    }
     .main-feature div.item {
        height:100%;
    }

    #herospace-sp div.item .m-content {
        display:block!important;
        margin:0;
        height: 85px;
        position:absolute;
        opacity: 0;
        background-color: #000;
        padding:0 20px;
        bottom:0;
        width: 100%;
    }
    #herospace-sp div.item .m-content h1 {
        text-transform:uppercase;
        
        font-size:18px;
        color:#fff;
        padding-top:0;
        display:block!important;
        line-height: 1;
        padding-bottom: 1em;
        margin-bottom: 0;
    }

    .portrait #herospace-sp div.item:first-child .m-content h1{
      padding-bottom:0.5em;
    }

/*    .portrait #herospace-sp div.item:first-child .m-content h1{
      margin-top:-14px
    }*/

    #herospace-sp div.item .m-content h1.land {
        display: block!important;
    }
    #herospace-sp div.item .m-content h1.port {
    display: none!important;
    }
    #herospace-sp div.item .m-content p {
        
        font-size:10px!important;  /*D-EDIT*/
        line-height: 10px;
        color:#fff;
        margin: 1em 110px 1em 0;
        display:block!important;
        text-transform: uppercase;
    }
    #herospace-sp div.item .m-content p br{
        display: none;
    }
    #herospace-sp div.item .m-content a {
        text-transform:uppercase;
        
        font-size:9px;
        line-height:9px;
        letter-spacing: 0.3px;
        position:absolute;
        bottom:10px;
        right:10px;
        opacity:1!important;
        z-index:4;
        color:#fff;
        margin:0;
        display:block!important;
        border: solid 1px #fff;
        padding: 8px 10px;
    }
     #herospace-sp div.item .m-content a span {
        
        text-decoration:none;
        text-transform:none;
        font-weight:normal;
        -webkit-transition:all 250ms cubic-bezier(0.77, 0, 0.175, 1);
        -moz-transition:all 250ms cubic-bezier(0.77, 0, 0.175, 1);
        -ms-transition:all 250ms cubic-bezier(0.77, 0, 0.175, 1);
        transition:all 250ms cubic-bezier(0.77, 0, 0.175, 1);
        -webkit-transform:translateZ(0);
        display:inline-block!important;
    }
    .itembasemobile {
        display:block;
    }
     .section-features {
        width:94%; margin: 0 3%;
    }
     .section-features .feature {
        margin-bottom:60px;
    }
     .section-features .feature h4 {
        display:none;
    }
     .section-features .feature h4.mobile {
        display:block;
        width:100%;
        height:60px;
        float:none;
        padding:10px 0 0 20px;
    }
     .section-features .feature h4.mobile p {
        margin:0;
    }
     .section-features .feature h4.mobile p.txtset {
        float:left;
    }
     .section-features .feature h4.mobile p span.title {
        text-transform:uppercase;
        
        font-size:14px;
        line-height:20px;
        color:#444;
    }
     .section-features .feature h4.mobile p span.subtitle {
        text-transform:uppercase;
        
        font-size:10px;
        line-height:15px;
        color:#444;
    }
     .section-features .feature h4.mobile p.arrow {
        
        text-decoration:none;
        text-transform:none;
        font-weight:normal;
        -webkit-transition:all 250ms cubic-bezier(0.77, 0, 0.175, 1);
        -moz-transition:all 250ms cubic-bezier(0.77, 0, 0.175, 1);
        -ms-transition:all 250ms cubic-bezier(0.77, 0, 0.175, 1);
        transition:all 250ms cubic-bezier(0.77, 0, 0.175, 1);
        -webkit-transform:translateZ(0);
        padding:10px 20px 0 0;
        color:#444;
        float:right;
    }
     .section-features .feature .slider {
        width:320px!important;
        height:260px!important;
    }
     .section-features .feature .slider .item {
        width:100%;
        height:auto;
    }
     a.itemlink {
        width:320px!important;
        height:260px!important;
    }
    .section-features .itemBase div.txtarea .bg{
        width:auto!important;
    }

    .section-features .itemBase{
       
    }
    .section-features .itemBase div.txtarea{
      width: 100%!important;
      position: absolute;
      left: 0;
      top:0;
      height: 70px;
      background: #fff;
      z-index: 10;
    }
    .section-features .itemBase div.txtarea .txt .wrap{
      display:block;
      width: 320px;
      height: 60px;
		padding-top: 10px;
    }
    .section-features .itemBase div.txtarea .txt{
      display: block;
      width: auto;
    }
    .section-features .itemBase div.txtarea .txt2{
      display: inline!important;
      width: auto;
      position: static;
    }
    .section-features .itemBase div.txtarea .txt2 h3{
      font-size: 21px;
	  line-height: 1;
      padding: 17px 25px 10px;
    }
    .section-features .itemBase div.txtarea h3 br{
      display:none;
    }
    .section-features .itemBase div.txtarea h3 span{
      position:absolute;
      left: 25px;
      top:30px; 
      font-size:12px;
      line-height:40px;
      color: #444;
    }
    .section-features .itemBase div.txtarea .txt2 p{
      display:none;
    }
    .section-features .itemBase div.txtarea .txt h3{
      display:block;
		font-size: 21px;
    }

  /* Swap smart phone text positioning */


    .section-features .itemBaseSwap div.txtarea .txt2 h3{
      font-size:21px;
      line-height:1;
      padding: 17px 25px 10px;
    text-transform: uppercase;
    
    }
    .section-features .itemBaseSwap div.txtarea h3 span{
      font-size:11px;
      position:absolute;
      left: 25px;
      top:40px;
    
      line-height: 20px;
    }

  /* END */


    .section-features .itemBase div.slider{
      width:auto!important;
      height: 280px!important;
      float: none;
    }
    .section-features .itemBase div.item{
      width:auto;
      position: static;
      background-size: contain;
       
    }
    .section-features .slider.post-load .item.img-loaded{
      background-size:100% auto;
      background-position:center bottom;  
	  background-repeat: no-repeat;
    }
    .slider.post-load .item.img-loaded {
        background-size: 100% auto;
      background-position: center 0; 
    }
}
@media all and (max-width:479px) {
  #herospace-sp div.item .m-content a span{
    font-size:12px;
    position: relative;
    top:1px;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-stroke: 1px #fff;
  }

  #slidepager-sp{
    padding:10px 0;
  }
}
@media all and (max-width:568px) and (orientation:landscape) {
}
@media all and (max-width:480px)  {
    #herospace-sp div.item .m-content{
        height: 115px;
    }

    #herospace-sp div.item .m-content p{
      margin-right:0;
    }

/*    #herospace-sp div.item:last-child .m-content p{
        margin-right:30%;
    }*/
}
@media all and (max-width:320px) {

#herospace-sp div.item .m-content h1 {
        font-size: 18px!important;
        line-height:20px!important;
    }
    #herospace-sp div.item .m-content h1.land {
        display: none!important;
    }
    #herospace-sp div.item .m-content h1.port {
        display: block!important;
    }

}

#herospace-sp div.item .m-content.hero-prlfa h1{
  line-height: 1!important;
}

/*----------portrait---------*/
.portrait #herospace-sp div.item .m-content a{
  right:initial;
  left:50%;
  bottom:10px;
  width: 120px;
  position: static;
  margin: 0 auto;
}

.portrait #herospace-sp div.item .m-content{
    text-align: center;
    font-size: 0;
}

@media all and (max-height: 481px) {
  .portrait #herospace-sp div.item .m-content p{
/*       margin: 10px 0 0px 0; */
  }
}


@media all and (max-width: 767px) and (min-height: 481px){
  .portrait #herospace-sp div.item .m-content p{
/*       margin: 14px 0 14px 0; */
  }
}

@media all and (max-width:413px) {
  .portrait #herospace-sp div.item .m-content h1{
      font-size: 24px;

      margin-bottom: 0;
}
}

@media all and (max-width:374px) {
  .portrait #herospace-sp div.item .m-content h1{
      font-size: 18px;
  }
}

/*----hero LA
.main-feature .item .hero-mts{
  height:100%;
  width:100%;
  text-align:center;
}

.main-feature .item .hero-mts h1{
  display:inline-block;
  margin-top: 48px;
  font-size: 56px;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 8px;
  line-height: 1;
  letter-spacing: 0.02em;
}

.main-feature .item .hero-mts p{
  color:#fff;
  letter-spacing:0.02em;
}

.main-feature .item .hero-mts #time{
  width:100%;
  text-align:center;
  color:#fff;
  font-size:40px;
  
  line-height:1;
}

@media all and (min-width:768px){
  .main-feature .item .hero-mts #time{
  }
}

@media all and (max-width:767px){
  #herospace-sp div.item .m-content p{
    display:inline-block!important;
    margin: 0;
  }
  #herospace-sp #item-image .m-content #time{
    color:#fff;
    display: inline-block!important;
    margin-left:6px;
    font-size:20px
  }
}

.main-feature .item .hero-mts .btn{
  position:absolute;
  bottom:10%;
  left:50%;
  width:250px;
  margin-left:-125px;
  background:rgba(0,0,0,0.5);
  border:solid 1px #fff;
}

.ie8 .main-feature .item .hero-mts .btn{
  background:#000;
}

.ie8 .main-feature .item .hero-mts .btn:hover{
  background: #666;
}

.main-feature .item .hero-mts #time .num.daynum,
.portrait #herospace-sp #item-image .m-content #time .num.daynum {
  width: 0.6em;
  display: inline-block;
}
.main-feature .item .hero-mts #time .devide,
.portrait #herospace-sp #item-image .m-content #time .devide {
  width: 0.1em;
  display: inline-block;
  margin: 0 0.05em;
}

/*----------------------------- hero LA ----------------------------------*/

/*----hero New York ----*/

.main-feature .item .hero-mts{
  margin-top: 7%;
  margin-left: 5%;
}

.main-feature .item .hero-mts h1{
  font-size: 51px;
  border-bottom: none;
  padding-bottom: 25px;
  margin-bottom: 25px;
  line-height: 1;
  letter-spacing: 0.02em;
  border-bottom: 1px dotted #fff;
  float: left;
  
}

.main-feature .item .hero-mts h1 .fincopy{
  font-size: 86px;
}

.main-feature .item .hero-mts h1 .nb{
  font-size: 86px;
  
}

.main-feature .item .hero-mts p{
  margin-bottom: 0;
  color:#fff;
  letter-spacing:0.05em;
  
  clear: left;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.ie8 .main-feature .item .hero-mts .btn{
  background:#444;
}

.ie8 .main-feature .item .hero-mts .btn:hover{
  background: #666;
}

@media all and (max-width:1280px){
  .main-feature .item .hero-mts .btn {
    left: 17.5%;
    bottom: 26%;
  }
}
@media all and (max-width:1024px){
  .main-feature .item .hero-mts{
    margin-top: 6%;
  }

  .main-feature .item .hero-mts h1 {
    font-size: 30px;
    left: 7%;
  }

  .main-feature .item .hero-mts h1 .fincopy{
    font-size: 65px;
  }

  .main-feature .item .hero-mts h1 .nb{
    font-size: 65px;
  }

  .main-feature .item .hero-mts p {
    font-size: 14px;
    left: 7.5%;
  }
  .main-feature .item .hero-mts .btn {
    left:19.5%;
    width: 225px;
    font-size: 18px;
  }
}

@media all and (max-width:767px){
  #herospace-sp div.item .m-content p{
    display:inline-block!important;
    margin: 0 0 1em 0;
  }

  #herospace-sp div.item .m-content h1 br{
    display: none;
  }
}

.main-feature .item .hero-mts #time .num.daynum,
.portrait #herospace-sp #item-image .m-content #time .num.daynum {
  width: 0.6em;
  display: inline-block;
}
.main-feature .item .hero-mts #time .devide,
.portrait #herospace-sp #item-image .m-content #time .devide {
  width: 0.1em;
  display: inline-block;
  margin: 0 0.05em;
}

@media all and (max-width:400px){
  #herospace-sp #item-image .m-content #time{
    font-size: 20px;
    line-height: 1;
  }
}

/*hero New York*/

/*----hero Geneva ----*/

.main-feature .item .hero-geneva{
  margin-top :6%;
  margin-left:8%;
}

.main-feature .item .hero-geneva h1{
  font-size:60px;
  border-bottom: none;
  padding-bottom: 25px;
  margin-bottom: 25px;
  line-height: 1;
  letter-spacing: 0.02em;
  border-bottom: 1px dotted #fff;
  float: left;
  color: #fff;
  margin-top: 0;
  
}

.main-feature .item .hero-geneva p{
  margin-bottom: 0;
  color:#fff;
  letter-spacing:0.05em;
  
  clear: left;
  margin-bottom: 20px;
}

.ie8 .main-feature .item .hero-geneva .btn{
  background:#444;
}

.ie8 .main-feature .item .hero-geneva .btn:hover{
  background: #666;
}

@media all and (max-width:1280px){
  .main-feature .item .hero-geneva .btn {
    left: 17.5%;
    bottom: 26%;
  }
}
@media all and (max-width:1024px){
  .main-feature .item .hero-geneva h1 {
    font-size: 64px;
    left: 7%;
  }
  .main-feature .item .hero-geneva p {
    font-size: 14px;
    left: 7.5%;
  }
  .main-feature .item .hero-geneva .btn {
    left:19.5%;
    width: 225px;
    font-size: 18px;
  }
}

@media all and (max-width:767px){
  #herospace-sp div.item .m-content p{
    display:inline-block!important;
    margin: 0 0 1em 0;
  }
}

/*--- hero-geneva-after 20150303 ---*/

.main-feature .item .hero-geneva {
  margin-top:8%;
}

.main-feature .item .hero-geneva h1 span,
.main-feature .item .hero-geneva p span {
  display: block;
}

/*hero geneva*/

/*----hero Detroit ----*/

.main-feature .item .hero-dt{
  margin-top :8%;
  margin-left: 5%;
}
.main-feature .item .hero-dt{
  margin: 40px 0 0 70px;
}

.main-feature .item .hero-dt h1{
  font-size: 74px;
  border-bottom: none;
  padding-bottom: 25px;
  margin-bottom: 25px;
  line-height: 1;
  letter-spacing: 0.02em;
  border-bottom: 1px dotted #fff;
  float: left;
  color: #fff;
  
}

.main-feature .item .hero-dt h1 span{
  display: block;
}

.main-feature .item .hero-dt p{
  margin-bottom: 0;
  color:#fff;
  letter-spacing:0.05em;
  
  clear: left;
  margin-bottom: 50px;
}

.main-feature .item .hero-dt #time{
  text-align: left;
  color:#fff;
  font-size:78px;
  
  line-height:1;
}

.ie8 .main-feature .item .hero-dt .btn{
  background:#444;
}

.ie8 .main-feature .item .hero-dt .btn:hover{
  background: #666;
}

@media all and (max-width:1280px){
  .main-feature .item .hero-dt .btn {
    left: 17.5%;
    bottom: 26%;
  }
}
@media all and (max-width:1024px){
  .main-feature .item .hero-dt{
   margin: 35px 0 0 65px;
}
  .main-feature .item .hero-dt h1 {
    font-size: 64px;
    left: 7%;
  }
  .main-feature .item .hero-dt p {
    font-size: 14px;
    left: 7.5%;
  }
  .main-feature .item .hero-dt #time {
    font-size: 48px;
    left: 7.2%;
  }
  .main-feature .item .hero-dt .btn {
    left:19.5%;
    width: 225px;
    font-size: 18px;
  }
}

@media all and (max-width:768px){
  .main-feature .item .hero-dt #time{
  }
}

@media all and (max-width:767px){
  #herospace-sp div.item .m-content p{
    display:inline-block!important;
    margin: 0 0 1em 0;
  }
  #herospace-sp #item-image .m-content #time{
    color:#fff;
    display: inline-block!important;
    font-size: 16px;
  margin-bottom: 10px;
  }

  .portrait #herospace-sp #item-image .m-content #time{
    display:block!important;
  }
}

.main-feature .item .hero-dt #time .num.daynum,
.portrait #herospace-sp #item-image .m-content #time .num.daynum {
  width: 0.6em;
  display: inline-block;
}
.main-feature .item .hero-dt #time .devide,
.portrait #herospace-sp #item-image .m-content #time .devide {
  width: 0.1em;
  display: inline-block;
  margin: 0 0.05em;
}

@media all and (max-width:400px){
  #herospace-sp #item-image .m-content #time{
    font-size: 20px;

    line-height: 1;
}
}

/*hero Detroit*/

/*----hero La ----*/

.main-feature .item .hero-la{
  margin-top: 9%;
  margin-left: 5%;
}

.main-feature .item .hero-la h1{
  font-size: 74px;
  border-bottom: none;
  padding-bottom: 25px;
  margin-bottom: 25px;
  line-height: 1;
  letter-spacing: 0.02em;
  border-bottom: 1px dotted #fff;
  float: left;
  color: #fff;
  
  margin-top: 0;
}

.main-feature .item .hero-la h1 span{
  display:block;
}

.main-feature .item .hero-la p{
  margin-bottom: 0;
  color:#fff;
  letter-spacing:0.05em;
  
  clear: left;
  margin-bottom: 50px;
}

.main-feature .item .hero-la p span{
  display:block;
}

.main-feature .item .hero-la #time{
  text-align: left;
  color:#fff;
  font-size:78px;
  
  line-height:1;
}

.ie8 .main-feature .item .hero-la .btn{
  background:#444;
}

.ie8 .main-feature .item .hero-la .btn:hover{
  background: #666;
}

@media all and (max-width:1280px){
  .main-feature .item .hero-la .btn {
    left: 17.5%;
    bottom: 26%;
  }

  .main-feature .item .hero-la{
    margin-top: 5.5%;
  }
}
@media all and (max-width:1024px){
  .main-feature .item .hero-la h1 {
    font-size: 64px;
    left: 7%;
  }
  .main-feature .item .hero-la p {
    font-size: 14px;
    left: 7.5%;
  }
  .main-feature .item .hero-la #time {
    font-size: 48px;
    left: 7.2%;
  }
  .main-feature .item .hero-la .btn {
    left:19.5%;
    width: 225px;
    font-size: 18px;
  }
}

@media all and (max-width:768px){
  .main-feature .item .hero-la #time{
  }
}

@media all and (max-width:767px){
  #herospace-sp div.item .m-content p{
    display:inline-block!important;
    margin: 0 0 1em 0;
  }
  #herospace-sp #item-image .m-content #time{
    color:#fff;
    display: inline-block!important;
    font-size: 16px;
  margin-bottom: 10px;
  }
}

.main-feature .item .hero-la #time .num.daynum,
.portrait #herospace-sp #item-image .m-content #time .num.daynum {
  width: 0.6em;
  display: inline-block;
}
.main-feature .item .hero-la #time .devide,
.portrait #herospace-sp #item-image .m-content #time .devide {
  width: 0.1em;
  display: inline-block;
  margin: 0 0.05em;
}

@media all and (max-width:400px){
  #herospace-sp #item-image .m-content #time{
    font-size: 20px;

    line-height: 1;
}
}

/*hero La*/ 

div.main-feature .item #hero-p2lda2015 .btn {
  background: rgba(0, 0, 0, 0.3);
}
div.main-feature .item #hero-p2lda2015 .btn:hover {
  background: rgba(0, 0, 0, 0.6);
}
.ie8 div.main-feature .item #hero-p2lda2015 .btn:hover {
  background: #888;
}

.main-feature .item #hero-p2lda2015 {
  max-width: 485px;
  margin: 100px 0 0 65px;
}
.ie8 .main-feature .item #hero-p2lda2015 {
  max-width: 490px;
}
.main-feature .item #hero-p2lda2015 h1 span {
  
  display: block;
}
.main-feature .item #hero-p2lda2015{
  width: 100%;
  height: 580px;
}
.main-feature .item #hero-p2lda2015 {
	color: #fff;
}
.main-feature .item #hero-p2lda2015 .contentinner{
  position: absolute;
  left: 85px;
  bottom: 135px;
  min-width: 275px;
  min-height: 275px;
  text-transform: uppercase;
}
.main-feature .item #hero-p2lda2015 .contentinner a{
  margin-top: 18px;
}
.main-feature .item #hero-p2lda2015 h1{
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 60px;
  
  letter-spacing: 0.02em;
  line-height: 60px;
  font-weight: normal;
  border-bottom: 1px dotted white;
  margin: 0 0 20px 0;
  padding: 0;
  text-rendering: optimizelegibility;
  width: auto!important;
  padding-bottom: 22px;
  text-shadow:none;
}
.main-feature .item #hero-p2lda2015 h1 {
  color: #444;
  border-bottom: 1px dotted #444;
  margin-bottom: 30px;
  font-size: 60px;
}
.ie8 .main-feature .item #hero-p2lda2015 h1 {
  letter-spacing:  0.02em;
}
.main-feature .item #hero-p2lda2015 h1 span {
	display: block;
}
.main-feature .item #hero-p2lda2015 p{
  
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  color: #FFFFFF;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 15px;
  margin: 0;
  color: #444;
}
.main-feature .item #hero-p2lda2015 .btn {
  margin-top: 55px;
}

@media all and (max-width: 1279px) {
	.main-feature .item #hero-p2lda2015 {
		margin-top: 80px;
	}
	.main-feature .item #hero-p2lda2015 h1 {
		font-size: 55px;
		line-height: 55px;
	}
}

@media all and (max-width: 1100px) {
	.main-feature .item #hero-p2lda2015 {
		max-width: 385px;
	}
	.main-feature .item #hero-p2lda2015 h1 {
		font-size: 45px;
		line-height: 45px;
	}
}

@media all and (max-width: 767px) {
 .touch.landscape .main-feature .item:nth-child(2){
    display:block;
    background-image: url(../../images/index-hero-geneva.jpg)!important;
  }

  html:not(.portrait) .main-feature .item:nth-child(2){
    background-image: url(../../images/index-hero-geneva.jpg)!important;
  }

  .touch.landscape .main-feature .item:nth-child(3){
    display:block;
    background-image: url(../../images/index-hero-p2lda2015-sp.jpg)!important;
  }

  html:not(.portrait) .main-feature .item:nth-child(3){
    background-image: url(../../images/index-hero-p2lda2015-sp.jpg)!important;
  }

}

/*------------ cdtime ---------------*/

#cdtime ul {
  font-size: 0;
  margin-left: -10px;
}

@media all and (orientation:portrait){
  .portrait #herospace-sp div.item:first-child .m-content h1{
    margin-top:0;
  }
  .android #cdtime ul{
    margin-bottom:5px;
  }
}

#cdtime li {
  display: inline-block;
  border-left: 1px solid #fff;
  padding: 0 10px;
  text-align: center;
  line-height: 1;
}

#cdtime li:first-child{
  border-left: none;
}

#cdtime li div {
  font-size: 49px;
  color: #fff;
}

#container #cdtime li p {
  font-size: 19px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing:0.05em
}

#cdtime li > div > span{
  width:28px;
  display:inline-block;
  text-align:center;
}

.ie8 #cdtime li div ,
.ie8 #container #cdtime li p{
  
}

@media all and (max-width: 1024px){

  #cdtime li div ,
  #container #cdtime li p {
    
  }

}

@media all and (max-width: 767px){

  #cdtime {
    display: inline-block;
    vertical-align: top;
    margin-top: -18px;
    overflow: hidden;
  }

  #cdtime ul {
    margin-left: 0;
  }

  #cdtime li div {
    font-size: 35px;
    color: #fff;
  }

  #container #cdtime li p {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    
    margin-bottom: 0;
  }

  #cdtime li > div > span{
    width:25px;
  }

}

@media all and (max-width: 640px){

  #cdtime {
    display: inline-block;
    vertical-align: top;
    margin-top: -13px;
  }
  #cdtime li div {
    font-size: 20px;
    color: #fff;
    
  }

  #cdtime li p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
  }

  #cdtime li > div > span{
    width:15px;
  }

}

@media all and (max-width: 480px){

  #cdtime{
    margin-top: 0;
    display: block;
  }
  #cdtime li div {
    font-size: 20px;
    color: #fff;
  }

  #cdtime li p {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
  }

  #cdtime li > div > span{
    width:15px;
  }
}

@media screen and (min-width:1440px) and (max-width:2560px) { 
 
.section-features .itemBase {
    width:665px; 
} 
.section-features .itemBase div.slider {
    width:440px!important;
    height:280px!important;
    background-color:#fff;
    float:left;
}
.section-features .itemBase div.item {
 height:280px;
}
#main #herospace{
  height:580px;
}
}