@charset "utf-8";
/*------------------------------------------------------------
  LAYOUT :: OVERRIDE
------------------------------------------------------------*/
body {
  min-width: 0;
}
#main {
  padding-top: 80px;
  margin-bottom: 0;
}
#main img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#main .comLink a{
  border: 1px solid #000;
}
#main .comLink a:hover{
  border: 1px solid #000;
}
.contentBox {
  max-width: 1080px;
  margin: 0 auto;
}
@media (min-width: 0) and (max-width: 767px) {
  #main {
    padding-top: 60px;
  }
}

/*------------------------------------------------------------
  # newProductsHead
------------------------------------------------------------*/
#newProductsHead {
  text-align: center;
  padding: 100px 0 60px;
  border-bottom: 1px solid #EEE;
}
#newProductsHead .contentTitle {
  font-size: 40px;
  margin-bottom: 20px;
}
#newProductsHead p {
  width: 60%;
  color: #777;
  font-size: 16px;
  line-height: 1.65;
  margin: 0 auto;
}
@media (min-width: 0) and (max-width: 767px) {
  #newProductsHead {
    padding: 40px 15px;
  }
  #newProductsHead .contentTitle {
    font-size: 30px;
  }
  #newProductsHead p {
    width: 90%;
    font-size: 14px
  }
}

/*------------------------------------------------------------
  # newProjectsBox
------------------------------------------------------------*/
#newProductsBox {
  padding: 50px 0;
  overflow: hidden;
}
#newProductsBox ul {
  width: 102%;
  font-size: 0;
  letter-spacing: -1em;
  margin: 0 -1%;
}
#newProductsBox li {
  display: inline-block;
  width: 23%;
  font-size: 12px;
  letter-spacing: normal;
  text-align: center;
  vertical-align: top;
  margin: 0 1% 50px;
  position: relative;
}
#newProductsBox li a {
  display: inline-block;
}
#newProductsBox li a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
#newProductsBox li a {
  padding-top: 25px;
  /*position: relative;*/
}
#newProductsBox li.new a:before {
  content: "NEW";
  color: #FFF;
  font-size: 12px;
  background: #009EA7;
  padding: 5px 10px;
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#newProductsBox li .watchPhoto img {
  max-width: 240px;
}
#newProductsBox li h3 {
  font-size: 18px;
}
@media (min-width: 0) and (max-width: 767px) {
  #newProductsBox {
    padding: 50px 15px;
  }
  #newProductsBox li {
    width: 40%;
    margin: 0 5% 40px;
  }
  #newProductsBox li a:hover {
    opacity: 1;
  }
  #newProductsBox li h3 {
    font-size: 14px;
  }
}

/*------------------------------------------------------------
  # pickupCollections
------------------------------------------------------------*/
#pickupCollections {
  background: #F9F9F9;
  text-align: center;
  padding: 60px 0 100px;
  overflow: hidden;
}
#pickupCollections .headLine {
  font-size: 24px;
  margin-bottom: 40px;
}
#pickupCollections ul {
  width: 102%;
  font-size: 0;
  letter-spacing: -1em;
  margin: 0 -1%;
}
#pickupCollections li {
  display: inline-block;
  width: 31.333%;
  font-size: 12px;
  letter-spacing: normal;
  vertical-align: top;
  margin: 0 1% 50px;
}
#pickupCollections li a {
  display: block;
}
#pickupCollections li a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
#pickupCollections li img {
  max-width: 340px;
}
#pickupCollections h3 {
  font-size: 18px;
  margin-top: 20px
}
@media (min-width: 0) and (max-width: 767px) {
  #pickupCollections {
    padding: 50px 15px 0;
  }
  #pickupCollections li {
    width: 100%;
    margin: 0 0 30px;
  }
  #pickupCollections li a:hover {
    opacity: 1;
  }
  #pickupCollections li img {
    max-width: 100%;
  }
  #pickupCollections li h3 {
    margin-top: 15px;
  }
}

/*------------------------------------------------------------
  Tablet
------------------------------------------------------------*/
@media (min-width: 0) and (max-width: 1090px) {
  #newProductsHead {
    padding-left: 15px!important;
    padding-right: 15px!important;
  }
  #newProductsBox li .watchPhoto img {
    max-width: 240px!important;
  }
  #newProductsBox {
    padding-left: 15px!important;
    padding-right: 15px!important;
  }
  #productsWrap {
    padding-left: 15px!important;
    padding-right: 15px!important;
  }
  #pickupCollections {
    padding-left: 15px!important;
    padding-right: 15px!important;
  }
}

