@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

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

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

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

p,
pre {
  margin: 1em 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu,
ol,
ul {
  padding: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

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

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, body, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  list-style: none;
  font-weight: normal;
  font-style: normal;
}

html, body {
  margin: 0;
  padding: 0;
}

/*========================================================*/
/*  TAG RESET */
/*========================================================*/
html, body {
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  font-size: 10px;
  color: #222;
  width: 100%;
}

html.official, body.official {
  min-width: 1280px;
  min-height: 100vh;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

a {
  color: #2a2a2a;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/*========================================================*/
* {
  box-sizing: border-box;
}

.clearfix {
  content: "";
  display: table;
  width: 100%;
}

.debug-sheet {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000000;
  opacity: 0.5;
  display: none;
  overflow-x: hidden;
}

.debug-sheet img {
  max-width: none;
  position: relative;
  top: 0;
  left: 50%;
  margin-left: -640px;
}

.btns > li {
  display: inline-block;
}

.btns > li a {
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
  border-radius: 100px;
  text-align: center;
  text-decoration: none;
  background: #2bb1bc;
  font-size: 1.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #43311d;
  padding: 0 98px;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.btns > li a.hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .btns {
    text-align: center;
  }
}

.btns.btn-center {
  text-align: center;
}

.btns.btn-center > li {
  display: inline-block;
  vertical-align: bottom;
}

/*========================================================*/
/*  LAYOUT */
/*========================================================*/
html, body {
  background: #000;
}

body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

body .ground-bg,
body .opening {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  z-index: 10000;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  body .ground-bg,
  body .opening {
    height: 100%;
  }
}

body .ground-bg .tamon-emblem,
body .opening .tamon-emblem {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-53.3%, -52.95%);
  transform: translate(-53.3%, -52.95%);
}

body .ground-bg .tamon-emblem .emblem,
body .ground-bg .tamon-emblem .bg-emblem,
body .opening .tamon-emblem .emblem,
body .opening .tamon-emblem .bg-emblem {
  position: relative;
  width: 390.185px;
  height: 390.185px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  body .ground-bg .tamon-emblem .emblem,
  body .ground-bg .tamon-emblem .bg-emblem,
  body .opening .tamon-emblem .emblem,
  body .opening .tamon-emblem .bg-emblem {
    width: 70.9vw;
    height: 70.9vw;
  }
}

body .ground-bg .tamon-emblem .emblem path,
body .ground-bg .tamon-emblem .bg-emblem path,
body .opening .tamon-emblem .emblem path,
body .opening .tamon-emblem .bg-emblem path {
  fill: none;
  stroke: #fff;
  stroke-width: 0.5px;
}

body .ground-bg .opening-logo,
body .opening .opening-logo {
  width: 200px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}

body .ground-bg .opening-logo.pause,
body .opening .opening-logo.pause {
  top: 50.5%;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  body .ground-bg .opening-logo,
  body .opening .opening-logo {
    width: 50vw;
  }
}

body .ground-bg .opening-logo svg path,
body .opening .opening-logo svg path {
  fill: #fff;
}

body .ground-bg {
  z-index: 0;
}

body .ground-bg .tamon-emblem .bg-emblem path {
  stroke: #999;
}

body #site-wrapper-wrapper {
  width: 100%;
  overflow-x: hidden;
}

body #site-wrapper-wrapper #site-wrapper {
  overflow: hidden;
  position: relative;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

body #site-wrapper-wrapper #site-wrapper.move-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

body #site-wrapper-wrapper #site-wrapper.move-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

body #site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  height: 80px;
  border-top: 8px solid #000;
  padding: 46px 65px 0 62px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

@media screen and (max-width: 768px) {
  body #site-header {
    border-top-width: 8px;
    padding: 29px 18px 0 22px;
  }
}

body #site-header .site-logo {
  width: 86.314px;
}

@media screen and (max-width: 768px) {
  body #site-header .site-logo {
    width: 83px;
  }
}

body #site-header .site-logo a svg path {
  fill: #000;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

body #site-header .global-navi {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

body #site-header .global-navi .navi-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: start;
  -webkit-box-pack: start;
  justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  padding-top: 5px;
}

@media screen and (max-width: 768px) {
  body #site-header .global-navi .navi-list {
    display: none;
  }
}

body #site-header .global-navi .navi-list > li {
  margin-left: 34px;
}

body #site-header .global-navi .navi-list > li a {
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none;
  position: relative;
}

body #site-header .global-navi .navi-list > li a:after {
  display: block;
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  background: #000;
}

@media screen and (min-width: 769px) {
  body #site-header .global-navi .navi-list > li a:hover:after {
    width: 15px;
  }
}

body #site-header .global-navi .menu {
  flex-basis: 20.344px;
  margin-left: 184px;
}

body #site-header .global-navi .menu a {
  display: block;
  position: relative;
  width: 20.344px;
  height: 11.625px;
  outline: none;
}

body #site-header .global-navi .menu a span {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body #site-header .global-navi .menu a span:first-child {
  top: 0;
  right: 0;
}

body #site-header .global-navi .menu a span:nth-child(2) {
  top: 5px;
  left: 0;
}

body #site-header .global-navi .menu a span:nth-child(3) {
  top: 5px;
  left: 0;
}

body #site-header .global-navi .menu a span:last-child {
  top: 11.625px;
  left: 0;
}

@media screen and (max-width: 768px) {
  body #site-header .global-navi .menu {
    flex-basis: 19px;
    margin-left: 0;
  }
  body #site-header .global-navi .menu a {
    width: 19px;
    height: 11px;
  }
  body #site-header .global-navi .menu a span:nth-child(2) {
    top: 5px;
  }
  body #site-header .global-navi .menu a span:last-child {
    top: 11px;
  }
}

@media screen and (min-width: 769px) {
  body #site-header:not(.opened) .global-navi .menu a:hover span:first-child, body #site-header:not(.opened) .global-navi .menu a:hover span:last-child {
    width: 50%;
  }
}

body #site-header.white .site-logo a svg path, body #site-header.opened .site-logo a svg path {
  fill: #fff;
}

body #site-header.white .global-navi .navi-list > li a, body #site-header.opened .global-navi .navi-list > li a {
  color: #fff;
}

body #site-header.white .global-navi .navi-list > li a:after, body #site-header.opened .global-navi .navi-list > li a:after {
  background: #fff;
}

body #site-header.white .global-navi .menu a span, body #site-header.opened .global-navi .menu a span {
  background: #fff;
}

body #site-header.opened .global-navi .navi-list {
  display: none;
}

body #site-header.opened .global-navi .menu a {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

@media screen and (min-width: 769px) {
  body #site-header.opened .global-navi .menu a:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

body #site-header.opened .global-navi .menu a span:first-child, body #site-header.opened .global-navi .menu a span:last-child {
  width: 0;
}

body #site-header.opened .global-navi .menu a span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body #site-header.opened .global-navi .menu a span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

body .opened-navi {
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 1000;
  overflow: hidden;
  background: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body .opened-navi .navis {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: start;
  -webkit-box-pack: start;
  justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  padding-left: 192px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
  body .opened-navi .navis {
    height: calc(100vh - 100px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    top: 100px;
    overflow-y: auto;
    padding-left: 42px;
    padding-bottom: 50px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

body .opened-navi .navis .navi-list > li {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 56px;
  letter-spacing: 2px;
  position: relative;
  top: 5px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  body .opened-navi .navis .navi-list > li {
    margin-bottom: 24px;
    font-size: 14px;
  }
}

body .opened-navi .navis .navi-list > li:last-child {
  margin-bottom: 0;
}

body .opened-navi .navis .navi-list > li a {
  color: #fff;
  position: relative;
}

body .opened-navi .navis .navi-list > li a:after {
  display: block;
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -4px;
  left: 0;
  background: #fff;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 769px) {
  body .opened-navi .navis .navi-list > li a:hover:after {
    width: 25px;
  }
}

body .opened-navi .navis .navi-list.navi-list-l {
  margin-right: 106px;
}

@media screen and (max-width: 767px) {
  body .opened-navi .navis .navi-list.navi-list-l {
    margin-right: 0;
    margin-bottom: 24px;
  }
}

body .opened-navi.opened {
  top: 0;
  height: 100vh;
}

@media screen and (max-width: 768px) {
  body .opened-navi.opened {
    height: 100%;
  }
}

body .opened-navi.opened .navis .navi-list > li {
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
}

body .scroll-bars {
  position: fixed;
  top: 55.6%;
  left: 25px;
  z-index: 200;
  width: 1px;
  height: 48.5px;
  -webkit-transition: left 0.5s ease-out;
  transition: left 0.5s ease-out;
}

body .scroll-bars.out {
  left: -60px;
}

body .scroll-bars p {
  position: absolute;
  top: -54px;
  left: -14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 9px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(-90deg) translate(0, -50%);
  transform: rotate(-90deg) translate(0, -50%);
  letter-spacing: 2px;
}

body .scroll-bars .rail {
  width: 1px;
  height: 48.5px;
  background: #000;
  margin-left: 4px;
}

body .scroll-bars .pointer-dot {
  position: absolute;
  top: -125px;
  left: 1px;
  width: 7px;
  height: 7px;
  background: #000;
  border-radius: 4px;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

body .scroll-bars.white p {
  color: #fff;
}

body .scroll-bars.white .rail {
  background: #fff;
}

body .scroll-bars.white .pointer-dot {
  background: #fff;
}

@media screen and (max-width: 768px) {
  body .scroll-bars {
    left: 13px;
  }
  body .scroll-bars p {
    font-size: 10px;
  }
  body .scroll-bars .pointer-dot {
    width: 6px;
    height: 6px;
  }
}

body #site-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 1px;
  padding-left: 62px;
  z-index: 1000;
}

body #site-footer.white {
  color: #fff;
}

@media screen and (max-width: 768px) {
  body #site-footer {
    font-size: 9px;
    padding-left: 22px;
  }
}

@-webkit-keyframes blink {
  0% {
    fill: #000;
  }
  100% {
    fill: #fff;
  }
}

@keyframes blink {
  0% {
    fill: #000;
  }
  100% {
    fill: #fff;
  }
}

@-webkit-keyframes roll-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
}

@keyframes roll-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
}

@-webkit-keyframes roll-in {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes roll-in {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

body#page-home.first-visit #site-wrapper #main-container #full-area .full.section-1.waypoint,
body#page-home.pjax-visit #site-wrapper #main-container #full-area .full.section-1.waypoint {
  z-index: 111;
}

body#page-home.first-visit #site-wrapper #main-container #full-area .full.section-1.waypoint .waypoint-inner,
body#page-home.pjax-visit #site-wrapper #main-container #full-area .full.section-1.waypoint .waypoint-inner {
  -webkit-transform: scale(1);
  transform: scale(1);
  display: block;
  opacity: 1;
}

