@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DotGothic16&display=swap");
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

section {
  position: relative;
  max-width: 100%;
  width: 100%;
}

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

/*
component
---------------------------------------------*/
.c-pc {
  display: block;
}

.c-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-pc {
    display: none;
  }
  .c-sp {
    display: block;
  }
}
/* bg---*/
.c-statement_bg {
  width: 100vw;
}

.c-bg {
  display: block;
  position: absolute;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}

.c-bg_pink {
  background: #ff84b5;
}

.c-bg_blue {
  background: #10a5d6;
}

.c-bg-1 {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  clip-path: polygon(0 0, 100% 54%, 100% 100%, 0% 100%);
}

.c-bg-2 {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.p-project1 {
  background: #10a5d6;
}

.c-bg-3 {
  background: -webkit-gradient(linear, left top, right top, from(#e0e0e0), color-stop(20%, #f8f8f8), color-stop(50%, #ffffff), color-stop(80%, #f8f8f8), to(#e0e0e0));
  background: linear-gradient(90deg, #e0e0e0 0%, #f8f8f8 20%, #ffffff 50%, #f8f8f8 80%, #e0e0e0 100%);
  clip-path: circle(100% at 100% 0%);
  width: 100%;
  height: 100vw;
  right: 0;
  top: 0;
}

.c-bg-4 {
  width: 50vw;
  height: 50vw;
  right: 0;
  top: 0;
  clip-path: circle(100% at 100% 0%);
}

.c-bg-5 {
  width: 100vw;
  height: 100vw;
  left: 0;
  bottom: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.c-bg-6 {
  width: 100%;
  height: 770px;
  top: 0;
  left: 20%;
  background: none;
  overflow: visible;
}
.c-bg-6:before {
  content: "";
  display: block;
  position: absolute;
  width: 770px;
  height: 770px;
  left: 0;
  top: 0;
  background: #10a5d6;
  clip-path: circle(50% at 50% 50%);
}
.c-bg-6:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 385px);
  height: 770px;
  right: 0;
  top: 0;
  background: #10a5d6;
}

.c-bg-7 {
  width: 100%;
  height: 830px;
  right: 0;
  bottom: 0;
  background: none;
  overflow: visible;
}
.c-bg-7:before {
  content: "";
  display: block;
  position: absolute;
  width: 830px;
  height: 830px;
  right: 0;
  top: 0;
  background: #ff84b5;
  clip-path: circle(50% at 50% 50%);
}
.c-bg-7:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 415px);
  height: 830px;
  right: 415px;
  top: 0;
  background: #ff84b5;
}

.p-project3 {
  background: #10a5d6;
}

.c-bg-8 {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);
}
.c-bg-8:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(#e0e0e0), color-stop(20%, #f8f8f8), color-stop(50%, #ffffff), color-stop(80%, #f8f8f8), to(#e0e0e0));
  background: linear-gradient(90deg, #e0e0e0 0%, #f8f8f8 20%, #ffffff 50%, #f8f8f8 80%, #e0e0e0 100%);
  clip-path: ellipse(50% 50% at 50% 50%);
}

.c-bg-9 {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
}
.c-bg-9:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #ff84b5;
  clip-path: ellipse(50% 50% at 50% 50%);
}

