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

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

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

[hidden], template {
  display: none;
}

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

body {
  margin: 0;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

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

q {
  quotes: "“" "”" "‘" "’";
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

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

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

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

button, input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

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

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

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

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

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

@keyframes MenuFadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes MenuLineDraw {
  from {
    width: 0;
  }
  to {
    width: 20vw;
  }
}
@keyframes lineDraw {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes mainTxtFadeInUp {
  from {
    opacity: 0;
    top: 54%;
  }
  to {
    opacity: 1;
    top: 50%;
  }
}
@keyframes mainTxtFadeOutDown {
  from {
    opacity: 1;
    top: 50%;
  }
  to {
    opacity: 1;
    top: 54%;
  }
}
@font-face {
  font-family: "script";
  src: url("../fonts/script-bold.woff2") format("woff2");
  font-weight: 200;
}
@font-face {
  font-family: "UDShinGo";
  src: url("../fonts/UDShinGo-Light.woff2") format("woff2");
  font-weight: 100;
}
@font-face {
  font-family: "UDShinGo";
  src: url("../fonts/UDShinGo-Regular.woff2") format("woff2");
  font-weight: 200;
}
@font-face {
  font-family: "UDShinGo";
  src: url("../fonts/UDShinGo-Medium.woff2") format("woff2");
  font-weight: 300;
}
@font-face {
  font-family: "UDShinGo";
  src: url("../fonts/UDShinGo-DeBold.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "UDShinGo";
  src: url("../fonts/UDShinGo-Bold.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "UDShinGo";
  src: url("../fonts/UDShinGo-Heavy.woff2") format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: "Futura";
  src: url("../fonts/Futura-Light.woff2") format("woff2");
  font-weight: 100;
}
@font-face {
  font-family: "Futura";
  src: url("../fonts/Futura-Book.woff2") format("woff2");
  font-weight: 200;
}
@font-face {
  font-family: "Futura";
  src: url("../fonts/Futura-Medium.woff2") format("woff2");
  font-weight: 300;
}
@font-face {
  font-family: "Futura";
  src: url("../fonts/Futura-Bold.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Futura";
  src: url("../fonts/Futura-ExtraBold.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "Futura";
  src: url("../fonts/Futura-Heavy.woff2") format("woff2");
  font-weight: 600;
}
.svg-animation {
  opacity: 0;
}
.svg-animation.svg-active {
  opacity: 1;
}

@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 229.1500091553px;
    stroke-dasharray: 229.1500091553px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 229.1500091553px;
  }
}
@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 229.1500091553px;
    stroke-dasharray: 229.1500091553px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 229.1500091553px;
  }
}
@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-active.svg-elem-1 {
  -webkit-animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both, animate-svg-fill-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 6s both;
  animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both, animate-svg-fill-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 6s both;
}

@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 291.8875732422px;
    stroke-dasharray: 291.8875732422px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 291.8875732422px;
  }
}
@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 291.8875732422px;
    stroke-dasharray: 291.8875732422px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 291.8875732422px;
  }
}
@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-active.svg-elem-2 {
  -webkit-animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both, animate-svg-fill-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 6.2s both;
  animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both, animate-svg-fill-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 6.2s both;
}

@-webkit-keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 279.0175170898px;
    stroke-dasharray: 279.0175170898px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 279.0175170898px;
  }
}
@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 279.0175170898px;
    stroke-dasharray: 279.0175170898px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 279.0175170898px;
  }
}
@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-active.svg-elem-3 {
  -webkit-animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both, animate-svg-fill-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 6.4s both;
  animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both, animate-svg-fill-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 6.4s both;
}

@-webkit-keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 194.3999938965px;
    stroke-dasharray: 194.3999938965px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 194.3999938965px;
  }
}
@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 194.3999938965px;
    stroke-dasharray: 194.3999938965px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 194.3999938965px;
  }
}
@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-active.svg-elem-4 {
  -webkit-animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both, animate-svg-fill-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 6.6s both;
  animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both, animate-svg-fill-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 6.6s both;
}

@-webkit-keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 215.4000244141px;
    stroke-dasharray: 215.4000244141px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 215.4000244141px;
  }
}
@keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 215.4000244141px;
    stroke-dasharray: 215.4000244141px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 215.4000244141px;
  }
}
@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-active.svg-elem-5 {
  -webkit-animation: animate-svg-stroke-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both, animate-svg-fill-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 6.8s both;
  animation: animate-svg-stroke-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both, animate-svg-fill-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 6.8s both;
}

@-webkit-keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 291.9220581055px;
    stroke-dasharray: 291.9220581055px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 291.9220581055px;
  }
}
@keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 291.9220581055px;
    stroke-dasharray: 291.9220581055px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 291.9220581055px;
  }
}
@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-active.svg-elem-6 {
  -webkit-animation: animate-svg-stroke-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both, animate-svg-fill-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 7s both;
  animation: animate-svg-stroke-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both, animate-svg-fill-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 7s both;
}