body#page-home {
  background: #000;
}

body#page-home #site-wrapper {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

body#page-home #site-wrapper.move-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

body#page-home #site-wrapper.move-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

body#page-home #site-wrapper #main-container .btn a {
  display: block;
  background: #f2f2f2;
  text-align: center;
  margin: 0 auto;
  max-width: 220px;
  height: 56px;
  line-height: 56px;
  letter-spacing: 1.9px;
  color: #30333a;
  position: relative;
  padding: 0 10px;
}

body#page-home #site-wrapper #main-container .btn a:after {
  display: block;
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: #30333a;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

body#page-home #site-wrapper #main-container .btn a span {
  display: block;
  position: relative;
  height: 56px;
  line-height: 56px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media screen and (min-width: 769px) {
  body#page-home #site-wrapper #main-container .btn a:hover:after {
    width: 100%;
  }
  body#page-home #site-wrapper #main-container .btn a:hover span {
    color: #f2f2f2;
  }
}

body#page-home #site-wrapper #main-container .subtitle {
  line-height: 1;
  letter-spacing: 3.26px;
}

body#page-home #site-wrapper #main-container .subtitle span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 34.59px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container .subtitle span {
    font-size: 18px;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container #full-area {
    position: relative;
    height: 100%;
  }
}

body#page-home #site-wrapper #main-container #full-area .right-nav {
  position: fixed;
  top: 50%;
  right: 42px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 200;
  -webkit-transition: right 1s 0.3s ease-out;
  transition: right 1s 0.3s ease-out;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container #full-area .right-nav {
    right: 12px;
  }
}

body#page-home #site-wrapper #main-container #full-area .right-nav.out {
  right: -308px;
  -webkit-transition: right 0.5s ease-out;
  transition: right 0.5s ease-out;
}

body#page-home #site-wrapper #main-container #full-area .right-nav .circle {
  width: 46px;
  height: 46px;
  border: 0.5px solid #000;
  border-radius: 23px;
}

body#page-home #site-wrapper #main-container #full-area .right-nav .circle a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  outline: none;
  z-index: 11;
}

@media screen and (min-width: 769px) {
  body#page-home #site-wrapper #main-container #full-area .right-nav .circle a:hover + span:before {
    width: 0;
  }
  body#page-home #site-wrapper #main-container #full-area .right-nav .circle a:hover + span:after {
    right: 20px;
  }
}

body#page-home #site-wrapper #main-container #full-area .right-nav .circle span {
  position: relative;
  display: block;
  z-index: 10;
}

body#page-home #site-wrapper #main-container #full-area .right-nav .circle span:before {
  display: block;
  content: '';
  width: 65px;
  height: 1px;
  position: absolute;
  top: -23px;
  right: 23px;
  background: #000;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

body#page-home #site-wrapper #main-container #full-area .right-nav .circle span:after {
  display: block;
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  top: -25px;
  right: 100px;
  background: #000;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body#page-home #site-wrapper #main-container #full-area .right-nav.white .circle {
  border-color: #fff;
}

body#page-home #site-wrapper #main-container #full-area .right-nav.white .circle span:before, body#page-home #site-wrapper #main-container #full-area .right-nav.white .circle span:after {
  background: #fff;
}

body#page-home #site-wrapper #main-container #full-area .right-nav > span {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 1px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.5s;
  transition: opacity 0.3s 0.5s;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container #full-area .right-nav > span {
    font-size: 8px;
    bottom: -22px;
  }
  body#page-home #site-wrapper #main-container #full-area .right-nav .circle {
    width: 23px;
    height: 23px;
  }
  body#page-home #site-wrapper #main-container #full-area .right-nav .circle span:before {
    width: 35px;
    top: -12px;
    right: 12px;
  }
  body#page-home #site-wrapper #main-container #full-area .right-nav .circle span:after {
    width: 5px;
    height: 5px;
    top: -13px;
    right: 62px;
  }
}

body#page-home #site-wrapper #main-container #full-area .roll {
  position: fixed;
  top: 0;
  right: 220px;
  z-index: 200;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: right 1s 0.3s ease-out;
  transition: right 1s 0.3s ease-out;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container #full-area .roll {
    right: 50%;
  }
}

body#page-home #site-wrapper #main-container #full-area .roll.out {
  right: -130px;
}

body#page-home #site-wrapper #main-container #full-area .roll .navi-list {
  height: 100vh;
  position: relative;
}

body#page-home #site-wrapper #main-container #full-area .roll .navi-list > li {
  position: absolute;
  text-align: center;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
  width: 130px;
  margin-left: -65px;
  margin-top: -10px;
}

body#page-home #site-wrapper #main-container #full-area .roll .navi-list > li a {
  position: relative;
  top: 0px;
  left: 0px;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}

body#page-home #site-wrapper #main-container #full-area .roll .navi-list > li a span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container #full-area .roll .navi-list > li a span {
    font-size: 8px;
  }
}

@media screen and (min-width: 769px) {
  body#page-home #site-wrapper #main-container #full-area .roll .navi-list > li a:hover {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0.5;
  }
}

body#page-home #site-wrapper #main-container #full-area .roll .navi-list > li.current {
  top: 50%;
  margin-top: -65px;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container #full-area .roll .navi-list > li.current {
    margin-top: -36px;
  }
}

body#page-home #site-wrapper #main-container #full-area .roll .navi-list > li.current a span {
  font-size: 129.76px;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container #full-area .roll .navi-list > li.current a span {
    font-size: 72px;
  }
}

@media screen and (min-width: 769px) {
  body#page-home #site-wrapper #main-container #full-area .roll .navi-list > li.current a:hover {
    opacity: 1;
  }
}

body#page-home #site-wrapper #main-container #full-area .roll .navi-list > li.prev1 {
  top: 36%;
}

body#page-home #site-wrapper #main-container #full-area .roll .navi-list > li.prev1:before {
  display: block;
  content: '';
  width: 1px;
  height: 0;
  position: absolute;
  top: -53px;
  left: 50%;
  background: #fff;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container #full-area .roll .navi-list > li.prev1 {
    top: 42%;
  }
}

body#page-home #site-wrapper #main-container #full-area .roll .navi-list > li.prev2 {
  top: 30%;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container #full-area .roll .navi-list > li.prev2 {
    top: 38%;
  }
}

body#page-home #site-wrapper #main-container #full-area .roll .navi-list > li.prev3 {
  top: 24%;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container #full-area .roll .navi-list > li.prev3 {
    top: 34%;
  }
}

body#page-home #site-wrapper #main-container #full-area .roll .navi-list > li.prev4 {
  top: 18%;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container #full-area .roll .navi-list > li.prev4 {
    top: 30%;
  }
}

body#page-home #site-wrapper #main-container #full-area .roll .navi-list > li.prev5 {
  top: 12%;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container #full-area .roll .navi-list > li.prev5 {
    top: 26%;
  }
}

body#page-home #site-wrapper #main-container #full-area .roll .navi-list > li.prev6 {
  top: 6%;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container #full-area .roll .navi-list > li.prev6 {
    top: 22%;
  }
}

body#page-home #site-wrapper #main-container #full-area .roll .navi-list > li.next1 {
  top: 64%;
}

body#page-home #site-wrapper #main-container #full-area .roll .navi-list > li.next1:after {
  display: block;
  content: '';
  width: 1px;
  height: 0;
  position: absolute;
  bottom: -53px;
  left: 50%;
  background: #fff;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container #full-area .roll .navi-list > li.next1 {
    top: 58%;
  }
}

body#page-home #site-wrapper #main-container #full-area .roll .navi-list > li.next2 {
  top: 70%;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container #full-area .roll .navi-list > li.next2 {
    top: 62%;
  }
}

body#page-home #site-wrapper #main-container #full-area .roll .navi-list > li.next3 {
  top: 76%;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container #full-area .roll .navi-list > li.next3 {
    top: 66%;
  }
}

body#page-home #site-wrapper #main-container #full-area .roll .navi-list > li.next4 {
  top: 82%;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container #full-area .roll .navi-list > li.next4 {
    top: 70%;
  }
}

body#page-home #site-wrapper #main-container #full-area .roll .navi-list > li.next5 {
  top: 88%;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container #full-area .roll .navi-list > li.next5 {
    top: 74%;
  }
}

body#page-home #site-wrapper #main-container #full-area .roll .navi-list > li.next6 {
  top: 94%;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container #full-area .roll .navi-list > li.next6 {
    top: 78%;
  }
}

body#page-home #site-wrapper #main-container #full-area .roll.white .navi-list > li a {
  color: white;
}

body#page-home #site-wrapper #main-container #full-area .waypoint {
  z-index: 10;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container #full-area .waypoint {
    height: 100%;
  }
}

body#page-home #site-wrapper #main-container #full-area .waypoint.active {
  z-index: 110;
}

body#page-home #site-wrapper #main-container #full-area .waypoint.active .waypoint-inner {
  display: block;
  position: relative;
  top: 0;
  opacity: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
}

body#page-home #site-wrapper #main-container #full-area .waypoint.active .waypoint-inner {
  opacity: 1;
}

body#page-home #site-wrapper #main-container #full-area .waypoint.next {
  z-index: 10;
}

body#page-home #site-wrapper #main-container #full-area .waypoint.next .waypoint-inner {
  display: block;
  position: relative;
  top: 140%;
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 1;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container #full-area .waypoint.next .waypoint-inner {
    top: 140%;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

body#page-home #site-wrapper #main-container #full-area .waypoint.prev {
  z-index: 100;
}

body#page-home #site-wrapper #main-container #full-area .waypoint.prev .waypoint-inner {
  display: block;
  position: relative;
  top: 5%;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  opacity: 0;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container #full-area .waypoint.prev .waypoint-inner {
    top: 0%;
  }
}

body#page-home #site-wrapper #main-container #full-area .waypoint .waypoint-inner {
  -webkit-transition: all 1.5s linear;
  transition: all 1.5s linear;
  display: none;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
}

body#page-home #site-wrapper #main-container #full-area .full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container #full-area .full {
    height: 100%;
  }
}

body#page-home #site-wrapper #main-container #full-area .full .detail-container {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  -webkit-transition: left 1s 0.3s linear;
  transition: left 1s 0.3s linear;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container #full-area .full .detail-container {
    top: -80vh;
    left: 0;
    height: 68vh;
    width: 100%;
    padding-top: 130px;
    -webkit-transition: top 0.3s linear;
    transition: top 0.3s linear;
  }
}

body#page-home #site-wrapper #main-container #full-area .full .detail-container .detail-inner-wrap {
  height: 65vh;
  overflow: hidden;
  margin: 200px 100px 0 145px;
}

