@font-face {
  font-family: 'Pathway Gothic One';
  font-style: normal;
  font-weight: 400;
  src: local('Pathway Gothic One'), local('PathwayGothicOne-Regular'), url(https://fonts.gstatic.com/s/pathwaygothicone/v4/Lqv9ztoTUV8Q0FmQZzPqaCwPNT-0fYl5GOmbcpnDW5g.woff) format('woff');
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  src: url(http://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff2) format('woff2'), url(http://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff) format('woff'), url(http://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  src: url(http://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff2) format('woff2'), url(http://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff) format('woff'), url(http://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  src: url(http://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff2) format('woff2'), url(http://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff) format('woff'), url(http://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.otf) format('opentype');
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: black;
}
html,
body {
  width: 100% !important;
  height: 100% !important;
}
.fixed {
  position: fixed;
}
.hide {
  display: none;
}
.txt-tw {
  font-family: 'helvetica', 'Noto Sans TC', sans-serif;
}
.txt-en {
  font-family: 'Pathway Gothic One', sans-serif;
}
.wrap {
  position: relative;
  width: 640px;
  overflow-x: hidden !important;
  background-repeat: repeat-y;
  background-image: url(../_img/global/bg.jpg);
  display: block;
  opacity: 0;
  transition: 0.8s;
}
.wrap-shake {
  -webkit-animation: wrap-shake 0.2s forwards;
  -moz-animation: wrap-shake 0.2s forwards;
  -ms-animation: wrap-shake 0.2s forwards;
  animation: wrap-shake 0.2s forwards;
}
@-webkit-keyframes wrap-shake {
  from {
    margin: 0 0;
  }
  25% {
    margin: 0 -20px;
  }
  50% {
    margin: 0 15px;
  }
  75% {
    margin: 0 -7px;
  }
  100% {
    margin: 0px 0px 0px 0px;
  }
}
.full-height {
  height: 100%;
}
.intro-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 3000px;
  height: 100%;
  z-index: 100;
}
.intro-wrap .intro-bg {
  position: fixed;
  left: -130px;
  bottom: 0;
  width: 900px;
  /*height: 1136px;*/
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  background-image: url(../_img/intro/intro-bg.jpg);
  z-index: 0;
}
.intro-wrap .intro-cover {
  position: absolute;
  left: -650px;
  bottom: 0;
  width: 600px;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(../_img/global/bg.jpg);
  background-size: 100% 100%;
}
.intro-wrap .intro:before {
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 100%;
}
.intro-wrap .intro {
  float: left;
  position: relative;
  top: 0;
  width: 740px;
  height: 100%;
  color: white;
  font-size: 50px;
  z-index: 10;
  vertical-align: middle;
  text-align: center;
}
.intro-wrap .intro p {
  margin: 50px auto;
  text-align: center;
}
.intro-wrap .intro p:first-child {
  margin-top: 0px;
}
.intro-wrap .intro hr {
  width: 95%;
}
.intro-wrap .intro .txt-wrap {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: auto;
  width: 70%;
}
.intro-wrap .intro .intro-txt-en {
  width: 88%;
  font-size: 20px;
  line-height: 37px;
}
.intro-wrap .intro .intro-txt-tw {
  font-size: 24px;
  line-height: 50px;
  letter-spacing: 2px;
  /*font-size: 23px;
			line-height: 43px;
			letter-spacing: 1px;*/
}
.intro-wrap .intro-0 {
  position: relative;
  width: 790px;
  margin-left: -100px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../_img/intro/kobe-bg.jpg);
  overflow: hidden;
  box-shadow: -10px 0 20px rgba(0, 0, 0, 0.2);
}
.intro-wrap .intro-0-nike {
  position: absolute;
  bottom: 400px;
  left: 170px; 
  width: 136px;
  height: 50px;
  background-image: url(../_img/intro/intro-nike.png);
  /*opacity: 0;*/
  /*transition: 0.3s 0.5s;*/
  /*transform: translate(0, 20px);*/
}
.intro-wrap .intro-0 .intro-0-title {
  position: absolute;
  left: 170px;
  width: 0;
  background-image: url(../_img/intro/intro-title-bu.png);
  opacity: 0;
}
.intro-wrap .intro-0 .title-0 {
  bottom: 300px;
  height: 80px;
  transition: 0.5s 0.4s;
  transform: translate(-50px, 0);
  background-position: left top;
}
.intro-wrap .intro-0 .title-1 {
  bottom: 220px;
  height: 80px;
  transition: 0.5s 0.6s;
  transform: translate(-50px, 0);
  background-position: left bottom;
}
.intro-wrap .intro-0 .kobe-wrap {
  opacity: 0;
  transform: translate(0, 300px) scale(1.4, 1.4);
  transition: 0.75s;
}
.intro-wrap .intro-0 .kobe {
  position: absolute;
  margin-right: -170px;
  right: 0;
  bottom: -100px;
  width: 650px;
  height: 1136px;
  background-image: url(../_img/intro/kobe-sm.png);
}
.intro-wrap .intro-progress-wrap {
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 35px;
  width: 115px;
  height: 15px;
  z-index: 100;
  transform: translate(0, 80px);
  transition: 0.35s 1.0s;
}
.intro-wrap .intro-progress-wrap .intro-progress {
  float: left;
  margin-left: 15px;
  width: 15px;
  height: 15px;
  border: 2px solid white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.intro-wrap .intro-progress-wrap .intro-progress:first-child {
  margin-left: 0px;
  border: none;
  background-color: white;
}
.intro-wrap .intro-3 .txt-wrap {
  padding-bottom: 50px;
}
.intro-wrap .intro-3 .btn-choice {
  margin-top: 70px auto 100px;
  width: 460px;
  height: 68px;
  background-image: url(../_img/btn/btn-choice.png);
}
.btn {
  margin: auto;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid white;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.btn-shine {
  -webkit-animation: btn-shine 0.7s linear infinite alternate;
  -moz-animation: btn-shine 0.7s linear infinite alternate;
  -ms-animation: btn-shine 0.7s linear infinite alternate;
  animation: btn-shine 0.7s linear infinite alternate;
}
@-webkit-keyframes btn-shine {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.3;
  }
}
#tmpCanvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 550px;
  height: 550px;
  z-index: 0;
  display: none;
}
#user-pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 550px;
  height: 550px;
}
#user-pic-tmp-div {
  position: absolute;
  left: 0;
  top: 0;
  width: 550px;
  height: 550px;
  overflow: hidden;
}
#user-pic-tmp {
  position: absolute;
}
#tattoo {
  position: absolute;
  left: 0;
  top: 0;
  width: 550px;
  height: 550px;
  opacity: 0.7;
  background-blend-mode: multiply;
  z-index: 10;
}
.tattoo-wrap {
  float: left;
  padding: 40px 0;
  display: none;
  width: 640px;
}
.tattoo-wrap .title-wrap {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  top: 0;
  margin: 50px auto 0;
  width: 550px;
  height: 550px;
}
.tattoo-wrap .title-wrap .title-motion {
  position: absolute;
  left: 50%;
  /*margin-left: -2415px;
			bottom: 40px;
			width: 4830px; height: 480px;*/
  width: 58px;
  height: 246px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../_img/tattoo/concept-title.png);
  opacity: 0;
  z-index: 20;
}
.tattoo-wrap .title-wrap .concept-title-in {
  -webkit-animation: concept-title-in 1.5s cubic-bezier(0.82, 0.01, 0.99, 0.23) forwards;
  -moz-animation: concept-title-in 1.5s cubic-bezier(0.82, 0.01, 0.99, 0.23) forwards;
  -ms-animation: concept-title-in 1.5s cubic-bezier(0.82, 0.01, 0.99, 0.23) forwards;
  animation: concept-title-in 1.5s cubic-bezier(0.82, 0.01, 0.99, 0.23) forwards;
}
@-webkit-keyframes concept-title-in {
  from {
    margin-left: -200px;
    bottom: -1230px;
    width: 580px;
    height: 2460px;
    opacity: 0;
  }
  100% {
    margin-left: 230px;
    bottom: 0px;
    width: 58px;
    height: 246px;
    opacity: 1;
  }
  /*100% {
				display: none;
			}*/
  /*from {
				margin-left: -2415px; bottom: -150px;
				width: 4830px; height: 480px;
				opacity: 0;
			}
			99% {
				margin-left: -242px; bottom: 26px;
				width: 483px; height: 48px;
				opacity: 1;
			}
			100% {
				display: none;
			}*/
}
.tattoo-wrap #preview-wrap {
  position: relative;
  margin: 0 35px;
  /*width: 550px; height: 550px;*/
  width: 570px;
  height: 570px;
  overflow: hidden;
  background-color: white;
}
.tattoo-wrap #preview-wrap #result-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 570px;
  height: 570px;
  z-index: 100;
}
.tattoo-wrap #preview-wrap #concept-title {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  width: 570px;
  height: 570px;
  z-index: 50;
}
.tattoo-wrap #preview-wrap #preview-content {
  position: relative;
  margin: 10px;
  padding: 0;
  width: 550px;
  height: 550px;
  overflow: hidden;
  background-image: url(../_img/tattoo/bg-skin.jpg);
  background-color: black;
}
.tattoo-wrap #preview-wrap #preview-content #skin-wrap {
  position: absolute;
  width: 550px;
  height: 550px;
  overflow: visible;
  /*mix-blend-mode: multiply;*/
}
.tattoo-wrap #preview-wrap #preview-content #skin-wrap .skin {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 433px;
  height: 500px;
  opacity: 0.8;
  background-size: 100% 100%;
  background-image: url(../_img/tattoo/synthesize/tattoo-0.png);
}
.tattoo-wrap #preview-wrap #preview-content .preview-namber {
  font-size: 50px;
  color: white;
}
.tattoo-wrap #preview-wrap #preview-content #concept-title {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  width: 570px;
  height: 570px;
  z-index: 50;
}
.tattoo-wrap #preview-wrap #preview-content #color-cover {
  position: absolute;
  left: -5px;
  top: -5px;
  display: none;
  width: 560px;
  height: 560px;
  z-index: 50;
}
.tattoo-wrap #preview-wrap #preview-content #preview-canvas {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  z-index: 50;
}
.tattoo-wrap .preview-wrap-shake {
  -webkit-animation: preview-shake 0.15s forwards;
  -moz-animation: preview-shake 0.15s forwards;
  -ms-animation: preview-shake 0.15s forwards;
  animation: preview-shake 0.15s forwards;
}
@-webkit-keyframes preview-shake {
  from {
    margin: 0 35px;
    width: 550px;
    height: 530px;
  }
  25% {
    margin: 0 25px 0 45px;
    width: 515px;
    height: 530px;
  }
  50% {
    margin: 0 40px 0 30px;
    width: 520px;
    height: 535px;
  }
  75% {
    margin: 0 32px 0 38px;
    width: 550px;
    height: 550px;
  }
  to {
    margin: 0 35px;
    width: 570px;
    height: 570px;
  }
}
.tattoo-wrap .step-wrap {
  float: left;
  margin-top: 40px;
  width: 2640px;
  z-index: 10;
}
.tattoo-wrap .step {
  float: left;
  width: 640px;
  height: 10px;
  overflow-y: hidden;
  padding: 0 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tattoo-wrap .concept-wrap {
  position: relative;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  padding-top: 20px;
  width: 570px;
  height: 95px;
}
.tattoo-wrap .concept-wrap .concept-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 95px;
  padding-top: 20px;
  margin: 0;
  color: white;
  text-align: center;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 23px;
  font-weight: 300;
  line-height: 35px;
  letter-spacing: 1px;
}
.tattoo-wrap .concept-wrap .red {
  background-image: url(../_img/tattoo/concept-wrap-0.jpg);
}
.tattoo-wrap .concept-wrap .black {
  display: none;
  background-image: url(../_img/tattoo/concept-wrap-1.jpg);
}
.tattoo-wrap .tattoo-slider-wrap {
  margin: 20px 0 13px;
  padding: 10px 0;
  width: 570px;
  height: 30px;
}
.tattoo-wrap .tattoo-slider-wrap .slider-line {
  margin: 10px 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid white;
}
.tattoo-wrap .tattoo-slider-wrap .slider-bar {
  margin-top: -16px;
  width: 50px;
  height: 10px;
  background-color: white;
  cursor: pointer;
}
.tattoo-wrap .tattoo-overview-wrap {
  margin-bottom: 50px;
  width: 570px;
  height: 105px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.tattoo-wrap .tattoo-overview-wrap .tattoo-overview {
  float: left;
  width: 3100px;
  height: 106px;
}
.tattoo-wrap .tattoo-overview-wrap .tattoo-overview div {
  float: left;
  position: relative;
  margin-left: 16px;
  width: 98px !important;
  height: 98px !important;
  border: 4px solid white;
  cursor: pointer;
  overflow: hidden;
  background-image: url(../_img/tattoo/bg-skin.jpg);
}
.tattoo-wrap .tattoo-overview-wrap .tattoo-overview div img {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 90px;
}
.tattoo-wrap .tattoo-overview-wrap .tattoo-overview div:first-child {
  margin-left: 0;
}
.tattoo-wrap .btn-start {
  width: 570px;
  height: 68px;
  background-image: url(../_img/btn/btn-start.png);
}
.tattoo-wrap .notice {
  width: 570px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 40px;
}
.tattoo-wrap .txt-wrap {
  margin-top: 0;
  width: 570px;
  text-align: center;
}
.tattoo-wrap .step-txt-tw {
  font-size: 1.625em;
  line-height: 1.9em;
  color: white;
  margin: 0 0 30px;
}
.tattoo-wrap .step-txt-en {
  margin: 1.563em 0 3.125em;
  font-size: 0.875em;
  line-height: 1.438em;
  color: #58585b;
}
.tattoo-wrap .step-1 .step-1-txt-tw {
  font-size: 26px;
  line-height: 41px;
  color: white;
  margin: 0;
}
.tattoo-wrap .step-1 .step-1-txt-en {
  margin: 35px 0;
  font-size: 19px;
  line-height: 31px;
  color: #58585b;
}
.tattoo-wrap .step-1 .notice {
  background-image: url(../_img/tattoo/edit-image.png);
}
.tattoo-wrap .step-1 .btn-start {
  width: 570px;
  height: 68px;
  background-image: url(../_img/btn/btn-start.png);
}
.tattoo-wrap .step-2 .notice {
  background-image: url(../_img/tattoo/edit-tattoo.png);
}
.tattoo-wrap .step-2 .btn-confirm {
  width: 570px;
  height: 68px;
  background-image: url(../_img/btn/btn-confirm.png);
}
.tattoo-wrap .step-3 hr {
  margin: 65px 0 50px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
}
.tattoo-wrap .step-3 .share-fb {
  float: left;
  margin-left: 5px;
  width: 64px;
  height: 64px;
  background-image: url(../_img/btn/btn-fb-share.png);
}
.tattoo-wrap .step-3 .btn-other {
  float: right;
  width: 470px;
  height: 68px;
  background-image: url(../_img/btn/btn-other.png);
}
.tattoo-wrap .step-3 .notice {
  background-image: url(../_img/tattoo/download.png);
}
/* gallery */
.gallery .bg {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-position: center bottom;
  background-image: url(../_img/global/bg.jpg);
}
.gallery-title {
  position: relative;
  margin: 65px auto 0;
  width: 152px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url(../_img/gallery/title.png);
  clear: both;
}
.hr-0 {
  position: relative;
  margin: 32px auto 15px;
  width: 564px;
}
.hr-1 {
  margin: 0 auto;
  width: 590px;
}
.box-wrap {
  position: relative;
  margin: 0 auto;
  padding-bottom: 220px;
  width: 574px;
}
.box-wrap .left {
  float: left;
}
.box-wrap .right {
  float: right;
}
.box-wrap .no-margin {
  margin: 0;
}
.box-wrap .box {
  margin-top: 22px;
  background-color: black;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.box-wrap .lg {
  width: 378px;
  height: 378px;
}
.box-wrap .md {
  width: 279px;
  height: 279px;
}
.box-wrap .sm {
  width: 177px;
  height: 177px;
}
.btn-home-wrap {
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -2px;
  width: 100%;
  height: 173px;
  background-position: center bottom;
  background-image: url(../_img/global/bg.jpg);
}
.btn-home-wrap .btn-home {
  margin-top: 49px;
  width: 373px;
  height: 68px;
  background-size: 100% 100%;
  background-image: url(../_img/btn/btn-home.png);
}
.expand-wrap {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.expand-wrap .expand-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
.expand-wrap .expand-content {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 570px;
  height: 570px;
  background-color: black;
}
.expand-wrap .expand-content img {
  width: 570px;
  height: 570px;
}



.wrap.in {
  /*display: block;*/
  opacity: 1;
}
.wrap.in-intro-0 .intro-wrap .intro-0 .title-0 {
  width: 204px;
  transform: translate(0px, 0);
  opacity: 1;
}
.wrap.in-intro-0 .intro-wrap .intro-0 .title-1 {
  width: 204px;
  transform: translate(0px, 0);
  opacity: 1;
}
.wrap.in-intro-0 .intro-wrap .kobe-wrap {
  opacity: 1;
  transform: translate(0, 0) scale(1, 1);
}
.wrap.in-intro-0 .intro-wrap .intro-progress-wrap {
  transform: translate(0, 0px);
}
.wrap.in-intro-0 .intro-wrap .intro-0-nike {
  /*opacity: 1;*/
  /*transform: translate(0, 0);*/
}