@-webkit-keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 182.1999664307px;
    stroke-dasharray: 182.1999664307px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 182.1999664307px;
  }
}
@keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 182.1999664307px;
    stroke-dasharray: 182.1999664307px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 182.1999664307px;
  }
}
@-webkit-keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-active.svg-elem-7 {
  -webkit-animation: animate-svg-stroke-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both, animate-svg-fill-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 7.2s both;
  animation: animate-svg-stroke-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both, animate-svg-fill-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 7.2s both;
}

@-webkit-keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 144.8000030518px;
    stroke-dasharray: 144.8000030518px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 144.8000030518px;
  }
}
@keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 144.8000030518px;
    stroke-dasharray: 144.8000030518px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 144.8000030518px;
  }
}
@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-active.svg-elem-8 {
  -webkit-animation: animate-svg-stroke-8 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both, animate-svg-fill-8 1s cubic-bezier(0.47, 0, 0.745, 0.715) 7.4s both;
  animation: animate-svg-stroke-8 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both, animate-svg-fill-8 1s cubic-bezier(0.47, 0, 0.745, 0.715) 7.4s both;
}

@-webkit-keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 291.9222106934px;
    stroke-dasharray: 291.9222106934px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 291.9222106934px;
  }
}
@keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 291.9222106934px;
    stroke-dasharray: 291.9222106934px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 291.9222106934px;
  }
}
@-webkit-keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-active.svg-elem-9 {
  -webkit-animation: animate-svg-stroke-9 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both, animate-svg-fill-9 1s cubic-bezier(0.47, 0, 0.745, 0.715) 7.6s both;
  animation: animate-svg-stroke-9 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both, animate-svg-fill-9 1s cubic-bezier(0.47, 0, 0.745, 0.715) 7.6s both;
}

@-webkit-keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 456.2312927246px;
    stroke-dasharray: 456.2312927246px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 456.2312927246px;
  }
}
@keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 456.2312927246px;
    stroke-dasharray: 456.2312927246px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 456.2312927246px;
  }
}
@-webkit-keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-active.svg-elem-10 {
  -webkit-animation: animate-svg-stroke-10 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both, animate-svg-fill-10 1s cubic-bezier(0.47, 0, 0.745, 0.715) 7.8s both;
  animation: animate-svg-stroke-10 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both, animate-svg-fill-10 1s cubic-bezier(0.47, 0, 0.745, 0.715) 7.8s both;
}

@-webkit-keyframes animate-svg-stroke-11 {
  0% {
    stroke-dashoffset: 582.256652832px;
    stroke-dasharray: 582.256652832px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 582.256652832px;
  }
}
@keyframes animate-svg-stroke-11 {
  0% {
    stroke-dashoffset: 582.256652832px;
    stroke-dasharray: 582.256652832px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 582.256652832px;
  }
}
@-webkit-keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-active.svg-elem-11 {
  -webkit-animation: animate-svg-stroke-11 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both, animate-svg-fill-11 1s cubic-bezier(0.47, 0, 0.745, 0.715) 8s both;
  animation: animate-svg-stroke-11 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both, animate-svg-fill-11 1s cubic-bezier(0.47, 0, 0.745, 0.715) 8s both;
}

@-webkit-keyframes animate-svg-stroke-12 {
  0% {
    stroke-dashoffset: 558.8883666992px;
    stroke-dasharray: 558.8883666992px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 558.8883666992px;
  }
}
@keyframes animate-svg-stroke-12 {
  0% {
    stroke-dashoffset: 558.8883666992px;
    stroke-dasharray: 558.8883666992px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 558.8883666992px;
  }
}
@-webkit-keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-active.svg-elem-12 {
  -webkit-animation: animate-svg-stroke-12 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both, animate-svg-fill-12 1s cubic-bezier(0.47, 0, 0.745, 0.715) 8.2s both;
  animation: animate-svg-stroke-12 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both, animate-svg-fill-12 1s cubic-bezier(0.47, 0, 0.745, 0.715) 8.2s both;
}

@-webkit-keyframes animate-svg-stroke-13 {
  0% {
    stroke-dashoffset: 378.799987793px;
    stroke-dasharray: 378.799987793px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 378.799987793px;
  }
}
@keyframes animate-svg-stroke-13 {
  0% {
    stroke-dashoffset: 378.799987793px;
    stroke-dasharray: 378.799987793px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 378.799987793px;
  }
}
@-webkit-keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-active.svg-elem-13 {
  -webkit-animation: animate-svg-stroke-13 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s both, animate-svg-fill-13 1s cubic-bezier(0.47, 0, 0.745, 0.715) 8.4s both;
  animation: animate-svg-stroke-13 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s both, animate-svg-fill-13 1s cubic-bezier(0.47, 0, 0.745, 0.715) 8.4s both;
}

@-webkit-keyframes animate-svg-stroke-14 {
  0% {
    stroke-dashoffset: 420.7999572754px;
    stroke-dasharray: 420.7999572754px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 420.7999572754px;
  }
}
@keyframes animate-svg-stroke-14 {
  0% {
    stroke-dashoffset: 420.7999572754px;
    stroke-dasharray: 420.7999572754px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 420.7999572754px;
  }
}
@-webkit-keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-active.svg-elem-14 {
  -webkit-animation: animate-svg-stroke-14 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both, animate-svg-fill-14 1s cubic-bezier(0.47, 0, 0.745, 0.715) 8.6s both;
  animation: animate-svg-stroke-14 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both, animate-svg-fill-14 1s cubic-bezier(0.47, 0, 0.745, 0.715) 8.6s both;
}

