/*----------- reset start -----------*/
body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

:focus {
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

code, kbd, samp, tt {
  font-size: 100%;
}

/*purpose To enable resizing for IE */
/*branch For IE6-Win, IE7-Win */
input, button, textarea, select {
  *font-size: 100%;
}

body {
  line-height: 100%;
}

ol, ul, li {
  list-style: none;
}

:link, :visited, ins {
  text-decoration: none;
}

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

/*HTML5 tag*/
section, article, aside, footer, header, nav, main {
  display: block;
}

/*----------- reset end -----------*/
html {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 62.5%;
}

body {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 100%;
  letter-spacing: 1px;
}

a, a:visited, a:hover, a:active, a:focus {
  text-decoration: none;
}

*:focus, a:focus {
  outline: none;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

body {
  overflow: hidden;
}

.title-mobile {
  position: relative;
  z-index: 2;
  display: block;
}

.title-pc {
  position: relative;
  z-index: 2;
  display: none;
}

@media (min-width: 1200px) {
  .title-mobile {
    display: none;
  }

  .title-pc {
    display: block;
  }
}
.loading-wrap {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  background-color: #000;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading-wrap .progress {
  color: #fff;
  font-size: 5rem;
}
.loading-wrap .progress:after {
  content: '%';
  margin-left: 10px;
}

@media (min-width: 768px) {
  .loading-wrap .progress {
    font-size: 8rem;
  }
}
.loading-done {
  animation-name: loading-done;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  -webkit-animation-name: loading-done;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes loading-done {
  100% {
    bottom: 100%;
  }
}
@keyframes loading-done {
  100% {
    bottom: 100%;
  }
}
.header {
  position: fixed;
  top: 14px;
  left: 20px;
  right: 20px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header__logo, .header .header__text, .header .header__fb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(20px) translateZ(0);
  -webkit-transform: translateY(20px) translateZ(0);
  animation: bottomToTop 0.5s ease-in-out forwards .7s;
  -webkit-animation: bottomToTop 0.5s ease-in-out forwards .7s;
}
.header .header__logo img, .header .header__logo svg {
  width: 34px;
}
.header .header__text img, .header .header__text svg {
  width: 17px;
}
.header .header__fb img {
  width: 17px;
}

@media (min-width: 768px) {
  .header {
    top: 34px;
    left: 30px;
    right: 30px;
  }
}
@media (min-width: 1200px) {
  .header .header__logo img, .header .header__logo svg {
    width: 38px;
  }
  .header .header__text img, .header .header__text svg {
    width: 19px;
  }
  .header .header__fb img {
    width: 19px;
  }
}
.ball__object {
  position: absolute;
  z-index: 1;
}

.wrap-touch {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.wrap-touch .inner {
  position: relative;
}

.wrap {
  position: relative;
  overflow: hidden;
}
.wrap .ball__object__index1 {
  top: calc((10 / 540) * 100%);
  left: -223px;
  width: 376px;
}
.wrap .ball__object__index2 {
  top: calc((408 / 540) * 100%);
  left: calc(100% - 191px);
  width: 232px;
}
.wrap .ball__object__index3 {
  top: calc((158 / 540) * 100%);
  left: calc(100% - 54px);
  width: 277px;
}
.wrap .ball__object__inner1 {
  top: calc((168 / 540) * 100%);
  right: calc(100% - 62px);
  width: 237px;
}
.wrap .ball__object__inner2 {
  top: calc((334 / 540) * 100%);
  right: calc(100% - 150px);
  width: 135px;
}
.wrap .ball__object__inner3 {
  top: calc((0 / 540) * 100%);
  left: calc(100% - 200px);
  width: 314px;
}

@media (min-width: 768px) {
  .wrap .ball__object__index1 {
    top: calc((0 / 900) * 100%);
    left: -182px;
    width: 557px;
  }
  .wrap .ball__object__index2 {
    top: calc((589 / 900) * 100%);
    left: calc(100% - 432px);
    width: 343px;
  }
  .wrap .ball__object__index3 {
    top: calc((296 / 900) * 100%);
    left: calc(100% - 191px);
    width: 410px;
  }
  .wrap .ball__object__inner1 {
    top: calc((325 / 900) * 100%);
    right: calc(100% - 303px);
    width: 385px;
  }
  .wrap .ball__object__inner2 {
    top: calc((598 / 900) * 100%);
    right: calc(100% - 449px);
    width: 219px;
  }
  .wrap .ball__object__inner3 {
    top: calc((48 / 900) * 100%);
    left: calc(100% - 370px);
    width: 510px;
  }
}
@media (min-width: 1200px) {
  .wrap .ball__object__index1 {
    top: calc((0 / 646) * 100%);
    left: 23px;
    width: 460px;
  }
  .wrap .ball__object__index2 {
    top: calc((327 / 646) * 100%);
    left: calc(100% - 533px);
    width: 283px;
  }
  .wrap .ball__object__index3 {
    top: calc((105 / 646) * 100%);
    left: calc(100% - 337px);
    width: 339px;
  }
  .wrap .ball__object__inner1 {
    top: calc((91 / 646) * 100%);
    right: calc(100% - 397px);
    width: 385px;
  }
  .wrap .ball__object__inner2 {
    top: calc((366 / 646) * 100%);
    right: calc(100% - 547px);
    width: 219px;
  }
  .wrap .ball__object__inner3 {
    top: calc((28 / 646) * 100%);
    left: calc(100% - 429px);
    width: 396px;
  }
}
@media (min-width: 1600px) {
  .wrap .ball__object__index1 {
    width: calc(460px * 1.2);
  }
  .wrap .ball__object__index2 {
    width: calc(283px * 1.2);
  }
  .wrap .ball__object__index3 {
    width: calc(339px * 1.2);
  }
  .wrap .ball__object__inner1 {
    width: calc(385px * 1.2);
  }
  .wrap .ball__object__inner2 {
    width: calc(219px * 1.2);
  }
  .wrap .ball__object__inner3 {
    width: calc(396px * 1.2);
  }
}
@media (min-width: 1900px) {
  .wrap .ball__object__index1 {
    width: calc(460px * 1.4);
  }
  .wrap .ball__object__index2 {
    width: calc(283px * 1.4);
  }
  .wrap .ball__object__index3 {
    width: calc(339px * 1.4);
  }
  .wrap .ball__object__inner1 {
    width: calc(385px * 1.4);
  }
  .wrap .ball__object__inner2 {
    width: calc(219px * 1.4);
  }
  .wrap .ball__object__inner3 {
    width: calc(396px * 1.4);
  }
}
.section {
  position: relative;
  width: 100%;
  height: 100vh;
}

.section__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.section__list {
  position: absolute;
  z-index: 3;
  bottom: calc(14px - 5px);
  left: calc(20px - 10px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transform: translateY(20px) translateZ(0);
  -webkit-transform: translateY(20px) translateZ(0);
  animation: bottomToTop 0.5s ease-in-out forwards .7s;
  -webkit-animation: bottomToTop 0.5s ease-in-out forwards .7s;
}
.section__list a, .section__list a:visited, .section__list a:hover, .section__list a:active, .section__list a:focus {
  color: #fff;
  cursor: pointer;
}
.section__list li {
  position: relative;
  z-index: 2;
  margin-top: 6px;
  display: flex;
  align-items: center;
}
.section__list li:nth-child(1) img, .section__list li:nth-child(1) svg {
  width: 48px;
  height: auto;
  padding: 5px 10px;
}
.section__list li:nth-child(2) img, .section__list li:nth-child(2) svg {
  width: 56px;
  height: auto;
  padding: 5px 10px;
}
.section__list li:nth-child(3) img, .section__list li:nth-child(3) svg {
  width: 67px;
  height: auto;
  padding: 5px 10px;
}
.section__list li:hover:after, .section__list li:focus:after {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 5px;
}

@media (min-width: 768px) {
  .section__list {
    left: calc(30px - 10px);
    bottom: calc(34px - 10px);
  }
  .section__list li:nth-child(1) img, .section__list li:nth-child(1) svg {
    width: 52px;
    height: auto;
  }
  .section__list li:nth-child(2) img, .section__list li:nth-child(2) svg {
    width: 61px;
    height: auto;
  }
  .section__list li:nth-child(3) img, .section__list li:nth-child(3) svg {
    width: 73px;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .section__list li:nth-child(1) img, .section__list li:nth-child(1) svg {
    width: 56px;
    height: auto;
  }
  .section__list li:nth-child(2) img, .section__list li:nth-child(2) svg {
    width: 66px;
    height: auto;
  }
  .section__list li:nth-child(3) img, .section__list li:nth-child(3) svg {
    width: 79px;
    height: auto;
  }
}
.section__portfolio {
  position: absolute;
  z-index: 3;
  bottom: 14px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(20px) translateZ(0);
  -webkit-transform: translateY(20px) translateZ(0);
  animation: bottomToTop 0.5s ease-in-out forwards .2s;
  -webkit-animation: bottomToTop 0.5s ease-in-out forwards .2s;
  cursor: pointer;
}
.section__portfolio img {
  position: relative;
  z-index: 2;
  width: 9px;
}
.section__portfolio .line {
  position: relative;
  z-index: 2;
  width: 36px;
  height: 1px;
  margin-left: 12px;
  background: #45b6bc;
  overflow: hidden;
}
.section__portfolio .line__light {
  position: absolute;
  top: 0;
  left: -13px;
  z-index: 3;
  width: 26px;
  height: 100%;
  background: #45b6bc;
  background: -moz-linear-gradient(left, #45b6bc 0%, white 50%, #45b6bc 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #45b6bc), color-stop(50%, white), color-stop(100%, #45b6bc));
  background: -webkit-linear-gradient(left, #45b6bc 0%, white 50%, #45b6bc 100%);
  background: -o-linear-gradient(left, #45b6bc 0%, white 50%, #45b6bc 100%);
  background: -ms-linear-gradient(left, #45b6bc 0%, white 50%, #45b6bc 100%);
  background: linear-gradient(to right, #45b6bc 0%, white 50%, #45b6bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45b6bc', endColorstr='#45b6bc', GradientType=1 );
  animation: line__light 0.7s linear;
  animation-iteration-count: infinite;
  -webkit-animation: line__light 0.7s linear;
  -webkit-animation-iteration-count: infinite;
}

@keyframes line__light {
  0% {
    left: -13px;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes line__light {
  0% {
    left: -13px;
  }
  100% {
    left: 100%;
  }
}
@media (min-width: 768px) {
  .section__portfolio {
    bottom: 34px;
  }
}
@media (min-width: 1200px) {
  .section__portfolio img {
    width: 10px;
  }
  .section__portfolio .line {
    width: 38px;
  }
}
.section__close {
  position: absolute;
  z-index: 3;
  bottom: 14px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  cursor: pointer;
  opacity: 0;
  transform: translateY(20px) translateZ(0);
  -webkit-transform: translateY(20px) translateZ(0);
  animation: bottomToTop 0.5s ease-in-out forwards;
  -webkit-animation: bottomToTop 0.5s ease-in-out forwards;
}
.section__close img {
  position: relative;
  z-index: 2;
  width: 100%;
}

@media (min-width: 768px) {
  .section__close {
    bottom: 34px;
    left: 30px;
    width: 70px;
  }
}
.index {
  display: none;
  overflow: hidden;
}
.index .title-mobile {
  width: 251px;
}
.index .title-pc {
  width: 1115px;
}
.index .index__title {
  position: relative;
  z-index: 1;
}
.index .index__title path {
  stroke: #fff;
  stroke-width: 1.5;
  fill: #fff;
  fill-opacity: 0;
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
  animation: index__title 2.5s ease-in-out forwards .7s;
  -webkit-animation: index__title 2.5s ease-in-out forwards .7s;
}

@media (min-width: 768px) {
  .index .title-mobile {
    width: 499px;
  }
}
@keyframes bottomToTop {
  100% {
    transform: translateY(0) translateZ(0);
    -webkit-transform: translateY(0) translateZ(0);
    opacity: 1;
  }
}
@-webkit-keyframes bottomToTop {
  100% {
    transform: translateY(0) translateZ(0);
    -webkit-transform: translateY(0) translateZ(0);
    opacity: 1;
  }
}
@keyframes index__title {
  0% {
    stroke-dashoffset: 800;
  }
  70% {
    stroke-dashoffset: 0;
    fill-opacity: 0;
    stroke-width: 1.5;
  }
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
    stroke-width: 0;
  }
}
@-webkit-keyframes index__title {
  0% {
    stroke-dashoffset: 800;
  }
  70% {
    stroke-dashoffset: 0;
    fill-opacity: 0;
    stroke-width: 1.5;
  }
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
    stroke-width: 0;
  }
}
@media (min-width: 1200px) {
  .index .title-lg {
    width: 1114px;
  }
}
.index-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  flex-shrink: 0;
  overflow: hidden;
}

.portfolio-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.portfolio-wrap .effects-wrap {
  width: 100%;
}

@media (min-width: 1200px) {
  .portfolio-wrap .effects-wrap {
    cursor: pointer;
  }
  .portfolio-wrap .effects-wrap:hover .portfolio-block__mask, .portfolio-wrap .effects-wrap:focus .portfolio-block__mask {
    opacity: 0.7;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
  }
  .portfolio-wrap .effects-wrap:hover .portfolio-block__mask-text, .portfolio-wrap .effects-wrap:focus .portfolio-block__mask-text {
    opacity: 1;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
  }
}
.launch-btn--pc {
  display: none;
}

@media (min-width: 1200px) {
  .launch-btn--pc {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
  }
}
.portfolio-inner {
  position: relative;
  z-index: 2;
  width: calc(100% - 70px);
}

@media (min-width: 768px) {
  .portfolio-inner {
    width: 622px;
  }
}
@media (min-width: 1200px) {
  .portfolio-inner {
    width: 55%;
  }
}
.portfolio-arrow-left {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0 10px;
  left: calc(-25px - (5px * 2));
  cursor: pointer;
  z-index: 10;
  width: 10.4px;
  height: auto;
}

.portfolio-arrow-right {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0 10px;
  right: calc(-25px - (5px * 2));
  cursor: pointer;
  z-index: 10;
  width: 10.4px;
  height: auto;
}

@media (min-width: 768px) {
  .portfolio-arrow-left {
    width: 24px;
    height: auto;
    left: -45px;
  }

  .portfolio-arrow-right {
    width: 24px;
    height: auto;
    right: -45px;
  }
}
@media (min-width: 1200px) {
  .portfolio-arrow-left {
    width: 26px;
    height: auto;
    left: calc(-26px - (10px * 2) - 4.2%);
  }

  .portfolio-arrow-right {
    width: 26px;
    height: auto;
    right: calc(-26px - (10px * 2) - 4.2%);
  }
}
.portfolio-block {
  position: relative;
  width: 100%;
  padding-bottom: calc((142 / 246) * 100%);
  margin: 0 auto;
  height: 0;
  opacity: 0;
}
.portfolio-block .type-text {
  position: absolute;
  top: -30px;
  right: -18px;
  z-index: 3;
  font-size: 1.2rem;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  line-height: 150%;
}
.portfolio-block .type-text span {
  opacity: 0;
  transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
}
.portfolio-block .type-text:before {
  content: '';
  display: block;
  width: 0px;
  height: 1px;
  background-color: #fff;
  flex-shrink: 0;
  margin-right: 24px;
}
.portfolio-block .year-text {
  position: absolute;
  top: calc(100% - 17px);
  right: -18px;
  z-index: 3;
  font-size: 1.2rem;
  letter-spacing: 2px;
  opacity: 0;
  transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
}
.portfolio-block .title-text {
  position: absolute;
  top: calc(100% + 15px);
  right: -18px;
  z-index: 3;
  font-size: 1.6rem;
  letter-spacing: 2px;
  line-height: 150%;
  opacity: 0;
  transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
}
.portfolio-block .launch-btn--mobile {
  position: absolute;
  top: calc(100% + 15px);
  left: -18px;
  z-index: 3;
  width: 80px;
  height: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/launch_mobile.svg) no-repeat center;
  background-size: contain;
}

@media (min-width: 768px) {
  .portfolio-block .type-text {
    font-size: 1.3rem;
  }
  .portfolio-block .type-text:before {
    margin-right: 40px;
  }
  .portfolio-block .year-text {
    font-size: 1.3rem;
    top: calc(100% - 77px);
  }
  .portfolio-block .title-text {
    font-size: 2.4rem;
    top: calc(100% - 57px);
  }
  .portfolio-block .launch-btn--mobile {
    width: 152px;
    height: 33px;
    top: calc(100% - 57px);
    left: -37px;
    background: url(../img/launch_mobile_md.svg) no-repeat center;
    background-size: contain;
  }
}
@media (min-width: 1200px) {
  .portfolio-block .type-text {
    top: 37px;
    right: auto;
    left: calc(100% - 34px);
    width: 161px;
  }
  .portfolio-block .year-text {
    top: calc(100% - 102px);
    right: auto;
    left: calc(100% - 374px);
    width: 500px;
    text-align: right;
  }
  .portfolio-block .title-text {
    top: calc(100% - 82px);
    right: auto;
    left: calc(100% - 374px);
    width: 500px;
    text-align: right;
  }
  .portfolio-block .launch-btn--mobile {
    display: none;
  }
}
.portfolio-block--show {
  opacity: 1;
  transition: opacity .9s .4s;
  -webkit-transition: opacity .9s .4s;
}
.portfolio-block--show .type-text span {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transition: transform 0.9s cubic-bezier(0.23, 1, 0.32, 1) 1s, opacity 0.7s 1s;
  -webkit-transition: transform 0.9s cubic-bezier(0.23, 1, 0.32, 1) 1s, opacity 0.7s 1s;
}
.portfolio-block--show .type-text:before {
  width: 24px;
  margin-right: 8px;
  transition: width 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.5s, margin-right 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
  -webkit-transition: width 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.5s, margin-right 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
}
.portfolio-block--show .year-text {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transition: transform 0.9s cubic-bezier(0.23, 1, 0.32, 1) 1s, opacity 0.7s 1s;
  -webkit-transition: transform 0.9s cubic-bezier(0.23, 1, 0.32, 1) 1s, opacity 0.7s 1s;
}
.portfolio-block--show .title-text {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transition: transform 0.9s cubic-bezier(0.23, 1, 0.32, 1) 1s, opacity 0.7s 1s;
  -webkit-transition: transform 0.9s cubic-bezier(0.23, 1, 0.32, 1) 1s, opacity 0.7s 1s;
}

@media (min-width: 768px) {
  .portfolio-block--show .type-text:before {
    width: 40px;
  }
}
.portfolio-block__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.portfolio-block__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff3340;
  opacity: 0;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  z-index: 1;
}

.portfolio-block__mask-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12.2rem;
  font-weight: 400;
}

.ui-load-circle-wrap {
  position: absolute;
  bottom: 14px;
  right: 20px;
  z-index: 2;
  display: none;
}

@media (min-width: 768px) {
  .ui-load-circle-wrap {
    bottom: 34px;
    right: 30px;
  }
}
.ui-load-circle {
  position: relative;
  width: 42.3px;
  height: 39.3px;
  user-select: none;
}
.ui-load-circle .num {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 1px;
  padding-left: 1px;
}
.ui-load-circle svg {
  transform: rotate(180deg);
}
.ui-load-circle svg g:nth-child(2) path {
  stroke-dashoffset: 132;
  stroke-dasharray: 132;
}

.ui-load-circle--load--stop {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.ui-load-circle--load g:nth-child(2) path {
  stroke-dashoffset: 132;
  stroke-dasharray: 132;
  animation: dash 10s linear forwards;
  -webkit-animation: dash 10s linear forwards;
}

@keyframes dash {
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash {
  100% {
    stroke-dashoffset: 0;
  }
}
.ui-load-circle--reload svg {
  transform: rotate(180deg) scaleX(-1);
}
.ui-load-circle--reload svg g:nth-child(2) path {
  stroke-dashoffset: 0;
  animation: redash 0.5s linear forwards;
  -webkit-animation: redash 0.5s linear forwards;
}

@keyframes redash {
  100% {
    stroke-dashoffset: 132;
  }
}
@-webkit-keyframes redash {
  100% {
    stroke-dashoffset: 132;
  }
}
.about {
  background-color: #009fa8;
}
.about .section__inner {
  position: relative;
  z-index: 2;
}
.about .about__title {
  width: 245px;
  opacity: 0;
  transform: translateY(50px) translateZ(0);
  -webkit-transform: translateY(50px) translateZ(0);
  transition: transform 0.9s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.7s;
  -webkit-transition: transform 0.9s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.7s;
}
.about .about__title svg {
  width: 100%;
}
.about .about__content {
  width: calc(100% - 60px);
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}
.about .about__content__info {
  font-size: 1.2rem;
  margin-top: 22px;
  height: 225px;
  overflow: auto;
  opacity: 0;
  transform: translateY(50px) translateZ(0);
  -webkit-transform: translateY(50px) translateZ(0);
}
.about .about__content__info .chi {
  display: none;
  line-height: 240%;
}
.about .about__content__info .eng {
  display: none;
  line-height: 200%;
}
.about .about__content__info.up-action {
  opacity: 1;
  transform: translateY(0) translateZ(0);
  -webkit-transform: translateY(0) translateZ(0);
  transition: transform 0.9s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.7s;
  -webkit-transition: transform 0.9s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.7s;
}
.about .about-select {
  position: relative;
  opacity: 0;
  transform: translateY(50px) translateZ(0);
  -webkit-transform: translateY(50px) translateZ(0);
  transition: transform 0.9s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.7s;
  -webkit-transition: transform 0.9s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.7s;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  width: 79px;
  height: 35px;
  border-radius: 60px;
  overflow: hidden;
}
.about .about-select .item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 8px - 9px) / 2);
  height: 100%;
  cursor: pointer;
}
.about .about-select .item span {
  display: flex;
  width: 50px;
  justify-content: center;
}
.about .about-select .item.eng svg {
  width: 12.89px;
}
.about .about-select .item.chi svg {
  width: 15.3px;
}
.about .about-select svg path {
  fill: #00B5DD;
}
.about .about-select svg rect {
  fill: #00B5DD;
}
.about .about-select .item:nth-child(1) {
  margin-left: 4px;
}
.about .about-select .item:nth-child(2) {
  margin-right: 4px;
}
.about .about-select .item.active svg path {
  fill: #ffffff;
}
.about .about-select .item.active svg rect {
  fill: #ffffff;
}
.about .about-select .item.eng.active {
  padding-left: 4px;
}
.about .about-select .item.chi.active {
  padding-right: 4px;
}

@media (min-width: 768px) {
  .about .about__title {
    width: 483px;
  }
  .about .about__content {
    width: 528px;
    margin-top: 92px;
  }
  .about .about__content__info {
    font-size: 1.3rem;
    height: 270px;
    margin-top: 33px;
  }
  .about .about__content__info .chi {
    line-height: 260%;
  }
}
@media (min-width: 1200px) {
  .about .about__title {
    width: 543px;
  }
  .about .about__content {
    width: calc(550px + (67px * 2));
    flex-direction: row;
    justify-content: center;
    margin-top: 64px;
  }
  .about .about__content__select {
    margin-right: 33px;
  }
  .about .about__content__info {
    width: 550px;
    margin-top: 0;
    margin-right: 67px;
    height: 240px;
  }
  .about .about-select {
    flex-direction: column;
    width: 34px;
    height: 79px;
  }
  .about .about-select .item {
    width: 100%;
  }
  .about .about-select .item:nth-child(1) {
    margin-left: 0px;
  }
  .about .about-select .item:nth-child(2) {
    margin-right: 0px;
  }
  .about .about-select .item.eng.active {
    padding-left: 0px;
    padding-top: 4px;
  }
  .about .about-select .item.chi.active {
    padding-right: 0px;
    padding-bottom: 4px;
  }
}
.about-select-active-circle-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(100% - 8px);
  height: 28px;
  margin: auto;
}
.about-select-active-circle-wrap .relative {
  position: relative;
  width: 100%;
  height: 100%;
}
.about-select-active-circle-wrap .ui {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  border-radius: 60px;
  width: 40px;
  height: 100%;
  background-color: #00B5DD;
}

@media (min-width: 1200px) {
  .about-select-active-circle-wrap {
    width: 28px;
    height: calc(100% - 8px);
  }
  .about-select-active-circle-wrap .ui {
    width: 28px;
    height: 40px;
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
  }
}
.service {
  background-color: #009fa8;
}
.service .section__inner {
  position: relative;
  z-index: 2;
}
.service .service__title {
  width: 251px;
  opacity: 0;
  transform: translateY(50px) translateZ(0);
  -webkit-transform: translateY(50px) translateZ(0);
  transition: transform 0.9s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.7s;
  -webkit-transition: transform 0.9s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.7s;
}
.service .service__title svg {
  width: 100%;
}
.service .service__content-wrap {
  opacity: 0;
  transform: translateY(50px) translateZ(0);
  -webkit-transform: translateY(50px) translateZ(0);
  transition: transform 0.9s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.7s;
  -webkit-transition: transform 0.9s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.7s;
  width: 251px;
  height: 235px;
  overflow: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 25px;
}
.service .service__content {
  font-weight: 200;
  letter-spacing: 2px;
  line-height: 31px;
}
.service .service__content li {
  display: flex;
  align-items: center;
  opacity: 0;
  transform: translateY(50px) translateZ(0);
  -webkit-transform: translateY(50px) translateZ(0);
  transition: transform 0.9s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.7s;
  -webkit-transition: transform 0.9s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.7s;
}
.service .service__content li.up-action {
  opacity: 1;
  transform: translateY(0) translateZ(0);
  -webkit-transform: translateY(0) translateZ(0);
}
.service .service__content .num-text {
  display: inline-block;
  width: 52px;
  font-size: 2.3rem;
  font-style: italic;
  font-weight: 100;
}
.service .service__content .content-text {
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  .service .service__title {
    width: 567px;
  }
  .service .service__content-wrap {
    width: 567px;
    height: 415px;
    margin-top: 81px;
  }
  .service .service__content {
    line-height: 49px;
  }
  .service .service__content .num-text {
    width: 66px;
    font-size: 2.6rem;
  }
  .service .service__content .content-text {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .service .service__title {
    width: 625px;
  }
  .service .service__content-wrap {
    width: 625px;
    height: 296px;
    margin-top: 71px;
  }
  .service .service__content {
    line-height: 45px;
  }
  .service .service__content .num-text {
    width: 50px;
  }
  .service .service__content .content-text {
    font-size: 1.5rem;
  }
}
.contact {
  background-color: #009fa8;
}
.contact .section__inner {
  position: relative;
  z-index: 2;
  transition: filter 0.5s;
  -webkit-transition: filter 0.5s;
}
.contact .contact__title {
  width: 284px;
  opacity: 0;
  transform: translateY(50px) translateZ(0);
  -webkit-transform: translateY(50px) translateZ(0);
  transition: transform 0.9s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.7s;
  -webkit-transition: transform 0.9s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.7s;
}
.contact .contact__title svg {
  width: 100%;
}
.contact .contact__content {
  width: calc(100% - 60px);
  margin: 0 auto;
  height: 300px;
  overflow: auto;
  margin-top: 22px;
}
.contact .select-list-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transform: translateY(30px) translateZ(0);
  -webkit-transform: translateY(30px) translateZ(0);
  transition: transform 0.9s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.7s;
  -webkit-transition: transform 0.9s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.7s;
}
.contact .select-list-wrap--show {
  opacity: 1;
  transform: translateY(0px) translateZ(0);
  -webkit-transform: translateY(0px) translateZ(0);
  transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.5s, opacity 0.5s 0.5s;
  -webkit-transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.5s, opacity 0.5s 0.5s;
}
.contact .select-list-title {
  font-size: 1.3rem;
  margin-bottom: 6px;
}
.contact .select-list {
  font-size: 1.3rem;
}
.contact .select-list .option {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 18px;
  cursor: pointer;
}
.contact .select-list .ui-option {
  position: relative;
  width: 13.4px;
  height: 13.4px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 8px;
  flex-shrink: 0;
}
.contact .select-list .option.selected .ui-option:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 4.2px;
  height: 4.2px;
  background-color: #fff;
  border-radius: 50%;
}
.contact .form-inner {
  margin-top: 32px;
}
.contact .form-inner .input-row .column__title {
  opacity: 0;
  transform: translateY(30px) translateZ(0);
  -webkit-transform: translateY(30px) translateZ(0);
  transition: transform 0.9s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.7s;
  -webkit-transition: transform 0.9s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.7s;
}
.contact .form-inner .input-row .column__input {
  position: relative;
  border-bottom: 1px solid #fff;
  width: 0px;
  margin-top: 13px;
  padding-bottom: 5px;
  margin-bottom: 30px;
  opacity: 0;
  transition: width 0.9s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.7s;
  -webkit-transition: width 0.9s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.7s;
}
.contact .form-inner .input-row input {
  border: 0;
  background-color: transparent;
  width: 100%;
  font-size: 1.3rem;
  color: #fff;
  letter-spacing: 2px;
  border-radius: 0;
}
.contact .form-inner .info-row {
  line-height: 220%;
}
.contact .form-inner .info-row .column {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact .form-inner .info-row .column:nth-child(2) {
  margin-top: 25px;
  opacity: 0;
  transform: translateY(30px) translateZ(0);
  -webkit-transform: translateY(30px) translateZ(0);
  transition: transform 0.9s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.7s;
  -webkit-transition: transform 0.9s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.7s;
}
.contact .form-inner--show .input-row .column__title {
  opacity: 1;
  transform: translateY(0px) translateZ(0);
  -webkit-transform: translateY(0px) translateZ(0);
  transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.6s, opacity 0.7s 0.6s;
  -webkit-transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.6s, opacity 0.7s 0.6s;
}
.contact .form-inner--show .input-row .column__input {
  opacity: 1;
  width: 100%;
  transition: width 0.7s cubic-bezier(0.23, 1, 0.32, 1) 1.1s, opacity 0.5s 1.1s;
  -webkit-transition: width 0.7s cubic-bezier(0.23, 1, 0.32, 1) 1.1s, opacity 0.5s 1.1s;
}
.contact .form-inner--show .info-row .column:nth-child(1) .submit-button {
  opacity: 1;
  transition: opacity .5s 1.4s;
  -webkit-transition: opacity .5s 1.4s;
  animation: submitButtonShow 0.3s ease-in-out forwards 1.8s;
  -webkit-animation: submitButtonShow 0.3s ease-in-out forwards 1.8s;
}
@keyframes submitButtonShow {
  100% {
    width: 200px;
  }
}
@-webkit-keyframes submitButtonShow {
  100% {
    width: 200px;
  }
}
.contact .form-inner--show .info-row .column:nth-child(2) {
  opacity: 1;
  transform: translateY(0px) translateZ(0);
  -webkit-transform: translateY(0px) translateZ(0);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1) 1.8s, opacity 0.3s 1.8s;
  -webkit-transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1) 1.8s, opacity 0.3s 1.8s;
}
.contact .submit-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  background-color: #fff;
  width: 56px;
  height: 56px;
  cursor: pointer;
  overflow: hidden;
  opacity: 0;
}
.contact .submit-button img {
  position: relative;
  z-index: 2;
  width: 42px;
}
.contact .submit-button .touch {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0px;
  height: 0px;
  background-color: #f6f6f6;
  border-radius: 50%;
  z-index: 1;
}
.contact .submit-button:hover .touch, .contact .submit-button:focus .touch {
  animation: touch 0.3s linear forwards;
  -webkit-animation: touch 0.3s linear forwards;
}

@keyframes touch {
  0% {
    width: 30px;
    height: 30px;
  }
  100% {
    width: 300px;
    height: 300px;
  }
}
@-webkit-keyframes touch {
  0% {
    width: 30px;
    height: 30px;
  }
  100% {
    width: 300px;
    height: 300px;
  }
}
@media (min-width: 768px) {
  .contact .contact__title {
    width: 701px;
  }
  .contact .contact__content {
    width: 538px;
    height: auto;
    margin-top: 97px;
  }
  .contact .select-list-title {
    margin-bottom: 0px;
  }
  .contact .select-list-wrap {
    flex-direction: row;
  }
  .contact .select-list {
    display: flex;
  }
  .contact .select-list .option {
    margin-top: 0px;
    margin-left: 34px;
  }
  .contact .form-inner .info-row {
    line-height: 180%;
  }
  .contact .form-inner .info-row .column:nth-child(2) {
    margin-top: 28px;
  }
  .contact .form-inner .input-row {
    display: flex;
  }
  .contact .form-inner .input-row .column:nth-child(1) {
    width: 200px;
    flex-shrink: 0;
  }
  .contact .form-inner .input-row .column:nth-child(2) {
    margin-left: 65px;
    flex: 1;
  }
}
@media (min-width: 1200px) {
  .contact .contact__title {
    width: 735px;
  }
  .contact .contact__content {
    margin-top: 69px;
    display: flex;
    width: auto;
  }
  .contact .select-list-title {
    margin-bottom: 16px;
  }
  .contact .select-list-wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0px;
  }
  .contact .select-list {
    flex-direction: column;
  }
  .contact .select-list .option {
    margin-left: 0px;
    margin-top: 18px;
  }
  .contact .form-inner {
    margin-left: 70px;
    margin-top: 0px;
    width: 538px;
  }
  .contact .form-inner .info-row {
    display: flex;
    align-items: flex-start;
  }
  .contact .form-inner .info-row .column:nth-child(1) {
    width: 200px;
    flex-shrink: 0;
    margin-top: 5px;
  }
  .contact .form-inner .info-row .column:nth-child(2) {
    margin-left: 65px;
    flex: 1;
    margin-top: 0px;
  }
}
.contact--blur {
  z-index: 2;
}
.contact--blur .section__inner, .contact--blur .ball__object {
  filter: blur(30px);
  -webkit-filter: blur(30px);
  transition: filter 0.5s;
  -webkit-transition: filter 0.5s;
}
.contact--blur .section__close {
  display: none;
}
.contact--blur .contact-pop {
  display: block;
}

.contact-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
}