@media screen and (max-width: 838px) {
  body#page-home #site-wrapper #main-container #full-area .full .detail-container .detail-inner-wrap {
    margin-left: 50px;
  }
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container #full-area .full .detail-container .detail-inner-wrap {
    position: relative;
    margin: 0;
    height: 85%;
    z-index: 201;
  }
}

body#page-home #site-wrapper #main-container #full-area .full .detail-container .detail-inner {
  position: relative;
  width: calc(100% + 17px);
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 17px;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container #full-area .full .detail-container .detail-inner {
    width: 100%;
    padding: 0 50px 0 34px;
  }
}

body#page-home #site-wrapper #main-container #full-area .full .detail-container .detail-inner .scroller .contents-list {
  margin-bottom: 86px;
}

body#page-home #site-wrapper #main-container #full-area .full .detail-container .detail-inner .scroller .contents-list > li {
  position: relative;
  top: 10px;
  margin-bottom: 28px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body#page-home #site-wrapper #main-container #full-area .full .detail-container .detail-inner .scroller .contents-list > li:last-child {
  margin-bottom: 0;
}

body#page-home #site-wrapper #main-container #full-area .full .detail-container .detail-inner .scroller .contents-list h3 {
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 12px;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container #full-area .full .detail-container .detail-inner .scroller .contents-list h3 {
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
}

body#page-home #site-wrapper #main-container #full-area .full .detail-container .detail-inner .scroller .contents-list p {
  font-size: 10px;
  color: #666;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container #full-area .full .detail-container .detail-inner .scroller .contents-list p {
    font-size: 11px;
  }
}

body#page-home #site-wrapper #main-container #full-area .full .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s 0.3s ease-in-out;
  transition: all 1s 0.3s ease-in-out;
  z-index: 0;
}

body#page-home #site-wrapper #main-container #full-area .full .bg:after {
  display: block;
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  -webkit-transition: width 1s 0.3s ease-in-out;
  transition: width 1s 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container #full-area .full .bg:after {
    right: auto;
    top: -100vh;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}

body#page-home #site-wrapper #main-container #full-area .full .inner {
  height: 100vh;
  position: relative;
  padding: 80px 260px 0 95px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container #full-area .full .inner {
    padding: 0 15px 60px;
    height: 100%;
  }
}

body#page-home #site-wrapper #main-container #full-area .full .inner .texts {
  position: relative;
  top: 50%;
  left: 90px;
  width: 100%;
  max-width: 530px;
  -webkit-transform: translate(0, -62%);
  transform: translate(0, -62%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 1100px) {
  body#page-home #site-wrapper #main-container #full-area .full .inner .texts {
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container #full-area .full .inner .texts {
    top: 70vh;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

body#page-home #site-wrapper #main-container #full-area .full .inner .texts .subtitle {
  margin-bottom: 50px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container #full-area .full .inner .texts .subtitle {
    margin-bottom: 25px;
  }
}

body#page-home #site-wrapper #main-container #full-area .full .inner .texts .subtitle em {
  display: block;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container #full-area .full .inner .texts .subtitle em {
    margin-bottom: 8px;
  }
}

body#page-home #site-wrapper #main-container #full-area .full .inner .texts .subtitle em:last-child {
  margin-bottom: 0;
}

body#page-home #site-wrapper #main-container #full-area .full .inner .texts .subtitle em span {
  position: relative;
  opacity: 0;
  left: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body#page-home #site-wrapper #main-container #full-area .full .inner .texts .link {
  padding-left: 2px;
  position: relative;
  top: 5px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body#page-home #site-wrapper #main-container #full-area .full .inner .texts .link a {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 1.2px;
  color: #fff;
  outline: none;
}

body#page-home #site-wrapper #main-container #full-area .full .inner .texts .link a span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  left: 0;
  opacity: 1;
}

body#page-home #site-wrapper #main-container #full-area .full .inner .texts .link a:after {
  display: block;
  content: '';
  width: 5.734px;
  height: 5.734px;
  position: absolute;
  top: 50%;
  right: -20px;
  border-top: 0.5px solid #fff;
  border-right: 0.5px solid #fff;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(0, -50%);
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  opacity: 1;
}

body#page-home #site-wrapper #main-container #full-area .full .inner .texts .link a:before {
  display: block;
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -4px;
  left: 0;
  background: #fff;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

@media screen and (min-width: 769px) {
  body#page-home #site-wrapper #main-container #full-area .full .inner .texts .link a:hover:after {
    right: -24px;
  }
  body#page-home #site-wrapper #main-container #full-area .full .inner .texts .link a:hover:before {
    width: 15px;
  }
}

body#page-home #site-wrapper #main-container #full-area .full .inner .texts .link a.hide > span:nth-child(1) {
  left: -30px;
  opacity: 0;
  -webkit-transition: all 0.2s 0.05s;
  transition: all 0.2s 0.05s;
}

body#page-home #site-wrapper #main-container #full-area .full .inner .texts .link a.hide > span:nth-child(2) {
  left: -30px;
  opacity: 0;
  -webkit-transition: all 0.2s 0.1s;
  transition: all 0.2s 0.1s;
}

body#page-home #site-wrapper #main-container #full-area .full .inner .texts .link a.hide > span:nth-child(3) {
  left: -30px;
  opacity: 0;
  -webkit-transition: all 0.2s 0.15s;
  transition: all 0.2s 0.15s;
}

body#page-home #site-wrapper #main-container #full-area .full .inner .texts .link a.hide > span:nth-child(4) {
  left: -30px;
  opacity: 0;
  -webkit-transition: all 0.2s 0.2s;
  transition: all 0.2s 0.2s;
}

body#page-home #site-wrapper #main-container #full-area .full .inner .texts .link a.hide > span:nth-child(5) {
  left: -30px;
  opacity: 0;
  -webkit-transition: all 0.2s 0.25s;
  transition: all 0.2s 0.25s;
}

body#page-home #site-wrapper #main-container #full-area .full .inner .texts .link a.hide > span:nth-child(6) {
  left: -30px;
  opacity: 0;
  -webkit-transition: all 0.2s 0.3s;
  transition: all 0.2s 0.3s;
}

body#page-home #site-wrapper #main-container #full-area .full .inner .texts .link a.hide > span:nth-child(7) {
  left: -30px;
  opacity: 0;
  -webkit-transition: all 0.2s 0.35s;
  transition: all 0.2s 0.35s;
}

body#page-home #site-wrapper #main-container #full-area .full .inner .texts .link a.hide > span:nth-child(8) {
  left: -30px;
  opacity: 0;
  -webkit-transition: all 0.2s 0.4s;
  transition: all 0.2s 0.4s;
}

body#page-home #site-wrapper #main-container #full-area .full .inner .texts .link a.hide > span:nth-child(9) {
  left: -30px;
  opacity: 0;
  -webkit-transition: all 0.2s 0.45s;
  transition: all 0.2s 0.45s;
}

body#page-home #site-wrapper #main-container #full-area .full .inner .texts .link a.hide > span:nth-child(10) {
  left: -30px;
  opacity: 0;
  -webkit-transition: all 0.2s 0.5s;
  transition: all 0.2s 0.5s;
}

body#page-home #site-wrapper #main-container #full-area .full .inner .texts .link a.hide > span:nth-child(11) {
  left: -30px;
  opacity: 0;
  -webkit-transition: all 0.2s 0.55s;
  transition: all 0.2s 0.55s;
}

body#page-home #site-wrapper #main-container #full-area .full .inner .texts .link a.hide:after {
  right: 10px;
  opacity: 0;
  -webkit-transition: right 0.3s 0.35s, opacity 0.3s 0.35s;
  transition: right 0.3s 0.35s, opacity 0.3s 0.35s;
}

body#page-home #site-wrapper #main-container #full-area .full.active .texts .subtitle em > span:nth-child(1) {
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.2s 1.55s linear;
  transition: all 0.2s 1.55s linear;
}

body#page-home #site-wrapper #main-container #full-area .full.active .texts .subtitle em > span:nth-child(2) {
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.2s 1.6s linear;
  transition: all 0.2s 1.6s linear;
}

body#page-home #site-wrapper #main-container #full-area .full.active .texts .subtitle em > span:nth-child(3) {
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.2s 1.65s linear;
  transition: all 0.2s 1.65s linear;
}

body#page-home #site-wrapper #main-container #full-area .full.active .texts .subtitle em > span:nth-child(4) {
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.2s 1.7s linear;
  transition: all 0.2s 1.7s linear;
}

body#page-home #site-wrapper #main-container #full-area .full.active .texts .subtitle em > span:nth-child(5) {
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.2s 1.75s linear;
  transition: all 0.2s 1.75s linear;
}

body#page-home #site-wrapper #main-container #full-area .full.active .texts .subtitle em > span:nth-child(6) {
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.2s 1.8s linear;
  transition: all 0.2s 1.8s linear;
}

body#page-home #site-wrapper #main-container #full-area .full.active .texts .subtitle em > span:nth-child(7) {
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.2s 1.85s linear;
  transition: all 0.2s 1.85s linear;
}

body#page-home #site-wrapper #main-container #full-area .full.active .texts .subtitle em > span:nth-child(8) {
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.2s 1.9s linear;
  transition: all 0.2s 1.9s linear;
}

body#page-home #site-wrapper #main-container #full-area .full.active .texts .subtitle em > span:nth-child(9) {
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.2s 1.95s linear;
  transition: all 0.2s 1.95s linear;
}

body#page-home #site-wrapper #main-container #full-area .full.active .texts .subtitle em > span:nth-child(10) {
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.2s 2s linear;
  transition: all 0.2s 2s linear;
}

body#page-home #site-wrapper #main-container #full-area .full.active .texts .subtitle em > span:nth-child(11) {
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.2s 2.05s linear;
  transition: all 0.2s 2.05s linear;
}

body#page-home #site-wrapper #main-container #full-area .full.active .texts .subtitle em > span:nth-child(12) {
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.2s 2.1s linear;
  transition: all 0.2s 2.1s linear;
}

body#page-home #site-wrapper #main-container #full-area .full.active .texts .subtitle em > span:nth-child(13) {
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.2s 2.15s linear;
  transition: all 0.2s 2.15s linear;
}

body#page-home #site-wrapper #main-container #full-area .full.active .texts .subtitle em > span:nth-child(14) {
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.2s 2.2s linear;
  transition: all 0.2s 2.2s linear;
}

body#page-home #site-wrapper #main-container #full-area .full.active .texts .subtitle em > span:nth-child(15) {
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.2s 2.25s linear;
  transition: all 0.2s 2.25s linear;
}

body#page-home #site-wrapper #main-container #full-area .full.active .texts .subtitle em > span:nth-child(16) {
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.2s 2.3s linear;
  transition: all 0.2s 2.3s linear;
}

