@charset "utf-8";
/* CSS Document */
html {
	overflow: auto !important;
}
body {
	overflow: hidden !important;
	min-width: 300px !important;
}

/*===============================================
●For Desktop Min Width 769px
===============================================*/

#black_friday_top {
	height: 400px;
	background: url(images/blackfriday_en_LPtop_1280x449.gif) center center;
	background-color: #000;
	background-size: 80%;
}

#black_friday_ttl {
	text-align: center;
	padding: 40px 0 0 0;
}

#black_friday_ttl h2 {
	color: #FFF;
}

.top_banner {
	padding: 20px;
	text-align: center;
}

.top_banner img {
	width: 98%; 
}

.top_banner span {
	font-size: 1.5em;
}

#black_friday_content {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	font-family: 'Lato', sans-serif;
}

#black_friday_top_content {
	text-align: center;
	padding: 20px 10px;
	margin: 0 0 20px 0;
}

#black_friday_top_content span {
	text-align: center;
	font-size: 1.5em;
}

#black_friday_top_content img {
	width: 98%;
	margin: 0;
}

.product_block {
	float: left;
	width: 48%;
	margin: 0 1% 1% 1%;
	position: relative;
}

.product_block2 {
	float: left;
	width: 31.33%;
	margin: 0 1% 1% 1%;
	position: relative;
}

.product_block img,
.product_block2 img {
	width: 100%;
}

.product_block.sold img,
.product_block2.sold img {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.product_block.sold .sold_out img,
.product_block2.sold .sold_out img {
    position: absolute;
    top: 20%;
    left: 15%;
    width: 70%;
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.bottom_ttl {
	position: absolute;
	width: 100%;
	bottom: 3px;
	color: #FFF;
	background-color:rgba(0, 0, 0, 0.7);
}

.product_block.sold .bottom_ttl,
.product_block2.sold .bottom_ttl {
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}



.bottom_ttl h3 {
	float: left;
	width: 75%;
	padding: 20px 10px;
	font-weight: 300;
	font-size: 1em;
}

.product_block2 .bottom_ttl h3 {
	padding: 15px 10px;
	font-size: 0.9em;
}

.price {
	float: left;
	width: 25%;
	font-weight: 300;
	font-size: 0.8em;
	padding: 10px;
	text-align: center;
}

.price span {
	font-weight: 500;
	font-size: 1.8em;
}

.person {
	color: #cccccc;
}

.red {
	font-size: 1.3em;
	font-weight: bolder;
	color: red;
}

.product_block2 .price {
	font-size: 0.75em;
	padding: 5px;
}

.product_block2 .person {
	font-size: 0.9em;
}

#ttl_countdown {
	padding: 20px;
	text-align: center;
	font-size: 1.4em;
}

.clear {
	clear: both;
}

#turkey1 {
	position: absolute;
	right: 400px;
	top: 355px;
	z-index: 10;
}

#turkey2 {
	position: absolute;
	left: -150px;
	top: 355px;
	z-index: 10;
}


#turkey3 {
	position: absolute;
	right: -200px;
	top: 680px;
	z-index: 10;
}

#turkey4 {
	position: absolute;
	left: -150px;
	top: 680px;
	z-index: 10;
}

.bottom_bnr img {
	display: block;
	margin: 0 auto 30px auto;
	width: 98%;
}



// Countdown
.countdown {
  width: 720px;
  margin: 0 auto;

  .bloc-time {
    float: left;
    margin-right: 45px;
    text-align: center;

    &:last-child {
      margin-right: 0;
    }
  }

  .count-title {
    display: block;
    margin-bottom: 15px;
    font: normal 0.94em $lato;
    color: #1a1a1a;
    text-transform: uppercase;
  }

  .figure {
    position: relative;
    float: left;
    height: 110px;
    width: 100px;
    margin-right: 10px;
    background-color: #fff;
    border-radius: 8px;
    @include box-shadow(0 3px 4px 0 rgba(0, 0, 0, .2),inset 2px 4px 0 0 rgba(255, 255, 255, .08));

    &:last-child {
      margin-right: 0;
    }

    >span {
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      font: normal 5.94em/107px $lato;
      font-weight: 700;
      color: #de4848;
    }

    .top, .bottom-back {
      &:after {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
      }
    }

    .top {
      z-index: 3;
      background-color: #f7f7f7;
      transform-origin: 50% 100%;
      -webkit-transform-origin: 50% 100%;
      @include border-top-radius(10px);
      @include transform(perspective(200px));
    }

    .bottom {
      z-index: 1;

      &:before {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background-color: rgba(0, 0, 0, .02);
      }
    }

    .bottom-back {
      z-index: 2;
      top: 0;
      height: 50%;
      overflow: hidden;
      background-color: #f7f7f7;
      @include border-top-radius(10px);

      span {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
      }
    }

    .top, .top-back {
      height: 50%;
      overflow: hidden;
      @include backface-visibility(hidden);
    }

    .top-back {
      z-index: 4;
      bottom: 0;
      background-color: #fff;
      -webkit-transform-origin: 50% 0;
      transform-origin: 50% 0;
      @include transform(perspective(200px) rotateX(180deg));
      @include border-bottom-radius(10px);

      span {
        position: absolute;
        top: -100%;
        left: 0;
        right: 0;
        margin: auto;
      }
    }
  }
}


/**
 * Main module
 */
