@charset "UTF-8";
/* 變數 */
/* mixin */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* RESET plus */
ul, li {
  margin: 0;
  padding: 0;
  border: 0;
}

html, body {
  font-family: 'Heiti TC', 'Microsoft JhengHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* extend */
/* 主要 */
html, body {
  width: 100%;
  height: 100%;
  background-color: #000;
  min-width: 1200px;
  overflow-x: auto !important;
}

.wrapper {
  width: 100%;
  min-width: 1200px;
  height: 100%;
}

/* slick */
.slick_area {
  position: relative;
  margin: auto;
}

.slick {
  position: relative;
}

.slick .image_area {
  position: relative;
}

.slick .slick_btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
  cursor: pointer;
}

.slick .slick_btn.prev {
  left: -92px;
}

.slick .slick_btn.next {
  right: -92px;
}

.slick .slick_btn.next img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slick .slick_dots {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.slick .slick_dots li {
  display: inline-block;
  background-color: #7a7470;
  width: 40px;
  height: 2px;
  font-size: 0;
  cursor: pointer;
  margin-right: 4px;
}

.slick .slick_dots li:last-of-type {
  margin-right: 0;
}

.slick .slick_dots li.slick-active {
  background-color: #d8b059;
}

.slick .slick_dots button {
  -webkit-appearance: none;
  outline: none;
  border: none;
  background: none;
}

/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 10px;
  padding-left: 10px;
}

.header .logo {
  width: 104px;
  height: 54px;
}

.header .logo a {
  display: block;
}

/* nav */
.nav {
  position: fixed;
  height: 413px;
  left: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(img/nav/bg_line.png);
  background-size: 1px 413px;
  background-repeat: no-repeat;
}

.nav ul {
  padding-top: 40px;
  padding-left: 20px;
  list-style: none;
}

.nav ul li {
  height: 18px;
  background-position: left center;
  background-repeat: no-repeat;
  position: relative;
  font-size: 18px;
  color: #736256;
  cursor: pointer;
  margin-bottom: 20px;
  font-weight: bold;
}

.nav ul li .icon {
  width: 12px;
}

.nav ul li:before {
  content: '';
  display: block;
  position: absolute;
  width: 44px;
  height: 40px;
  background-image: url(img/nav/li_dark.png);
  background-repeat: no-repeat;
  background-position: center center;
  top: -6px;
  left: -36px;
}

.nav ul li.active, .nav ul li:hover {
  color: #fcbf6f;
}

.nav ul li.active:before, .nav ul li:hover:before {
  background-image: url(img/nav/li_light.png);
  top: -10px;
  left: -44px;
}

.nav ul li a {
  text-decoration: none;
}

.nav ul li a:link, .nav ul li a:visited {
  color: #736256;
}

.nav ul li a:hover, .nav ul li a:active {
  color: #fcbf6f;
}

.nav ul li:nth-of-type(2) {
  margin-bottom: 16px;
  font-weight: normal;
}

.nav ul li:nth-of-type(2):before {
  display: none;
}

.nav ul li:nth-of-type(3) {
  margin-bottom: 16px;
  font-weight: normal;
}

.nav ul li:nth-of-type(3):before {
  display: none;
}

.nav ul li:nth-of-type(4) {
  margin-bottom: 16px;
  font-weight: normal;
}

.nav ul li:nth-of-type(4):before {
  display: none;
}

.nav ul li:nth-of-type(5) {
  margin-bottom: 40px;
  font-weight: normal;
}

.nav ul li:nth-of-type(5):before {
  display: none;
}

/* share */
.share {
  position: fixed;
  top: calc(50% + 160px);
  left: 60px;
}

.share .btn_share {
  position: relative;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  vertical-align: middle;
  font-size: 20px;
  color: #cbcbcb;
}

.share .btn_share img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.share .btn_area {
  display: none;
  position: absolute;
  bottom: 40px;
  left: -10px;
  width: 220px;
  height: 60px;
  background-color: #282828;
  border-radius: 5px;
  text-align: center;
  font-size: 0;
}

