/* CSS Document */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
#wrapper {
  background-color: transparent;
}

h2 {
  padding: 10px 0;
}

#contents {
  max-width: none;
  padding-bottom: 0;
}

.content.col2 > div {
  float: left;
  width: 605px;
  margin-left: 9px;
}

.content.col2 > div:first-child {
  margin-left: 0;
}

.content ul.items li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  float: left;
  width: 288px;
  height: 288px;
  margin-bottom: 29px;
  overflow: hidden;
}
.content ul.items li ~ li {
  margin-left: 29px;
}
.content ul.items li:first-child a:before, .content ul.items li:nth-child(5) a:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 289px;
  height: 289px;
  background: url(../img/top/ovi_newallival.png) no-repeat 0 0;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}
.content ul.items li:first-child a.hide:before, .content ul.items li:nth-child(5) a.hide:before {
  -moz-transform: rotateY(900deg);
  -webkit-transform: rotateY(900deg);
  -o-transform: rotateY(900deg);
  -ms-transform: rotateY(900deg);
  opacity: 0;
}
.content ul.items li:nth-child(5) {
  clear: left;
  margin-left: 0;
}
.content ul.items li .new_icon {
  width: 40px;
  height: 16px;
  background-color: #d70023;
  color: #FFF;
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: center;
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 16px;
  margin-top: 0px !important;
  color: #fff;
  z-index: 5;
}

#preorder ul.items li:first-child a:before {
  background-image: url(../img/top/ovi_preorder.png);
}
#preorder ul.items li:nth-child(5) a:before {
  display: none;
}

#recommend ul.items li:first-child a:before {
  background-image: url(../img/top/ovi_recommend.png);
}
#recommend ul.items li:nth-child(5) a:before {
  display: none;
}

#ranking ul.items li:first-child a:before {
  background-image: url(../img/top/ovi_bestselling.png);
}
#ranking ul.items li:nth-child(5) a:before {
  display: none;
}

#links ul.items li:first-child a:before {
  background-image: url(../img/top/ovi_instaglam.png);
}
#links ul.items li:nth-child(5) a:before {
  display: none;
}

.content ul.items li.long {
  height: 605px;
}

.content ul.items li.large {
  height: 605px;
  width: 605px;
}

.content ul.items li a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
}

.content ul.items li a > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 30px 10px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
}
.content ul.items li a > div .title-inner {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.content ul.items li a > div .title-inner .title-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.content ul.items li a > div .title-inner .title-cell .title-detail {
  display: inline-block;
  padding-bottom: 2px;
  text-align: left;
  font-size: 12px;
}
.content ul.items li a > div .title-inner .title-cell .title-detail h3,
.content ul.items li a > div .title-inner .title-cell .title-detail p {
  line-height: 1.85;
  color: #262626;
}

.content ul.items li a img.ov {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -90px;
  display: none;
}

.content ul.items li a.hot_now img.ov {
  margin-left: -58px;
}

.content ul.items li a.shop_news img.ov {
  margin-left: -63px;
}

/*new_arrivals*/
.content#new_arrivals {
  margin: 0 auto 20px;
  text-align: center;
}

.content#new_arrivals #slide_image {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 399px;
  overflow: hidden;
  z-index: 1001;
}