@-webkit-keyframes animate-svg-stroke-15 {
  0% {
    stroke-dashoffset: 582.3070678711px;
    stroke-dasharray: 582.3070678711px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 582.3070678711px;
  }
}
@keyframes animate-svg-stroke-15 {
  0% {
    stroke-dashoffset: 582.3070678711px;
    stroke-dasharray: 582.3070678711px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 582.3070678711px;
  }
}
@-webkit-keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-active.svg-elem-15 {
  -webkit-animation: animate-svg-stroke-15 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s both, animate-svg-fill-15 1s cubic-bezier(0.47, 0, 0.745, 0.715) 8.8s both;
  animation: animate-svg-stroke-15 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s both, animate-svg-fill-15 1s cubic-bezier(0.47, 0, 0.745, 0.715) 8.8s both;
}

@-webkit-keyframes animate-svg-stroke-16 {
  0% {
    stroke-dashoffset: 354.4000549316px;
    stroke-dasharray: 354.4000549316px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 354.4000549316px;
  }
}
@keyframes animate-svg-stroke-16 {
  0% {
    stroke-dashoffset: 354.4000549316px;
    stroke-dasharray: 354.4000549316px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 354.4000549316px;
  }
}
@-webkit-keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-active.svg-elem-16 {
  -webkit-animation: animate-svg-stroke-16 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3s both, animate-svg-fill-16 1s cubic-bezier(0.47, 0, 0.745, 0.715) 9s both;
  animation: animate-svg-stroke-16 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3s both, animate-svg-fill-16 1s cubic-bezier(0.47, 0, 0.745, 0.715) 9s both;
}

@-webkit-keyframes animate-svg-stroke-17 {
  0% {
    stroke-dashoffset: 279.6000061035px;
    stroke-dasharray: 279.6000061035px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 279.6000061035px;
  }
}
@keyframes animate-svg-stroke-17 {
  0% {
    stroke-dashoffset: 279.6000061035px;
    stroke-dasharray: 279.6000061035px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 279.6000061035px;
  }
}
@-webkit-keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-active.svg-elem-17 {
  -webkit-animation: animate-svg-stroke-17 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s both, animate-svg-fill-17 1s cubic-bezier(0.47, 0, 0.745, 0.715) 9.2s both;
  animation: animate-svg-stroke-17 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s both, animate-svg-fill-17 1s cubic-bezier(0.47, 0, 0.745, 0.715) 9.2s both;
}

@-webkit-keyframes animate-svg-stroke-18 {
  0% {
    stroke-dashoffset: 582.3073120117px;
    stroke-dasharray: 582.3073120117px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 582.3073120117px;
  }
}
@keyframes animate-svg-stroke-18 {
  0% {
    stroke-dashoffset: 582.3073120117px;
    stroke-dasharray: 582.3073120117px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 582.3073120117px;
  }
}
@-webkit-keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-active.svg-elem-18 {
  -webkit-animation: animate-svg-stroke-18 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.4s both, animate-svg-fill-18 1s cubic-bezier(0.47, 0, 0.745, 0.715) 9.4s both;
  animation: animate-svg-stroke-18 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.4s both, animate-svg-fill-18 1s cubic-bezier(0.47, 0, 0.745, 0.715) 9.4s both;
}

@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
@keyframes move-right {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateX(30px) rotate(-90deg);
  }
  67% {
    opacity: 1;
    transform: translateX(40px) rotate(-90deg);
  }
  100% {
    opacity: 0;
    transform: translateX(55px) rotate(-90deg) scale3d(0.5, 0.5, 0.5);
  }
}
.scroll_down {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.scroll_down a {
  position: absolute;
  bottom: 30px;
  color: #707070;
  font-weight: 300;
  font-size: 0.9em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  width: 24px;
  height: 24px;
  text-decoration: none;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  animation: arrowmove 3s ease-in-out infinite;
  opacity: 0.6;
}
.scroll_down .arrow {
  position: absolute;
  width: 28px;
  height: 5px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}
.scroll_down .arrow:first-child {
  animation: move 3s ease-out 1s infinite;
}
.scroll_down .arrow:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}
.scroll_down .arrow:before {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #707070;
  left: 0;
  transform: skew(0deg, 30deg);
}
.scroll_down .arrow:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #707070;
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

.scroll_down.scroll_right {
  position: absolute;
  top: 0;
}
.scroll_down.scroll_right a {
  top: 50%;
  right: 16vw;
  left: unset;
  bottom: unset;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  animation: arrowmove 3s ease-in-out infinite;
  opacity: 1;
  color: #fff;
}
.scroll_down.scroll_right .arrow {
  position: absolute;
  width: 28px;
  height: 5px;
  opacity: 0;
  transform: rotate(-90deg) scale3d(0.5, 0.5, 0.5);
  animation: move-right 3s ease-out infinite;
}
.scroll_down.scroll_right .arrow:first-child {
  animation: move-right 3s ease-out 1s infinite;
}
.scroll_down.scroll_right .arrow:nth-child(2) {
  animation: move-right 3s ease-out 2s infinite;
}
.scroll_down.scroll_right .arrow:before {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
  left: 0;
  transform: skew(0deg, 30deg);
}
.scroll_down.scroll_right .arrow:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