.share .btn_area:after {
  content: '';
  position: absolute;
  bottom: -11px;
  left: 16px;
  width: 0;
  height: 0;
  border-width: 11px 6px 0px 6px;
  border-color: #282828 transparent;
  border-style: solid;
}

.share .btn_area:before {
  content: '';
  display: inline-block;
  height: 60px;
  vertical-align: middle;
}

.share .btn_area .btn {
  vertical-align: middle;
  display: inline-block;
  margin-right: 30px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}

.share .btn_area .btn:last-of-type {
  margin-right: 0;
}

.share .website {
  display: block;
  text-align: center;
  font-size: 10px;
  height: 0;
  background-color: transparent;
  outline: none;
  border: none;
  padding: 0;
  line-height: 0;
}

.share:hover .btn_area, .share.active .btn_area {
  display: block;
}

/* popup video */
.popup_video_area {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 200;
  display: none;
}

.popup_video_area .popup_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.popup_video_area .popup_video {
  position: absolute;
  width: 1120px;
  height: 630px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.popup_video_area .poopup_close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(515px, -358px);
          transform: translate(515px, -358px);
  cursor: pointer;
}

.popup_video_area .poopup_close:after, .popup_video_area .poopup_close:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  width: 50px;
  height: 1px;
  background-color: #fff;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.popup_video_area .poopup_close:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

/* popup sec 03 */
.popup_sec_03 {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 200;
  background-color: #000;
  display: none;
}

.popup_sec_03 .slick_popup_area {
  position: relative;
  width: 100%;
  height: 100%;
}

.popup_sec_03 .slick_popup_03 {
  height: 100%;
}

.popup_sec_03 .image_area {
  position: relative;
  width: 1920px;
  height: 100%;
}

.popup_sec_03 .image_area img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.popup_sec_03 .slick-list {
  height: 100%;
}

.popup_sec_03 .slick-track {
  height: 100%;
}

.popup_sec_03 .slick_btn.prev {
  left: 30px;
}

.popup_sec_03 .slick_btn.next {
  right: 30px;
}

.popup_sec_03 .poopup_close {
  position: absolute;
  top: 30px;
  right: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: #fff 1px solid;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
}

.popup_sec_03 .poopup_close:before, .popup_sec_03 .poopup_close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 2px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  background-color: #fff;
}

.popup_sec_03 .poopup_close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