/*------------------------------------------------------------
  FAVORIT BUTTON
------------------------------------------------------------*/
input.favorit_button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input.favorit_button {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 40px;
  height: 0;
  padding-top: 40px;
  overflow: hidden;
  border-radius: 0;
  line-height: 2;
  background-image: url(/assets/img/fav_off.png);
  background-size: 40px;
  z-index: 500;
}
.favorit_button.active,
.favorit_button:hover {
  background-image: url(/assets/img/fav_on.png);
}

#newProductsBox li .watchPhoto {
  width: 100%;
  background-size: 90%;
  /* padding-bottom: 15%; */
}
#newProductsBox li .watchPhoto img {
  max-width: 240px;
}
#newProductsBox li h3 {
  font-size: 18px;
}
@media (min-width: 0) and (max-width: 767px) {
  #newProductsBox {
    padding: 50px 0!important;
  }
  #newProductsBox li {
    width: 40%;
    margin: 0 5% 40px;
  }
  #newProductsBox li a:hover {
    opacity: 1;
  }
  #newProductsBox li h3 {
    font-size: 14px;
  }
  #newProductsBox li .watchPhoto img {
    max-width: 240px!important;
  }
  #newProductsBox li.new a:before {
    left: 48%;
    -webkit-transform: translateX(-48%);
    transform: translateX(-48%);
  }
}

/*------------------------------------------------------------
  .pagerWrap
------------------------------------------------------------*/
.pagerWrap {
  text-align: center;
  padding-bottom: 30px;
}
.pagerWrap .page {
  display: inline-block;
  min-width: 34px;
  height: 34px;
  color: #aaaaaa !important;
  font-size: 15px;
  font-weight: lighter;
  margin: 0 5px 10px 5px;
  vertical-align: middle;
  line-height: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px){
  .pagerWrap .page {
    min-width: 25px;
  }
}
.pagerWrap .page * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pagerWrap .page a {
  color: #aaaaaa !important;
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #cccccc;
}
.pagerWrap .page a.active,
.pagerWrap .page a:hover {
  border: solid 1px #999999;
  background: #999999;
  color: #ffffff !important;
  line-height: 32px;
  font-weight: lighter;
}

.pagerWrap .pageTop,
.pagerWrap .pageLast {
  min-width: 60px;
}

@media screen and (max-width: 767px){
  .pagerWrap .pageTop,
  .pagerWrap .pageLast {
    min-width: 40px;
  }
}
.pagerWrap .pagePrev a,
.pagerWrap .pageNext a {
  height: 0;
  padding-top: 32px;
  overflow: hidden;
  background-position: 50% 50%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 32px 32px;
}
.pagerWrap .pagePrev a {
  background-image: url(/assets/img/btn_prev-off.png);
}
.pagerWrap .pageNext a {
  background-image: url(/assets/img/btn_next-off.png);
}
.pagerWrap .pagePrev a:hover,
.pagerWrap .pageNext a:hover {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 32px 32px;
}
.pagerWrap .pagePrev a:hover {
  background-image: url(/assets/img/btn_prev-on.png);
}
.pagerWrap .pageNext a:hover {
  background-image: url(/assets/img/btn_next-on.png);
}

@media (min-width: 0) and (max-width: 767px) {
  .pagerWrap {
    padding: 0 15px;
    font-size: 0;
  }
}

/*------------------------------------------------------------
  # selectBox
------------------------------------------------------------*/
#selectBox {
  vertical-align: middle;
  margin-top: 90px;
}

#selectBox:after {
  clear: both;
}

.selectlabel {
  color: #000000!important;
  font-size: 24px!important;
  float: left;
  width: 200px!important;
}

.pc_select .selectInner {
  float: right;
}

.dropcontainer {
  position: relative;
  font-size: 18px;
  color: #aaaaaa!important;
  font-weight: normal!important;
}

.turnintodropdown {
  width: 210px!important;
  height: 30px!important;
}

/*---SP selectbox for PC---*/
.sp_selectbox {
  display: none;
}