main a,
main a:link,
main a:visited {
  color: #777;
  text-decoration: underline;
}
main a:hover,
main a:active,
main a:visited:hover {
  color: #000;
  text-decoration: underline;
}
main article {
  padding: 1em;
}
main [class*="pure-u-"]:first-child article {
  padding-left: 0;
}
main [class*="pure-u-"]:last-child article {
  padding-right: 0;
}
@media screen and (max-width: 48em) {
  main article {
    padding: 0 !important;
  }
}
.main-example {
  margin: 0 auto;
  width: 355px;
}
.main-example .countdown-container {
  height: 130px;
}
.main-example .time {
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
  display: inline-block;
  text-align: center;
  position: relative;
  height: 95px;
  width: 65px;

  -webkit-perspective: 479px;
  -moz-perspective: 479px;
  -ms-perspective: 479px;
  -o-perspective: 479px;
  perspective: 479px;

  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;

  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.main-example .count {
  background: #202020;
  color: #f8f8f8;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 2em;
  line-height: 2.9em;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  top: 0;
  width: 100%;

  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  -ms-transform-style: flat;
  -o-transform-style: flat;
  transform-style: flat;
}
.main-example .count.top {
  border-top: 1px solid rgba(255,255,255,0.2);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  border-radius: 5px 5px 0 0;
  height: 50%;

  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.main-example .count.bottom {
  background-image: linear-gradient(rgba(255,255,255,0.1), transparent);
  background-image: -webkit-linear-gradient(rgba(255,255,255,0.1), transparent);
  background-image: -moz-linear-gradient(rgba(255,255,255,0.1), transparent);
  background-image: -ms-linear-gradient(rgba(255,255,255,0.1), transparent);
  background-image: -o-linear-gradient(rgba(255,255,255,0.1), transparent);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-radius: 0 0 5px 5px;
  line-height: 0;
  height: 50%;
  top: 50%;

  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.main-example .count.next {
}
.main-example .label {
  font-size: normal;
  margin-top: 5px;
  display: block;
  position: absolute;
  top: 95px;
  width: 100%;
}
/* Animation start */
.main-example .count.curr.top {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  z-index: 3;
}
.main-example .count.next.bottom {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  z-index: 2;
}
/* Animation end */
.main-example .flip .count.curr.top {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;

  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.main-example .flip .count.next.bottom {
  -webkit-transition: all 250ms ease-in-out 250ms;
  -moz-transition: all 250ms ease-in-out 250ms;
  -ms-transition: all 250ms ease-in-out 250ms;
  -o-transition: all 250ms ease-in-out 250ms;
  transition: all 250ms ease-in-out 250ms;

  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}


#slideout {
  background: #ececec;
  border: 3px solid #4ba6c9;
  border-radius: 1em 0 0 1em;
  border-right: none;
  display: none;
  padding: 0;
  position: fixed;
  bottom: 1em;
  right: -23em;
  width: 22em;
  z-index: 3000;
  text-align: center;
  font-family: 'Lato', sans-serif;
  height: 10em;
}

#slide_img {
	float: left;
	width: 30%;
	height: 100%;
	border-radius: .75em 0 0 .75em;
	background: url(images/mail.png) no-repeat center center #4ba6c9;
}

#slide_content {
	float: left;
	width: 70%;
  	padding: 1em 2em 1em 1em;
}

#slideout h1 {
    color: #4ba6c9;
    margin: 0;
    font-size: 1.3rem;
}

#slideout p {
	font-size: 0.9rem;
}

#slideout_dismiss {
    background-color: #4ba6c9;
    border-radius: 50%;
    color: white;
    font-size: 1.5em;
    font-weight: bold;
    height: 1em;
    left: -.5em;
    line-height: .92em;
    position: absolute;
    text-align: center;
    top: -.5em;
    width: 1em;
    &:hover {
      cursor: pointer;
    }
}

.btn-arrow-sky {
	display: block;
	margin: 1em 0;
	padding: 0.4em 1em;
	background: #4ba6c9;
	background-size: 10px auto;
	color: #FFF;
	text-align: center;
	font-size: 1rem;
	font-weight: 400;
	border-radius: 5px;
}

.btn-arrow-sky:hover {
	opacity: .7;
	text-decoration: none;
}

@media screen and (max-width: 48em) {


#black_friday_ttl img {
	width: 100%;
}

  .main-example {
    width: 100%;
    text-align: center;
  }
  .main-example .countdown-container {
    height: 100px;
  }
  .main-example .time {
      height: 70px;
      width: 48px;
  }
  .main-example .count {
    font-size: 1.5em;
    line-height: 70px;
  }
  .main-example .label {
    font-size: 0.8em;
    top: 72px;
  }


.product_block {
	float: none;
	width: 98%;
	margin: 0 1% 1% 1%;
	position: relative;
}

.product_block2 {
	float: none;
	width: 98%;
	margin: 0 1% 1% 1%;
}

.remarks {
	font-size: 0.8em;
	text-align: center;
	margin: 20px;
}

}


 /*===============================================
●For Mobile Max Width 640px
===============================================*/
@media screen and (max-width:640px){



#black_friday_top {
	height: 400px;
	background-size: cover;
}


.top_banner {
	padding: 20px 0 0 0;
}

.top_banner img {
	width: 98%;
}

#black_friday_top {
	height: 160px;
}

#black_friday_ttl {
	padding: 20px 0 0 0;
}

#black_friday_ttl h2 {
	font-size: 1.2em;
}

#turkey1 {
	position: absolute;
	right: 10px;
	top: 458px;
	z-index: 10;
}

#turkey2 {
	position: absolute;
	left: -150px;
	top: 458px;
	z-index: 10;
}

}