html {
  overflow-x: hidden;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}
html::-webkit-scrollbar {
  display: none;
}

html {
  scroll-behavior: smooth;
}

body {
  height: auto;
  width: 100%;
  overflow-x: hidden;
  font-family: "UDShinGo";
  font-weight: 200;
  margin: 0;
  padding: 0;
  color: #707070;
  font-size: 16px;
}

.top-heading__block--txt {
  text-align: center;
}
.top-heading__block--txt span {
  display: block;
}

svg {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
  overflow: visible;
}

header .fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  pointer-events: none;
}
header .fixed-header__inner {
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1280px) {
  header .fixed-header__inner {
    padding: 30px 10px;
    max-width: 1040px;
    margin: auto;
  }
}
header .fixed-header__inner--logo {
  width: 4em;
  padding: 10px;
  pointer-events: all;
}
@media screen and (min-width: 1280px) {
  header .fixed-header__inner--logo {
    width: 6em;
  }
}
header .fixed-header__inner--logo .logo-svg-wrap {
  vertical-align: middle;
}
header .fixed-header__inner--hamburger {
  cursor: pointer;
  pointer-events: all;
}
header .fixed-header__inner--hamburger .hamburger-wrap {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  padding: 10px;
}
header .fixed-header__inner--hamburger .hamburger-wrap li {
  width: 100%;
  height: 100%;
  display: block;
}
header .fixed-header__inner--hamburger .hamburger-wrap li span {
  height: 1px;
  background: #fb5607;
  display: block;
  position: relative;
  right: 0;
}
header .fixed-header__inner--hamburger .hamburger-wrap li:nth-child(1) span {
  width: 40px;
}
header .fixed-header__inner--hamburger .hamburger-wrap li:nth-child(2) {
  margin: 8px 0;
}
header .fixed-header__inner--hamburger .hamburger-wrap li:nth-child(2) span {
  width: 30px;
}
header .fixed-header__inner--hamburger .hamburger-wrap li:nth-child(3) span {
  width: 20px;
}

#g-menu {
  width: 100%;
  height: 100%;
  background: #fb5607;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
}
#g-menu nav {
  text-align: right;
  padding: 20px;
  margin-top: 80px;
}
#g-menu nav a {
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 4vh;
  display: block;
}
#g-menu nav a .nav-script {
  font-family: "script";
  font-weight: 200;
  display: block;
  font-size: 3.4em;
  margin-bottom: -0.3em;
}
#g-menu nav a .nav-ja {
  display: inline-block;
  position: relative;
}
#g-menu nav a .nav-ja::before {
  position: absolute;
  content: "";
  background: #ffffff;
  width: 12vw;
  height: 1px;
  right: 110%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

#g-menu.g-menu-open {
  display: block;
}

.close-wrap {
  position: absolute;
  width: 80px;
  height: 80px;
  right: 0;
  top: 0;
  cursor: pointer;
}
.close-wrap .close {
  position: relative;
  width: 100%;
  height: 100%;
}
.close-wrap .close .close-span-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.close-wrap .close .close-span-wrap span {
  background: #ffffff;
  width: 38px;
  height: 1px;
  display: block;
}
.close-wrap .close .close-span-wrap span:nth-child(1) {
  transform: rotate(45deg);
}
.close-wrap .close .close-span-wrap span:nth-child(2) {
  transform: rotate(-45deg);
}

#paper-window {
  height: 100%;
  height: 100dvh;
  width: 100vw;
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 2;
}
#paper-window.tilt {
  overflow: hidden;
  pointer-events: none;
}
#paper-window.tilt #paper-front {
  transform: rotate(-8deg) translateZ(0);
}

#paper-front {
  pointer-events: auto;
  position: relative;
  z-index: 3;
  background-color: white;
  overflow-x: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  transform-origin: center 70%;
  transition: all 0.3s ease;
}

.home-heading {
  position: relative;
  width: 100%;
}
.home-heading__inner {
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 14vh;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .home-heading__inner {
    max-width: 1040px;
    margin: auto;
    flex-direction: row;
  }
}
.home-heading__inner--txt, .home-heading__inner--img {
  display: block;
  width: 100%;
  height: 100%;
}
.home-heading__inner--txt .svg-wrap {
  margin-bottom: 4vh;
}
.home-heading__inner--img {
  position: relative;
}
.home-heading__inner--img::after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255) 50%);
}
#container section {
  margin-bottom: 10vh;
}

.fade {
  transform: translateY(20px);
  opacity: 0;
}

.fade.inview {
  transform: translateY(0);
  opacity: 1;
  transition: ease;
  transition-duration: 0.6s;
}

h2,
p {
  margin: 0;
  padding: 0;
}