.contact-pop__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-pop__inner .wrap-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 1.2rem;
  background: url(../img/contact/pop_circle.svg) no-repeat center;
  background-size: contain;
  width: 286px;
  height: 254px;
  line-height: 220%;
}
.contact-pop__inner .pop-title {
  font-size: 2.4rem;
  margin-bottom: 18px;
}
.contact-pop__inner .close-btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 32px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .contact-pop__inner .wrap-block {
    font-size: 1.3rem;
    width: 352px;
    height: 326px;
  }
  .contact-pop__inner .pop-title {
    font-size: 2.7rem;
  }
  .contact-pop__inner .close-btn {
    bottom: 44px;
  }
}
@media (min-width: 1200px) {
  .contact-pop__inner .wrap-block {
    width: 402px;
    height: 372px;
  }
  .contact-pop__inner .close-btn {
    bottom: 62px;
  }
}
.about .title-up-action, .service .title-up-action, .contact .title-up-action {
  opacity: 1;
  transform: translateY(0) translateZ(0);
  -webkit-transform: translateY(0) translateZ(0);
}
.about path.letter, .service path.letter, .contact path.letter {
  opacity: 0;
  transform: translateY(50px) translateZ(0);
  -webkit-transform: translateY(50px) translateZ(0);
  transition: transform 0.9s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.7s;
  -webkit-transition: transform 0.9s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.7s;
}
.about path.letter.up-action, .service path.letter.up-action, .contact path.letter.up-action {
  opacity: 1;
  transform: translateY(0) translateZ(0);
  -webkit-transform: translateY(0) translateZ(0);
}