@media screen and (max-width: 767px){
  #newProductsHead {
    border-bottom: none;
  }

  #newProductsHead {
    border-bottom: none!important;
    padding: 40px 0 20px 0!important;
  }

  .noneContents {
    display: none
  }
  .sp_selectbox {
    display: inherit;
    margin: 50px 0;
  }

  .selectInner {
    margin: 0 15px;
  }
  .selectlabel {
    font-size: 20px!important;
    padding-top: 30px;
    margin-top: 25px!important;
    border-top: 1px solid #EEE;
    width: 100%!important;
  }

  .dropcontainer {
    position: relative;
    font-size: 18px;
    color: #aaaaaa!important;
    font-weight: normal!important;
  }

  .trigger {
    color: #aaaaaa!important;
    font-weight: normal!important;
    padding: 15px 6px 15px 14px;
    text-align: left;
    font-size: 18px;
    width: 100%;
    background: url(../img/select-arrow-open.png) 95% center no-repeat;
    display: block;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .trigger:hover {
    background: url(../img/select-arrow-open.png) 95% center no-repeat;
  }

  .activetrigger {
    color: #aaaaaa!important;
    font-weight: normal!important;
    padding: 15px 6px 15px 14px;
    text-align: left;
    font-size: 18px;
    width: 100%;
    background: url(../img/select-arrow-close.png) 95% center no-repeat;
    display: block;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .activetrigger:hover {
    background: url(../img/select-arrow-close.png) 95% center no-repeat;
  }

  .activetrigger:active {
    background: url(../img/select-arrow-close.png) 95% center no-repeat;
  }

  .dropcontainer ul {
    text-align: left;
    font-size: 18px;
    border: 1px solid #ccc;
    border-top: none;
    background: #fff;
    list-style-type: none;
    padding-top: 16px;
    margin: 0;
    width: 100%;
    position: absolute;
    z-index: 9999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .dropcontainer ul li {
    padding: 15px 6px 15px 14px;
  }

  .dropcontainer ul li a {
    color: #aaaaaa!important;
    font-weight: normal!important;
  }

  .dropcontainer ul li:hover {
    background: #eeeeee;
    outline: none;
  }

  .dropcontainer ul li:first-child {
    display: none;
  }

  .dropcontainer ul li:last-child {
    border-bottom: none;
  }

  .dropdownhidden {
    display: none;
  }

  .dropdownvisible {
    height: auto;
  }

}

/*------------------------------------------------------------
  # productsWrap
------------------------------------------------------------*/
#productsWrap {
  padding-top: 90px;
  padding-bottom: 90px;
}

#productsWrap .text01 {
  margin-bottom: 40px;
  padding-top: 3px;
}

#productsWrap .text01 {
  width: 60%;
  color: #777;
  font-size: 16px;
  line-height: 1.65;
  margin: 0 auto;
}
@media (min-width: 0) and (max-width: 767px) {
  #productsWrap {
    padding: 40px 15px;
  }
  #productsWrap .contentTitle {
    font-size: 30px;
  }
  #productsWrap .text01 {
    width: 90%;
    font-size: 14px
  }
}

#productsWrap .slider02 {
  margin: 0 auto 67px;
  width: 100%;
  max-width: 1080px;
}

#productsWrap .slider02 .foopage {
  display: none !important;
}

#productsWrap .slider02 .foo {
  margin: 0 auto;
  padding-left: 56px;
  padding-right: 56px;
  height: auto;
}

#productsWrap .slider02 .foo li {
  font-size: 17px;
  font-weight: 400;
  text-align: center;
}

#productsWrap .slider02 .sliderItems li {
  padding: 0 15px 20px; /*@2016.06.01*/

  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 180px;
}
#productsWrap .slider02 .sliderItems li a {
  display: block;
  padding-top: 66px;
  position: relative;
}
#productsWrap .slider02 .sliderItems li a:hover {
  filter: alpha(opacity=70);
  opacity: .7;
}
#productsWrap .slider02 .sliderItems li.new a:before {
  content: "NEW";
  color: #FFF;
  font-size: 12px;
  background: #009EA7;
  padding: 5px 10px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#productsWrap .slider02 .foo li .pho {
  height: 0;
  padding-top: 129.6296%;
  position: relative;
  display: block;
}
#productsWrap .slider02 .foo li .pho .phoimg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 88%;
  height: 88%;
  margin: auto;
}
#productsWrap .slider02 .foo li .pho:before {
  content: '';
  display: block;

  position: absolute;
  bottom: 2%;
  left: 19%;
  width: 88%;
  height: 41.4285%;
}

#productsWrap .slider02 .foo li .pho img {
  position: absolute;
  bottom: 14%;
  left: 0;
  width: 100%;
  max-width: 170px;
  margin: auto;
}

#productsWrap .slider02 .foo li .txt {
  margin: 8px auto 0;
  display: block;
}

#productsWrap .slider02 .arrow {
  position: static;
}

#productsWrap .slider02 .arrow li {
  float: none;
  top: 50%;
  z-index: 30;
  width: 17px;
  margin-top: -30px;
}