body#page-home #site-wrapper #main-container #full-area .full.active .texts .subtitle em > span:nth-child(17) {
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.2s 2.35s linear;
  transition: all 0.2s 2.35s linear;
}

body#page-home #site-wrapper #main-container #full-area .full.active .texts .subtitle em > span:nth-child(18) {
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.2s 2.4s linear;
  transition: all 0.2s 2.4s linear;
}

body#page-home #site-wrapper #main-container #full-area .full.active .texts .subtitle em > span:nth-child(19) {
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.2s 2.45s linear;
  transition: all 0.2s 2.45s linear;
}

body#page-home #site-wrapper #main-container #full-area .full.active .texts .subtitle em > span:nth-child(20) {
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.2s 2.5s linear;
  transition: all 0.2s 2.5s linear;
}

body#page-home #site-wrapper #main-container #full-area .full.active .texts .link {
  opacity: 1;
  top: 0;
}

body#page-home #site-wrapper #main-container #full-area .section-1 .waypoint-inner .bg {
  background: #fff;
}

body#page-home #site-wrapper #main-container #full-area .section-1 .inner .texts {
  -webkit-transform: translate(0, -10%);
  transform: translate(0, -10%);
}

body#page-home #site-wrapper #main-container #full-area .section-1 .inner .texts .subtitle {
  margin-bottom: 30px;
  color: #000;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container #full-area .section-1 .inner .texts .subtitle {
    margin-bottom: 25px;
  }
}

body#page-home #site-wrapper #main-container #full-area .section-1 .inner .texts .link a {
  color: #000;
}

body#page-home #site-wrapper #main-container #full-area .section-1 .inner .texts .link a:before {
  background: #000;
}

body#page-home #site-wrapper #main-container #full-area .section-1 .inner .texts .link a:after {
  right: -10px;
  border-top-color: #666;
  border-right-color: #666;
}

@media screen and (min-width: 769px) {
  body#page-home #site-wrapper #main-container #full-area .section-1 .inner .texts .link a:hover:after {
    right: -14px;
  }
}

body#page-home #site-wrapper #main-container #full-area .section-1.active .texts .link {
  -webkit-transition: all 0.3s 2.5s linear;
  transition: all 0.3s 2.5s linear;
}

body#page-home #site-wrapper #main-container #full-area .section-1 .symbol {
  width: 390.185px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-53.3%, -52.95%);
  transform: translate(-53.3%, -52.95%);
  z-index: -1;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container #full-area .section-1 .symbol {
    width: 70.9vw;
  }
}

body#page-home #site-wrapper #main-container #full-area .section-2 .bg {
  background-image: url("/assets/images/kv_2.png?v58ab3d5fd3d3f893e1a014d1c1327beb");
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #000;
  background-size: cover;
}

body#page-home #site-wrapper #main-container #full-area .section-2.active .texts .link {
  -webkit-transition: all 0.3s 2.2s linear;
  transition: all 0.3s 2.2s linear;
}

body#page-home #site-wrapper #main-container #full-area .section-3 .bg {
  background-image: url("/assets/images/kv_3.png?v010ec9ec8655c4e56f67458ccf80b5e5");
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #000;
  background-size: cover;
}

body#page-home #site-wrapper #main-container #full-area .section-3.active .texts .link {
  -webkit-transition: all 0.3s 2.45s linear;
  transition: all 0.3s 2.45s linear;
}

body#page-home #site-wrapper #main-container #full-area .section-4 .bg {
  background-image: url("/assets/images/kv_4.png?v5aaa25cb4c36d957134bcc184590c32d");
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #000;
  background-size: cover;
}

body#page-home #site-wrapper #main-container #full-area .section-4.active .texts .link {
  -webkit-transition: all 0.3s 2.25s linear;
  transition: all 0.3s 2.25s linear;
}

body#page-home #site-wrapper #main-container #full-area .section-5 .bg {
  background-image: url("/assets/images/kv_5.png?v32b51f2d24ff1a5f54de760f034ffe1e");
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #000;
  background-size: cover;
}

body#page-home #site-wrapper #main-container #full-area .section-5.active .texts .link {
  -webkit-transition: all 0.3s 2.25s linear;
  transition: all 0.3s 2.25s linear;
}

body#page-home #site-wrapper #main-container #full-area .section-6 {
  position: relative;
}

body#page-home #site-wrapper #main-container #full-area .section-6 .waypoint-inner .bg {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

body#page-home #site-wrapper #main-container #full-area .section-6 .waypoint-inner .bg .youtube-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  height: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

body#page-home #site-wrapper #main-container #full-area .section-6 .waypoint-inner .bg .youtube-wrap.fit-wide {
  width: 100%;
  padding-top: 56.25%;
}

body#page-home #site-wrapper #main-container #full-area .section-6 .waypoint-inner .bg .youtube-wrap.fit-height {
  width: 177.78vh;
  padding-top: 100vh;
}

body#page-home #site-wrapper #main-container #full-area .section-6 .waypoint-inner .bg .youtube-wrap #player {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

body#page-home #site-wrapper #main-container #full-area .section-6 .waypoint-inner .bg .youtube-wrap .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

body#page-home #site-wrapper #main-container #full-area .section-6.active .texts .link {
  -webkit-transition: all 0.3s 2.25s linear;
  transition: all 0.3s 2.25s linear;
}

body#page-home #site-wrapper #main-container #full-area .section-7 .waypoint-inner .bg {
  background: #0f0f0f;
}

body#page-home #site-wrapper #main-container #full-area .section-7 .waypoint-inner .inner {
  padding: 120px 20px 115px;
}

body#page-home #site-wrapper #main-container #full-area .section-7 .waypoint-inner .inner .subtitle {
  color: #fff;
  margin-bottom: 58px;
  text-align: center;
}

body#page-home #site-wrapper #main-container #full-area .section-7 .waypoint-inner .inner .subtitle span {
  opacity: 0;
  left: 5px;
}

body#page-home #site-wrapper #main-container #full-area .section-7 .waypoint-inner .inner .outline-list {
  color: #b3b3b3;
  width: 370px;
  margin: 0 auto 86px;
  font-size: 11px;
  position: relative;
  top: 10px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 400px) {
  body#page-home #site-wrapper #main-container #full-area .section-7 .waypoint-inner .inner .outline-list {
    max-width: 300px;
    margin-bottom: 40px;
  }
}

body#page-home #site-wrapper #main-container #full-area .section-7 .waypoint-inner .inner .outline-list > li {
  margin-bottom: 11px;
}

body#page-home #site-wrapper #main-container #full-area .section-7 .waypoint-inner .inner .outline-list > li:last-child {
  margin-bottom: 0;
}

body#page-home #site-wrapper #main-container #full-area .section-7 .waypoint-inner .inner .outline-list > li dl {
  line-height: 1;
  letter-spacing: 1px;
}

body#page-home #site-wrapper #main-container #full-area .section-7 .waypoint-inner .inner .outline-list > li dl dt {
  float: left;
  clear: left;
  width: 105px;
}

@media screen and (max-width: 400px) {
  body#page-home #site-wrapper #main-container #full-area .section-7 .waypoint-inner .inner .outline-list > li dl dt {
    width: 80px;
  }
}

body#page-home #site-wrapper #main-container #full-area .section-7 .waypoint-inner .inner .outline-list > li dl dd {
  padding-left: 105px;
}

@media screen and (max-width: 400px) {
  body#page-home #site-wrapper #main-container #full-area .section-7 .waypoint-inner .inner .outline-list > li dl dd {
    padding-left: 80px;
  }
}

body#page-home #site-wrapper #main-container #full-area .section-7 .waypoint-inner .inner .outline-list > li dl dd p {
  margin-bottom: 10px;
}

body#page-home #site-wrapper #main-container #full-area .section-7 .waypoint-inner .inner .outline-list > li dl dd p:last-child {
  margin-bottom: 0;
}

body#page-home #site-wrapper #main-container #full-area .section-7 .waypoint-inner .inner .btn {
  opacity: 0;
  top: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body#page-home #site-wrapper #main-container #full-area .section-7.active .waypoint-inner .inner .subtitle > span:nth-child(1) {
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.2s 1.55s linear;
  transition: all 0.2s 1.55s linear;
}

body#page-home #site-wrapper #main-container #full-area .section-7.active .waypoint-inner .inner .subtitle > span:nth-child(2) {
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.2s 1.6s linear;
  transition: all 0.2s 1.6s linear;
}

body#page-home #site-wrapper #main-container #full-area .section-7.active .waypoint-inner .inner .subtitle > span:nth-child(3) {
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.2s 1.65s linear;
  transition: all 0.2s 1.65s linear;
}

body#page-home #site-wrapper #main-container #full-area .section-7.active .waypoint-inner .inner .subtitle > span:nth-child(4) {
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.2s 1.7s linear;
  transition: all 0.2s 1.7s linear;
}

body#page-home #site-wrapper #main-container #full-area .section-7.active .waypoint-inner .inner .subtitle > span:nth-child(5) {
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.2s 1.75s linear;
  transition: all 0.2s 1.75s linear;
}

body#page-home #site-wrapper #main-container #full-area .section-7.active .waypoint-inner .inner .subtitle > span:nth-child(6) {
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.2s 1.8s linear;
  transition: all 0.2s 1.8s linear;
}

body#page-home #site-wrapper #main-container #full-area .section-7.active .waypoint-inner .inner .subtitle > span:nth-child(7) {
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.2s 1.85s linear;
  transition: all 0.2s 1.85s linear;
}

body#page-home #site-wrapper #main-container #full-area .section-7.active .waypoint-inner .inner .outline-list {
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.3s 2s linear;
  transition: all 0.3s 2s linear;
}

body#page-home #site-wrapper #main-container #full-area .section-7.active .waypoint-inner .inner .btn {
  position: relative;
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.3s 2s linear;
  transition: all 0.3s 2s linear;
}

body#page-home #site-wrapper #main-container #full-area .section-8 .waypoint-inner {
  padding: 120px 0 0;
}

body#page-home #site-wrapper #main-container #full-area .section-8 .waypoint-inner .bg {
  background: rgba(255, 255, 255, 0);
}

body#page-home #site-wrapper #main-container #full-area .section-8 .waypoint-inner .inner {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

body#page-home #site-wrapper #main-container #full-area .section-8 .subtitle {
  color: #30333a;
  margin-bottom: 34px;
  text-align: center;
}

body#page-home #site-wrapper #main-container #full-area .section-8 .subtitle span {
  opacity: 0;
  left: 5px;
}