.h2-heading {
  text-align: center;
  margin-bottom: 4vh;
}
.h2-heading-script {
  font-family: "script";
  font-weight: 200;
  font-size: 4em;
  color: #fb5607;
}
@media screen and (min-width: 1280px) {
  .h2-heading-script {
    font-size: 8em;
  }
}
.h2-heading-ja-wrap {
  margin-top: -40px;
}
.h2-heading-ja {
  font-weight: 300;
  letter-spacing: 3px;
  position: relative;
  display: inline-block;
  font-size: 0.9em;
}
.h2-heading-ja::before, .h2-heading-ja::after {
  content: "";
  background: #707070;
  height: 1px;
  width: 12vw;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.h2-heading-ja::before {
  right: 110%;
}
.h2-heading-ja::after {
  left: 110%;
}
@media screen and (min-width: 1280px) {
  .h2-heading-ja {
    font-size: 1em;
  }
  .h2-heading-ja::before, .h2-heading-ja::after {
    width: 20vw;
  }
  .h2-heading-ja::before {
    right: 120%;
  }
  .h2-heading-ja::after {
    left: 120%;
  }
}

.h3-ja {
  color: #3986ff;
  font-weight: 300;
  font-size: 1em;
}
@media screen and (min-width: 1280px) {
  .h3-ja {
    font-size: 1.1em;
  }
}

.title-txt-desc {
  font-weight: 300;
  font-size: 1.1em;
}
.txt-desc {
  font-size: 0.9em;
  font-weight: 200;
  line-height: 2em;
}
@media screen and (min-width: 1280px) {
  .txt-desc {
    font-size: 1em;
    line-height: 2.4em;
  }
}
.txt-desc.align-center {
  text-align: center;
}

.section-block__inner {
  padding: 0 20px;
}
@media screen and (min-width: 1280px) {
  .section-block__inner {
    max-width: 1040px;
    margin: auto;
  }
  .section-block__inner.no-max-width {
    max-width: none;
  }
}

.display-sp {
  display: block;
}
@media screen and (min-width: 1280px) {
  .display-sp {
    display: none;
  }
}

.strength-desc__inner--contents {
  margin-bottom: 4vh;
}
.strength-desc__inner--contents p {
  padding-left: 20px;
}

.skill-desc__inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.skill-desc__inner--contents {
  margin-bottom: 4vh;
}
.skill-desc__inner--contents-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1280px) {
  .skill-desc__inner--contents-wrap {
    justify-content: center;
    gap: 2vw;
  }
}
.skill-desc__inner--contents .skill-icon {
  width: 14%;
}
@media screen and (min-width: 1280px) {
  .skill-desc__inner--contents .skill-icon {
    text-align: right;
  }
}
.skill-desc__inner--contents .skill-icon img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1280px) {
  .skill-desc__inner--contents .skill-icon img {
    width: 50%;
  }
}
.skill-desc__inner--contents .skill-desc {
  width: 80%;
}
.skill-desc__inner--contents .skill-desc .title-txt-desc {
  font-size: 1.1em;
  color: #3986ff;
}

.about-contents__inner--contents {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.about-contents__inner--contents .about-company {
  text-align: right;
  width: 38%;
  font-size: 0.9em;
}
@media screen and (min-width: 1280px) {
  .about-contents__inner--contents .about-company {
    font-size: 1em;
  }
}
.about-contents__inner--contents .about-dot {
  width: 10%;
  position: relative;
  align-self: stretch;
}
.about-contents__inner--contents .about-dot span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  display: block;
  width: 10px;
  height: 10px;
  border: 2px #fb5607 solid;
  border-radius: 999px;
  background: #ffffff;
  z-index: 1;
}
.about-contents__inner--contents .about-dot::after {
  content: "";
  width: 2px;
  height: 100%;
  background: #fb5607;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.about-contents__inner--contents .about-desc {
  width: 50%;
  font-size: 0.9em;
}
@media screen and (min-width: 1280px) {
  .about-contents__inner--contents .about-desc {
    font-size: 1em;
  }
}
.about-contents__inner--contents .about-company,
.about-contents__inner--contents .about-dot,
.about-contents__inner--contents .about-desc {
  padding: 2vh 0;
}