@media (min-width: 0) and (max-width: 767px) {
  #productsWrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #productsWrap .slider02 {
    margin-bottom: 32px;
  }
  #productsWrap .slider02 .foo li {
  }
  #productsWrap .slider02 .foo {
    padding-left: 0px;
    padding-right: 0px;
  }

  #productsWrap .slider02 .foopage {
    margin: 5px 0 0;
    position: static;
    display: block !important;
  }

}

/*------------------------------------------------------------
  # newProductsHead
------------------------------------------------------------*/
#newProductsHead {
  text-align: center;
  padding: 60px 0;
  border-bottom: 1px solid #EEE;
}
#newProductsHead .contentTitle {
  font-size: 40px;
  margin-bottom: 20px;
}
#newProductsHead p {
  width: 60%;
  color: #777;
  font-size: 16px;
  line-height: 1.65;
  margin: 0 auto;
}

@media (min-width: 0) and (max-width: 767px) {
  #newProductsHead {
    padding: 40px 15px;
    border-bottom: 1px solid #EEE!important;
  }
  #newProductsHead .contentTitle {
    font-size: 30px;
  }
  #newProductsHead p {
    width: 90%;
    font-size: 14px;
  }
}

#SliderHead {
  text-align: center;
  margin-bottom: 40px;
  padding-top: 3px;
}
#SliderHead .contentTitle {
  margin-bottom: 4px;
  font-size: 38px;
  font-weight: normal;
  line-height: 1.2;
}
#SliderHead p {
  width: 60%;
  color: #777;
  font-size: 16px;
  line-height: 1.65;
  margin: 0 auto;
}
@media (min-width: 0) and (max-width: 767px) {
  #SliderHead .contentTitle {
    font-size: 30px;
  }
  #SliderHead p {
    width: 90%;
    font-size: 14px;
  }
}

/*------------------------------------------------------------
  .errorWrapp
------------------------------------------------------------*/
#main .sliderBox {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#main .sliderBox .arrow {
  margin: 0 auto;
  /*position: relative;*/
  z-index: 20;
}

#main .sliderBox .arrow li {
  position: absolute;
  top: 120px;
  cursor: pointer;
}

#main .sliderBox .arrow .prev {
  left: 10px;
}

#main .sliderBox .arrow .next {
  right: 10px;
}

#main .sliderBox .foo {
  overflow: hidden;
}

#main .sliderBox .foo li {
  float: left;
}
#main .sliderBox .foo li img {
  width: 100%;
}

#main .foopage {
  margin-left: -47px;
  position: absolute;
  bottom: 29px;
  left: 50%;
  z-index: 200;
  text-align: center;
}

#main .foopage a {
  margin: 0 9px 0 10px;
  display: inline-block;
  background: url(/assets/img/icon02.png) no-repeat;
  width: 12px;
  height: 12px;
}

#main .foopage a.selected {
  background: url(/assets/img/icon01.png) no-repeat;
}

#main .foopage a span {
  display: none;
}

@media (min-width: 0) and (max-width: 767px) {

  #main .sliderBox .arrow {
    display: none;
  }

  #main .foopage {
    margin-left: -25px;
    bottom: 15px;
  }

  #main .foopage a {
    margin: 0 5px;
    background: url(/assets/img/sp_icon04.png) no-repeat;
    background-size: 7px 7px;
    width: 7px;
    height: 7px;
  }

  #main .foopage a.selected {
    background: url(/assets/img/sp_icon03.png) no-repeat;
    background-size: 7px 7px;
  }

}


/*------------------------------------------------------------
  .errorWrapp
------------------------------------------------------------*/

#newProductsBox .errorWrapp {
  text-align: center;
}

#newProductsBox .errorWrapp .demo h2{
  font-size: 28px;
  margin-bottom: 20px;
}
#newProductsBox .errorWrapp .demo p{
  width: 80%;
  color: #777;
  font-size: 16px;
  line-height: 1.65;
  margin: 0 auto;
}
#newProductsBox .errorWrapp .demo p span{
  color: #009EAA;
}
#newProductsBox .errorWrapp .demo img{
  width: 30% !important;
  padding: 40px 0;
}

@media (min-width: 0) and (max-width: 1090px) {
  #newProductsBox .errorWrapp .demo img{
    width: 50% !important;
  }

@media (min-width: 0) and (max-width: 767px) {
  #newProductsBox .errorWrapp .demo h2{
    font-size: 24px;
  }
  #newProductsBox .errorWrapp .demo p{
    width: 90%;
    margin: 0 auto;
  }
  #newProductsBox .errorWrapp .demo img{
    width: 80% !important;
    padding: 40px 0;
  }

}