body#page-home #site-wrapper #main-container #full-area .section-8 .address {
  text-align: center;
  font-size: 11px;
  margin-bottom: 72px;
  opacity: 0;
  top: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body#page-home #site-wrapper #main-container #full-area .section-8 .map-wrap {
  width: 100%;
  height: 600px;
  position: absolute;
  bottom: -10px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body#page-home #site-wrapper #main-container #full-area .section-8 .map-wrap #gmap {
  width: 100%;
  height: 600px;
}

body#page-home #site-wrapper #main-container #full-area .section-8.active .waypoint-inner .bg {
  background: white;
}

body#page-home #site-wrapper #main-container #full-area .section-8.active .waypoint-inner .inner .subtitle > span:nth-child(1) {
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.2s 1.55s linear;
  transition: all 0.2s 1.55s linear;
}

body#page-home #site-wrapper #main-container #full-area .section-8.active .waypoint-inner .inner .subtitle > span:nth-child(2) {
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.2s 1.6s linear;
  transition: all 0.2s 1.6s linear;
}

body#page-home #site-wrapper #main-container #full-area .section-8.active .waypoint-inner .inner .subtitle > span:nth-child(3) {
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.2s 1.65s linear;
  transition: all 0.2s 1.65s linear;
}

body#page-home #site-wrapper #main-container #full-area .section-8.active .waypoint-inner .inner .subtitle > span:nth-child(4) {
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.2s 1.7s linear;
  transition: all 0.2s 1.7s linear;
}

body#page-home #site-wrapper #main-container #full-area .section-8.active .waypoint-inner .inner .subtitle > span:nth-child(5) {
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.2s 1.75s linear;
  transition: all 0.2s 1.75s linear;
}

body#page-home #site-wrapper #main-container #full-area .section-8.active .waypoint-inner .inner .subtitle > span:nth-child(6) {
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.2s 1.8s linear;
  transition: all 0.2s 1.8s linear;
}

body#page-home #site-wrapper #main-container #full-area .section-8.active .waypoint-inner .inner .address {
  opacity: 1;
  top: 0;
  -webkit-transition: all 0.3s 2s linear;
  transition: all 0.3s 2s linear;
}

body#page-home #site-wrapper #main-container #full-area .section-8.active .waypoint-inner .inner .map-wrap {
  -webkit-transition: all 0.3s 2s linear;
  transition: all 0.3s 2s linear;
  opacity: 1;
  bottom: 0;
}

body#page-home.detail #site-wrapper #main-container #full-area .right-nav .circle {
  border-color: #fff;
}

body#page-home.detail #site-wrapper #main-container #full-area .right-nav .circle span:before {
  width: 27px;
  background: #fff;
  right: 10px;
}

body#page-home.detail #site-wrapper #main-container #full-area .right-nav .circle span:after {
  width: 4px;
  height: 4px;
  background: transparent;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-radius: 0px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 32px;
}

body#page-home.detail #site-wrapper #main-container #full-area .right-nav > span {
  visibility: visible;
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  body#page-home.detail #site-wrapper #main-container #full-area .right-nav .circle span:before {
    width: 14px;
    top: -11px;
    right: 5px;
  }
  body#page-home.detail #site-wrapper #main-container #full-area .right-nav .circle span:after {
    width: 2px;
    height: 2px;
    top: -12px;
    right: 16px;
  }
}

body#page-home.detail #site-wrapper #main-container #full-area .roll {
  position: fixed;
  top: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: right 0.65s 0.35s, translateX 0.65s 0.35s;
  transition: right 0.65s 0.35s, translateX 0.65s 0.35s;
}

body#page-home.detail #site-wrapper #main-container #full-area .roll .navi-list > li {
  -webkit-transition: top 0.5s 1s linear;
  transition: top 0.5s 1s linear;
}

body#page-home.detail #site-wrapper #main-container #full-area .roll .navi-list > li.hide {
  top: -20% !important;
}

body#page-home.detail #site-wrapper #main-container #full-area .roll .navi-list > li.current a {
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: font-size 1s linear;
  transition: font-size 1s linear;
}

body#page-home.detail #site-wrapper #main-container #full-area .roll .navi-list > li.prev1 {
  top: 12%;
}

body#page-home.detail #site-wrapper #main-container #full-area .roll .navi-list > li.prev1 a span {
  -webkit-transition: font-size 0.3s 0.6s;
  transition: font-size 0.3s 0.6s;
  font-size: 30px;
}

@media screen and (min-width: 769px) {
  body#page-home.detail #site-wrapper #main-container #full-area .roll .navi-list > li.prev1 a:hover span {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0.7;
  }
}

body#page-home.detail #site-wrapper #main-container #full-area .roll .navi-list > li.prev1:before {
  height: 35px;
  -webkit-transition: height 0.2s 1.2s;
  transition: height 0.2s 1.2s;
}

body#page-home.detail #site-wrapper #main-container #full-area .roll .navi-list > li.prev2 {
  top: -20%;
}

body#page-home.detail #site-wrapper #main-container #full-area .roll .navi-list > li.prev3 {
  top: -30%;
}

body#page-home.detail #site-wrapper #main-container #full-area .roll .navi-list > li.prev4 {
  top: -40%;
}

body#page-home.detail #site-wrapper #main-container #full-area .roll .navi-list > li.prev5 {
  top: -50%;
}

body#page-home.detail #site-wrapper #main-container #full-area .roll .navi-list > li.prev6 {
  top: -60%;
}

body#page-home.detail #site-wrapper #main-container #full-area .roll .navi-list > li.next1 {
  top: 88%;
}

body#page-home.detail #site-wrapper #main-container #full-area .roll .navi-list > li.next1 a span {
  -webkit-transition: font-size 0.3s 1s linear;
  transition: font-size 0.3s 1s linear;
  font-size: 30px;
}

@media screen and (min-width: 769px) {
  body#page-home.detail #site-wrapper #main-container #full-area .roll .navi-list > li.next1 a:hover span {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0.7;
  }
}

body#page-home.detail #site-wrapper #main-container #full-area .roll .navi-list > li.next1:after {
  height: 35px;
  -webkit-transition: height 0.2s 1.2s;
  transition: height 0.2s 1.2s;
}

body#page-home.detail #site-wrapper #main-container #full-area .roll .navi-list > li.next2 {
  top: 120%;
}

body#page-home.detail #site-wrapper #main-container #full-area .roll .navi-list > li.next3 {
  top: 130%;
}

body#page-home.detail #site-wrapper #main-container #full-area .roll .navi-list > li.next4 {
  top: 140%;
}

body#page-home.detail #site-wrapper #main-container #full-area .roll .navi-list > li.next5 {
  top: 150%;
}

body#page-home.detail #site-wrapper #main-container #full-area .roll .navi-list > li.next6 {
  top: 160%;
}

body#page-home.detail #site-wrapper #main-container #full-area .roll.detail-roll .navi-list > li.next1, body#page-home.detail #site-wrapper #main-container #full-area .roll.detail-roll .navi-list > li.next2, body#page-home.detail #site-wrapper #main-container #full-area .roll.detail-roll .navi-list > li.next3, body#page-home.detail #site-wrapper #main-container #full-area .roll.detail-roll .navi-list > li.next4, body#page-home.detail #site-wrapper #main-container #full-area .roll.detail-roll .navi-list > li.next5, body#page-home.detail #site-wrapper #main-container #full-area .roll.detail-roll .navi-list > li.next6, body#page-home.detail #site-wrapper #main-container #full-area .roll.detail-roll .navi-list > li.prev1, body#page-home.detail #site-wrapper #main-container #full-area .roll.detail-roll .navi-list > li.prev2, body#page-home.detail #site-wrapper #main-container #full-area .roll.detail-roll .navi-list > li.prev3, body#page-home.detail #site-wrapper #main-container #full-area .roll.detail-roll .navi-list > li.prev4, body#page-home.detail #site-wrapper #main-container #full-area .roll.detail-roll .navi-list > li.prev5, body#page-home.detail #site-wrapper #main-container #full-area .roll.detail-roll .navi-list > li.prev6, body#page-home.detail #site-wrapper #main-container #full-area .roll.detail-roll .navi-list > li.current {
  -webkit-transition: top 1s ease-in-out;
  transition: top 1s ease-in-out;
}

body#page-home.detail #site-wrapper #main-container #full-area .roll.detail-roll .navi-list > li.next1 a span, body#page-home.detail #site-wrapper #main-container #full-area .roll.detail-roll .navi-list > li.next2 a span, body#page-home.detail #site-wrapper #main-container #full-area .roll.detail-roll .navi-list > li.next3 a span, body#page-home.detail #site-wrapper #main-container #full-area .roll.detail-roll .navi-list > li.next4 a span, body#page-home.detail #site-wrapper #main-container #full-area .roll.detail-roll .navi-list > li.next5 a span, body#page-home.detail #site-wrapper #main-container #full-area .roll.detail-roll .navi-list > li.next6 a span, body#page-home.detail #site-wrapper #main-container #full-area .roll.detail-roll .navi-list > li.prev1 a span, body#page-home.detail #site-wrapper #main-container #full-area .roll.detail-roll .navi-list > li.prev2 a span, body#page-home.detail #site-wrapper #main-container #full-area .roll.detail-roll .navi-list > li.prev3 a span, body#page-home.detail #site-wrapper #main-container #full-area .roll.detail-roll .navi-list > li.prev4 a span, body#page-home.detail #site-wrapper #main-container #full-area .roll.detail-roll .navi-list > li.prev5 a span, body#page-home.detail #site-wrapper #main-container #full-area .roll.detail-roll .navi-list > li.prev6 a span, body#page-home.detail #site-wrapper #main-container #full-area .roll.detail-roll .navi-list > li.current a span {
  -webkit-transition: top 1s linear, font-size 1s linear;
  transition: top 1s linear, font-size 1s linear;
}

body#page-home.detail #site-wrapper #main-container #full-area .waypoint.prev .waypoint-inner, body#page-home.detail #site-wrapper #main-container #full-area .waypoint.next .waypoint-inner, body#page-home.detail #site-wrapper #main-container #full-area .waypoint.active .waypoint-inner {
  -webkit-transform: scale(1);
  transform: scale(1);
}

body#page-home.detail #site-wrapper #main-container #full-area .waypoint.moving.prev .waypoint-inner, body#page-home.detail #site-wrapper #main-container #full-area .waypoint.moving.next .waypoint-inner, body#page-home.detail #site-wrapper #main-container #full-area .waypoint.moving.active .waypoint-inner {
  -webkit-transition: top 0s, -webkit-transform 0s;
  transition: top 0s, -webkit-transform 0s;
  transition: transform 0s, top 0s;
  transition: transform 0s, top 0s, -webkit-transform 0s;
}

body#page-home.detail #site-wrapper #main-container #full-area .full .bg {
  left: -20%;
  -webkit-transition: all 1s;
  transition: all 1s;
}