.content#new_arrivals #slide_image #images {
  width: 765px;
  height: 387px;
  margin: 0 auto;
}
.content#new_arrivals #slide_image #images:before, .content#new_arrivals #slide_image #images:after {
  content: '';
  position: absolute;
  top: 0;
  display: inline-block;
  width: 300%;
  height: 380px;
  background-color: rgba(160, 160, 160, 0.5);
  z-index: 11111;
}
.content#new_arrivals #slide_image #images:before {
  right: 758px;
}
.content#new_arrivals #slide_image #images:after {
  left: 758px;
}
.content#new_arrivals #slide_image #images .slick-list {
  overflow: visible;
}
.content#new_arrivals #slide_image #images div.slide_images {
  float: left;
  width: 730px;
  height: 370px;
  padding: 0 7px;
  outline: none;
}
.content#new_arrivals #slide_image #images div.slide_images a {
  display: block;
  outline: none;
}
.content#new_arrivals #slide_image #images div.slide_images a img {
  max-width: 100%;
  height: auto;
}
.content#new_arrivals #slide_image #images .slick-prev,
.content#new_arrivals #slide_image #images .slick-next {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 54px;
  margin-top: -27px;
  border-width: 0;
  border-radius: 5px;
  background-color: transparent;
  white-space: nowrap;
  text-indent: 300%;
  overflow: hidden;
  outline: none;
  z-index: 11115;
  cursor: pointer;
}
.content#new_arrivals #slide_image #images .slick-prev:before,
.content#new_arrivals #slide_image #images .slick-next:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 54px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
.content#new_arrivals #slide_image #images .slick-prev:hover:before,
.content#new_arrivals #slide_image #images .slick-next:hover:before {
  opacity: 1;
}
.content#new_arrivals #slide_image #images .slick-prev:after,
.content#new_arrivals #slide_image #images .slick-next:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 54px;
  background-repeat: no-repeat;
  background-position: center center;
}
.content#new_arrivals #slide_image #images .slick-prev {
  left: -37px;
}
.content#new_arrivals #slide_image #images .slick-prev:after {
  background-image: url(../img/top/arrow-prev.png);
}
.content#new_arrivals #slide_image #images .slick-next {
  right: -37px;
}
.content#new_arrivals #slide_image #images .slick-next:after {
  background-image: url(../img/top/arrow-next.png);
}
.content#new_arrivals #slide_image #images .slick-dots {
  float: left;
  left: 50%;
  position: relative;
  margin: 10px 0 0;
}
.content#new_arrivals #slide_image #images .slick-dots li {
  float: left;
  position: relative;
  left: -50%;
  width: auto;
  height: auto;
  margin: 0 3px;
  padding: 1px 0 0;
  outline: none;
}
.content#new_arrivals #slide_image #images .slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 8px;
  height: 8px;
  padding: 0;
  border: 1px solid #b9b9b9;
  border-radius: 100%;
  background-color: #fff;
  font-size: 0;
  outline: none;
}
.content#new_arrivals #slide_image #images .slick-dots li.slick-active button {
  background-color: #7d7d7d;
}

.content#new_arrivals #slide_image a.btn-view_now {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -58px;
  z-index: 11111;
}

.content#new_arrivals #slide_image a.btn-slide {
  width: 65px;
  height: 370px;
  position: absolute;
  display: block;
  top: 0;
}

.content#new_arrivals #slide_image a#btn-prev {
  left: 0;
}

.content#new_arrivals #slide_image a#btn-next {
  right: 0;
}

.content#new_arrivals #slide_image a div.arrow,
.content#new_arrivals #slide_image a div.bg {
  width: 65px;
  height: 370px;
  position: absolute;
  top: 0;
  left: 0;
}

.content#new_arrivals #slide_image a#btn-prev div.arrow {
  background: url(../img/top/arrow-prev.png) center center no-repeat;
}

.content#new_arrivals #slide_image a#btn-next div.arrow {
  background: url(../img/top/arrow-next.png) center center no-repeat;
}

.content#new_arrivals #slide_image a div.bg {
  opacity: 0;
  filter: Alpha(Opacity=0);
  background-color: #000000;
}

.content#new_arrivals #slide_image ul#img_nav {
  position: absolute;
  right: 26px;
  bottom: 16px;
  filter: Alpha(Opacity=70);
  opacity: 0.7;
}

.content#new_arrivals #slide_image ul#img_nav li {
  float: left;
  margin-left: 11px;
  background-color: #f1f1f1;
  width: 10px;
  height: 10px;
}

.content#new_arrivals #slide_image ul#img_nav li.active {
  background-color: #dd001c;
}

.content#new_arrivals .close {
  display: inline-block;
  position: relative;
  margin-top: 9px;
  padding: 0;
  border-width: 0;
  background-color: transparent;
  cursor: pointer;
  z-index: 1001;
}

/*ranking*/
#ranking {
  position: relative;
}

#ranking .ranking-arrow {
  background: url(../img/top/arrow-ranking.gif) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 32px;
}

#ranking .ranking-arrow:hover {
  cursor: pointer;
}

#ranking .ranking-arrow-bottom {
  background-position: 2px center;
  right: 26px;
}

#ranking .ranking-arrow-top {
  right: 0;
  background-position: -23px center;
}

#ranking ul.items {
  position: relative;
  top: 0;
}

#ranking ul.items li a .star {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #000;
}