.c-bg-10 {
  width: 100%;
  height: 50%;
  left: 0;
  top: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.c-bg-11 {
  width: 100%;
  height: 50%;
  left: 0;
  top: 50%;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

@media screen and (max-width: 767px) {
  .c-bg-6 {
    width: 90vw;
    height: 100%;
    left: 10vw;
    overflow: hidden;
  }
  .c-bg-6:before {
    width: 480px;
    height: 480px;
  }
  .c-bg-6:after {
    width: calc(90vw - 240px);
    height: 480px;
    left: 240px;
  }
  .c-bg-7 {
    width: 100vw;
    height: 100%;
    overflow: hidden;
  }
  .c-bg-7:before {
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
    border-radius: 50%;
    overflow: hidden;
    width: 650px;
    height: 650px;
    right: 100vw;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0vw;
  }
  .c-bg-7:after {
    width: calc(100vw - 325px);
    height: 650px;
    right: 325px;
    top: auto;
    bottom: 0;
  }
  .c-bg-8:before {
    width: 100vw;
    height: 100vw;
  }
  .c-bg-8:after {
    width: 100vw;
    height: 100vw;
    background: -webkit-gradient(linear, left top, right top, from(#e0e0e0), color-stop(20%, #f8f8f8), color-stop(50%, #ffffff), color-stop(80%, #f8f8f8), to(#e0e0e0));
    background: linear-gradient(90deg, #e0e0e0 0%, #f8f8f8 20%, #ffffff 50%, #f8f8f8 80%, #e0e0e0 100%);
    clip-path: ellipse(50% 50% at 50% 50%);
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .c-bg-8_2 {
    display: block;
    position: absolute;
    left: 0;
    width: 100vw;
    height: calc(100% - 100vw);
    background: -webkit-gradient(linear, left top, right top, from(#e0e0e0), color-stop(20%, #f8f8f8), color-stop(50%, #ffffff), color-stop(80%, #f8f8f8), to(#e0e0e0));
    background: linear-gradient(90deg, #e0e0e0 0%, #f8f8f8 20%, #ffffff 50%, #f8f8f8 80%, #e0e0e0 100%);
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
    top: 50vw;
  }
  .c-bg-9:before {
    width: 100vw;
    height: 100vw;
  }
  .c-bg-9:after {
    width: 100vw;
    height: 100vw;
    background: #ff84b5;
    clip-path: ellipse(50% 50% at 50% 50%);
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .c-bg-9_2 {
    display: block;
    position: absolute;
    left: 0;
    width: 100vw;
    height: calc(100% - 100vw);
    background: #ff84b5;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
    top: 50vw;
  }
}
/* typo---*/
.c-typo {
  position: absolute;
  display: block;
  z-index: 10;
}

.c-typo-1 {
  left: 8%;
  top: 100vh;
}

.c-typo-2 {
  left: 12%;
  top: -8%;
}

.c-typo-3 {
  right: -10%;
  top: -18%;
}

.c-typo-4 {
  left: 8%;
  top: -12%;
}

.c-typo-5 {
  right: 6.5%;
  top: -11%;
}

.c-typo-6 {
  left: 6%;
  top: -13%;
}

.c-typo-7 {
  right: 12%;
  top: -30%;
}

@media screen and (max-width: 767px) {
  .c-typo-1 {
    width: 190px;
    left: 4%;
    top: 66vh;
  }
  .c-typo-2 {
    width: 105px;
    left: 4%;
    top: -2%;
  }
  .c-typo-3 {
    width: 114px;
    right: 2%;
    top: -8%;
  }
  .c-typo-4 {
    width: 128px;
    left: 3%;
    top: -10%;
  }
  .c-typo-5 {
    width: 100px;
    top: -120px;
  }
  .c-typo-6 {
    width: 165px;
    left: 4%;
  }
  .c-typo-7 {
    width: 80px;
    top: -20%;
  }
}
/* parts---*/
.c-stripe {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 150px;
  width: 340px;
  overflow: hidden;
}
.c-stripe span {
  display: block;
  height: 100%;
}
.c-stripe span:nth-child(1) {
  width: 24px;
}
.c-stripe span:nth-child(2) {
  width: 22px;
}
.c-stripe span:nth-child(3) {
  width: 20px;
}
.c-stripe span:nth-child(4) {
  width: 18px;
}
.c-stripe span:nth-child(5) {
  width: 16px;
}
.c-stripe span:nth-child(6) {
  width: 15px;
}
.c-stripe span:nth-child(7) {
  width: 13px;
}
.c-stripe span:nth-child(8) {
  width: 12px;
}
.c-stripe span:nth-child(9) {
  width: 10px;
}
.c-stripe span:nth-child(10) {
  width: 9px;
}
.c-stripe span:nth-child(11) {
  width: 8px;
}
.c-stripe span:nth-child(12) {
  width: 7px;
}
.c-stripe span:nth-child(13) {
  width: 6px;
}
.c-stripe span:nth-child(14) {
  width: 5px;
}
.c-stripe.c-stripe_pink span {
  background: #ff80b5;
}
.c-stripe.c-stripe_blue span {
  background: #10a5d6;
}

.c-plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  z-index: 2;
  width: 120px;
  height: 20px;
}
.c-plus .plus {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
}
.c-plus .plus::before,
.c-plus .plus::after {
  content: "";
  position: absolute;
  background: #0a258f;
}
.c-plus .plus::before {
  left: 8px;
  top: 0;
  width: 4px;
  height: 20px;
}
.c-plus .plus::after {
  top: 8px;
  left: 0;
  width: 20px;
  height: 4px;
}
.c-plus.c-plus_white .plus::before,
.c-plus.c-plus_white .plus::after {
  background: #fff;
}
.c-plus.c-plus_yellow .plus::before,
.c-plus.c-plus_yellow .plus::after {
  background: #e0c051;
}

.c-arrow {
  position: absolute;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 220px;
  height: 51px;
}
.c-arrow.c-arrow_yellow span img {
  -webkit-filter: invert(96%) sepia(28%) saturate(6822%) hue-rotate(315deg) brightness(92%) contrast(92%);
          filter: invert(96%) sepia(28%) saturate(6822%) hue-rotate(315deg) brightness(92%) contrast(92%);
}
.c-arrow.c-arrow_red span img {
  -webkit-filter: invert(23%) sepia(62%) saturate(6042%) hue-rotate(320deg) brightness(89%) contrast(101%);
          filter: invert(23%) sepia(62%) saturate(6042%) hue-rotate(320deg) brightness(89%) contrast(101%);
}
.c-arrow.c-arrow_pink span img {
  -webkit-filter: invert(73%) sepia(61%) saturate(1613%) hue-rotate(292deg) brightness(101%) contrast(102%);
          filter: invert(73%) sepia(61%) saturate(1613%) hue-rotate(292deg) brightness(101%) contrast(102%);
}
.c-arrow.c-arrow_white span img {
  -webkit-filter: invert(100%) sepia(8%) saturate(98%) hue-rotate(240deg) brightness(114%) contrast(100%);
          filter: invert(100%) sepia(8%) saturate(98%) hue-rotate(240deg) brightness(114%) contrast(100%);
}
.c-arrow.c-arrow-anime span {
  opacity: 0;
  -webkit-animation: famicom-blink 2s steps(1, end) infinite;
          animation: famicom-blink 2s steps(1, end) infinite;
}

.c-arrow span:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.c-arrow span:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.c-arrow span:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@-webkit-keyframes famicom-blink {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes famicom-blink {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.c-line {
  display: block;
  position: absolute;
  z-index: 2;
  width: 160px;
}
.c-line.c-line_pink img {
  -webkit-filter: invert(73%) sepia(61%) saturate(1613%) hue-rotate(292deg) brightness(101%) contrast(102%);
          filter: invert(73%) sepia(61%) saturate(1613%) hue-rotate(292deg) brightness(101%) contrast(102%);
}
.c-line.c-line_blue img {
  -webkit-filter: invert(57%) sepia(99%) saturate(2174%) hue-rotate(156deg) brightness(90%) contrast(88%);
          filter: invert(57%) sepia(99%) saturate(2174%) hue-rotate(156deg) brightness(90%) contrast(88%);
}

.c-dot {
  display: block;
  position: absolute;
  z-index: 2;
  width: 560px;
  height: 560px;
}
.c-dot span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-animation: fade-in-scale 6s ease-in-out infinite;
          animation: fade-in-scale 6s ease-in-out infinite;
}
.c-dot span:nth-child(1) {
  background: url(../images/parts-dot1.png) no-repeat center center/contain;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.c-dot span:nth-child(2) {
  background: url(../images/parts-dot2.png) no-repeat center center/contain;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.c-dot span:nth-child(3) {
  background: url(../images/parts-dot3.png) no-repeat center center/contain;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@-webkit-keyframes fade-in-scale {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@keyframes fade-in-scale {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.c-triangle {
  position: absolute;
  z-index: 2;
}
.c-triangle.c-triangle_pink img {
  -webkit-filter: invert(23%) sepia(62%) saturate(6042%) hue-rotate(320deg) brightness(89%) contrast(101%);
          filter: invert(23%) sepia(62%) saturate(6042%) hue-rotate(320deg) brightness(89%) contrast(101%);
}
.c-triangle.c-triangle_pink2 img {
  -webkit-filter: invert(73%) sepia(61%) saturate(1613%) hue-rotate(292deg) brightness(101%) contrast(102%);
          filter: invert(73%) sepia(61%) saturate(1613%) hue-rotate(292deg) brightness(101%) contrast(102%);
}
.c-triangle.c-triangle_yellow img {
  -webkit-filter: invert(74%) sepia(42%) saturate(567%) hue-rotate(5deg) brightness(98%) contrast(87%);
          filter: invert(74%) sepia(42%) saturate(567%) hue-rotate(5deg) brightness(98%) contrast(87%);
}
.c-triangle.c-triangle_white img {
  -webkit-filter: invert(100%) sepia(8%) saturate(98%) hue-rotate(240deg) brightness(114%) contrast(100%);
          filter: invert(100%) sepia(8%) saturate(98%) hue-rotate(240deg) brightness(114%) contrast(100%);
}

.c-splite {
  position: absolute;
  z-index: 2;
}
.c-splite.c-splite_pink img {
  -webkit-filter: invert(79%) sepia(31%) saturate(4336%) hue-rotate(295deg) brightness(105%) contrast(101%);
          filter: invert(79%) sepia(31%) saturate(4336%) hue-rotate(295deg) brightness(105%) contrast(101%);
}
.c-splite.c-splite_blue img {
  -webkit-filter: invert(13%) sepia(43%) saturate(4847%) hue-rotate(221deg) brightness(96%) contrast(98%);
          filter: invert(13%) sepia(43%) saturate(4847%) hue-rotate(221deg) brightness(96%) contrast(98%);
}
.c-splite.c-splite_white img {
  -webkit-filter: invert(100%) sepia(8%) saturate(98%) hue-rotate(240deg) brightness(114%) contrast(100%);
          filter: invert(100%) sepia(8%) saturate(98%) hue-rotate(240deg) brightness(114%) contrast(100%);
}
.c-splite.c-splite_red img {
  -webkit-filter: invert(23%) sepia(62%) saturate(6042%) hue-rotate(320deg) brightness(89%) contrast(101%);
          filter: invert(23%) sepia(62%) saturate(6042%) hue-rotate(320deg) brightness(89%) contrast(101%);
}

.c-chara {
  position: absolute;
  display: block;
  z-index: 2;
}

.p-statement .c-stripe-1 {
  left: 0;
  bottom: 280px;
}
.p-statement .c-stripe-2 {
  right: 2%;
  top: 4%;
  -webkit-transform: scale(0.3, 0.6) rotate(90deg);
          transform: scale(0.3, 0.6) rotate(90deg);
}
.p-statement .c-plus {
  right: 6%;
  bottom: 6%;
}
.p-statement .c-arrow-1 {
  left: 6%;
  top: 55%;
}
.p-statement .c-arrow-2 {
  right: 12%;
  top: 35%;
  -webkit-transform: scale(0.42) rotate(90deg);
          transform: scale(0.42) rotate(90deg);
}
.p-statement .c-line {
  left: -3%;
  top: 36%;
}
.p-statement .c-dot {
  right: -6%;
  bottom: 12%;
}
.p-statement .c-triangle {
  left: calc(50% - 280px);
  bottom: 12%;
}
.p-statement .c-splite {
  right: 24%;
  top: 10%;
}
.p-statement .c-chara {
  left: 18%;
  top: 35%;
}

.p-project1 .c-triangle-1 {
  right: 5%;
  top: 8%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.p-project1 .c-triangle-2 {
  left: 4%;
  bottom: 36%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.p-project1 .c-plus {
  right: 15%;
  bottom: 2%;
}
.p-project1 .c-dot {
  left: -7%;
  bottom: -3%;
}
.p-project1 .c-arrow-1 {
  right: 8%;
  top: 390px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.p-project1 .c-arrow-2 {
  right: 2%;
  bottom: 30%;
  -webkit-transform: scale(0.48) rotate(90deg);
          transform: scale(0.48) rotate(90deg);
}
.p-project1 .c-splite {
  right: 5.1%;
  top: 43%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.p-project1 .c-line {
  right: 7%;
  top: 0;
}
.p-project1 .c-stripe-1 {
  left: -8%;
  top: 35%;
  -webkit-transform: scale(0.3, 0.7) rotate(90deg);
          transform: scale(0.3, 0.7) rotate(90deg);
}
.p-project1 .c-stripe-2 {
  right: 0;
  bottom: 16%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-project1 .c-chara {
  right: 5%;
  top: 22%;
}

.p-project2 .c-stripe-1 {
  right: 0%;
  top: -0.5%;
  -webkit-transform: scale(0.25, 1) rotate(90deg);
          transform: scale(0.25, 1) rotate(90deg);
}
.p-project2 .c-stripe-2 {
  left: 0;
  bottom: 0;
}
.p-project2 .c-splite {
  right: 17%;
  top: 26%;
}
.p-project2 .c-arrow-1 {
  left: 4%;
  top: 58%;
}
.p-project2 .c-arrow-2 {
  right: -1%;
  top: 42%;
  -webkit-transform: scale(0.5) rotate(90deg);
          transform: scale(0.5) rotate(90deg);
}
.p-project2 .c-line {
  right: 12%;
  top: 42%;
}
.p-project2 .c-triangle {
  left: 20%;
  bottom: 20%;
}
.p-project2 .c-plus {
  right: 9%;
  bottom: 25%;
}
.p-project2 .c-chara {
  left: 5%;
  top: 38%;
}

.p-project3 .c-line {
  left: -2%;
  top: 8%;
}
.p-project3 .c-dot {
  right: -5%;
  top: 9%;
}
.p-project3 .c-arrow-1 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  left: -5%;
  top: 47%;
}
.p-project3 .c-arrow-2 {
  right: 5.8%;
  top: 24%;
  -webkit-transform: scale(-0.5, 0.5);
          transform: scale(-0.5, 0.5);
}
.p-project3 .c-stripe-1 {
  -webkit-transform: scale(0.4, 0.9) rotate(90deg);
          transform: scale(0.4, 0.9) rotate(90deg);
  left: -3.5%;
  top: 12%;
}
.p-project3 .c-stripe-2 {
  right: 8%;
  bottom: 0;
  -webkit-transform: scale(1, 1) rotate(180deg);
          transform: scale(1, 1) rotate(180deg);
}
.p-project3 .c-plus {
  right: 5%;
  bottom: 4%;
}
.p-project3 .c-triangle {
  bottom: 15%;
  left: 12%;
}
.p-project3 .c-splite {
  right: 8%;
  bottom: 38%;
}
.p-project3 .c-chara {
  right: 3%;
  top: 10%;
}

.p-project4 .c-stripe-1 {
  -webkit-transform: scale(0.3, 0.7) rotate(90deg);
          transform: scale(0.3, 0.7) rotate(90deg);
  right: -5%;
  top: 6%;
}
.p-project4 .c-stripe-2 {
  left: -0.5%;
  bottom: 11%;
}
.p-project4 .c-arrow-1 {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  right: 9%;
  top: 420px;
}
.p-project4 .c-arrow-2 {
  -webkit-transform: scale(0.5) rotate(90deg);
          transform: scale(0.5) rotate(90deg);
  left: 1.2%;
  top: 420px;
}
.p-project4 .c-line {
  right: 20%;
  top: 260px;
}
.p-project4 .c-plus {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  left: 1%;
  bottom: 10%;
}
.p-project4 .c-triangle {
  right: 5%;
  bottom: 9%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.p-project4 .c-splite {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  right: 9%;
  top: 51%;
}
.p-project4 .c-chara-1 {
  right: 12%;
  top: 1%;
}
.p-project4 .c-chara-2 {
  left: 10%;
  bottom: 5%;
}

.p-official .c-dot {
  right: -2%;
  top: 0%;
}
.p-official .c-arrow-1 {
  left: 22%;
  bottom: 12%;
}
.p-official .c-arrow-2 {
  -webkit-transform: scale(0.5) rotate(180deg);
          transform: scale(0.5) rotate(180deg);
  right: 5%;
  bottom: 30%;
}
.p-official .c-splite {
  left: 4.5%;
  top: 15%;
  -webkit-transform: scale(-1.2, 1.2);
          transform: scale(-1.2, 1.2);
}
.p-official .c-stripe {
  -webkit-transform: scale(0.3, 0.9) rotate(-90deg);
          transform: scale(0.3, 0.9) rotate(-90deg);
  left: -5%;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .c-stripe {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  .c-dot {
    width: 350px;
    height: 350px;
  }
  .c-plus {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  .c-arrow {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  .c-line {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  .c-splite {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  .c-triangle {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  .p-statement .c-dot {
    right: -37%;
    bottom: 16%;
  }
  .p-statement .c-stripe-1 {
    left: -20%;
    bottom: 10%;
  }
  .p-statement .c-stripe-2 {
    -webkit-transform: scale(0.2, 0.4) rotate(90deg);
            transform: scale(0.2, 0.4) rotate(90deg);
    right: -26%;
    top: 1%;
  }
  .p-statement .c-arrow-1 {
    top: auto;
    bottom: 30%;
    left: -12%;
  }
  .p-statement .c-arrow-2 {
    -webkit-transform: scale(0.3) rotate(90deg);
            transform: scale(0.3) rotate(90deg);
    right: -20%;
  }
  .p-statement .c-plus {
    right: 5%;
  }
  .p-statement .c-line {
    left: -5%;
    top: 22%;
  }
  .p-statement .c-splite {
    top: 15%;
    right: 18%;
  }
  .p-statement .c-triangle {
    left: 16%;
    bottom: 7%;
  }
  .p-statement .c-chara {
    left: auto;
    right: 9%;
    top: 17%;
    width: 19px;
  }
  .p-project1 .c-triangle-1 {
    -webkit-transform: scale(-0.7, 0.7);
            transform: scale(-0.7, 0.7);
    right: -7%;
    top: 3%;
  }
  .p-project1 .c-triangle-2 {
    -webkit-transform: scale(-0.7, 0.7);
            transform: scale(-0.7, 0.7);
    left: 4%;
    bottom: auto;
    top: 35%;
  }
  .p-project1 .c-dot {
    left: -25%;
    bottom: -2%;
  }
  .p-project1 .c-arrow-1 {
    top: 165px;
    right: -5%;
    -webkit-transform: scale(-0.5, 0.5);
            transform: scale(-0.5, 0.5);
  }
  .p-project1 .c-arrow-2 {
    right: -23%;
    bottom: 36%;
    -webkit-transform: scale(0.32) rotate(90deg);
            transform: scale(0.32) rotate(90deg);
  }
  .p-project1 .c-splite {
    top: 35%;
    right: -14%;
    -webkit-transform: scale(0.7) rotate(-90deg);
            transform: scale(0.7) rotate(-90deg);
  }
  .p-project1 .c-line {
    right: 0;
  }
  .p-project1 .c-stripe-1 {
    left: -40%;
    top: 360px;
    -webkit-transform: scale(0.9, 0.6) rotate(90deg);
            transform: scale(0.9, 0.6) rotate(90deg);
  }
  .p-project1 .c-stripe-2 {
    right: -25%;
    -webkit-transform: scale(0.6, 0.9) rotate(180deg);
            transform: scale(0.6, 0.9) rotate(180deg);
  }
  .p-project1 .c-chara {
    width: 6px;
    right: 2%;
    top: 12%;
  }
  .p-project2 .c-stripe-1 {
    right: -30%;
    -webkit-transform: scale(0.18, 0.41) rotate(90deg);
            transform: scale(0.18, 0.41) rotate(90deg);
  }
  .p-project2 .c-stripe-2 {
    left: -20%;
    bottom: -30px;
  }
  .p-project2 .c-splite {
    right: -4%;
    top: 18%;
  }
  .p-project2 .c-arrow-1 {
    left: -3%;
    top: 60%;
  }
  .p-project2 .c-arrow-2 {
    -webkit-transform: scale(0.28) rotate(90deg);
            transform: scale(0.28) rotate(90deg);
    right: -18%;
  }
  .p-project2 .c-line {
    display: none;
  }
  .p-project2 .c-triangle {
    left: 5%;
    bottom: 12%;
  }
  .p-project2 .c-plus {
    display: none;
  }
  .p-project2 .c-chara {
    width: 18px;
    top: 30%;
  }
  .p-project3 .c-line {
    display: none;
  }
  .p-project3 .c-dot {
    right: -52%;
  }
  .p-project3 .c-arrow-1 {
    -webkit-transform: scale(0.45) rotate(90deg);
            transform: scale(0.45) rotate(90deg);
    left: -26%;
    top: 38%;
  }
  .p-project3 .c-arrow-2 {
    right: -10%;
    top: 28%;
    -webkit-transform: scale(-0.3, 0.3);
            transform: scale(-0.3, 0.3);
  }
  .p-project3 .c-stripe-1 {
    -webkit-transform: scale(0.2, 0.5) rotate(90deg);
            transform: scale(0.2, 0.5) rotate(90deg);
    left: -40%;
    top: 2%;
  }
  .p-project3 .c-stripe-2 {
    right: -38%;
    bottom: -40px;
    -webkit-transform: scale(0.7, 0.5) rotate(180deg);
            transform: scale(0.7, 0.5) rotate(180deg);
  }
  .p-project3 .c-triangle {
    bottom: 10%;
    left: 9%;
  }
  .p-project3 .c-splite {
    display: none;
  }
  .p-project3 .c-chara {
    width: 6px;
  }
  .p-project4 .c-stripe-1 {
    -webkit-transform: scale(0.2, 0.46) rotate(90deg);
            transform: scale(0.2, 0.46) rotate(90deg);
    right: -40%;
    top: -1.2%;
  }
  .p-project4 .c-stripe-2 {
    left: -20%;
    bottom: 40px;
  }
  .p-project4 .c-arrow-1 {
    -webkit-transform: scale(-0.6, 0.6);
            transform: scale(-0.6, 0.6);
    right: -7%;
    top: 220px;
  }
  .p-project4 .c-arrow-2 {
    -webkit-transform: scale(0.3) rotate(90deg);
            transform: scale(0.3) rotate(90deg);
    left: -20%;
    top: 255px;
  }
  .p-project4 .c-line {
    right: 5%;
    top: 170px;
  }
  .p-project4 .c-plus {
    left: -10%;
    bottom: 7%;
    -webkit-transform: scale(0.7) rotate(90deg);
            transform: scale(0.7) rotate(90deg);
  }
  .p-project4 .c-triangle {
    right: 0%;
    bottom: 2.6%;
    -webkit-transform: scale(-0.7, 0.7);
            transform: scale(-0.7, 0.7);
  }
  .p-project4 .c-splite {
    -webkit-transform: scale(0.7) rotate(-90deg);
            transform: scale(0.7) rotate(-90deg);
    right: -10%;
    top: 400px;
  }
  .p-project4 .c-chara-1 {
    width: 18px;
    top: 15%;
    right: 6%;
    z-index: 2;
  }
  .p-project4 .c-chara-2 {
    width: 108px;
    bottom: 4%;
  }
  .p-official .c-dot {
    right: -38%;
  }
  .p-official .c-arrow-1 {
    left: -4%;
    bottom: 6%;
  }
  .p-official .c-arrow-2 {
    -webkit-transform: scale(0.3) rotate(180deg);
            transform: scale(0.3) rotate(180deg);
    right: -12%;
    bottom: 7%;
  }
  .p-official .c-splite {
    left: -4.5%;
    top: 10%;
    -webkit-transform: scale(-0.7, 0.7);
            transform: scale(-0.7, 0.7);
  }
  .p-official .c-stripe {
    -webkit-transform: scale(0.18, 0.5) rotate(-90deg);
            transform: scale(0.18, 0.5) rotate(-90deg);
    left: -32%;
    bottom: -40px;
  }
}
/* ttl---*/
.c-ttl {
  display: block;
  position: relative;
  z-index: 5;
  max-width: 650px;
  margin: 0 auto 0 auto;
  padding: 45px 0 0 0;
}

.c-ttl_arrow {
  display: block;
  position: absolute;
  top: -60px;
}
.c-ttl_arrow span {
  display: block;
  margin-bottom: 10px;
}

.p-project1 .c-ttl_arrow {
  left: 90px;
}

.p-project2 .c-ttl_arrow {
  left: 300px;
  top: -110px;
}

.p-project3 .c-ttl_arrow {
  left: 190px;
  top: -60px;
}

.p-project4 {
  margin-top: 20px;
}
.p-project4 .c-ttl_arrow {
  left: 400px;
  top: -105px;
}

@media screen and (max-width: 767px) {
  .c-ttl {
    max-width: 295px;
    padding: 60px 0 0 0;
  }
  .c-ttl_arrow {
    top: -30px;
  }
  .c-ttl_arrow span {
    display: block;
    margin-bottom: 0px;
    width: 37px;
  }
  .p-project1 .c-ttl_arrow {
    left: 90px;
    top: -20px;
  }
  .p-project2 .c-ttl_arrow {
    left: 160px;
    top: -22px;
  }
  .p-project3 .c-ttl_arrow {
    left: 90px;
    top: -21px;
  }
  .p-project4 {
    margin-top: 20px;
  }
  .p-project4 .c-ttl_arrow {
    left: 170px;
    top: -45px;
  }
}
/*
warap
---------------------------------------------*/
#yoasobeer {
  position: relative;
  display: block;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  list-style: 1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background: #122a89;
}
#yoasobeer div, #yoasobeer span, #yoasobeer section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  display: block;
}

.yoasobeer-body {
  position: relative;
  display: block;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}
.yoasobeer-body:before {
  content: "";
  display: block;
  position: fixed;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -3;
  background: -webkit-gradient(linear, left top, right top, from(#e0e0e0), color-stop(20%, #f8f8f8), color-stop(50%, #ffffff), color-stop(80%, #f8f8f8), to(#e0e0e0));
  background: linear-gradient(90deg, #e0e0e0 0%, #f8f8f8 20%, #ffffff 50%, #f8f8f8 80%, #e0e0e0 100%);
}
.yoasobeer-body section {
  padding-left: 5vw;
  padding-right: 5vw;
}

body #suntory_contents #suntoryCommonFooter {
  z-index: 100 !important;
  position: relative !important;
}

@media screen and (min-width: 768px) {
  #yoasobeer {
    min-width: 960px;
  }
}
/*
project
---------------------------------------------*/
.p-hero {
  width: 100%;
  height: calc(120vh - 100px);
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 5vw;
}

.p-hero_namalogo {
  position: absolute;
  display: block;
  left: 1.5%;
  top: 2.8%;
  z-index: 20;
}

.p-hero_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 5%;
  top: 0px;
  height: calc(100vh - 100px);
  width: 90%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0s;
  transition: 0s;
}

.p-hero_title {
  position: relative;
  margin-bottom: 12vh;
}
.p-hero_title span:nth-child(1) .p-hero_title_i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.p-hero_title span:nth-child(1) .p-hero_title_eer {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.p-hero_title span:nth-child(2) {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.p-hero_colabo {
  display: block;
  position: absolute;
  bottom: 9vh;
}

.p-statement {
  padding-top: 260px;
  padding-bottom: 90px;
  width: 100%;
}

.p-statement__inner {
  position: relative;
  z-index: 10;
}
.p-statement__inner p {
  position: relative;
  max-width: 560px;
  display: block;
  margin: 0 auto;
  line-height: 2.6;
}
.p-statement__inner p span {
  display: inline-block;
  position: relative;
}

.p-statement__product {
  position: relative;
  max-width: 520px;
  height: 450px;
  margin: 100px auto 0 auto;
}
.p-statement__product span {
  display: block;
  position: absolute;
}
.p-statement__product span:nth-child(1) {
  right: 60px;
  top: -90px;
}
.p-statement__product span:nth-child(2) {
  left: 40px;
  top: 120px;
}
.p-statement__product span:nth-child(3) {
  right: -50px;
  top: 240px;
}

.p-project1 {
  padding-bottom: 180px;
}

.p-project1_inner {
  position: relative;
  display: block;
  z-index: 10;
}

.p-project1_cm {
  display: block;
  position: relative;
  max-width: 800px;
  margin: 0 auto 160px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-project1_cm h3 {
  margin-top: 60px;
  margin-bottom: 0;
}
.p-project1_cm h4 {
  text-align: center;
  position: relative;
  margin: 25px 0 35px 0;
}
.p-project1_cm h4 span {
  display: inline-block;
}

.p-project1_cm_thumb {
  display: block;
  position: relative;
}
.p-project1_cm_thumb a {
  display: block;
  border: 10px solid #ff84b5;
  position: relative;
}
.p-project1_cm_thumb a img {
  display: block;
}
.p-project1_cm_thumb a:before, .p-project1_cm_thumb a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-project1_cm_thumb a:before {
  background: #e51373;
  opacity: 0;
}
.p-project1_cm_thumb a:after {
  background: url(../images/icon-play.svg) no-repeat center center;
  background-size: 114px 114px;
}
.p-project1_cm_thumb a:hover:before {
  opacity: 0.2;
}
.p-project1_cm_thumb a:hover:after {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.p-project1_cm-bnrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 45px 0 0 0;
  margin: 0;
  gap: 24px;
}
.p-project1_cm-bnrs li {
  list-style: none;
  cursor: pointer;
}
.p-project1_cm-bnrs li span {
  display: block;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-project1_cm-bnrs li span img {
  position: relative;
  z-index: 1;
}
.p-project1_cm-bnrs li span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #ff84b5;
}
.p-project1_cm-bnrs li span:after {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  width: 100%;
  height: 100%;
  z-index: -2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-project1_cm-bnrs li:nth-child(1) span:before {
  clip-path: polygon(100% 0, 100% 58%, 83% 100%, 0 100%, 0 0);
}
.p-project1_cm-bnrs li:nth-child(1) span:after {
  background: url(../images/bnr-90sec_bg.png) no-repeat center center/contain;
}
.p-project1_cm-bnrs li:nth-child(2) span:before {
  clip-path: polygon(17% 0, 100% 0, 100% 100%, 0 100%, 0 42%);
}
.p-project1_cm-bnrs li:nth-child(2) span:after {
  background: url(../images/bnr-60sec_bg.png) no-repeat center center/contain;
}
.p-project1_cm-bnrs li:nth-child(3) span:before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 17% 100%, 0 57%);
}
.p-project1_cm-bnrs li:nth-child(3) span:after {
  background: url(../images/bnr-30sec_bg.png) no-repeat center center/contain;
}
.p-project1_cm-bnrs li:hover span {
  -webkit-transform: translate(4px, 4px);
          transform: translate(4px, 4px);
}
.p-project1_cm-bnrs li:hover span:after {
  left: 0px;
  top: 0px;
}
.p-project1_cm-bnrs li.js-active span {
  -webkit-transform: translate(4px, 4px);
          transform: translate(4px, 4px);
}
.p-project1_cm-bnrs li.js-active span:before {
  background: #e51373;
}
.p-project1_cm-bnrs li.js-active span:after {
  left: 0px;
  top: 0px;
}

.p-project1_comment {
  position: relative;
  max-width: 934px;
  margin: 0 auto;
}

.p-project2_inner {
  position: relative;
  display: block;
  z-index: 10;
}

.p-project2_design {
  position: relative;
  z-index: 5;
  max-width: 650px;
  padding: 40px 0 0 0;
  margin: 0 auto 0 auto;
}
.p-project2_design h3 {
  display: block;
  line-height: 4;
}
.p-project2_design h3 span {
  display: inline-block;
}
.p-project2_design p {
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.p-project2_design ul {
  padding-left: 0;
  color: #122a89;
  line-height: 1.8;
  display: block;
}
.p-project2_design ul li {
  list-style-type: none;
}

.p-project2_can {
  position: relative;
  display: block;
  z-index: 5;
  max-width: 765px;
  margin: 75px auto 0 auto;
  height: 530px;
}
.p-project2_can .bage {
  display: block;
  position: absolute;
  right: -40px;
  top: -100px;
  z-index: -2;
  clip-path: polygon(100% 0, 100% 75%, 75% 100%, 0 100%, 0 0);
}
.p-project2_can span {
  display: block;
  position: absolute;
}
.p-project2_can span:nth-child(1) {
  left: 0;
  top: 50px;
  z-index: 2;
}
.p-project2_can span:nth-child(2) {
  left: 190px;
  top: 0;
}
.p-project2_can span:nth-child(3) {
  left: 42.5%;
  top: 90px;
  z-index: 2;
}
.p-project2_can span:nth-child(4) {
  right: 0%;
  top: 0;
}

.p-project3 {
  padding-bottom: 240px;
}

.p-project3_inner {
  position: relative;
  display: block;
  z-index: 10;
}

.p-project3_prsent {
  position: relative;
  display: block;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 0 0 0;
}
.p-project3_prsent h3 {
  display: block;
  line-height: 4;
}
.p-project3_prsent h3 span {
  display: inline-block;
}

.p-project3_prsent-banner a {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-project3_prsent-banner a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-project3_prsent-btn, .p-project4_btn {
  position: relative;
  max-width: 345px;
  margin: 60px auto 0 auto;
  display: block;
}
.p-project3_prsent-btn span, .p-project4_btn span {
  display: block;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-project3_prsent-btn span:after, .p-project4_btn span:after {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: -1;
  background: url(../images/bnr-detail_bg.png) no-repeat center center/contain;
}
.p-project3_prsent-btn:hover span, .p-project4_btn:hover span {
  -webkit-transform: translate(4px, 4px);
          transform: translate(4px, 4px);
}
.p-project3_prsent-btn:hover span:after, .p-project4_btn:hover span:after {
  left: 0px;
  top: 0px;
}

.p-project4 {
  padding-bottom: 160px;
}

.p-project4_inner {
  position: relative;
  display: block;
  z-index: 10;
}

.p-project4_tour {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 45px 0 0 0;
}
.p-project4_tour h3 {
  display: block;
  line-height: 4;
  position: relative;
  max-width: 565px;
  margin: 0 auto 35px auto;
}
.p-project4_tour h3 span {
  display: inline-block;
}

.p-project4_tour_banner a {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-project4_tour_banner a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-official {
  background: #ff84b5;
  padding: 120px 0 150px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-official_inner {
  display: block;
  position: relative;
  z-index: 5;
}
.p-official_inner h2 {
  display: block;
  text-align: center;
  margin-bottom: 35px;
}
.p-official_inner h2 span {
  display: inline-block;
}
.p-official_inner .p-official_banner a {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-official_inner .p-official_banner a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-project_bottom {
  padding: 0 5vw;
  height: 530px;
  position: relative;
  z-index: 0;
}

.p-project_bottom__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  height: 470px;
  padding: 80px 0 20px 0;
}
.p-project_bottom__inner .p-hero_colabo {
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .p-hero {
    height: 70vh;
  }
  .p-hero_inner {
    top: 0px;
    height: 70vh;
  }
  .p-hero_namalogo {
    left: 10px;
    top: 10px;
    width: 70px;
  }
  .p-hero_title {
    margin-bottom: 5vh;
  }
  .p-hero_colabo {
    width: 33vw;
    bottom: 5vh;
  }
  .p-statement {
    padding-top: 275px;
    padding-bottom: 140px;
  }
  .p-statement__inner p {
    line-height: 2.2;
    max-width: 340px;
  }
  .p-statement__inner p span img {
    height: 28px;
    width: auto;
  }
  .p-statement__product {
    margin: 0px auto 0 auto;
    height: 230px;
  }
  .p-statement__product span:nth-child(1) {
    width: 130px;
    top: 0%;
    right: auto;
    left: calc(50% - 40px);
  }
  .p-statement__product span:nth-child(2) {
    width: 165px;
    top: 50%;
    left: calc(50% - 140px);
  }
  .p-statement__product span:nth-child(3) {
    width: 89px;
    right: auto;
    top: 68%;
    left: calc(50% + 60px);
  }
  .p-project1 {
    padding-bottom: 120px;
  }
  .p-project1_cm {
    margin-bottom: 120px;
  }
  .p-project1_cm h3 {
    width: 295px;
    margin: 30px auto 5px auto;
  }
  .p-project1_cm h4 {
    margin: 15px 0 25px 0;
  }
  .p-project1_cm h4 img {
    width: 390px;
  }
  .p-project1_cm_thumb h4 {
    margin: 10px 0 25px 0;
  }
  .p-project1_cm_thumb h4 img {
    height: 20px;
    width: auto;
  }
  .p-project1_cm_thumb a {
    border: 5px solid #ff84b5;
  }
  .p-project1_cm_thumb a:after {
    background-size: 64px 64px;
  }
  .p-project1_cm-bnrs {
    padding: 20px 0 0 0;
    gap: 15px;
    width: 66.6666%;
  }
  .p-project1_comment {
    max-width: 380px;
    margin: 0 auto;
  }
  .p-project2 {
    padding-bottom: 50px;
  }
  .p-project2_design {
    max-width: 280px;
    margin: 0 auto;
  }
  .p-project2_design h3 {
    margin: 10px auto 27px auto;
    line-height: 2.6;
  }
  .p-project2_design p {
    display: block;
    width: 254px;
    margin: 10px 0 30px 0;
  }
  .p-project2_design ul {
    font-size: 13px;
  }
  .p-project2_can {
    max-width: 350px;
    height: 320px;
    margin: 55px auto 0 auto;
  }
  .p-project2_can .bage {
    width: 75px;
    height: 75px;
    right: 0px;
    top: -50px;
  }
  .p-project2_can span:nth-child(1) {
    width: 142px;
    top: 16px;
  }
  .p-project2_can span:nth-child(2) {
    width: 88px;
    left: 28%;
  }
  .p-project2_can span:nth-child(3) {
    width: 131px;
    top: 25%;
    left: calc(50% - 37px);
  }
  .p-project2_can span:nth-child(4) {
    width: 122px;
    top: 5%;
    left: calc(50% + 60px);
  }
  .p-project3 {
    padding-bottom: 150px;
  }
  .p-project3_prsent {
    padding: 40px 0 0 0;
  }
  .p-project3_prsent h3 {
    margin: 0 auto 30px auto;
    line-height: 2.6;
    max-width: 282px;
  }
  .p-project3_prsent-banner {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-project3_prsent-btn, .p-project4_btn {
    max-width: 250px;
    margin: 30px auto 0 auto;
  }
  .p-project4 {
    padding-bottom: 110px;
  }
  .p-project4_tour h3 {
    line-height: 2.8;
    width: 262px;
    margin: 0 auto 30px auto;
  }
  .p-official {
    padding: 100px 0 100px 0;
  }
  .p-official_inner h2 {
    text-align: left;
    line-height: 2;
    margin: 0 0 10px 0;
  }
  .p-official_banner {
    max-width: 280px;
  }
  .p-project_bottom {
    height: 400px;
  }
  .p-project_bottom__inner {
    height: 310px;
    width: 78vw;
    margin: 0 auto;
    padding: 120px 0 20px 0;
  }
}
/*
animation
---------------------------------------------*/
/* bg */
.a-bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}
.a-bg.js-active {
  position: fixed;
}
.a-bg.js-scrolled {
  position: absolute;
  top: auto;
  bottom: 0;
}

/* Pauls awesome mixin */
.js-stop .particle {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.particle,
.particle:after {
  background: transparent;
}

.particle:after {
  position: absolute;
  content: "";
  top: 2560px;
}

.particle-1 {
  -webkit-animation: animParticle 90s linear infinite;
          animation: animParticle 90s linear infinite;
  -webkit-box-shadow: 0px 0px #ff84b5, 2px 2px #10a5d6, 879px 2499px #10a5d6, 2477px 311px #ff84b5, 531px 2362px #10a5d6, 1221px 1280px #ff84b5, 1698px 2516px #10a5d6, 738px 2523px #ff84b5, 462px 555px #10a5d6, 862px 1881px #ff84b5, 1663px 2278px #10a5d6, 2201px 578px #ff84b5, 449px 50px #10a5d6, 1657px 1656px #ff84b5, 1127px 2047px #10a5d6, 1500px 1737px #ff84b5, 1715px 1333px #10a5d6, 310px 2032px #ff84b5, 190px 1774px #10a5d6, 85px 278px #ff84b5, 1009px 1472px #10a5d6, 417px 815px #ff84b5, 1098px 2130px #10a5d6, 441px 730px #ff84b5, 1841px 96px #10a5d6, 2133px 1366px #ff84b5, 1869px 2256px #10a5d6, 1012px 2344px #ff84b5, 1290px 177px #10a5d6, 202px 1113px #ff84b5, 1665px 492px #10a5d6, 1349px 740px #ff84b5, 2350px 1688px #10a5d6, 1615px 1424px #ff84b5, 1207px 34px #10a5d6, 600px 1494px #ff84b5, 2026px 645px #10a5d6, 1604px 283px #ff84b5, 65px 1581px #10a5d6, 872px 2489px #ff84b5, 1904px 1087px #10a5d6, 1932px 2187px #ff84b5, 1920px 2014px #10a5d6, 87px 194px #ff84b5, 24px 1220px #10a5d6, 724px 1441px #ff84b5, 1998px 1689px #10a5d6, 113px 194px #ff84b5, 2405px 707px #10a5d6, 1580px 891px #ff84b5, 2192px 2020px #10a5d6, 1751px 1385px #ff84b5, 2347px 1545px #10a5d6, 2494px 483px #ff84b5, 2418px 333px #10a5d6, 2069px 2471px #ff84b5, 1617px 182px #10a5d6, 2055px 855px #ff84b5, 1000px 1207px #10a5d6, 1184px 2354px #ff84b5, 192px 2185px #10a5d6, 1764px 947px #ff84b5, 876px 1494px #10a5d6, 410px 2049px #ff84b5, 495px 588px #10a5d6, 1151px 1310px #ff84b5, 617px 929px #10a5d6, 670px 393px #ff84b5, 185px 1352px #10a5d6, 1290px 1168px #ff84b5, 2137px 2111px #10a5d6, 2527px 2026px #ff84b5, 1145px 2213px #10a5d6, 1643px 2521px #ff84b5, 2144px 2557px #10a5d6, 1679px 1062px #ff84b5, 751px 279px #10a5d6, 1109px 327px #ff84b5, 1043px 1444px #10a5d6, 1729px 1307px #ff84b5, 1393px 2291px #10a5d6, 1672px 474px #ff84b5, 2143px 1678px #10a5d6, 2455px 340px #ff84b5, 2169px 907px #10a5d6, 2272px 984px #ff84b5, 2293px 1161px #10a5d6, 995px 383px #ff84b5, 2134px 1753px #10a5d6, 2356px 1518px #ff84b5, 2538px 1859px #10a5d6, 1237px 1904px #ff84b5, 725px 1982px #10a5d6, 328px 1396px #ff84b5, 1823px 2206px #10a5d6, 1166px 1029px #ff84b5, 1358px 2117px #10a5d6, 766px 1888px #ff84b5, 147px 1108px #10a5d6, 1788px 1886px #ff84b5, 1603px 1270px #10a5d6, 2452px 2252px #ff84b5;
          box-shadow: 0px 0px #ff84b5, 2px 2px #10a5d6, 879px 2499px #10a5d6, 2477px 311px #ff84b5, 531px 2362px #10a5d6, 1221px 1280px #ff84b5, 1698px 2516px #10a5d6, 738px 2523px #ff84b5, 462px 555px #10a5d6, 862px 1881px #ff84b5, 1663px 2278px #10a5d6, 2201px 578px #ff84b5, 449px 50px #10a5d6, 1657px 1656px #ff84b5, 1127px 2047px #10a5d6, 1500px 1737px #ff84b5, 1715px 1333px #10a5d6, 310px 2032px #ff84b5, 190px 1774px #10a5d6, 85px 278px #ff84b5, 1009px 1472px #10a5d6, 417px 815px #ff84b5, 1098px 2130px #10a5d6, 441px 730px #ff84b5, 1841px 96px #10a5d6, 2133px 1366px #ff84b5, 1869px 2256px #10a5d6, 1012px 2344px #ff84b5, 1290px 177px #10a5d6, 202px 1113px #ff84b5, 1665px 492px #10a5d6, 1349px 740px #ff84b5, 2350px 1688px #10a5d6, 1615px 1424px #ff84b5, 1207px 34px #10a5d6, 600px 1494px #ff84b5, 2026px 645px #10a5d6, 1604px 283px #ff84b5, 65px 1581px #10a5d6, 872px 2489px #ff84b5, 1904px 1087px #10a5d6, 1932px 2187px #ff84b5, 1920px 2014px #10a5d6, 87px 194px #ff84b5, 24px 1220px #10a5d6, 724px 1441px #ff84b5, 1998px 1689px #10a5d6, 113px 194px #ff84b5, 2405px 707px #10a5d6, 1580px 891px #ff84b5, 2192px 2020px #10a5d6, 1751px 1385px #ff84b5, 2347px 1545px #10a5d6, 2494px 483px #ff84b5, 2418px 333px #10a5d6, 2069px 2471px #ff84b5, 1617px 182px #10a5d6, 2055px 855px #ff84b5, 1000px 1207px #10a5d6, 1184px 2354px #ff84b5, 192px 2185px #10a5d6, 1764px 947px #ff84b5, 876px 1494px #10a5d6, 410px 2049px #ff84b5, 495px 588px #10a5d6, 1151px 1310px #ff84b5, 617px 929px #10a5d6, 670px 393px #ff84b5, 185px 1352px #10a5d6, 1290px 1168px #ff84b5, 2137px 2111px #10a5d6, 2527px 2026px #ff84b5, 1145px 2213px #10a5d6, 1643px 2521px #ff84b5, 2144px 2557px #10a5d6, 1679px 1062px #ff84b5, 751px 279px #10a5d6, 1109px 327px #ff84b5, 1043px 1444px #10a5d6, 1729px 1307px #ff84b5, 1393px 2291px #10a5d6, 1672px 474px #ff84b5, 2143px 1678px #10a5d6, 2455px 340px #ff84b5, 2169px 907px #10a5d6, 2272px 984px #ff84b5, 2293px 1161px #10a5d6, 995px 383px #ff84b5, 2134px 1753px #10a5d6, 2356px 1518px #ff84b5, 2538px 1859px #10a5d6, 1237px 1904px #ff84b5, 725px 1982px #10a5d6, 328px 1396px #ff84b5, 1823px 2206px #10a5d6, 1166px 1029px #ff84b5, 1358px 2117px #10a5d6, 766px 1888px #ff84b5, 147px 1108px #10a5d6, 1788px 1886px #ff84b5, 1603px 1270px #10a5d6, 2452px 2252px #ff84b5;
  height: 5px;
  width: 5px;
}

.particle-2 {
  -webkit-animation: animParticle 150s linear infinite;
          animation: animParticle 150s linear infinite;
  -webkit-box-shadow: 0px 0px #ff84b5, 2px 2px #10a5d6, 1795px 953px #10a5d6, 1837px 1534px #ff84b5, 2484px 2418px #10a5d6, 541px 1320px #ff84b5, 1003px 1885px #10a5d6, 2112px 1448px #ff84b5, 973px 1664px #10a5d6, 591px 250px #ff84b5, 2029px 485px #10a5d6, 1054px 1425px #ff84b5, 1630px 546px #10a5d6, 393px 1717px #ff84b5, 1518px 512px #10a5d6, 1865px 2228px #ff84b5, 244px 70px #10a5d6, 91px 1973px #ff84b5, 684px 1428px #10a5d6, 1058px 2184px #ff84b5, 413px 1658px #10a5d6, 2279px 362px #ff84b5, 2138px 1907px #10a5d6, 425px 877px #ff84b5, 390px 1935px #10a5d6, 1936px 2219px #ff84b5, 1120px 2063px #10a5d6, 1377px 1067px #ff84b5, 1397px 1145px #10a5d6, 1183px 567px #ff84b5, 2418px 2340px #10a5d6, 1365px 18px #ff84b5, 873px 983px #10a5d6, 122px 1798px #ff84b5, 1883px 1233px #10a5d6, 627px 260px #ff84b5, 1295px 1737px #10a5d6, 1523px 1406px #ff84b5, 436px 794px #10a5d6, 488px 829px #ff84b5, 626px 944px #10a5d6, 899px 820px #ff84b5, 1664px 1559px #10a5d6, 2457px 1940px #ff84b5, 845px 1232px #10a5d6, 296px 1166px #ff84b5, 1027px 1058px #10a5d6, 2449px 1632px #ff84b5, 1163px 740px #10a5d6, 2178px 1709px #ff84b5, 721px 21px #10a5d6, 199px 1694px #ff84b5, 1493px 2261px #10a5d6, 1850px 2254px #ff84b5, 1226px 672px #10a5d6, 537px 812px #ff84b5, 1415px 1607px #10a5d6, 2446px 1140px #ff84b5, 2383px 140px #10a5d6, 1032px 1439px #ff84b5, 31px 1677px #10a5d6, 1087px 1607px #ff84b5, 1772px 2506px #10a5d6, 2259px 780px #ff84b5, 2554px 1165px #10a5d6, 1798px 447px #ff84b5, 402px 1097px #10a5d6, 251px 2070px #ff84b5, 1764px 2280px #10a5d6, 2432px 808px #ff84b5, 2184px 2214px #10a5d6, 1213px 2324px #ff84b5, 1713px 2100px #10a5d6, 1669px 2249px #ff84b5, 1464px 350px #10a5d6, 122px 47px #ff84b5, 2373px 1326px #10a5d6;
          box-shadow: 0px 0px #ff84b5, 2px 2px #10a5d6, 1795px 953px #10a5d6, 1837px 1534px #ff84b5, 2484px 2418px #10a5d6, 541px 1320px #ff84b5, 1003px 1885px #10a5d6, 2112px 1448px #ff84b5, 973px 1664px #10a5d6, 591px 250px #ff84b5, 2029px 485px #10a5d6, 1054px 1425px #ff84b5, 1630px 546px #10a5d6, 393px 1717px #ff84b5, 1518px 512px #10a5d6, 1865px 2228px #ff84b5, 244px 70px #10a5d6, 91px 1973px #ff84b5, 684px 1428px #10a5d6, 1058px 2184px #ff84b5, 413px 1658px #10a5d6, 2279px 362px #ff84b5, 2138px 1907px #10a5d6, 425px 877px #ff84b5, 390px 1935px #10a5d6, 1936px 2219px #ff84b5, 1120px 2063px #10a5d6, 1377px 1067px #ff84b5, 1397px 1145px #10a5d6, 1183px 567px #ff84b5, 2418px 2340px #10a5d6, 1365px 18px #ff84b5, 873px 983px #10a5d6, 122px 1798px #ff84b5, 1883px 1233px #10a5d6, 627px 260px #ff84b5, 1295px 1737px #10a5d6, 1523px 1406px #ff84b5, 436px 794px #10a5d6, 488px 829px #ff84b5, 626px 944px #10a5d6, 899px 820px #ff84b5, 1664px 1559px #10a5d6, 2457px 1940px #ff84b5, 845px 1232px #10a5d6, 296px 1166px #ff84b5, 1027px 1058px #10a5d6, 2449px 1632px #ff84b5, 1163px 740px #10a5d6, 2178px 1709px #ff84b5, 721px 21px #10a5d6, 199px 1694px #ff84b5, 1493px 2261px #10a5d6, 1850px 2254px #ff84b5, 1226px 672px #10a5d6, 537px 812px #ff84b5, 1415px 1607px #10a5d6, 2446px 1140px #ff84b5, 2383px 140px #10a5d6, 1032px 1439px #ff84b5, 31px 1677px #10a5d6, 1087px 1607px #ff84b5, 1772px 2506px #10a5d6, 2259px 780px #ff84b5, 2554px 1165px #10a5d6, 1798px 447px #ff84b5, 402px 1097px #10a5d6, 251px 2070px #ff84b5, 1764px 2280px #10a5d6, 2432px 808px #ff84b5, 2184px 2214px #10a5d6, 1213px 2324px #ff84b5, 1713px 2100px #10a5d6, 1669px 2249px #ff84b5, 1464px 350px #10a5d6, 122px 47px #ff84b5, 2373px 1326px #10a5d6;
  height: 10px;
  width: 10px;
}

body.js-stop .particle-1,
body.js-stop .particle-2 {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
body.js-stop .js-parallax {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
body.js-stop .js-fadeIn,
body.js-stop .js-fadeInUp,
body.js-stop .js-bound,
body.js-stop .js-zoomIn,
body.js-stop .js-slideIn,
body.js-stop .js-flash {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@-webkit-keyframes animParticle {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(-2560px);
            transform: translateY(-2560px);
  }
}

@keyframes animParticle {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(-2560px);
            transform: translateY(-2560px);
  }
}
/* common */
.js-parallax {
  -webkit-transition: 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.js-fadeIn {
  -webkit-transition: 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  opacity: 0;
}
.js-fadeIn.is-inview {
  opacity: 1;
}

.js-fadeInUp {
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
  -webkit-transform: translate(0, -25px);
          transform: translate(0, -25px);
}
.js-fadeInUp.is-inview {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-bound {
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.45s cubic-bezier(0.68, -0.6, 0.32, 2.2);
  transition: opacity 0.25s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.45s cubic-bezier(0.68, -0.6, 0.32, 2.2);
  transition: transform 0.45s cubic-bezier(0.68, -0.6, 0.32, 2.2), opacity 0.25s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.45s cubic-bezier(0.68, -0.6, 0.32, 2.2), opacity 0.25s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.45s cubic-bezier(0.68, -0.6, 0.32, 2.2);
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.js-bound.is-inview {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.js-zoomIn {
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.25s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.js-zoomIn.is-inview {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.js-slideIn {
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.25s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
.js-slideIn.is-inview {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-flash {
  opacity: 0;
}
.js-flash.is-inview {
  opacity: 1;
  -webkit-animation: flash 0.5s forwards;
          animation: flash 0.5s forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@-webkit-keyframes flash {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
  }
  33% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    opacity: 0.2;
    -webkit-animation-timing-function: ease-in;
  }
  66% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
  }
  82% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
  }
  92% {
    opacity: 0.5;
    -webkit-animation-timing-function: ease-out;
  }
  97% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
  }
  33% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    opacity: 0.2;
    -webkit-animation-timing-function: ease-in;
  }
  66% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
  }
  82% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
  }
  92% {
    opacity: 0.5;
    -webkit-animation-timing-function: ease-out;
  }
  97% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    opacity: 1;
  }
}
.js-chara span {
  position: relative;
}
.js-chara span img {
  opacity: 0;
}
.js-chara span:before, .js-chara span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  z-index: -1;
}
.js-chara span:before {
  background: #122a89;
  -webkit-transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.js-chara span:nth-child(1):before {
  -webkit-transition-delay: 0.02s;
          transition-delay: 0.02s;
}
.js-chara span:nth-child(2):before {
  -webkit-transition-delay: 0.04s;
          transition-delay: 0.04s;
}
.js-chara span:nth-child(3):before {
  -webkit-transition-delay: 0.06s;
          transition-delay: 0.06s;
}
.js-chara span:nth-child(4):before {
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s;
}
.js-chara span:nth-child(5):before {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.js-chara span:nth-child(6):before {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}
.js-chara span:nth-child(7):before {
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
}
.js-chara span:nth-child(8):before {
  -webkit-transition-delay: 0.16s;
          transition-delay: 0.16s;
}
.js-chara span:nth-child(9):before {
  -webkit-transition-delay: 0.18s;
          transition-delay: 0.18s;
}
.js-chara span:nth-child(10):before {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.js-chara span:nth-child(11):before {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
}
.js-chara span:nth-child(12):before {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}
.js-chara span:nth-child(13):before {
  -webkit-transition-delay: 0.26s;
          transition-delay: 0.26s;
}
.js-chara span:nth-child(14):before {
  -webkit-transition-delay: 0.28s;
          transition-delay: 0.28s;
}
.js-chara span:nth-child(15):before {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.js-chara span:nth-child(16):before {
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
}
.js-chara span:nth-child(17):before {
  -webkit-transition-delay: 0.34s;
          transition-delay: 0.34s;
}
.js-chara span:nth-child(18):before {
  -webkit-transition-delay: 0.36s;
          transition-delay: 0.36s;
}
.js-chara span:nth-child(19):before {
  -webkit-transition-delay: 0.38s;
          transition-delay: 0.38s;
}
.js-chara span:nth-child(20):before {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.js-chara span:nth-child(21):before {
  -webkit-transition-delay: 0.42s;
          transition-delay: 0.42s;
}
.js-chara span:nth-child(22):before {
  -webkit-transition-delay: 0.44s;
          transition-delay: 0.44s;
}
.js-chara span:nth-child(23):before {
  -webkit-transition-delay: 0.46s;
          transition-delay: 0.46s;
}
.js-chara span:nth-child(24):before {
  -webkit-transition-delay: 0.48s;
          transition-delay: 0.48s;
}
.js-chara span:nth-child(25):before {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.js-chara span:nth-child(26):before {
  -webkit-transition-delay: 0.52s;
          transition-delay: 0.52s;
}
.js-chara span:nth-child(27):before {
  -webkit-transition-delay: 0.54s;
          transition-delay: 0.54s;
}
.js-chara span:nth-child(28):before {
  -webkit-transition-delay: 0.56s;
          transition-delay: 0.56s;
}
.js-chara span:nth-child(29):before {
  -webkit-transition-delay: 0.58s;
          transition-delay: 0.58s;
}
.js-chara span:nth-child(30):before {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.js-chara span:nth-child(31):before {
  -webkit-transition-delay: 0.62s;
          transition-delay: 0.62s;
}
.js-chara span:nth-child(32):before {
  -webkit-transition-delay: 0.64s;
          transition-delay: 0.64s;
}
.js-chara span:nth-child(33):before {
  -webkit-transition-delay: 0.66s;
          transition-delay: 0.66s;
}
.js-chara span:nth-child(34):before {
  -webkit-transition-delay: 0.68s;
          transition-delay: 0.68s;
}
.js-chara span:nth-child(35):before {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.js-chara span:nth-child(36):before {
  -webkit-transition-delay: 0.72s;
          transition-delay: 0.72s;
}
.js-chara span:nth-child(37):before {
  -webkit-transition-delay: 0.74s;
          transition-delay: 0.74s;
}
.js-chara span:nth-child(38):before {
  -webkit-transition-delay: 0.76s;
          transition-delay: 0.76s;
}
.js-chara span:nth-child(39):before {
  -webkit-transition-delay: 0.78s;
          transition-delay: 0.78s;
}
.js-chara span:nth-child(40):before {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.js-chara span:nth-child(41):before {
  -webkit-transition-delay: 0.82s;
          transition-delay: 0.82s;
}
.js-chara span:nth-child(42):before {
  -webkit-transition-delay: 0.84s;
          transition-delay: 0.84s;
}
.js-chara span:nth-child(43):before {
  -webkit-transition-delay: 0.86s;
          transition-delay: 0.86s;
}
.js-chara span:nth-child(44):before {
  -webkit-transition-delay: 0.88s;
          transition-delay: 0.88s;
}
.js-chara span:nth-child(45):before {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.js-chara span:nth-child(46):before {
  -webkit-transition-delay: 0.92s;
          transition-delay: 0.92s;
}
.js-chara span:nth-child(47):before {
  -webkit-transition-delay: 0.94s;
          transition-delay: 0.94s;
}
.js-chara span:nth-child(48):before {
  -webkit-transition-delay: 0.96s;
          transition-delay: 0.96s;
}
.js-chara span:nth-child(49):before {
  -webkit-transition-delay: 0.98s;
          transition-delay: 0.98s;
}
.js-chara span:nth-child(50):before {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.js-chara span:nth-child(51):before {
  -webkit-transition-delay: 1.02s;
          transition-delay: 1.02s;
}
.js-chara span:nth-child(52):before {
  -webkit-transition-delay: 1.04s;
          transition-delay: 1.04s;
}
.js-chara span:nth-child(53):before {
  -webkit-transition-delay: 1.06s;
          transition-delay: 1.06s;
}
.js-chara span:nth-child(54):before {
  -webkit-transition-delay: 1.08s;
          transition-delay: 1.08s;
}
.js-chara span:nth-child(55):before {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.js-chara span:nth-child(56):before {
  -webkit-transition-delay: 1.12s;
          transition-delay: 1.12s;
}
.js-chara span:nth-child(57):before {
  -webkit-transition-delay: 1.14s;
          transition-delay: 1.14s;
}
.js-chara span:nth-child(58):before {
  -webkit-transition-delay: 1.16s;
          transition-delay: 1.16s;
}
.js-chara span:nth-child(59):before {
  -webkit-transition-delay: 1.18s;
          transition-delay: 1.18s;
}
.js-chara span:nth-child(60):before {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.js-chara span:nth-child(61):before {
  -webkit-transition-delay: 1.22s;
          transition-delay: 1.22s;
}
.js-chara span:nth-child(62):before {
  -webkit-transition-delay: 1.24s;
          transition-delay: 1.24s;
}
.js-chara span:nth-child(63):before {
  -webkit-transition-delay: 1.26s;
          transition-delay: 1.26s;
}
.js-chara span:nth-child(64):before {
  -webkit-transition-delay: 1.28s;
          transition-delay: 1.28s;
}
.js-chara span:nth-child(65):before {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.js-chara span:nth-child(66):before {
  -webkit-transition-delay: 1.32s;
          transition-delay: 1.32s;
}
.js-chara span:nth-child(67):before {
  -webkit-transition-delay: 1.34s;
          transition-delay: 1.34s;
}
.js-chara span:nth-child(68):before {
  -webkit-transition-delay: 1.36s;
          transition-delay: 1.36s;
}
.js-chara span:nth-child(69):before {
  -webkit-transition-delay: 1.38s;
          transition-delay: 1.38s;
}
.js-chara span:nth-child(70):before {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.js-chara span:nth-child(71):before {
  -webkit-transition-delay: 1.42s;
          transition-delay: 1.42s;
}
.js-chara span:nth-child(72):before {
  -webkit-transition-delay: 1.44s;
          transition-delay: 1.44s;
}
.js-chara span:nth-child(73):before {
  -webkit-transition-delay: 1.46s;
          transition-delay: 1.46s;
}
.js-chara span:nth-child(74):before {
  -webkit-transition-delay: 1.48s;
          transition-delay: 1.48s;
}
.js-chara span:nth-child(75):before {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.js-chara span:nth-child(76):before {
  -webkit-transition-delay: 1.52s;
          transition-delay: 1.52s;
}
.js-chara span:nth-child(77):before {
  -webkit-transition-delay: 1.54s;
          transition-delay: 1.54s;
}
.js-chara span:nth-child(78):before {
  -webkit-transition-delay: 1.56s;
          transition-delay: 1.56s;
}
.js-chara span:nth-child(79):before {
  -webkit-transition-delay: 1.58s;
          transition-delay: 1.58s;
}
.js-chara span:nth-child(80):before {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.js-chara span:nth-child(81):before {
  -webkit-transition-delay: 1.62s;
          transition-delay: 1.62s;
}
.js-chara span:nth-child(82):before {
  -webkit-transition-delay: 1.64s;
          transition-delay: 1.64s;
}
.js-chara span:nth-child(83):before {
  -webkit-transition-delay: 1.66s;
          transition-delay: 1.66s;
}
.js-chara span:nth-child(84):before {
  -webkit-transition-delay: 1.68s;
          transition-delay: 1.68s;
}
.js-chara span:nth-child(85):before {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.js-chara span:nth-child(86):before {
  -webkit-transition-delay: 1.72s;
          transition-delay: 1.72s;
}
.js-chara span:nth-child(87):before {
  -webkit-transition-delay: 1.74s;
          transition-delay: 1.74s;
}
.js-chara span:nth-child(88):before {
  -webkit-transition-delay: 1.76s;
          transition-delay: 1.76s;
}
.js-chara span:nth-child(89):before {
  -webkit-transition-delay: 1.78s;
          transition-delay: 1.78s;
}
.js-chara span:nth-child(90):before {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.js-chara span:nth-child(91):before {
  -webkit-transition-delay: 1.82s;
          transition-delay: 1.82s;
}
.js-chara span:nth-child(92):before {
  -webkit-transition-delay: 1.84s;
          transition-delay: 1.84s;
}
.js-chara span:nth-child(93):before {
  -webkit-transition-delay: 1.86s;
          transition-delay: 1.86s;
}
.js-chara span:nth-child(94):before {
  -webkit-transition-delay: 1.88s;
          transition-delay: 1.88s;
}
.js-chara span:nth-child(95):before {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}
.js-chara span:nth-child(96):before {
  -webkit-transition-delay: 1.92s;
          transition-delay: 1.92s;
}
.js-chara span:nth-child(97):before {
  -webkit-transition-delay: 1.94s;
          transition-delay: 1.94s;
}
.js-chara span:nth-child(98):before {
  -webkit-transition-delay: 1.96s;
          transition-delay: 1.96s;
}
.js-chara span:nth-child(99):before {
  -webkit-transition-delay: 1.98s;
          transition-delay: 1.98s;
}
.js-chara span:nth-child(100):before {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.js-chara.is-inview img {
  -webkit-animation: flash 0.35s forwards;
          animation: flash 0.35s forwards;
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.js-chara.is-inview span:before {
  width: 100%;
}

.p-project1 .js-chara span:before, .p-project3 .js-chara span:before {
  background: #e51373;
}

.js-ttl .c-ttl_arrow span {
  -webkit-transition: 0.1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 0.1s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0;
}
.js-ttl .c-ttl_arrow span:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.js-ttl .c-ttl_arrow span:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.js-ttl .c-ttl_arrow span:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.js-ttl .c-ttl_arrow span:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.js-ttl .c-ttl_arrow span:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.js-ttl .c-ttl_arrow span:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.js-ttl .c-ttl_arrow span:nth-child(7) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.js-ttl .c-ttl_arrow span:nth-child(8) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.js-ttl .c-ttl_arrow span:nth-child(9) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.js-ttl .c-ttl_arrow span:nth-child(10) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.js-ttl .c-ttl_arrow span:nth-child(11) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.js-ttl .c-ttl_arrow span:nth-child(12) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.js-ttl .c-ttl_arrow span:nth-child(13) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.js-ttl .c-ttl_arrow span:nth-child(14) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.js-ttl .c-ttl_arrow span:nth-child(15) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.js-ttl .c-ttl_arrow span:nth-child(16) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.js-ttl .c-ttl_arrow span:nth-child(17) {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.js-ttl .c-ttl_arrow span:nth-child(18) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.js-ttl .c-ttl_arrow span:nth-child(19) {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}
.js-ttl .c-ttl_arrow span:nth-child(20) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.js-ttl .c-ttl_arrow span:nth-child(21) {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}
.js-ttl .c-ttl_arrow span:nth-child(22) {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}
.js-ttl .c-ttl_arrow span:nth-child(23) {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}
.js-ttl .c-ttl_arrow span:nth-child(24) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.js-ttl .c-ttl_arrow span:nth-child(25) {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
.js-ttl .c-ttl_arrow span:nth-child(26) {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}
.js-ttl .c-ttl_arrow span:nth-child(27) {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}
.js-ttl .c-ttl_arrow span:nth-child(28) {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}
.js-ttl .c-ttl_arrow span:nth-child(29) {
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
}
.js-ttl .c-ttl_arrow span:nth-child(30) {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.js-ttl .c-ttl_arrow span:nth-child(31) {
  -webkit-transition-delay: 3.1s;
          transition-delay: 3.1s;
}
.js-ttl .c-ttl_arrow span:nth-child(32) {
  -webkit-transition-delay: 3.2s;
          transition-delay: 3.2s;
}
.js-ttl .c-ttl_arrow span:nth-child(33) {
  -webkit-transition-delay: 3.3s;
          transition-delay: 3.3s;
}
.js-ttl .c-ttl_arrow span:nth-child(34) {
  -webkit-transition-delay: 3.4s;
          transition-delay: 3.4s;
}
.js-ttl .c-ttl_arrow span:nth-child(35) {
  -webkit-transition-delay: 3.5s;
          transition-delay: 3.5s;
}
.js-ttl .c-ttl_arrow span:nth-child(36) {
  -webkit-transition-delay: 3.6s;
          transition-delay: 3.6s;
}
.js-ttl .c-ttl_arrow span:nth-child(37) {
  -webkit-transition-delay: 3.7s;
          transition-delay: 3.7s;
}
.js-ttl .c-ttl_arrow span:nth-child(38) {
  -webkit-transition-delay: 3.8s;
          transition-delay: 3.8s;
}
.js-ttl .c-ttl_arrow span:nth-child(39) {
  -webkit-transition-delay: 3.9s;
          transition-delay: 3.9s;
}
.js-ttl .c-ttl_arrow span:nth-child(40) {
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
}
.js-ttl .c-ttl_arrow span:nth-child(41) {
  -webkit-transition-delay: 4.1s;
          transition-delay: 4.1s;
}
.js-ttl .c-ttl_arrow span:nth-child(42) {
  -webkit-transition-delay: 4.2s;
          transition-delay: 4.2s;
}
.js-ttl .c-ttl_arrow span:nth-child(43) {
  -webkit-transition-delay: 4.3s;
          transition-delay: 4.3s;
}
.js-ttl .c-ttl_arrow span:nth-child(44) {
  -webkit-transition-delay: 4.4s;
          transition-delay: 4.4s;
}
.js-ttl .c-ttl_arrow span:nth-child(45) {
  -webkit-transition-delay: 4.5s;
          transition-delay: 4.5s;
}
.js-ttl .c-ttl_arrow span:nth-child(46) {
  -webkit-transition-delay: 4.6s;
          transition-delay: 4.6s;
}
.js-ttl .c-ttl_arrow span:nth-child(47) {
  -webkit-transition-delay: 4.7s;
          transition-delay: 4.7s;
}
.js-ttl .c-ttl_arrow span:nth-child(48) {
  -webkit-transition-delay: 4.8s;
          transition-delay: 4.8s;
}
.js-ttl .c-ttl_arrow span:nth-child(49) {
  -webkit-transition-delay: 4.9s;
          transition-delay: 4.9s;
}
.js-ttl .c-ttl_arrow span:nth-child(50) {
  -webkit-transition-delay: 5s;
          transition-delay: 5s;
}
.js-ttl .c-ttl_arrow span:nth-child(51) {
  -webkit-transition-delay: 5.1s;
          transition-delay: 5.1s;
}
.js-ttl .c-ttl_arrow span:nth-child(52) {
  -webkit-transition-delay: 5.2s;
          transition-delay: 5.2s;
}
.js-ttl .c-ttl_arrow span:nth-child(53) {
  -webkit-transition-delay: 5.3s;
          transition-delay: 5.3s;
}
.js-ttl .c-ttl_arrow span:nth-child(54) {
  -webkit-transition-delay: 5.4s;
          transition-delay: 5.4s;
}
.js-ttl .c-ttl_arrow span:nth-child(55) {
  -webkit-transition-delay: 5.5s;
          transition-delay: 5.5s;
}
.js-ttl .c-ttl_arrow span:nth-child(56) {
  -webkit-transition-delay: 5.6s;
          transition-delay: 5.6s;
}
.js-ttl .c-ttl_arrow span:nth-child(57) {
  -webkit-transition-delay: 5.7s;
          transition-delay: 5.7s;
}
.js-ttl .c-ttl_arrow span:nth-child(58) {
  -webkit-transition-delay: 5.8s;
          transition-delay: 5.8s;
}
.js-ttl .c-ttl_arrow span:nth-child(59) {
  -webkit-transition-delay: 5.9s;
          transition-delay: 5.9s;
}
.js-ttl .c-ttl_arrow span:nth-child(60) {
  -webkit-transition-delay: 6s;
          transition-delay: 6s;
}
.js-ttl .c-ttl_arrow span:nth-child(61) {
  -webkit-transition-delay: 6.1s;
          transition-delay: 6.1s;
}
.js-ttl .c-ttl_arrow span:nth-child(62) {
  -webkit-transition-delay: 6.2s;
          transition-delay: 6.2s;
}
.js-ttl .c-ttl_arrow span:nth-child(63) {
  -webkit-transition-delay: 6.3s;
          transition-delay: 6.3s;
}
.js-ttl .c-ttl_arrow span:nth-child(64) {
  -webkit-transition-delay: 6.4s;
          transition-delay: 6.4s;
}
.js-ttl .c-ttl_arrow span:nth-child(65) {
  -webkit-transition-delay: 6.5s;
          transition-delay: 6.5s;
}
.js-ttl .c-ttl_arrow span:nth-child(66) {
  -webkit-transition-delay: 6.6s;
          transition-delay: 6.6s;
}
.js-ttl .c-ttl_arrow span:nth-child(67) {
  -webkit-transition-delay: 6.7s;
          transition-delay: 6.7s;
}
.js-ttl .c-ttl_arrow span:nth-child(68) {
  -webkit-transition-delay: 6.8s;
          transition-delay: 6.8s;
}
.js-ttl .c-ttl_arrow span:nth-child(69) {
  -webkit-transition-delay: 6.9s;
          transition-delay: 6.9s;
}
.js-ttl .c-ttl_arrow span:nth-child(70) {
  -webkit-transition-delay: 7s;
          transition-delay: 7s;
}
.js-ttl .c-ttl_arrow span:nth-child(71) {
  -webkit-transition-delay: 7.1s;
          transition-delay: 7.1s;
}
.js-ttl .c-ttl_arrow span:nth-child(72) {
  -webkit-transition-delay: 7.2s;
          transition-delay: 7.2s;
}
.js-ttl .c-ttl_arrow span:nth-child(73) {
  -webkit-transition-delay: 7.3s;
          transition-delay: 7.3s;
}
.js-ttl .c-ttl_arrow span:nth-child(74) {
  -webkit-transition-delay: 7.4s;
          transition-delay: 7.4s;
}
.js-ttl .c-ttl_arrow span:nth-child(75) {
  -webkit-transition-delay: 7.5s;
          transition-delay: 7.5s;
}
.js-ttl .c-ttl_arrow span:nth-child(76) {
  -webkit-transition-delay: 7.6s;
          transition-delay: 7.6s;
}
.js-ttl .c-ttl_arrow span:nth-child(77) {
  -webkit-transition-delay: 7.7s;
          transition-delay: 7.7s;
}
.js-ttl .c-ttl_arrow span:nth-child(78) {
  -webkit-transition-delay: 7.8s;
          transition-delay: 7.8s;
}
.js-ttl .c-ttl_arrow span:nth-child(79) {
  -webkit-transition-delay: 7.9s;
          transition-delay: 7.9s;
}
.js-ttl .c-ttl_arrow span:nth-child(80) {
  -webkit-transition-delay: 8s;
          transition-delay: 8s;
}
.js-ttl .c-ttl_arrow span:nth-child(81) {
  -webkit-transition-delay: 8.1s;
          transition-delay: 8.1s;
}
.js-ttl .c-ttl_arrow span:nth-child(82) {
  -webkit-transition-delay: 8.2s;
          transition-delay: 8.2s;
}
.js-ttl .c-ttl_arrow span:nth-child(83) {
  -webkit-transition-delay: 8.3s;
          transition-delay: 8.3s;
}
.js-ttl .c-ttl_arrow span:nth-child(84) {
  -webkit-transition-delay: 8.4s;
          transition-delay: 8.4s;
}
.js-ttl .c-ttl_arrow span:nth-child(85) {
  -webkit-transition-delay: 8.5s;
          transition-delay: 8.5s;
}
.js-ttl .c-ttl_arrow span:nth-child(86) {
  -webkit-transition-delay: 8.6s;
          transition-delay: 8.6s;
}
.js-ttl .c-ttl_arrow span:nth-child(87) {
  -webkit-transition-delay: 8.7s;
          transition-delay: 8.7s;
}
.js-ttl .c-ttl_arrow span:nth-child(88) {
  -webkit-transition-delay: 8.8s;
          transition-delay: 8.8s;
}
.js-ttl .c-ttl_arrow span:nth-child(89) {
  -webkit-transition-delay: 8.9s;
          transition-delay: 8.9s;
}
.js-ttl .c-ttl_arrow span:nth-child(90) {
  -webkit-transition-delay: 9s;
          transition-delay: 9s;
}
.js-ttl .c-ttl_arrow span:nth-child(91) {
  -webkit-transition-delay: 9.1s;
          transition-delay: 9.1s;
}
.js-ttl .c-ttl_arrow span:nth-child(92) {
  -webkit-transition-delay: 9.2s;
          transition-delay: 9.2s;
}
.js-ttl .c-ttl_arrow span:nth-child(93) {
  -webkit-transition-delay: 9.3s;
          transition-delay: 9.3s;
}
.js-ttl .c-ttl_arrow span:nth-child(94) {
  -webkit-transition-delay: 9.4s;
          transition-delay: 9.4s;
}
.js-ttl .c-ttl_arrow span:nth-child(95) {
  -webkit-transition-delay: 9.5s;
          transition-delay: 9.5s;
}
.js-ttl .c-ttl_arrow span:nth-child(96) {
  -webkit-transition-delay: 9.6s;
          transition-delay: 9.6s;
}
.js-ttl .c-ttl_arrow span:nth-child(97) {
  -webkit-transition-delay: 9.7s;
          transition-delay: 9.7s;
}
.js-ttl .c-ttl_arrow span:nth-child(98) {
  -webkit-transition-delay: 9.8s;
          transition-delay: 9.8s;
}
.js-ttl .c-ttl_arrow span:nth-child(99) {
  -webkit-transition-delay: 9.9s;
          transition-delay: 9.9s;
}
.js-ttl .c-ttl_arrow span:nth-child(100) {
  -webkit-transition-delay: 10s;
          transition-delay: 10s;
}
.js-ttl .c-ttl_arrow span img {
  -webkit-transition: 0.2s -webkit-filter cubic-bezier(0.16, 1, 0.3, 1);
  transition: 0.2s -webkit-filter cubic-bezier(0.16, 1, 0.3, 1);
  transition: 0.2s filter cubic-bezier(0.16, 1, 0.3, 1);
  transition: 0.2s filter cubic-bezier(0.16, 1, 0.3, 1), 0.2s -webkit-filter cubic-bezier(0.16, 1, 0.3, 1);
}
.js-ttl .c-ttl_arrow span:nth-child(1) img {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.js-ttl .c-ttl_arrow span:nth-child(2) img {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.js-ttl .c-ttl_arrow span:nth-child(3) img {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.js-ttl .c-ttl_arrow span:nth-child(4) img {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
.js-ttl .c-ttl_arrow span:nth-child(5) img {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
.js-ttl .c-ttl_arrow span:nth-child(6) img {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.js-ttl .c-ttl_arrow span:nth-child(7) img {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}
.js-ttl .c-ttl_arrow span:nth-child(8) img {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}
.js-ttl .c-ttl_arrow span:nth-child(9) img {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}
.js-ttl .c-ttl_arrow span:nth-child(10) img {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}
.js-ttl .c-ttl_arrow span:nth-child(11) img {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
.js-ttl .c-ttl_arrow span:nth-child(12) img {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}
.js-ttl .c-ttl_arrow span:nth-child(13) img {
  -webkit-transition-delay: 1.45s;
          transition-delay: 1.45s;
}
.js-ttl .c-ttl_arrow span:nth-child(14) img {
  -webkit-transition-delay: 1.55s;
          transition-delay: 1.55s;
}
.js-ttl .c-ttl_arrow span:nth-child(15) img {
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
}
.js-ttl .c-ttl_arrow span:nth-child(16) img {
  -webkit-transition-delay: 1.75s;
          transition-delay: 1.75s;
}
.js-ttl .c-ttl_arrow span:nth-child(17) img {
  -webkit-transition-delay: 1.85s;
          transition-delay: 1.85s;
}
.js-ttl .c-ttl_arrow span:nth-child(18) img {
  -webkit-transition-delay: 1.95s;
          transition-delay: 1.95s;
}
.js-ttl .c-ttl_arrow span:nth-child(19) img {
  -webkit-transition-delay: 2.05s;
          transition-delay: 2.05s;
}
.js-ttl .c-ttl_arrow span:nth-child(20) img {
  -webkit-transition-delay: 2.15s;
          transition-delay: 2.15s;
}
.js-ttl .c-ttl_arrow span:nth-child(21) img {
  -webkit-transition-delay: 2.25s;
          transition-delay: 2.25s;
}
.js-ttl .c-ttl_arrow span:nth-child(22) img {
  -webkit-transition-delay: 2.35s;
          transition-delay: 2.35s;
}
.js-ttl .c-ttl_arrow span:nth-child(23) img {
  -webkit-transition-delay: 2.45s;
          transition-delay: 2.45s;
}
.js-ttl .c-ttl_arrow span:nth-child(24) img {
  -webkit-transition-delay: 2.55s;
          transition-delay: 2.55s;
}
.js-ttl .c-ttl_arrow span:nth-child(25) img {
  -webkit-transition-delay: 2.65s;
          transition-delay: 2.65s;
}
.js-ttl .c-ttl_arrow span:nth-child(26) img {
  -webkit-transition-delay: 2.75s;
          transition-delay: 2.75s;
}
.js-ttl .c-ttl_arrow span:nth-child(27) img {
  -webkit-transition-delay: 2.85s;
          transition-delay: 2.85s;
}
.js-ttl .c-ttl_arrow span:nth-child(28) img {
  -webkit-transition-delay: 2.95s;
          transition-delay: 2.95s;
}
.js-ttl .c-ttl_arrow span:nth-child(29) img {
  -webkit-transition-delay: 3.05s;
          transition-delay: 3.05s;
}
.js-ttl .c-ttl_arrow span:nth-child(30) img {
  -webkit-transition-delay: 3.15s;
          transition-delay: 3.15s;
}
.js-ttl .c-ttl_arrow span:nth-child(31) img {
  -webkit-transition-delay: 3.25s;
          transition-delay: 3.25s;
}
.js-ttl .c-ttl_arrow span:nth-child(32) img {
  -webkit-transition-delay: 3.35s;
          transition-delay: 3.35s;
}
.js-ttl .c-ttl_arrow span:nth-child(33) img {
  -webkit-transition-delay: 3.45s;
          transition-delay: 3.45s;
}
.js-ttl .c-ttl_arrow span:nth-child(34) img {
  -webkit-transition-delay: 3.55s;
          transition-delay: 3.55s;
}
.js-ttl .c-ttl_arrow span:nth-child(35) img {
  -webkit-transition-delay: 3.65s;
          transition-delay: 3.65s;
}
.js-ttl .c-ttl_arrow span:nth-child(36) img {
  -webkit-transition-delay: 3.75s;
          transition-delay: 3.75s;
}
.js-ttl .c-ttl_arrow span:nth-child(37) img {
  -webkit-transition-delay: 3.85s;
          transition-delay: 3.85s;
}
.js-ttl .c-ttl_arrow span:nth-child(38) img {
  -webkit-transition-delay: 3.95s;
          transition-delay: 3.95s;
}
.js-ttl .c-ttl_arrow span:nth-child(39) img {
  -webkit-transition-delay: 4.05s;
          transition-delay: 4.05s;
}
.js-ttl .c-ttl_arrow span:nth-child(40) img {
  -webkit-transition-delay: 4.15s;
          transition-delay: 4.15s;
}
.js-ttl .c-ttl_arrow span:nth-child(41) img {
  -webkit-transition-delay: 4.25s;
          transition-delay: 4.25s;
}
.js-ttl .c-ttl_arrow span:nth-child(42) img {
  -webkit-transition-delay: 4.35s;
          transition-delay: 4.35s;
}
.js-ttl .c-ttl_arrow span:nth-child(43) img {
  -webkit-transition-delay: 4.45s;
          transition-delay: 4.45s;
}
.js-ttl .c-ttl_arrow span:nth-child(44) img {
  -webkit-transition-delay: 4.55s;
          transition-delay: 4.55s;
}
.js-ttl .c-ttl_arrow span:nth-child(45) img {
  -webkit-transition-delay: 4.65s;
          transition-delay: 4.65s;
}
.js-ttl .c-ttl_arrow span:nth-child(46) img {
  -webkit-transition-delay: 4.75s;
          transition-delay: 4.75s;
}
.js-ttl .c-ttl_arrow span:nth-child(47) img {
  -webkit-transition-delay: 4.85s;
          transition-delay: 4.85s;
}
.js-ttl .c-ttl_arrow span:nth-child(48) img {
  -webkit-transition-delay: 4.95s;
          transition-delay: 4.95s;
}
.js-ttl .c-ttl_arrow span:nth-child(49) img {
  -webkit-transition-delay: 5.05s;
          transition-delay: 5.05s;
}
.js-ttl .c-ttl_arrow span:nth-child(50) img {
  -webkit-transition-delay: 5.15s;
          transition-delay: 5.15s;
}
.js-ttl .c-ttl_arrow span:nth-child(51) img {
  -webkit-transition-delay: 5.25s;
          transition-delay: 5.25s;
}
.js-ttl .c-ttl_arrow span:nth-child(52) img {
  -webkit-transition-delay: 5.35s;
          transition-delay: 5.35s;
}
.js-ttl .c-ttl_arrow span:nth-child(53) img {
  -webkit-transition-delay: 5.45s;
          transition-delay: 5.45s;
}
.js-ttl .c-ttl_arrow span:nth-child(54) img {
  -webkit-transition-delay: 5.55s;
          transition-delay: 5.55s;
}
.js-ttl .c-ttl_arrow span:nth-child(55) img {
  -webkit-transition-delay: 5.65s;
          transition-delay: 5.65s;
}
.js-ttl .c-ttl_arrow span:nth-child(56) img {
  -webkit-transition-delay: 5.75s;
          transition-delay: 5.75s;
}
.js-ttl .c-ttl_arrow span:nth-child(57) img {
  -webkit-transition-delay: 5.85s;
          transition-delay: 5.85s;
}
.js-ttl .c-ttl_arrow span:nth-child(58) img {
  -webkit-transition-delay: 5.95s;
          transition-delay: 5.95s;
}
.js-ttl .c-ttl_arrow span:nth-child(59) img {
  -webkit-transition-delay: 6.05s;
          transition-delay: 6.05s;
}
.js-ttl .c-ttl_arrow span:nth-child(60) img {
  -webkit-transition-delay: 6.15s;
          transition-delay: 6.15s;
}
.js-ttl .c-ttl_arrow span:nth-child(61) img {
  -webkit-transition-delay: 6.25s;
          transition-delay: 6.25s;
}
.js-ttl .c-ttl_arrow span:nth-child(62) img {
  -webkit-transition-delay: 6.35s;
          transition-delay: 6.35s;
}
.js-ttl .c-ttl_arrow span:nth-child(63) img {
  -webkit-transition-delay: 6.45s;
          transition-delay: 6.45s;
}
.js-ttl .c-ttl_arrow span:nth-child(64) img {
  -webkit-transition-delay: 6.55s;
          transition-delay: 6.55s;
}
.js-ttl .c-ttl_arrow span:nth-child(65) img {
  -webkit-transition-delay: 6.65s;
          transition-delay: 6.65s;
}
.js-ttl .c-ttl_arrow span:nth-child(66) img {
  -webkit-transition-delay: 6.75s;
          transition-delay: 6.75s;
}
.js-ttl .c-ttl_arrow span:nth-child(67) img {
  -webkit-transition-delay: 6.85s;
          transition-delay: 6.85s;
}
.js-ttl .c-ttl_arrow span:nth-child(68) img {
  -webkit-transition-delay: 6.95s;
          transition-delay: 6.95s;
}
.js-ttl .c-ttl_arrow span:nth-child(69) img {
  -webkit-transition-delay: 7.05s;
          transition-delay: 7.05s;
}
.js-ttl .c-ttl_arrow span:nth-child(70) img {
  -webkit-transition-delay: 7.15s;
          transition-delay: 7.15s;
}
.js-ttl .c-ttl_arrow span:nth-child(71) img {
  -webkit-transition-delay: 7.25s;
          transition-delay: 7.25s;
}
.js-ttl .c-ttl_arrow span:nth-child(72) img {
  -webkit-transition-delay: 7.35s;
          transition-delay: 7.35s;
}
.js-ttl .c-ttl_arrow span:nth-child(73) img {
  -webkit-transition-delay: 7.45s;
          transition-delay: 7.45s;
}
.js-ttl .c-ttl_arrow span:nth-child(74) img {
  -webkit-transition-delay: 7.55s;
          transition-delay: 7.55s;
}
.js-ttl .c-ttl_arrow span:nth-child(75) img {
  -webkit-transition-delay: 7.65s;
          transition-delay: 7.65s;
}
.js-ttl .c-ttl_arrow span:nth-child(76) img {
  -webkit-transition-delay: 7.75s;
          transition-delay: 7.75s;
}
.js-ttl .c-ttl_arrow span:nth-child(77) img {
  -webkit-transition-delay: 7.85s;
          transition-delay: 7.85s;
}
.js-ttl .c-ttl_arrow span:nth-child(78) img {
  -webkit-transition-delay: 7.95s;
          transition-delay: 7.95s;
}
.js-ttl .c-ttl_arrow span:nth-child(79) img {
  -webkit-transition-delay: 8.05s;
          transition-delay: 8.05s;
}
.js-ttl .c-ttl_arrow span:nth-child(80) img {
  -webkit-transition-delay: 8.15s;
          transition-delay: 8.15s;
}
.js-ttl .c-ttl_arrow span:nth-child(81) img {
  -webkit-transition-delay: 8.25s;
          transition-delay: 8.25s;
}
.js-ttl .c-ttl_arrow span:nth-child(82) img {
  -webkit-transition-delay: 8.35s;
          transition-delay: 8.35s;
}
.js-ttl .c-ttl_arrow span:nth-child(83) img {
  -webkit-transition-delay: 8.45s;
          transition-delay: 8.45s;
}
.js-ttl .c-ttl_arrow span:nth-child(84) img {
  -webkit-transition-delay: 8.55s;
          transition-delay: 8.55s;
}
.js-ttl .c-ttl_arrow span:nth-child(85) img {
  -webkit-transition-delay: 8.65s;
          transition-delay: 8.65s;
}
.js-ttl .c-ttl_arrow span:nth-child(86) img {
  -webkit-transition-delay: 8.75s;
          transition-delay: 8.75s;
}
.js-ttl .c-ttl_arrow span:nth-child(87) img {
  -webkit-transition-delay: 8.85s;
          transition-delay: 8.85s;
}
.js-ttl .c-ttl_arrow span:nth-child(88) img {
  -webkit-transition-delay: 8.95s;
          transition-delay: 8.95s;
}
.js-ttl .c-ttl_arrow span:nth-child(89) img {
  -webkit-transition-delay: 9.05s;
          transition-delay: 9.05s;
}
.js-ttl .c-ttl_arrow span:nth-child(90) img {
  -webkit-transition-delay: 9.15s;
          transition-delay: 9.15s;
}
.js-ttl .c-ttl_arrow span:nth-child(91) img {
  -webkit-transition-delay: 9.25s;
          transition-delay: 9.25s;
}
.js-ttl .c-ttl_arrow span:nth-child(92) img {
  -webkit-transition-delay: 9.35s;
          transition-delay: 9.35s;
}
.js-ttl .c-ttl_arrow span:nth-child(93) img {
  -webkit-transition-delay: 9.45s;
          transition-delay: 9.45s;
}
.js-ttl .c-ttl_arrow span:nth-child(94) img {
  -webkit-transition-delay: 9.55s;
          transition-delay: 9.55s;
}
.js-ttl .c-ttl_arrow span:nth-child(95) img {
  -webkit-transition-delay: 9.65s;
          transition-delay: 9.65s;
}
.js-ttl .c-ttl_arrow span:nth-child(96) img {
  -webkit-transition-delay: 9.75s;
          transition-delay: 9.75s;
}
.js-ttl .c-ttl_arrow span:nth-child(97) img {
  -webkit-transition-delay: 9.85s;
          transition-delay: 9.85s;
}
.js-ttl .c-ttl_arrow span:nth-child(98) img {
  -webkit-transition-delay: 9.95s;
          transition-delay: 9.95s;
}
.js-ttl .c-ttl_arrow span:nth-child(99) img {
  -webkit-transition-delay: 10.05s;
          transition-delay: 10.05s;
}
.js-ttl .c-ttl_arrow span:nth-child(100) img {
  -webkit-transition-delay: 10.15s;
          transition-delay: 10.15s;
}
.js-ttl .c-ttl_arrow span:nth-child(1) img {
  -webkit-filter: invert(23%) sepia(62%) saturate(6042%) hue-rotate(320deg) brightness(89%) contrast(101%);
          filter: invert(23%) sepia(62%) saturate(6042%) hue-rotate(320deg) brightness(89%) contrast(101%);
}
.js-ttl .c-ttl_arrow span:nth-child(2) img {
  -webkit-filter: invert(99%) sepia(98%) saturate(6294%) hue-rotate(315deg) brightness(92%) contrast(91%);
          filter: invert(99%) sepia(98%) saturate(6294%) hue-rotate(315deg) brightness(92%) contrast(91%);
}
.js-ttl .c-ttl_arrow span:nth-child(3) img {
  -webkit-filter: invert(19%) sepia(26%) saturate(5292%) hue-rotate(210deg) brightness(89%) contrast(99%);
          filter: invert(19%) sepia(26%) saturate(5292%) hue-rotate(210deg) brightness(89%) contrast(99%);
}
.js-ttl .c-ttl_arrow span:nth-child(4) img {
  -webkit-filter: invert(85%) sepia(26%) saturate(5849%) hue-rotate(292deg) brightness(101%) contrast(101%);
          filter: invert(85%) sepia(26%) saturate(5849%) hue-rotate(292deg) brightness(101%) contrast(101%);
}
.js-ttl .c-ttl_txt img {
  -webkit-transition: 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  opacity: 0;
  -webkit-transform: scale(1.8) rotate(-30deg);
          transform: scale(1.8) rotate(-30deg);
  position: relative;
}
.js-ttl.is-inview .c-ttl_arrow span {
  opacity: 1;
}
.js-ttl.is-inview .c-ttl_txt img {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
}

.p-project1 .js-ttl.is-inview .c-ttl_arrow span img {
  -webkit-filter: invert(19%) sepia(26%) saturate(5292%) hue-rotate(210deg) brightness(89%) contrast(99%);
          filter: invert(19%) sepia(26%) saturate(5292%) hue-rotate(210deg) brightness(89%) contrast(99%);
}

.p-project2 .js-ttl.is-inview .c-ttl_arrow span img {
  -webkit-filter: invert(97%) sepia(36%) saturate(3116%) hue-rotate(317deg) brightness(93%) contrast(88%);
          filter: invert(97%) sepia(36%) saturate(3116%) hue-rotate(317deg) brightness(93%) contrast(88%);
}

.p-project3 .js-ttl.is-inview .c-ttl_arrow span img {
  -webkit-filter: invert(19%) sepia(93%) saturate(3197%) hue-rotate(320deg) brightness(90%) contrast(102%);
          filter: invert(19%) sepia(93%) saturate(3197%) hue-rotate(320deg) brightness(90%) contrast(102%);
}

.p-project4 .js-ttl.is-inview .c-ttl_arrow span img {
  -webkit-filter: invert(19%) sepia(26%) saturate(5292%) hue-rotate(210deg) brightness(89%) contrast(99%);
          filter: invert(19%) sepia(26%) saturate(5292%) hue-rotate(210deg) brightness(89%) contrast(99%);
}

@media screen and (max-width: 767px) {
  /* Pauls awesome mixin */
  .particle,
  .particle:after {
    background: transparent;
  }
  .particle:after {
    position: absolute;
    content: "";
    top: 770px;
  }
  .particle-1 {
    -webkit-animation: animParticle 90s linear infinite;
            animation: animParticle 90s linear infinite;
    -webkit-box-shadow: 0px 0px #ff84b5, 2px 2px #10a5d6, 500px 711px #10a5d6, 143px 336px #ff84b5, 604px 724px #10a5d6, 666px 338px #ff84b5, 259px 147px #10a5d6, 361px 532px #ff84b5, 594px 710px #10a5d6, 37px 445px #ff84b5, 82px 415px #10a5d6, 433px 457px #ff84b5, 14px 391px #10a5d6, 464px 264px #ff84b5, 727px 247px #10a5d6, 388px 150px #ff84b5, 412px 242px #10a5d6, 227px 84px #ff84b5, 102px 627px #10a5d6, 560px 439px #ff84b5, 248px 545px #10a5d6, 522px 510px #ff84b5;
            box-shadow: 0px 0px #ff84b5, 2px 2px #10a5d6, 500px 711px #10a5d6, 143px 336px #ff84b5, 604px 724px #10a5d6, 666px 338px #ff84b5, 259px 147px #10a5d6, 361px 532px #ff84b5, 594px 710px #10a5d6, 37px 445px #ff84b5, 82px 415px #10a5d6, 433px 457px #ff84b5, 14px 391px #10a5d6, 464px 264px #ff84b5, 727px 247px #10a5d6, 388px 150px #ff84b5, 412px 242px #10a5d6, 227px 84px #ff84b5, 102px 627px #10a5d6, 560px 439px #ff84b5, 248px 545px #10a5d6, 522px 510px #ff84b5;
    height: 5px;
    width: 5px;
  }
  .particle-2 {
    -webkit-animation: animParticle 150s linear infinite;
            animation: animParticle 150s linear infinite;
    -webkit-box-shadow: 0px 0px #ff84b5, 2px 2px #10a5d6, 94px 394px #10a5d6, 210px 708px #ff84b5, 768px 340px #10a5d6, 86px 691px #ff84b5, 285px 186px #10a5d6, 333px 178px #ff84b5, 485px 192px #10a5d6, 442px 336px #ff84b5, 591px 731px #10a5d6, 95px 498px #ff84b5, 37px 89px #10a5d6, 606px 163px #ff84b5, 526px 228px #10a5d6, 414px 352px #ff84b5, 513px 308px #10a5d6;
            box-shadow: 0px 0px #ff84b5, 2px 2px #10a5d6, 94px 394px #10a5d6, 210px 708px #ff84b5, 768px 340px #10a5d6, 86px 691px #ff84b5, 285px 186px #10a5d6, 333px 178px #ff84b5, 485px 192px #10a5d6, 442px 336px #ff84b5, 591px 731px #10a5d6, 95px 498px #ff84b5, 37px 89px #10a5d6, 606px 163px #ff84b5, 526px 228px #10a5d6, 414px 352px #ff84b5, 513px 308px #10a5d6;
    height: 10px;
    width: 10px;
  }
  @-webkit-keyframes animParticle {
    from {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    to {
      -webkit-transform: translateY(-770px);
              transform: translateY(-770px);
    }
  }
  @keyframes animParticle {
    from {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    to {
      -webkit-transform: translateY(-770px);
              transform: translateY(-770px);
    }
  }
}
/* オープニング -*/
#suntoryCommonWrapper {
  background: #122a89;
}

.js-typoanime-base {
  -webkit-transform: scale(4);
          transform: scale(4);
  opacity: 0;
  display: block;
}

.js-typoanime-eer {
  opacity: 0;
  -webkit-transform: translate(10%, -10%);
          transform: translate(10%, -10%);
  display: none;
}

.js-typoanime-sub {
  -webkit-transform: scale(1.7) rotate(-40deg) translate(-10%, -10%);
          transform: scale(1.7) rotate(-40deg) translate(-10%, -10%);
  opacity: 0;
  display: block;
}

.js-typoanime-colabo {
  opacity: 0;
  -webkit-transform: translate(0, 10%);
          transform: translate(0, 10%);
}

body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.loaded {
  position: static;
  left: auto;
  top: auto;
}
body.loaded #yoasobeer {
  z-index: 0;
}

#yoasobeer {
  margin-top: -100px;
  z-index: 100;
}

#yoasobeer .p-hero {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-typo-1 {
  left: 8%;
  top: 100vh;
}

body.loaded #yoasobeer .p-hero {
  height: calc(100vh - 120px);
}
body.loaded .c-typo-1 {
  top: 76vh;
}

@media screen and (max-width: 767px) {
  #yoasobeer {
    margin-top: -80px;
  }
  .c-typo-1 {
    margin-top: 40vh;
  }
  #yoasobeer .p-hero {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 100vh;
  }
  body.loaded #yoasobeer .p-hero {
    height: 70vh;
  }
  body.loaded .c-typo-1 {
    margin-top: 0vh;
    top: 66vh;
  }
}
/*
年齢チェック
---------------------------------------------*/
body.is-modal-open {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
}

/*
アニメーション停止
---------------------------------------------*/
.c-anime-bnr {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  position: absolute;
  z-index: 1000;
  width: 45px;
  height: 45px;
  background: #10a5d6;
  border-radius: 50%;
  right: 20px;
  top: 10px;
  cursor: pointer;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  border: none !important;
}
.c-anime-bnr.js-fixed {
  position: fixed;
}
.c-anime-bnr span {
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/icon-stop.svg) no-repeat center center/contain;
}
.c-anime-bnr:hover {
  background: #20b8e0;
}
.c-anime-bnr.js-active span {
  display: block;
  width: 16px;
  height: 15px;
  background: url(../images/icon-anime.svg) no-repeat right center/contain;
}

.js-stop .js-fadeIn {
  opacity: 1;
  -webkit-transition: 0s;
  transition: 0s;
}
.js-stop .js-zoomIn {
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.js-stop .js-chara span img {
  opacity: 1;
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
}
.js-stop .js-chara span:before {
  opacity: 1;
  -webkit-transform: 0s;
          transform: 0s;
}
.js-stop .js-ttl .c-ttl_arrow span {
  -webkit-transition: 0s;
  transition: 0s;
  opacity: 1;
}
.js-stop .js-ttl .c-ttl_arrow span img {
  -webkit-transform: 0s;
          transform: 0s;
}
.js-stop .js-ttl .c-ttl_txt img {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  -webkit-transition: 0s;
  transition: 0s;
}
.js-stop .p-project1 .c-ttl .c-ttl_arrow span img {
  -webkit-filter: invert(19%) sepia(26%) saturate(5292%) hue-rotate(210deg) brightness(89%) contrast(99%);
          filter: invert(19%) sepia(26%) saturate(5292%) hue-rotate(210deg) brightness(89%) contrast(99%);
}
.js-stop .p-project2 .c-ttl .c-ttl_arrow span img {
  -webkit-filter: invert(97%) sepia(36%) saturate(3116%) hue-rotate(317deg) brightness(93%) contrast(88%);
          filter: invert(97%) sepia(36%) saturate(3116%) hue-rotate(317deg) brightness(93%) contrast(88%);
}
.js-stop .p-project3 .c-ttl .c-ttl_arrow span img {
  -webkit-filter: invert(19%) sepia(93%) saturate(3197%) hue-rotate(320deg) brightness(90%) contrast(102%);
          filter: invert(19%) sepia(93%) saturate(3197%) hue-rotate(320deg) brightness(90%) contrast(102%);
}
.js-stop .p-project4 .c-ttl .c-ttl_arrow span img {
  -webkit-filter: invert(19%) sepia(26%) saturate(5292%) hue-rotate(210deg) brightness(89%) contrast(99%);
          filter: invert(19%) sepia(26%) saturate(5292%) hue-rotate(210deg) brightness(89%) contrast(99%);
}
.js-stop .c-dot span {
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
}
.js-stop .c-arrow span {
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .c-anime-bnr {
    right: 10px;
    top: 8px;
    width: 40px;
    height: 40px;
  }
}