/* section */
@-webkit-keyframes page_active {
  from {
    -webkit-transform: translate(0, 60px);
            transform: translate(0, 60px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes page_active {
  from {
    -webkit-transform: translate(0, 60px);
            transform: translate(0, 60px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

.section {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.section .main {
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-top: 75px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.section .main .title {
  position: relative;
  margin-bottom: 16px;
}

.section .main .sub_title {
  position: relative;
  margin-bottom: 60px;
}

.section .main .content {
  position: relative;
}

.section .section_inner {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section.active .section_inner, .section.stay .section_inner {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.section.active .section_inner .main .title, .section.stay .section_inner .main .title {
  opacity: 0;
  -webkit-animation: page_active .6s .6s ease-out 1 forwards;
          animation: page_active .6s .6s ease-out 1 forwards;
}

.section.active .section_inner .main .sub_title, .section.stay .section_inner .main .sub_title {
  opacity: 0;
  -webkit-animation: page_active .6s 1.2s ease-out 1 forwards;
          animation: page_active .6s 1.2s ease-out 1 forwards;
}

.section.active .section_inner .main .content, .section.stay .section_inner .main .content {
  opacity: 0;
  -webkit-animation: page_active .6s 1.8s ease-out 1 forwards;
          animation: page_active .6s 1.8s ease-out 1 forwards;
}

.section.arrive .section_inner {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .48s .48s;
  transition: all .48s .48s;
}

.section.leave .section_inner {
  opacity: 0;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  -webkit-transition: all .48s;
  transition: all .48s;
}

.section .bg_video_area {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.section .bg_video_area .bg_video {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* sec 00 */
.section_00 .main {
  padding-top: 105px;
}

.section_00 .content {
  height: 100%;
}

.section_00 .scrolldown {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  animation: scrolldown .6s infinite ease-out alternate-reverse;
}

.section_00 .top_download {
  position: absolute;
  top: 75px;
  right: 20px;
  cursor: pointer;
  opacity: .5;
}

.section_00 .top_download:hover {
  opacity: 1;
}

@-webkit-keyframes scrolldown {
  from {
    -webkit-transform: translate(-50%, -10px);
            transform: translate(-50%, -10px);
  }
  to {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
  }
}

@keyframes scrolldown {
  from {
    -webkit-transform: translate(-50%, -10px);
            transform: translate(-50%, -10px);
  }
  to {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
  }
}

.btn_register {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  width: 230px;
  height: 320px;
  background-position: 0 0;
  overflow: hidden;
}

.btn_register .btn_register_area {
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
}

.btn_register .btn_register_area.preorder {
  display: block;
}

.btn_register a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.btn_register a img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: register_img 1.5s steps(60) infinite;
          animation: register_img 1.5s steps(60) infinite;
}

.btn_register .hover {
  display: none;
}

.btn_register:hover .normal {
  display: none;
}

.btn_register:hover .hover {
  display: block;
}

@-webkit-keyframes register {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 19200px;
  }
}

@keyframes register {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 19200px;
  }
}

@-webkit-keyframes register_img {
  from {
    top: 0;
  }
  to {
    top: -19200px;
  }
}

@keyframes register_img {
  from {
    top: 0;
  }
  to {
    top: -19200px;
  }
}

.main_logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -40px);
          transform: translate(-50%, -40px);
  width: 380px;
}

.main_logo img {
  width: 100%;
}

.countdown {
  display: none;
  position: absolute;
  background-color: #000;
  border-radius: 5px;
  width: 640px;
  padding: 25px 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: calc(50% + 220px);
  left: calc(50% - 320px);
  margin: 0 auto;
}

/* plugin HANK */
.flip-clock-divider .flip-clock-label {
  color: #555;
  font-weight: bold;
  font-size: 14px;
}

/* sec 01 */
.section_01 .tabs_area {
  font-size: 0;
  text-align: center;
  margin-bottom: 30px;
}

.section_01 .tabs_area .tab {
  display: inline-block;
  width: 316px;
  height: 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  border: #634429 1px solid;
  font-size: 20px;
  font-weight: bold;
  line-height: 38px;
  color: #d7ca85;
}

.section_01 .tabs_area .tab.active {
  color: #452f28;
  border: none;
  background-image: url("img/sec_01/btn_tab.png");
}

.section_01 .slick_area {
  width: 640px;
}

.section_01 .slick_area.hide {
  display: none;
}

.section_01 .slick_area.active {
  display: block;
}

.section_01 .slick_area .slick_01 .image_area {
  display: block;
  outline: none;
  font-size: 0;
  text-align: center;
}

.section_01 .slick_area .slick_01 .image_area img {
  display: inline-block;
}

/* sec 02 */
@-webkit-keyframes center_line {
  from {
    width: 0px;
  }
  to {
    width: 750px;
  }
}
@keyframes center_line {
  from {
    width: 0px;
  }
  to {
    width: 750px;
  }
}

@-webkit-keyframes spot_line_L {
  from {
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
  }
  to {
    -webkit-transform: translate(-240px, -50%);
            transform: translate(-240px, -50%);
  }
}

@keyframes spot_line_L {
  from {
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
  }
  to {
    -webkit-transform: translate(-240px, -50%);
            transform: translate(-240px, -50%);
  }
}

@-webkit-keyframes spot_line_R {
  from {
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
  }
  to {
    -webkit-transform: translate(240px, -50%);
            transform: translate(240px, -50%);
  }
}

@keyframes spot_line_R {
  from {
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
  }
  to {
    -webkit-transform: translate(240px, -50%);
            transform: translate(240px, -50%);
  }
}

@-webkit-keyframes bottom_line {
  from {
    width: 0px;
  }
  to {
    width: 477px;
  }
}

@keyframes bottom_line {
  from {
    width: 0px;
  }
  to {
    width: 477px;
  }
}

@-webkit-keyframes image_01 {
  from {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes image_01 {
  from {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes image_02 {
  from {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes image_02 {
  from {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@-webkit-keyframes image_03 {
  from {
    -webkit-transform: translate(-50%, 60px);
            transform: translate(-50%, 60px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(-50%, 0);
            transform: translateX(-50%, 0);
    opacity: 1;
  }
}

@keyframes image_03 {
  from {
    -webkit-transform: translate(-50%, 60px);
            transform: translate(-50%, 60px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(-50%, 0);
            transform: translateX(-50%, 0);
    opacity: 1;
  }
}

.section_02.active .image.image_01 {
  -webkit-animation: image_01 .8s 2.4s ease-out 1 forwards;
          animation: image_01 .8s 2.4s ease-out 1 forwards;
}

.section_02.active .image.image_02 {
  -webkit-animation: image_02 .8s 2.4s ease-out 1 forwards;
          animation: image_02 .8s 2.4s ease-out 1 forwards;
}

.section_02.active .image.image_03 {
  -webkit-animation: image_03 .8s 2.4s ease-out 1 forwards;
          animation: image_03 .8s 2.4s ease-out 1 forwards;
}

.section_02.active .cover .arrow_center {
  -webkit-animation: center_line .8s 3.2s ease-out 1 forwards;
          animation: center_line .8s 3.2s ease-out 1 forwards;
}

.section_02.active .cover .spot_line.spot_line_L {
  -webkit-animation: spot_line_L .8s 3.2s ease-out 1 forwards;
          animation: spot_line_L .8s 3.2s ease-out 1 forwards;
}

.section_02.active .cover .spot_line.spot_line_R {
  -webkit-animation: spot_line_R .8s 3.2s ease-out 1 forwards;
          animation: spot_line_R .8s 3.2s ease-out 1 forwards;
}

.section_02.active .cover .arrow_bottom {
  -webkit-animation: bottom_line .8s 3.2s ease-out 1 forwards;
          animation: bottom_line .8s 3.2s ease-out 1 forwards;
}

.section_02 .content {
  position: relative;
  height: 600px;
}

.section_02 .content .image {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section_02 .content .image.image_03 {
  top: 50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
}

.section_02 .content .image.image_03 .light {
  position: absolute;
  left: calc(50% - 550px);
  bottom: -134px;
  z-index: -1;
}

.section_02 .content .image.image_03 .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section_02 .content .image.image_03 .cover .arrow_center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0px;
  height: 64px;
}

.section_02 .content .image.image_03 .cover .arrow_center img {
  width: 100%;
  height: 64px;
}

.section_02 .content .image.image_03 .cover .spot_line {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 50%;
}

.section_02 .content .image.image_03 .cover .arrow_bottom {
  position: absolute;
  bottom: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0px;
  height: 12px;
}

.section_02 .content .image.image_03 .cover .arrow_bottom img {
  width: 100%;
  height: 12px;
}

.section_02 .main .sub_title {
  margin-bottom: 0px;
}

/* sec 03 */
.section_03 .slick_area .slick .image_area {
  width: 750px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  margin: 0 -200px;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  pointer-events: none;
}

.section_03 .slick_area .slick .image_area.slick-active {
  opacity: .6;
  pointer-events: unset;
}

.section_03 .slick_area .slick .image_area.slick-active.slick-center {
  pointer-events: unset;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  z-index: 20;
}

.section_03 .slick_area .slick .image_area img {
  width: 100%;
  height: auto;
}

.section_03 .slick_area .slick .slick_btn.prev {
  left: calc(50% - 468px);
}

.section_03 .slick_area .slick .slick_btn.next {
  right: calc(50% - 468px);
}

/* sec 04 */
.section_04 .bg_char {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section_04 .bg_char img {
  position: absolute;
  top: 120px;
  left: 50%;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}

.section_04 .video_area {
  position: relative;
  margin: auto;
  width: 950px;
  height: 532px;
  background-image: url(img/sec_04/video_bg.png);
  background-repeat: no-repeat;
}

.section_04 .video_area .video_img {
  position: absolute;
  top: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 720px;
  height: 405px;
  background-image: url(img/sec_04/img_video.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  background-size: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.section_04 .video_area .video_img:hover {
  background-size: 110%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.section_04 .video_area .video_img .btn_play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* sec 05 */
@-webkit-keyframes rotate_light {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes rotate_light {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

.section_05 .bg_char {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section_05 .bg_char img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-280px, -280px);
          transform: translate(-280px, -280px);
}

.section_05 .content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 20px;
  text-align: center;
  font-size: 0;
}

.section_05 .content .prize {
  display: inline-block;
  position: relative;
  margin-right: 6px;
}

.section_05 .content .prize:last-of-type {
  margin-right: 0;
}

.section_05.active .content .prize:after {
  content: '';
  position: absolute;
  height: 410px;
  width: 365px;
  background-image: url(img/sec_05/list_light.png);
  background-position: center center;
  background-repeat: no-repeat;
  top: calc(50% - 202px);
  left: calc(50% - 184px);
  -webkit-animation: rotate_light .6s 2.4s ease-in-out forwards;
          animation: rotate_light .6s 2.4s ease-in-out forwards;
}

/* sec 06 */
.section_06 .content {
  font-size: 0;
  text-align: center;
  white-space: nowrap;
}

.section_06 .content .video_area {
  display: inline-block;
  position: relative;
  margin: auto;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 400px;
  height: 225px;
}

.section_06 .content .video_area .video_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 225px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: rgba(86, 64, 56, 0.6) solid 1px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  background-size: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.section_06 .content .video_area .video_img:hover {
  background-size: 110%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.section_06 .content .video_area .video_img .btn_play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 46px;
}

.section_06 .content .video_area .video_img .btn_play img {
  width: 100%;
  height: auto;
}

.section_06 .content .video_area:nth-of-type(1) .video_img {
  background-image: url(img/sec_06/img_video_02.png);
}

.section_06 .content .video_area:nth-of-type(2) {
  margin-right: 0;
}

.section_06 .content .video_area:nth-of-type(2) .video_img {
  background-image: url(img/sec_06/img_video_03.png);
}

.section_06 .content .video_area:nth-of-type(3) .video_img {
  background-image: url(img/sec_06/img_video_04.png);
}

.section_06 .content .video_area:nth-of-type(4) .video_img {
  background-image: url(img/sec_06/img_video_01.jpg);
}

.section_06 .content .video_area:last-of-type {
  margin-right: 0;
}

/* header/footer */
#topBar {
  position: fixed;
  top: 0;
  width: 100%;
}

/* media quary */
@media only screen and (max-height: 760px) {
  .section .main {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    padding-top: 50px;
  }
  .section_00 .main {
    padding-top: 75px;
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  .popup_sec_03 .image_area img {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  .main_logo {
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
  }
  .section_04 .bg_char img {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
    top: 60px;
  }
}

@media only screen and (max-height: 670px) {
  .section .main {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    padding-top: 30px;
  }
  .section .bg_char {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  .popup_sec_03 .image_area img {
    -webkit-transform: translate(-50%, -50%) scale(0.7);
            transform: translate(-50%, -50%) scale(0.7);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  .section_00 .main {
    padding-top: 75px;
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  .section_04 .bg_char img {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    top: -20px;
  }
}