/* links */
#links ul.items li .news-detail {
  display: block;
  padding: 0;
  letter-spacing: 1px;
  font-size: 10px;
  color: #959595;
}
#links ul.items li .news-detail .news-image {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#links ul.items li .news-detail .news-description {
  position: relative;
  top: 0;
  height: 112px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
  color: #000;
}
#links ul.items li .news-detail .news-description h3 {
  padding: 5px 7px 0;
  line-height: 2;
}
#links ul.items li .news-detail .news-description p.date {
  position: absolute;
  bottom: 13px;
  right: 10px;
}
#links ul.items li .news-detail:hover .news-description {
  top: -112px;
}
#links ul.items li a .insta_label {
  display: table;
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #eaeaea;
  font-size: 10px;
  color: #262626;
  -webkit-transition: bottom 0.3s ease;
  transition: bottom 0.3s ease;
}
#links ul.items li a .insta_label b {
  display: table-cell;
  padding: 3px 4px;
  vertical-align: middle;
}
#links ul.items li a .insta_label b img {
  width: 34px;
  height: 34px;
  margin-right: 10px;
}
#links ul.items li a:hover .insta_label {
  bottom: 0;
}
#links ul.items li a.insta_success img {
  max-width: 100%;
  height: auto;
}
#links ul.items li a.insta_success .insta_label {
  opacity: 1;
}
#links ul.items li#series_banner a {
  display: table;
  width: 289px;
  height: 289px;
  text-decoration: none;
  color: #000;
}
#links ul.items li#series_banner a span {
  display: table-cell;
  padding: 0 0 5px 5px;
  background: url(../img/top/thumb-series.png) no-repeat 0 0;
  background-color: #f2e6d2;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4;
  letter-spacing: 1.7px;
  font-family: 'HelveticaNeue';
  font-weight: 300;
  font-size: 22px;
}
#links ul.items li.link-evessa {
  padding: 8px 14px;
  background-color: #fff;
}
#links ul.items li.link-evessa a {
  display: inline-block;
  width: 260px;
  height: 160px;
}
#links ul.items li.link-evessa a ~ a {
  height: 80px;
  margin-top: 17px;
}

ul#sub_menu {
  left: -3px;
  height: 32px;
  padding: 3px 23px;
  background: url(../img/top/bg-sub_menu.png) no-repeat;
  width: 1180px;
  margin-bottom: 0;
}

#brand .brand-inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 45.827%;
  background: url(../img/top/foot_image.jpg) no-repeat 0 0;
  background-size: cover;
}
#brand .foot-logo {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 312px;
  height: 170px;
  margin-top: -85px;
  margin-left: -156px;
}
#brand .foot-title {
  display: inline-block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 468px;
  height: 82px;
  margin-left: -235px;
}
#brand .made-in-japan {
  display: inline-block;
  position: absolute;
  bottom: 17px;
  right: 50px;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 24px;
  letter-spacing: 2.5px;
  font-weight: 200;
  color: #fff;
}

#footer #img {
  margin-bottom: 75px;
  position: relative;
}

#footer a#up_to_page {
  position: absolute;
  bottom: 0;
  right: 0px;
  top: auto;
}

#footer a#link-fbpage {
  bottom: 45px;
  top: auto;
}

#footer a#link-ispage {
  bottom: 45px;
  top: auto;
  left: 50px;
}

/*
** max 1274px
*/
@media only screen and (max-width: 1273px) {
  .content ul.items {
    width: 980px;
    margin: 0 auto;
  }
  .content ul.items li ~ li {
    margin-left: 58px;
  }
  .content ul.items li:nth-child(4n) {
    display: none;
  }

  #links ul.items li:nth-child(4n) {
    display: list-item;
  }
  #links ul.items li:nth-child(1), #links ul.items li:nth-child(6) {
    display: none;
  }
  #links ul.items li:nth-child(2), #links ul.items li:nth-child(6) {
    margin-left: 0;
  }
  #links ul.items li:nth-child(2) a.hide:before {
    -moz-transform: rotateY(900deg);
    -webkit-transform: rotateY(900deg);
    -o-transform: rotateY(900deg);
    -ms-transform: rotateY(900deg);
    opacity: 0;
  }
  #links ul.items li:nth-child(2) a:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 289px;
    height: 289px;
    background: url(../img/top/ovi_newallival.png) no-repeat 0 0;
    -webkit-transition: -webkit-transform 1s ease;
    -webkit-transition: all 1s;
    transition: all 1s;
    background-image: url(../img/top/ovi_instaglam.png);
  }
}

/*# sourceMappingURL=top.css.map */