body#page-home.detail #site-wrapper #main-container #full-area .full .bg:after {
  width: 30%;
  opacity: 1;
  -webkit-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
}

@media screen and (max-width: 768px) {
  body#page-home.detail #site-wrapper #main-container #full-area .full .bg {
    left: 0;
    top: 45.5vh;
    height: 75vh !important;
  }
  body#page-home.detail #site-wrapper #main-container #full-area .full .bg:after {
    width: 100%;
    top: -49.5vh;
    opacity: 1;
    -webkit-transition: top 1s ease-in-out;
    transition: top 1s ease-in-out;
  }
}

body#page-home.detail #site-wrapper #main-container #full-area .full .detail-container {
  left: 50%;
  -webkit-transition: left 1s;
  transition: left 1s;
}

@media screen and (max-width: 768px) {
  body#page-home.detail #site-wrapper #main-container #full-area .full .detail-container {
    left: 0;
    top: 0;
  }
}

body#page-home.detail #site-wrapper #main-container #full-area .full .detail-container .detail-inner .scroller .contents-list > li {
  top: 10px;
  opacity: 0;
}

body#page-home.detail #site-wrapper #main-container #full-area .full .detail-container .detail-inner.show .scroller .contents-list > li {
  top: 0;
  opacity: 1;
}

body#page-home.detail #site-wrapper #main-container #full-area .full .detail-container .detail-inner.show .scroller .contents-list > li:nth-child(1) {
  -webkit-transition: all 0.3s 2.8s;
  transition: all 0.3s 2.8s;
}

body#page-home.detail #site-wrapper #main-container #full-area .full .detail-container .detail-inner.show .scroller .contents-list > li:nth-child(2) {
  -webkit-transition: all 0.3s 3s;
  transition: all 0.3s 3s;
}

body#page-home.detail #site-wrapper #main-container #full-area .full .detail-container .detail-inner.show .scroller .contents-list > li:nth-child(3) {
  -webkit-transition: all 0.3s 3.2s;
  transition: all 0.3s 3.2s;
}

body#page-home.detail #site-wrapper #main-container #full-area .full .detail-container .detail-inner.show .scroller .contents-list > li:nth-child(4) {
  -webkit-transition: all 0.3s 3.4s;
  transition: all 0.3s 3.4s;
}

body#page-home.detail #site-wrapper #main-container #full-area .full .detail-container .detail-inner.show .scroller .contents-list > li:nth-child(5) {
  -webkit-transition: all 0.3s 3.6s;
  transition: all 0.3s 3.6s;
}

body#page-home.detail #site-wrapper #main-container #full-area .full .detail-container .detail-inner.show .scroller .contents-list > li:nth-child(6) {
  -webkit-transition: all 0.3s 3.8s;
  transition: all 0.3s 3.8s;
}

body#page-home.detail #site-wrapper #main-container #full-area .full .detail-container .detail-inner.show .scroller .contents-list > li:nth-child(7) {
  -webkit-transition: all 0.3s 4s;
  transition: all 0.3s 4s;
}

body#page-home.detail #site-wrapper #main-container #full-area .full.active .detail-container .detail-inner-wrap .detail-inner.show .scroller .contents-list > li:nth-child(1) {
  -webkit-transition: all 0.3s 1.4s;
  transition: all 0.3s 1.4s;
}

body#page-home.detail #site-wrapper #main-container #full-area .full.active .detail-container .detail-inner-wrap .detail-inner.show .scroller .contents-list > li:nth-child(2) {
  -webkit-transition: all 0.3s 1.6s;
  transition: all 0.3s 1.6s;
}

body#page-home.detail #site-wrapper #main-container #full-area .full.active .detail-container .detail-inner-wrap .detail-inner.show .scroller .contents-list > li:nth-child(3) {
  -webkit-transition: all 0.3s 1.8s;
  transition: all 0.3s 1.8s;
}

body#page-home.detail #site-wrapper #main-container #full-area .full.active .detail-container .detail-inner-wrap .detail-inner.show .scroller .contents-list > li:nth-child(4) {
  -webkit-transition: all 0.3s 2s;
  transition: all 0.3s 2s;
}

body#page-home.detail #site-wrapper #main-container #full-area .full.active .detail-container .detail-inner-wrap .detail-inner.show .scroller .contents-list > li:nth-child(5) {
  -webkit-transition: all 0.3s 2.2s;
  transition: all 0.3s 2.2s;
}

body#page-home.detail #site-wrapper #main-container #full-area .full.active .detail-container .detail-inner-wrap .detail-inner.show .scroller .contents-list > li:nth-child(6) {
  -webkit-transition: all 0.3s 2.4s;
  transition: all 0.3s 2.4s;
}

body#page-home.detail #site-wrapper #main-container #full-area .full.active .detail-container .detail-inner-wrap .detail-inner.show .scroller .contents-list > li:nth-child(7) {
  -webkit-transition: all 0.3s 2.6s;
  transition: all 0.3s 2.6s;
}

body#page-home.detail #site-wrapper #main-container #full-area .full.section-2 .bg {
  left: -35%;
}

body#page-home.detail #site-wrapper #main-container #full-area .full.section-2 .bg:after {
  width: 15%;
}

@media screen and (max-width: 768px) {
  body#page-home.detail #site-wrapper #main-container #full-area .full.section-2 .bg {
    left: 0;
  }
  body#page-home.detail #site-wrapper #main-container #full-area .full.section-2 .bg:after {
    width: 100%;
  }
}

body#page-home.pjax-visit #site-wrapper #main-container #full-area .full.section-1 .waypoint-inner {
  -webkit-transition: all 0s;
  transition: all 0s;
}

body#page-identity #site-wrapper {
  background: #fff;
}

body#page-identity #site-wrapper #main-container .right-nav,
body#page-identity #site-wrapper #main-container .bottom-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 100;
}

body#page-identity #site-wrapper #main-container .right-nav > span,
body#page-identity #site-wrapper #main-container .bottom-nav > span {
  color: #000;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 1px;
}

body#page-identity #site-wrapper #main-container .right-nav .circle,
body#page-identity #site-wrapper #main-container .bottom-nav .circle {
  width: 46px;
  height: 46px;
  border: 0.5px solid #000;
  border-radius: 23px;
}

body#page-identity #site-wrapper #main-container .right-nav .circle a,
body#page-identity #site-wrapper #main-container .bottom-nav .circle a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  outline: none;
  z-index: 11;
}

@media screen and (min-width: 769px) {
  body#page-identity #site-wrapper #main-container .right-nav .circle a:hover + span:before,
  body#page-identity #site-wrapper #main-container .bottom-nav .circle a:hover + span:before {
    width: 0;
  }
  body#page-identity #site-wrapper #main-container .right-nav .circle a:hover + span:after,
  body#page-identity #site-wrapper #main-container .bottom-nav .circle a:hover + span:after {
    right: 20px;
  }
}

body#page-identity #site-wrapper #main-container .right-nav .circle span,
body#page-identity #site-wrapper #main-container .bottom-nav .circle span {
  position: relative;
  display: block;
  z-index: 10;
}

body#page-identity #site-wrapper #main-container .right-nav .circle span:before,
body#page-identity #site-wrapper #main-container .bottom-nav .circle span:before {
  display: block;
  content: '';
  width: 27px;
  height: 1px;
  position: absolute;
  top: -23px;
  right: 10px;
  background: #000;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

body#page-identity #site-wrapper #main-container .right-nav .circle span:after,
body#page-identity #site-wrapper #main-container .bottom-nav .circle span:after {
  display: block;
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  top: -25px;
  right: 32px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  body#page-identity #site-wrapper #main-container .right-nav > span,
  body#page-identity #site-wrapper #main-container .bottom-nav > span {
    font-size: 8px;
    bottom: -22px;
  }
  body#page-identity #site-wrapper #main-container .right-nav .circle,
  body#page-identity #site-wrapper #main-container .bottom-nav .circle {
    width: 23px;
    height: 23px;
  }
  body#page-identity #site-wrapper #main-container .right-nav .circle span:before,
  body#page-identity #site-wrapper #main-container .bottom-nav .circle span:before {
    width: 14px;
    top: -11px;
    right: 5px;
  }
  body#page-identity #site-wrapper #main-container .right-nav .circle span:after,
  body#page-identity #site-wrapper #main-container .bottom-nav .circle span:after {
    width: 2px;
    height: 2px;
    top: -12px;
    right: 16px;
  }
}

body#page-identity #site-wrapper #main-container .right-nav {
  right: -95px;
  -webkit-transition: right 0.5s ease-out;
  transition: right 0.5s ease-out;
}

body#page-identity #site-wrapper #main-container .right-nav.out {
  right: -500px;
}

@media screen and (max-width: 768px) {
  body#page-identity #site-wrapper #main-container .right-nav {
    top: 43%;
    right: 12px;
  }
}

body#page-identity #site-wrapper #main-container .bottom-nav {
  position: relative;
  top: auto;
  width: 46px;
  height: 46px;
  margin: 0 auto;
  padding: 122px 0 108px;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (max-width: 768px) {
  body#page-identity #site-wrapper #main-container .bottom-nav {
    width: 23px;
    height: 23px;
    padding: 45px 0 80px;
  }
}

body#page-identity #site-wrapper #main-container .bottom-nav > span {
  bottom: 30px;
}

body#page-identity #site-wrapper #main-container .container-identity {
  width: 100%;
  max-width: 1122px;
  margin: 0 auto;
  padding: 114px 95px 90px;
}

@media screen and (max-width: 768px) {
  body#page-identity #site-wrapper #main-container .container-identity {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

body#page-identity #site-wrapper #main-container .container-identity .identity-header {
  position: relative;
  margin-bottom: 96px;
}

@media screen and (max-width: 768px) {
  body#page-identity #site-wrapper #main-container .container-identity .identity-header {
    margin-bottom: 90px;
  }
}

body#page-identity #site-wrapper #main-container .container-identity .identity-header .identity-title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

@media screen and (max-width: 768px) {
  body#page-identity #site-wrapper #main-container .container-identity .identity-header .identity-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

body#page-identity #site-wrapper #main-container .container-identity .identity-header .identity-title .titles {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: start;
  -webkit-box-pack: start;
  justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  body#page-identity #site-wrapper #main-container .container-identity .identity-header .identity-title .titles {
    -webkit-box-ordinal-group: 3;
    order: 2;
    width: 100%;
    padding-left: 14px;
  }
}

body#page-identity #site-wrapper #main-container .container-identity .identity-header .identity-title .titles .subtitle {
  -webkit-box-ordinal-group: 2;
  order: 1;
  line-height: 1;
  letter-spacing: 3.26px;
  margin-bottom: 25px;
}