#software .progress-container,
#experience .progress-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1280px) {
  #software .progress-container,
  #experience .progress-container {
    justify-content: center;
  }
}
#software .progress-item,
#experience .progress-item {
  height: auto;
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 6vh;
}
@media screen and (min-width: 1280px) {
  #software .progress-item,
  #experience .progress-item {
    width: 25%;
  }
}
#software .progress-item__inner,
#experience .progress-item__inner {
  position: relative;
}
#software .progress-svg,
#experience .progress-svg {
  width: 70%;
  margin: auto;
}
#software .progress-svg circle,
#experience .progress-svg circle {
  stroke-dasharray: 283;
  stroke-width: var(--stroke-width, 8);
}
#software .progress-background,
#experience .progress-background {
  fill: none;
  stroke: rgba(170, 170, 170, 0.3);
  stroke-width: 8;
}
#software .progress-bar,
#experience .progress-bar {
  fill: none;
  stroke: var(--stroke-color);
  stroke-dashoffset: var(--stroke-dashoffset, 283);
  stroke-linecap: round;
  transform-origin: center;
  transform: rotate(var(--start-rotate, -90deg));
  transition: stroke-dashoffset var(--duration, 1.5s) ease-out;
}
#software .progress-text,
#experience .progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2em;
  font-family: "futura";
  font-weight: 400;
}
#software .progress-text .progress-unit,
#experience .progress-text .progress-unit {
  font-size: 0.5em;
}
#software .progress-title,
#experience .progress-title {
  margin-top: 1vh;
  display: flex;
  align-items: center;
  font-size: 1em;
  font-family: "futura";
  font-weight: 300;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  #software .progress-title,
  #experience .progress-title {
    font-size: 1.1em;
  }
}
#software .progress-title::before,
#experience .progress-title::before {
  content: "";
  right: 100%;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
}
#software .ai::before,
#experience .ai::before {
  background-image: url("../img/creative_logo_png/ai.png");
}
#software .ps::before,
#experience .ps::before {
  background-image: url("../img/creative_logo_png/ps.png");
}
#software .xd::before,
#experience .xd::before {
  background-image: url("../img/creative_logo_png/xd.png");
}
#software .id::before,
#experience .id::before {
  background-image: url("../img/creative_logo_png/id.png");
}
#software .pr::before,
#experience .pr::before {
  background-image: url("../img/creative_logo_png/pr.png");
}
#software .an::before,
#experience .an::before {
  background-image: url("../img/creative_logo_png/an.png");
}
#software .html::before,
#experience .html::before {
  background-image: url("../img/creative_logo_png/html.png");
}
#software .css::before,
#experience .css::before {
  background-image: url("../img/creative_logo_png/css.png");
}
#software .js::before,
#experience .js::before {
  background-image: url("../img/creative_logo_png/js.png");
}
#software .ga::before,
#experience .ga::before {
  background-image: url("../img/creative_logo_png/ga.png");
}
#software .gtm::before,
#experience .gtm::before {
  background-image: url("../img/creative_logo_png/gtm.png");
}
#software .go::before,
#experience .go::before {
  background-image: url("../img/creative_logo_png/go.png");
}
#software .clarity::before,
#experience .clarity::before {
  background-image: url("../img/creative_logo_png/clarity.png");
}
#software .excel::before,
#experience .excel::before {
  background-image: url("../img/creative_logo_png/excel.png");
}
#software .word::before,
#experience .word::before {
  background-image: url("../img/creative_logo_png/word.png");
}
#software .pp::before,
#experience .pp::before {
  background-image: url("../img/creative_logo_png/pp.png");
}
#software .figma::before,
#experience .figma::before {
  background-image: url("../img/creative_logo_png/figma.png");
}
#software .wp::before,
#experience .wp::before {
  background-image: url("../img/creative_logo_png/wp.png");
}

.txt-small {
  font-size: 0.5em;
}

#hobby .hobby-contents__inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
#hobby .hobby-contents__inner--contents {
  margin-bottom: 4vh;
}
#hobby .hobby-contents .hobby-desc {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (min-width: 1280px) {
  #hobby .hobby-contents .hobby-desc {
    justify-content: center;
  }
}
#hobby .hobby-contents .hobby-desc-img-wrap {
  text-align: center;
  width: 30%;
}
@media screen and (min-width: 1280px) {
  #hobby .hobby-contents .hobby-desc-img-wrap {
    width: 15%;
  }
}
#hobby .hobby-contents .title-txt-desc {
  color: #3986ff;
}
#hobby .hobby-contents .hobby-img img {
  height: auto;
  width: 3em;
}
#hobby .hobby-contents .txt-desc {
  text-align: left;
  width: 70%;
}

#works-link {
  margin-bottom: 0 !important;
}
#works-link .section-block__inner {
  padding: 0;
}
#works-link a {
  text-decoration: none;
  display: block;
  text-align: center;
  background: linear-gradient(#fff, #fb5607);
  padding-bottom: 8vh;
}
#works-link a:hover .works-link-block p {
  font-family: "futura";
  font-weight: 300;
  font-size: 1.4em;
  color: #fb5607;
  border: 2px #fb5607 solid;
  border-radius: 999px;
  display: inline-block;
  padding: 5px 30px;
  letter-spacing: 1px;
  background: #ffffff;
  transition-duration: 0.6s;
  transition-timing-function: ease;
}
@media screen and (min-width: 1280px) {
  #works-link .works-heading-img {
    max-width: 1040px;
    margin: auto;
  }
}
#works-link .works-heading-img img {
  width: 90%;
}
#works-link .works-link-block p {
  font-family: "futura";
  font-weight: 300;
  font-size: 1.4em;
  color: #ffffff;
  border: 2px #ffffff solid;
  border-radius: 999px;
  display: inline-block;
  padding: 5px 30px;
  letter-spacing: 1px;
  transition-duration: 0.6s;
  transition-timing-function: ease;
}

footer .footer-block__inner {
  background: #fb5607;
}
footer .footer-block__inner--txt {
  padding: 2vh 2vw;
  text-align: center;
  font-family: "futura";
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 2px;
}