.section-pop {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: 10;
}

.portfolio-text-color--black .type-text span {
  color: #b2b2b2;
}
.portfolio-text-color--black .type-text:before {
  background-color: #b2b2b2;
}
.portfolio-text-color--black .year-text {
  color: #b2b2b2;
}
.portfolio-text-color--black .title-text {
  color: #b2b2b2;
}
.portfolio-text-color--black .portfolio-arrow-left polygon {
  fill: #b2b2b2;
}
.portfolio-text-color--black .portfolio-arrow-right polygon {
  fill: #b2b2b2;
}
.portfolio-text-color--black .portfolio-block .launch-btn--mobile {
  background: url(../img/launch_mobile_black.svg) no-repeat center;
  background-size: contain;
}

@media (min-width: 768px) {
  .portfolio-text-color--black .portfolio-block .launch-btn--mobile {
    background: url(../img/launch_mobile_md_black.svg) no-repeat center;
    background-size: contain;
  }
}
.wrap-text-color--black .header__logo path {
  fill: #b2b2b2;
}
.wrap-text-color--black .header__text path {
  fill: #b2b2b2;
}
.wrap-text-color--black .section__list path {
  fill: #b2b2b2;
}
.wrap-text-color--black .section__list li:hover:after, .wrap-text-color--black .section__list li:focus:after {
  background-color: #b2b2b2;
}
.wrap-text-color--black .ui-load-circle .num {
  color: #b2b2b2;
}