body#page-identity #site-wrapper #main-container .container-identity .identity-header .identity-title .titles .subtitle span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 34.59px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  left: 0px;
  opacity: 0;
}

body#page-identity #site-wrapper #main-container .container-identity .identity-header .identity-title .titles .subtitle-j {
  position: relative;
  -webkit-box-ordinal-group: 3;
  order: 2;
  line-height: 1;
  font-size: 15px;
  font-weight: normal;
  opacity: 0;
  top: 10px;
  -webkit-transition: all 0.3s 0.9s;
  transition: all 0.3s 0.9s;
}

@media screen and (max-width: 768px) {
  body#page-identity #site-wrapper #main-container .container-identity .identity-header .identity-title .titles .subtitle {
    margin-bottom: 12px;
  }
  body#page-identity #site-wrapper #main-container .container-identity .identity-header .identity-title .titles .subtitle span {
    font-size: 18px;
  }
  body#page-identity #site-wrapper #main-container .container-identity .identity-header .identity-title .titles .subtitle-j {
    font-size: 9px;
  }
}

body#page-identity #site-wrapper #main-container .container-identity .identity-header .identity-title .title-image {
  position: relative;
  width: 357px;
  height: 686px;
}

body#page-identity #site-wrapper #main-container .container-identity .identity-header .identity-title .title-image span {
  display: block;
  width: 357px;
  height: 686px;
  opacity: 0;
  -webkit-transition: opacity 0s 0.7s;
  transition: opacity 0s 0.7s;
  background-image: url("/assets/images/identity.png?v716f21f97b1a6fca1bf984132aae28b1");
  background-repeat: no-repeat;
  background-position: -296px top;
  background-color: #000;
  background-size: auto;
}

body#page-identity #site-wrapper #main-container .container-identity .identity-header .identity-title .title-image:after {
  display: block;
  content: '';
  width: 0px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  -webkit-transition: width 0.7s, opacity 0.3s 0.9s;
  transition: width 0.7s, opacity 0.3s 0.9s;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  body#page-identity #site-wrapper #main-container .container-identity .identity-header .identity-title .title-image {
    width: 100%;
    max-width: 500px;
    height: auto;
    padding: 0 43px;
    margin-bottom: 70px;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  body#page-identity #site-wrapper #main-container .container-identity .identity-header .identity-title .title-image span {
    width: 100%;
    height: 0;
    padding-top: 133.91%;
    background-size: auto 100%;
    background-position: 50% top;
  }
  body#page-identity #site-wrapper #main-container .container-identity .identity-header .identity-title .title-image:after {
    left: 43px;
  }
}

body#page-identity #site-wrapper #main-container .container-identity .identity-header .identity-title.active .titles .subtitle > span:nth-child(1) {
  -webkit-transition: all 0.2s 0.05s;
  transition: all 0.2s 0.05s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-identity .identity-header .identity-title.active .titles .subtitle > span:nth-child(2) {
  -webkit-transition: all 0.2s 0.1s;
  transition: all 0.2s 0.1s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-identity .identity-header .identity-title.active .titles .subtitle > span:nth-child(3) {
  -webkit-transition: all 0.2s 0.15s;
  transition: all 0.2s 0.15s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-identity .identity-header .identity-title.active .titles .subtitle > span:nth-child(4) {
  -webkit-transition: all 0.2s 0.2s;
  transition: all 0.2s 0.2s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-identity .identity-header .identity-title.active .titles .subtitle > span:nth-child(5) {
  -webkit-transition: all 0.2s 0.25s;
  transition: all 0.2s 0.25s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-identity .identity-header .identity-title.active .titles .subtitle > span:nth-child(6) {
  -webkit-transition: all 0.2s 0.3s;
  transition: all 0.2s 0.3s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-identity .identity-header .identity-title.active .titles .subtitle > span:nth-child(7) {
  -webkit-transition: all 0.2s 0.35s;
  transition: all 0.2s 0.35s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-identity .identity-header .identity-title.active .titles .subtitle > span:nth-child(8) {
  -webkit-transition: all 0.2s 0.4s;
  transition: all 0.2s 0.4s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-identity .identity-header .identity-title.active .titles .subtitle > span:nth-child(9) {
  -webkit-transition: all 0.2s 0.45s;
  transition: all 0.2s 0.45s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-identity .identity-header .identity-title.active .titles .subtitle > span:nth-child(10) {
  -webkit-transition: all 0.2s 0.5s;
  transition: all 0.2s 0.5s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-identity .identity-header .identity-title.active .titles .subtitle > span:nth-child(11) {
  -webkit-transition: all 0.2s 0.55s;
  transition: all 0.2s 0.55s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-identity .identity-header .identity-title.active .titles .subtitle-j {
  top: 0;
  opacity: 1;
}

body#page-identity #site-wrapper #main-container .container-identity .identity-header .identity-title.active .title-image span {
  opacity: 1;
}

body#page-identity #site-wrapper #main-container .container-identity .identity-header .identity-title.active .title-image:after {
  width: 357px;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  body#page-identity #site-wrapper #main-container .container-identity .identity-header .identity-title.active .title-image:after {
    width: calc(100% - 86px);
    max-width: 414px;
  }
}

body#page-identity #site-wrapper #main-container .container-identity .identity-main {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

@media screen and (max-width: 768px) {
  body#page-identity #site-wrapper #main-container .container-identity .identity-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

body#page-identity #site-wrapper #main-container .container-identity .identity-main .block {
  flex-basis: 398px;
}

body#page-identity #site-wrapper #main-container .container-identity .identity-main .block:first-child {
  margin-right: 25px;
}

body#page-identity #site-wrapper #main-container .container-identity .identity-main .block:last-child {
  margin-left: 25px;
}

@media screen and (max-width: 768px) {
  body#page-identity #site-wrapper #main-container .container-identity .identity-main .block {
    flex-basis: auto;
    padding: 0 46px 0 42px;
    margin-bottom: 46px;
  }
  body#page-identity #site-wrapper #main-container .container-identity .identity-main .block:first-child {
    margin-right: 0;
  }
  body#page-identity #site-wrapper #main-container .container-identity .identity-main .block:last-child {
    margin-bottom: 0;
    margin-left: 0;
  }
}

body#page-identity #site-wrapper #main-container .container-identity .identity-main .block .block-header {
  margin-bottom: 36px;
}

body#page-identity #site-wrapper #main-container .container-identity .identity-main .block .block-header .subtitle-s {
  position: relative;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 10px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body#page-identity #site-wrapper #main-container .container-identity .identity-main .block .block-header .subtitle {
  line-height: 40.52px;
  letter-spacing: 3.26px;
  margin-bottom: 22px;
}

body#page-identity #site-wrapper #main-container .container-identity .identity-main .block .block-header .subtitle em {
  display: block;
}

body#page-identity #site-wrapper #main-container .container-identity .identity-main .block .block-header .subtitle em span {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 34.59px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 0px;
  opacity: 0;
}

body#page-identity #site-wrapper #main-container .container-identity .identity-main .block .block-header .subtitle-j {
  position: relative;
  line-height: 1;
  font-size: 15px;
  font-weight: normal;
  opacity: 0;
  top: 10px;
  -webkit-transition: all 0.3s 0.9s;
  transition: all 0.3s 0.9s;
}

@media screen and (max-width: 768px) {
  body#page-identity #site-wrapper #main-container .container-identity .identity-main .block .block-header {
    margin-bottom: 14px;
  }
  body#page-identity #site-wrapper #main-container .container-identity .identity-main .block .block-header .subtitle-s {
    font-size: 9px;
  }
  body#page-identity #site-wrapper #main-container .container-identity .identity-main .block .block-header .subtitle {
    margin-bottom: 20px;
  }
  body#page-identity #site-wrapper #main-container .container-identity .identity-main .block .block-header .subtitle em {
    line-height: 1;
    margin-bottom: 10px;
  }
  body#page-identity #site-wrapper #main-container .container-identity .identity-main .block .block-header .subtitle em:last-child {
    margin-bottom: 0;
  }
  body#page-identity #site-wrapper #main-container .container-identity .identity-main .block .block-header .subtitle em span {
    font-size: 18px;
  }
  body#page-identity #site-wrapper #main-container .container-identity .identity-main .block .block-header .subtitle-j {
    font-size: 11px;
  }
}

body#page-identity #site-wrapper #main-container .container-identity .identity-main .block .cluster {
  position: relative;
  opacity: 0;
  top: 10px;
  -webkit-transition: all 0.3s 0.9s;
  transition: all 0.3s 0.9s;
}

body#page-identity #site-wrapper #main-container .container-identity .identity-main .block .cluster p {
  line-height: 23.25px;
  font-size: 11px;
}

body#page-identity #site-wrapper #main-container .container-identity .identity-main.active .block .block-header .subtitle-s {
  opacity: 1;
}

body#page-identity #site-wrapper #main-container .container-identity .identity-main.active .block .block-header .subtitle em {
  display: block;
}