.child-pages-heading-section {
  padding-top: 10vh;
  background: linear-gradient(#fb5607, #ffffff);
}
.child-pages-heading-section .section-block__inner {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.child-pages-heading-section .section-block__inner .h2-heading-script {
  color: #ffffff;
}
.child-pages-heading-section .section-block__inner .h2-heading-ja {
  color: #ffffff;
  opacity: 0.9;
}
.child-pages-heading-section .section-block__inner .h2-heading-ja::before, .child-pages-heading-section .section-block__inner .h2-heading-ja::after {
  background: #ffffff;
  opacity: 0.9;
}
.child-pages-heading-section .section-block__inner .heading-img__inner--img {
  text-align: center;
}
.child-pages-heading-section .section-block__inner .heading-img__inner--img img {
  width: 90%;
}
.child-pages .web-contents {
  margin-bottom: 8vh;
}
.child-pages .web-contents-img {
  text-align: center;
}
.child-pages .web-contents-img img {
  width: 100%;
}
.child-pages .web-contents-link {
  display: block;
  text-decoration: none;
}
.child-pages .web-contents-link .web-contents-img img {
  transform: scale(1);
  transition-duration: 0.6s;
}
.child-pages .web-contents-link:hover .web-contents-img img {
  transform: scale(1.1);
  transition-duration: 0.6s;
}
.child-pages .web-contents-desc {
  display: block;
}
@media screen and (min-width: 1280px) {
  .child-pages .web-contents-desc {
    max-width: 940px;
    margin: auto;
  }
}
.child-pages .web-contents-desc-contents {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1vh;
}
.child-pages .h3-heading-wrap {
  padding: 0 20px;
}
.child-pages .h3-heading-wrap .h3-heading {
  display: inline-block;
  text-align: center;
}
.child-pages .h3-heading-wrap .h3-heading .h3-heading-script {
  font-family: "script";
  font-weight: 200;
  color: #3986ff;
  font-size: 3.4em;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1280px) {
  .child-pages .h3-heading-wrap .h3-heading .h3-heading-script {
    font-size: 5.4em;
  }
}
.child-pages .h3-heading-wrap .h3-heading .h3-heading-ja-wrap {
  margin-top: -1.4em;
}
@media screen and (min-width: 1280px) {
  .child-pages .h3-heading-wrap .h3-heading .h3-heading-ja-wrap {
    margin-top: -2em;
  }
}
.child-pages .h3-heading-wrap .h3-heading .h3-heading-ja-wrap .h3-heading-ja {
  font-weight: 400;
}
@media screen and (min-width: 1280px) {
  .child-pages .h3-heading-wrap .h3-heading .h3-heading-ja-wrap .h3-heading-ja {
    font-size: 1.1em;
  }
}
.child-pages .h3-desc .use-soft-wrap {
  flex-direction: row;
  align-items: center;
}
.child-pages .fill-txt-block {
  background: #fb5607;
  padding: 0 10px;
  margin-right: 10px;
}
.child-pages .fill-txt-block p {
  color: #ffffff;
  font-size: 0.8em;
  font-weight: 300;
  white-space: nowrap;
}
@media screen and (min-width: 1280px) {
  .child-pages .fill-txt-block p {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 1280px) {
  .child-pages .max-width-block {
    max-width: 1040px;
    margin: auto;
  }
}
.child-pages .use-soft-wrap {
  display: flex;
  flex-direction: column;
  align-items: self-start;
}
.child-pages .works-txt-desc {
  font-size: 0.9em;
  color: #707070;
}
@media screen and (min-width: 1280px) {
  .child-pages .works-txt-desc {
    font-size: 1em;
  }
}
.child-pages .use-soft-title {
  white-space: nowrap;
}
.child-pages .use-soft ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5em;
  padding: 0;
  margin: 1vh 0 0;
  justify-content: center;
}
.child-pages .use-soft ul li img {
  width: auto;
  height: 2.4em;
}
.child-pages .section-no-padding {
  padding: 0;
}
.child-pages .works-design-block__inner--contents {
  display: block;
  position: relative;
}
.child-pages .design-block {
  position: relative;
  background: rgba(0, 0, 0, 0.02);
}
.child-pages .design-block__inner {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  overflow-x: scroll;
  padding: 5vh 0;
}
.child-pages .design-block__inner li {
  margin: 0 3vw;
}
@media screen and (min-width: 1280px) {
  .child-pages .design-block__inner li {
    margin: 0 1vw;
  }
}
.child-pages .design-block__inner li a img {
  width: 14em;
  height: auto;
}
@media screen and (min-width: 1280px) {
  .child-pages .design-block__inner li a img {
    width: 20em;
  }
}
.child-pages .works-web-block {
  display: block;
}
@media screen and (min-width: 1280px) {
  .child-pages .works-web-block__inner--contents {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5vw;
  }
  .child-pages .works-web-block__inner--contents .web-contents {
    width: 24%;
  }
}
.child-pages .img-shadow {
  border-radius: 5px;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.2));
  transform: scale(1) translateZ(0);
  transition-duration: 0.6s;
  transition-timing-function: ease;
}
.child-pages .img-shadow:hover {
  transform: scale(1.1);
  transition-duration: 0.6s;
  transition-timing-function: ease;
}
.child-pages .works-design-block__inner > div {
  margin-bottom: 4vh;
}
.child-pages .bookmarks-img {
  height: 20vh !important;
  width: auto !important;
}
.child-pages .flex-column-block {
  flex-direction: column;
  align-items: self-start;
}
.child-pages .h3-center {
  text-align: center;
}
.child-pages .works-web-view__inner--contents {
  text-align: center;
}
.child-pages .view-img {
  border-radius: 5px;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.2));
  height: auto;
}
.child-pages .normal-view {
  width: 90%;
}
.child-pages .pc-view {
  width: 70%;
}
.child-pages .sp-view {
  width: 30%;
  height: auto;
}
.child-pages .web-desc-url-wrap a {
  font-size: 0.9em;
  color: #fb5607;
  text-decoration: none;
  font-weight: 400;
}
@media screen and (min-width: 1280px) {
  .child-pages .web-desc-url-wrap a {
    font-size: 1em;
  }
}
.child-pages .web-desc-url-wrap .dli-external-link {
  margin-left: 0.4em;
  display: inline-block;
  vertical-align: middle;
  color: #fb5607;
  line-height: 1;
  width: 0.9em;
  height: 0.9em;
  border: 0.1em solid currentColor;
  border-radius: 0.1em;
  background: #ffffff;
  box-sizing: content-box;
  position: relative;
}
.child-pages .web-desc-url-wrap .dli-external-link > span {
  position: absolute;
  top: -0.2em;
  right: -0.2em;
  width: 45%;
  height: 45%;
  border: 0.1em solid currentColor;
  border-bottom: 0;
  border-left: 0;
  background: #ffffff;
  box-shadow: -0.1em 0.1em 0 0.1em #ffffff;
  box-sizing: border-box;
}
.child-pages .web-desc-url-wrap .dli-external-link > span::before {
  content: "";
  position: absolute;
  top: -0.05em;
  right: -0.1em;
  width: 0.1em;
  height: 0.9em;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: top center;
}