body#page-identity #site-wrapper #main-container .container-identity .identity-main.active .block .block-header .subtitle em > span:nth-child(1) {
  -webkit-transition: all 0.2s 0.05s;
  transition: all 0.2s 0.05s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-identity .identity-main.active .block .block-header .subtitle em > span:nth-child(2) {
  -webkit-transition: all 0.2s 0.1s;
  transition: all 0.2s 0.1s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-identity .identity-main.active .block .block-header .subtitle em > span:nth-child(3) {
  -webkit-transition: all 0.2s 0.15s;
  transition: all 0.2s 0.15s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-identity .identity-main.active .block .block-header .subtitle em > span:nth-child(4) {
  -webkit-transition: all 0.2s 0.2s;
  transition: all 0.2s 0.2s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-identity .identity-main.active .block .block-header .subtitle em > span:nth-child(5) {
  -webkit-transition: all 0.2s 0.25s;
  transition: all 0.2s 0.25s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-identity .identity-main.active .block .block-header .subtitle em > span:nth-child(6) {
  -webkit-transition: all 0.2s 0.3s;
  transition: all 0.2s 0.3s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-identity .identity-main.active .block .block-header .subtitle em > span:nth-child(7) {
  -webkit-transition: all 0.2s 0.35s;
  transition: all 0.2s 0.35s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-identity .identity-main.active .block .block-header .subtitle em > span:nth-child(8) {
  -webkit-transition: all 0.2s 0.4s;
  transition: all 0.2s 0.4s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-identity .identity-main.active .block .block-header .subtitle em > span:nth-child(9) {
  -webkit-transition: all 0.2s 0.45s;
  transition: all 0.2s 0.45s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-identity .identity-main.active .block .block-header .subtitle em > span:nth-child(10) {
  -webkit-transition: all 0.2s 0.5s;
  transition: all 0.2s 0.5s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-identity .identity-main.active .block .block-header .subtitle em > span:nth-child(11) {
  -webkit-transition: all 0.2s 0.55s;
  transition: all 0.2s 0.55s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-identity .identity-main.active .block .block-header .subtitle em > span:nth-child(12) {
  -webkit-transition: all 0.2s 0.6s;
  transition: all 0.2s 0.6s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-identity .identity-main.active .block .block-header .subtitle em > span:nth-child(13) {
  -webkit-transition: all 0.2s 0.65s;
  transition: all 0.2s 0.65s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-identity .identity-main.active .block .block-header .subtitle em > span:nth-child(14) {
  -webkit-transition: all 0.2s 0.7s;
  transition: all 0.2s 0.7s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-identity .identity-main.active .block .block-header .subtitle em > span:nth-child(15) {
  -webkit-transition: all 0.2s 0.75s;
  transition: all 0.2s 0.75s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-identity .identity-main.active .block .block-header .subtitle em > span:nth-child(16) {
  -webkit-transition: all 0.2s 0.8s;
  transition: all 0.2s 0.8s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-identity .identity-main.active .block .block-header .subtitle em > span:nth-child(17) {
  -webkit-transition: all 0.2s 0.85s;
  transition: all 0.2s 0.85s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-identity .identity-main.active .block .block-header .subtitle em > span:nth-child(18) {
  -webkit-transition: all 0.2s 0.9s;
  transition: all 0.2s 0.9s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-identity .identity-main.active .block .block-header .subtitle em > span:nth-child(19) {
  -webkit-transition: all 0.2s 0.95s;
  transition: all 0.2s 0.95s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-identity .identity-main.active .block .block-header .subtitle em > span:nth-child(20) {
  -webkit-transition: all 0.2s 1s;
  transition: all 0.2s 1s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-identity .identity-main.active .block .block-header .subtitle-j {
  top: 0;
  opacity: 1;
}

body#page-identity #site-wrapper #main-container .container-identity .identity-main.active .block .cluster {
  opacity: 1;
  top: 0;
}

body#page-identity #site-wrapper #main-container .container-message {
  background: #000;
  padding: 178px 0 178px;
}

@media screen and (max-width: 768px) {
  body#page-identity #site-wrapper #main-container .container-message {
    padding: 39px 46px 60px 42px;
  }
}

body#page-identity #site-wrapper #main-container .container-message .container-inner {
  width: 100%;
  max-width: 1080px;
  padding: 0 55px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

@media screen and (max-width: 768px) {
  body#page-identity #site-wrapper #main-container .container-message .container-inner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0;
  }
}

body#page-identity #site-wrapper #main-container .container-message .container-inner .text {
  flex-basis: 398px;
  padding-top: 10px;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  body#page-identity #site-wrapper #main-container .container-message .container-inner .text {
    -webkit-box-ordinal-group: 3;
    order: 2;
    flex-basis: auto;
    margin-right: 0;
  }
}

body#page-identity #site-wrapper #main-container .container-message .container-inner .text .block-header {
  margin-bottom: 36px;
}

body#page-identity #site-wrapper #main-container .container-message .container-inner .text .block-header .subtitle-s {
  position: relative;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 10px;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body#page-identity #site-wrapper #main-container .container-message .container-inner .text .block-header .subtitle {
  line-height: 40.52px;
  letter-spacing: 3.26px;
  margin-bottom: 22px;
  color: #fff;
}

body#page-identity #site-wrapper #main-container .container-message .container-inner .text .block-header .subtitle em {
  display: block;
}

body#page-identity #site-wrapper #main-container .container-message .container-inner .text .block-header .subtitle em span {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 34.59px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 0px;
  opacity: 0;
}

body#page-identity #site-wrapper #main-container .container-message .container-inner .text .block-header .subtitle-j {
  position: relative;
  line-height: 1;
  font-weight: normal;
  font-size: 15px;
  color: #fff;
  opacity: 0;
  top: 10px;
  -webkit-transition: all 0.3s 0.9s;
  transition: all 0.3s 0.9s;
}

@media screen and (max-width: 768px) {
  body#page-identity #site-wrapper #main-container .container-message .container-inner .text .block-header {
    margin-bottom: 14px;
  }
  body#page-identity #site-wrapper #main-container .container-message .container-inner .text .block-header .subtitle-s {
    font-size: 9px;
  }
  body#page-identity #site-wrapper #main-container .container-message .container-inner .text .block-header .subtitle {
    margin-bottom: 20px;
  }
  body#page-identity #site-wrapper #main-container .container-message .container-inner .text .block-header .subtitle em {
    line-height: 1;
    margin-bottom: 10px;
  }
  body#page-identity #site-wrapper #main-container .container-message .container-inner .text .block-header .subtitle em:last-child {
    margin-bottom: 0;
  }
  body#page-identity #site-wrapper #main-container .container-message .container-inner .text .block-header .subtitle em span {
    font-size: 18px;
  }
  body#page-identity #site-wrapper #main-container .container-message .container-inner .text .block-header .subtitle-j {
    font-size: 11px;
  }
}

body#page-identity #site-wrapper #main-container .container-message .container-inner .text .cluster {
  position: relative;
  opacity: 0;
  top: 10px;
  -webkit-transition: all 0.3s 0.9s;
  transition: all 0.3s 0.9s;
}

body#page-identity #site-wrapper #main-container .container-message .container-inner .text .cluster p {
  line-height: 23.25px;
  font-size: 11px;
  color: #fff;
}

body#page-identity #site-wrapper #main-container .container-message .container-inner .message-image {
  width: 434px;
  position: relative;
}

body#page-identity #site-wrapper #main-container .container-message .container-inner .message-image img {
  opacity: 0;
  -webkit-transition: opacity 0s 0.7s;
  transition: opacity 0s 0.7s;
}

body#page-identity #site-wrapper #main-container .container-message .container-inner .message-image:after {
  display: block;
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #666;
  opacity: 1;
  -webkit-transition: width 0.7s, opacity 0.3s 0.9s;
  transition: width 0.7s, opacity 0.3s 0.9s;
}

@media screen and (max-width: 768px) {
  body#page-identity #site-wrapper #main-container .container-message .container-inner .message-image {
    -webkit-box-ordinal-group: 2;
    order: 1;
    width: 100%;
    margin-bottom: 45px;
  }
  body#page-identity #site-wrapper #main-container .container-message .container-inner .message-image img {
    width: 100%;
  }
}

body#page-identity #site-wrapper #main-container .container-message.active .container-inner .text .block-header .subtitle-s {
  top: 0;
  opacity: 1;
}

body#page-identity #site-wrapper #main-container .container-message.active .container-inner .text .block-header .subtitle em > span:nth-child(1) {
  -webkit-transition: all 0.2s 0.05s;
  transition: all 0.2s 0.05s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-message.active .container-inner .text .block-header .subtitle em > span:nth-child(2) {
  -webkit-transition: all 0.2s 0.1s;
  transition: all 0.2s 0.1s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-message.active .container-inner .text .block-header .subtitle em > span:nth-child(3) {
  -webkit-transition: all 0.2s 0.15s;
  transition: all 0.2s 0.15s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-message.active .container-inner .text .block-header .subtitle em > span:nth-child(4) {
  -webkit-transition: all 0.2s 0.2s;
  transition: all 0.2s 0.2s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-message.active .container-inner .text .block-header .subtitle em > span:nth-child(5) {
  -webkit-transition: all 0.2s 0.25s;
  transition: all 0.2s 0.25s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-message.active .container-inner .text .block-header .subtitle em > span:nth-child(6) {
  -webkit-transition: all 0.2s 0.3s;
  transition: all 0.2s 0.3s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-message.active .container-inner .text .block-header .subtitle em > span:nth-child(7) {
  -webkit-transition: all 0.2s 0.35s;
  transition: all 0.2s 0.35s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-message.active .container-inner .text .block-header .subtitle em > span:nth-child(8) {
  -webkit-transition: all 0.2s 0.4s;
  transition: all 0.2s 0.4s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-message.active .container-inner .text .block-header .subtitle em > span:nth-child(9) {
  -webkit-transition: all 0.2s 0.45s;
  transition: all 0.2s 0.45s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-message.active .container-inner .text .block-header .subtitle em > span:nth-child(10) {
  -webkit-transition: all 0.2s 0.5s;
  transition: all 0.2s 0.5s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-message.active .container-inner .text .block-header .subtitle em > span:nth-child(11) {
  -webkit-transition: all 0.2s 0.55s;
  transition: all 0.2s 0.55s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-message.active .container-inner .text .block-header .subtitle em > span:nth-child(12) {
  -webkit-transition: all 0.2s 0.6s;
  transition: all 0.2s 0.6s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-message.active .container-inner .text .block-header .subtitle em > span:nth-child(13) {
  -webkit-transition: all 0.2s 0.65s;
  transition: all 0.2s 0.65s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-message.active .container-inner .text .block-header .subtitle em > span:nth-child(14) {
  -webkit-transition: all 0.2s 0.7s;
  transition: all 0.2s 0.7s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-message.active .container-inner .text .block-header .subtitle em > span:nth-child(15) {
  -webkit-transition: all 0.2s 0.75s;
  transition: all 0.2s 0.75s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-message.active .container-inner .text .block-header .subtitle em > span:nth-child(16) {
  -webkit-transition: all 0.2s 0.8s;
  transition: all 0.2s 0.8s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-message.active .container-inner .text .block-header .subtitle em > span:nth-child(17) {
  -webkit-transition: all 0.2s 0.85s;
  transition: all 0.2s 0.85s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-message.active .container-inner .text .block-header .subtitle em > span:nth-child(18) {
  -webkit-transition: all 0.2s 0.9s;
  transition: all 0.2s 0.9s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-message.active .container-inner .text .block-header .subtitle em > span:nth-child(19) {
  -webkit-transition: all 0.2s 0.95s;
  transition: all 0.2s 0.95s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-message.active .container-inner .text .block-header .subtitle em > span:nth-child(20) {
  -webkit-transition: all 0.2s 1s;
  transition: all 0.2s 1s;
  opacity: 1;
  left: 0;
}

body#page-identity #site-wrapper #main-container .container-message.active .container-inner .text .block-header .subtitle-j {
  top: 0;
  opacity: 1;
}

body#page-identity #site-wrapper #main-container .container-message.active .container-inner .text .cluster {
  opacity: 1;
  top: 0;
}

body#page-identity #site-wrapper #main-container .container-message.active .container-inner .message-image img {
  opacity: 1;
}

body#page-identity #site-wrapper #main-container .container-message.active .container-inner .message-image:after {
  width: 100%;
  opacity: 0;
}