.load-progress {
  background: #fb5607;
  color: #ffffff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 999;
  overflow: hidden;
}

.load-progress_bar {
  border-top: 1px solid rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 50%;
  width: 0%;
}

.load-progress_text {
  font-family: "futura";
  font-size: 2em;
  margin-top: 2vh;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}

.load-progress_complete .load-progress_bar {
  border-top-color: #ffffff;
}

@keyframes firstSessionAnim {
  0% {
    top: 40%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    top: 50%;
    opacity: 1;
  }
  90% {
    top: 50%;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.first-session {
  position: fixed;
  z-index: -1;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  transition-duration: 0.6s;
  transition-delay: 0.6s;
}
.first-session__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.first-session__inner--contents {
  opacity: 0;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  height: 40vh;
  width: auto;
}

.active.first-session {
  z-index: 99;
  opacity: 1;
  transition-delay: 0s;
}
.active.first-session .first-session__inner--contents {
  top: 50%;
  animation-name: firstSessionAnim;
  animation-duration: 4s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

#back-to-works {
  text-align: center;
}
#back-to-works .back-to-works-link {
  display: inline-block;
}
#back-to-works .back-to-works-link:hover .back-to-works-link__inner--contents {
  background: #fb5607;
  transition-duration: 0.6s;
  color: #ffffff;
}
#back-to-works .back-to-works-link__inner--contents {
  border: 2px #fb5607 solid;
  background: #ffffff;
  border-radius: 999px;
  color: #fb5607;
  display: inline-block;
  padding: 0 20px;
  font-size: 0.9em;
  transition-duration: 0.6s;
}
@media screen and (min-width: 1280px) {
  #back-to-works .back-to-works-link__inner--contents {
    font-size: 1em;
  }
}
#back-to-works .back-to-works-link__inner--contents .en {
  font-family: "futura";
  font-weight: 300;
}
#back-to-works .back-to-works-link__inner--contents .ja {
  font-family: "UDShinGo";
  font-weight: 200;
}

#experience {
  margin-bottom: 0 !important;
}
#experience .exp-desc__inner {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1280px) {
  #experience .exp-desc__inner {
    justify-content: center;
  }
}
#experience .exp-desc__inner--contents {
  width: 50%;
  margin-bottom: 6vh;
}
@media screen and (min-width: 1280px) {
  #experience .exp-desc__inner--contents {
    width: 25%;
  }
}
#experience .exp-desc-icon-title {
  text-align: center;
}
#experience .exp-desc-icon-title_icon-img {
  height: 74px;
  width: auto;
}
#experience .exp-desc-icon-title_title {
  font-weight: 300;
  font-size: 1.1em;
}
@media screen and (min-width: 1280px) {
  #experience .exp-desc-icon-title_title {
    font-size: 1.2em;
  }
}
#experience .exp-value {
  font-family: "futura";
  font-weight: 400;
  font-size: 2.6em;
}
@media screen and (min-width: 1280px) {
  #experience .exp-value {
    font-size: 3.6em;
  }
}
#experience .exp-desc-countup {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#experience .exp-unit {
  line-height: 1em;
  margin-left: 8px;
}
#experience .branding {
  color: #e99023;
}
#experience .marketing {
  color: #4295c9;
}
#experience .hp {
  color: #b26da6;
}
#experience .sns {
  color: #b54122;
}
#experience .writing {
  color: #dbc13e;
}
#experience .ad {
  color: #2a63a7;
}
#experience .event {
  color: #d06f17;
}
#experience .planning {
  color: #147741;
}
#experience .management {
  color: #8f92c3;
}
#experience .sales {
  color: #dc395d;
}/*# sourceMappingURL=common.css.map */