@charset "UTF-8";
/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/* * What follows is the result of much research on cross-browser styling.
 * * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * * Kroc Camen, and the H5BP dev community and team. */
/* ==========================================================================
 * * Base styles: opinionated defaults
 * * ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/* * Remove text-shadow in selection highlight:
 * * https://twitter.com/miketaylr/status/12228805301
 * *
 * * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * * https://stackoverflow.com/a/16982510/7133471
 * *
 * * Customize the background color to match your design. */
::-moz-selection, ::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* * A better looking default horizontal rule */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* * Remove the gap between audio, canvas, iframes,
 * * images, videos and the bottom of their containers:
 * * https://github.com/h5bp/html5-boilerplate/issues/440 */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

/* * Remove default fieldset styles. */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* * Allow only vertical resizing of textareas. */
textarea {
  resize: vertical;
}

/* ==========================================================================
 * * Browser Upgrade Prompt
 * * ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
 * * Author's custom styles
 * * ========================================================================== */
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  padding: 0 !important;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
}
body * {
  box-sizing: border-box;
}
body *::before, body *::after {
  box-sizing: border-box;
}
a {
  color: #000;
  text-decoration: none;
  opacity: 1;
  transition: all 300ms ease-in;
}
a:hover {
  opacity: 0.6;
}

input[type=submit], input[type=reset], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  transition: all 300ms ease-in;
}
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
  opacity: 0.7;
}

button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 300ms ease-in;
}
button:hover {
  opacity: 0.7;
}
button::-webkit-search-decoration {
  display: none;
}
button::focus {
  outline-offset: -2px;
}

input[type=submit]::-webkit-search-decoration, input[type=reset]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=reset]::focus, input[type=button]::focus {
  outline-offset: -2px;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

p:empty {
  margin: 0;
}

:focus {
  outline: none;
}

.e {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.e.m {
  font-weight: 500;
}
.e.b {
  font-weight: 700;
}

@keyframes shiny {
  0% {
    opacity: 0;
    transform: translate(0, 10px);
  }
  20% {
    opacity: 0;
    transform: translate(0, 10px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
#header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  padding: 4.17vw 4.17vw 0;
}
#header h1 {
  display: inline-block;
  position: relative;
  z-index: 102;
  margin: 0;
  line-height: 1;
}
#header h1 img {
  width: 10vw;
  max-width: 191px;
}
#header h1 img:nth-of-type(2) {
  display: none;
}
#header h1.r img:nth-of-type(1) {
  display: none;
}
#header h1.r img:nth-of-type(2) {
  display: inline;
}
#header h1.w img:nth-of-type(1) {
  display: none;
}
#header h1.w img:nth-of-type(2) {
  display: inline;
}
#header #nav #nav-btn {
  position: absolute;
  right: 3.65vw;
  top: 3.65vw;
  z-index: 101;
}
#header #nav #nav-btn a {
  position: relative;
  display: block;
  width: 4.1vw;
  height: 4.1vw;
}
#header #nav #nav-btn a:hover {
  opacity: 1;
}
#header #nav #nav-btn a span {
  position: absolute;
  left: 0;
  top: 1.51vw;
  width: 4.1vw;
  height: 2px;
  background: #000;
  transform-origin: 0 0;
  transition: all 300ms ease-in-out;
}
#header #nav #nav-btn a span:nth-of-type(2) {
  top: 2.5vw;
}
#header #nav #nav-btn a.active span {
  background: #fff;
  transform: rotate(14deg);
}
#header #nav #nav-btn a.active span:nth-of-type(2) {
  transform: rotate(-14deg);
}
#header #nav #nav-btn a.w span {
  background: #fff;
}
#header #nav #nav-list {
  position: absolute;
  top: -100vh;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  padding: 7.8vw 0 2.6vw;
  background: #000;
  text-align: right;
  transition: all 300ms ease-in-out;
  overflow: auto;
}
#header #nav #nav-list > ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  color: #fff;
  text-align: right;
}
#header #nav #nav-list > ul li {
  display: none;
  position: relative;
  margin-top: 3.65vw;
  font-size: 0.83vw;
  text-align: left;
}
#header #nav #nav-list > ul li a {
  color: #fff;
}
#header #nav #nav-list > ul li a img {
  width: 36.4vw;
  max-width: 699px;
}
#header #nav #nav-list > ul li > div {
  position: absolute;
  top: calc(100% + .52vw);
  left: 0;
}
#header #nav.active #nav-list {
  top: 0;
}
#header #nav.active #nav-list ul li {
  display: block;
}

#mv {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 56.25vw;
  overflow-x: hidden;
  /***************************************************
  * * Generated by SVG Artista on 9/6/2022, 2:52:29 PM
  * * MIT license (https://opensource.org/licenses/MIT)
  * * W. https://svgartista.net
  * ************************************************* */
}
#mv .mv {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
#mv .mv #svg-mv {
  width: 100%;
  /***************************************************
  * * Generated by SVG Artista on 9/20/2022, 6:38:53 PM
  * * MIT license (https://opensource.org/licenses/MIT)
  * * W. https://svgartista.net
  * ************************************************* */
}
#mv .mv #svg-mv .st0 {
  clip-path: url(#SVGID_00000097468024999595545270000008969296023854907050_);
  fill: none;
  stroke: #FCEEF4;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#mv .mv #svg-mv .st1 {
  clip-path: url(#SVGID_00000097468024999595545270000008969296023854907050_);
  fill: none;
  stroke: #F9DBE8;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#mv .mv #svg-mv .st2 {
  clip-path: url(#SVGID_00000097468024999595545270000008969296023854907050_);
  fill: none;
  stroke: #F6C8DD;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#mv .mv #svg-mv .st3 {
  clip-path: url(#SVGID_00000097468024999595545270000008969296023854907050_);
  fill: none;
  stroke: #F3B3CF;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#mv .mv #svg-mv .st4 {
  clip-path: url(#SVGID_00000097468024999595545270000008969296023854907050_);
  fill: none;
  stroke: #F09DC1;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#mv .mv #svg-mv .st5 {
  clip-path: url(#SVGID_00000097468024999595545270000008969296023854907050_);
  fill: none;
  stroke: #F09CB4;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#mv .mv #svg-mv .st6 {
  clip-path: url(#SVGID_00000097468024999595545270000008969296023854907050_);
  fill: none;
  stroke: #F09BA5;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#mv .mv #svg-mv .st7 {
  clip-path: url(#SVGID_00000097468024999595545270000008969296023854907050_);
  fill: none;
  stroke: #F19A96;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#mv .mv #svg-mv .st8 {
  clip-path: url(#SVGID_00000097468024999595545270000008969296023854907050_);
  fill: none;
  stroke: #F19A86;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#mv .mv #svg-mv .st9 {
  clip-path: url(#SVGID_00000097468024999595545270000008969296023854907050_);
  fill: none;
  stroke: #F19975;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#mv .mv #svg-mv .st10 {
  clip-path: url(#SVGID_00000097468024999595545270000008969296023854907050_);
  fill: none;
  stroke: #F4AE7D;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#mv .mv #svg-mv .st11 {
  clip-path: url(#SVGID_00000097468024999595545270000008969296023854907050_);
  fill: none;
  stroke: #F8C284;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#mv .mv #svg-mv .st12 {
  clip-path: url(#SVGID_00000097468024999595545270000008969296023854907050_);
  fill: none;
  stroke: #FBD58B;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#mv .mv #svg-mv .st13 {
  clip-path: url(#SVGID_00000097468024999595545270000008969296023854907050_);
  fill: none;
  stroke: #FFE791;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#mv .mv #svg-mv .st14 {
  clip-path: url(#SVGID_00000097468024999595545270000008969296023854907050_);
  fill: none;
  stroke: #FFF697;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#mv .mv #svg-mv .st15 {
  clip-path: url(#SVGID_00000097468024999595545270000008969296023854907050_);
  fill: none;
  stroke: #EDEE97;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#mv .mv #svg-mv .st16 {
  clip-path: url(#SVGID_00000097468024999595545270000008969296023854907050_);
  fill: none;
  stroke: #D7E597;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#mv .mv #svg-mv .st17 {
  clip-path: url(#SVGID_00000097468024999595545270000008969296023854907050_);
  fill: none;
  stroke: #C0DC96;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#mv .mv #svg-mv .st18 {
  clip-path: url(#SVGID_00000097468024999595545270000008969296023854907050_);
  fill: none;
  stroke: #A6D296;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#mv .mv #svg-mv .st19 {
  clip-path: url(#SVGID_00000097468024999595545270000008969296023854907050_);
  fill: none;
  stroke: #87C796;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#mv .mv #svg-mv .st20 {
  clip-path: url(#SVGID_00000097468024999595545270000008969296023854907050_);
  fill: none;
  stroke: #86C9AB;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#mv .mv #svg-mv .st21 {
  clip-path: url(#SVGID_00000097468024999595545270000008969296023854907050_);
  fill: none;
  stroke: #84CABF;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#mv .mv #svg-mv .st22 {
  clip-path: url(#SVGID_00000097468024999595545270000008969296023854907050_);
  fill: none;
  stroke: #82CBD1;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#mv .mv #svg-mv .st23 {
  clip-path: url(#SVGID_00000097468024999595545270000008969296023854907050_);
  fill: none;
  stroke: #80CCE3;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#mv .mv #svg-mv .st24 {
  clip-path: url(#SVGID_00000097468024999595545270000008969296023854907050_);
  fill: none;
  stroke: #7DCCF3;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#mv .mv #svg-mv .st25 {
  clip-path: url(#SVGID_00000097468024999595545270000008969296023854907050_);
  fill: none;
  stroke: #81C0E9;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#mv .mv #svg-mv .st26 {
  clip-path: url(#SVGID_00000097468024999595545270000008969296023854907050_);
  fill: none;
  stroke: #85B1DF;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#mv .mv #svg-mv .st27 {
  clip-path: url(#SVGID_00000097468024999595545270000008969296023854907050_);
  fill: none;
  stroke: #88A3D4;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#mv .mv #svg-mv .st28 {
  clip-path: url(#SVGID_00000097468024999595545270000008969296023854907050_);
  fill: none;
  stroke: #8B92C7;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#mv .mv #svg-mv .st29 {
  clip-path: url(#SVGID_00000097468024999595545270000008969296023854907050_);
  fill: none;
  stroke: #8D80BB;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#mv .mv #svg-mv .st30 {
  clip-path: url(#SVGID_00000097468024999595545270000008969296023854907050_);
  fill: none;
  stroke: #A586BC;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#mv .mv #svg-mv .st31 {
  clip-path: url(#SVGID_00000097468024999595545270000008969296023854907050_);
  fill: none;
  stroke: #BA8CBD;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#mv .mv #svg-mv .st32 {
  clip-path: url(#SVGID_00000097468024999595545270000008969296023854907050_);
  fill: none;
  stroke: #CD91BE;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#mv .mv #svg-mv .st33 {
  clip-path: url(#SVGID_00000097468024999595545270000008969296023854907050_);
  fill: none;
  stroke: #E097BF;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#mv .mv #svg-mv .st34 {
  clip-path: url(#SVGID_00000097468024999595545270000008969296023854907050_);
  fill: none;
  stroke: #E192A9;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#mv .mv #svg-mv .st35 {
  clip-path: url(#SVGID_00000097468024999595545270000008969296023854907050_);
  fill: none;
  stroke: #D08690;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#mv .mv #svg-mv .st36 {
  clip-path: url(#SVGID_00000097468024999595545270000008969296023854907050_);
  fill: none;
  stroke: #BE7B79;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#mv .mv #svg-mv .st37 {
  clip-path: url(#SVGID_00000097468024999595545270000008969296023854907050_);
  fill: none;
  stroke: #AB6D60;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#mv .mv #svg-mv .st38 {
  clip-path: url(#SVGID_00000097468024999595545270000008969296023854907050_);
  fill: none;
  stroke: #965E47;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#mv .mv #svg-mv .st39 {
  clip-path: url(#SVGID_00000097468024999595545270000008969296023854907050_);
  fill: none;
  stroke: #835C3F;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#mv .mv #svg-mv .st40 {
  clip-path: url(#SVGID_00000097468024999595545270000008969296023854907050_);
  fill: none;
  stroke: #6F5435;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#mv .mv #svg-mv .st41 {
  clip-path: url(#SVGID_00000097468024999595545270000008969296023854907050_);
  fill: none;
  stroke: #594827;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#mv .mv #svg-mv .st42 {
  clip-path: url(#SVGID_00000097468024999595545270000008969296023854907050_);
  fill: none;
  stroke: #3F3413;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#mv .mv #svg-mv .st43 {
  clip-path: url(#SVGID_00000097468024999595545270000008969296023854907050_);
  fill: none;
  stroke: #241A00;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#mv .mv #svg-mv line[class^=svg-elem-] {
  opacity: 0;
}
#mv .mv #svg-mv.active line[class^=svg-elem-] {
  opacity: 1;
}
#mv .mv #svg-mv .svg-elem-1 {
  stroke-dashoffset: 9361.1005859375px;
  stroke-dasharray: 9361.1005859375px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, opacity 2s ease-in-out 0s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, opacity 2s ease-in-out 0s;
}
#mv .mv #svg-mv.active .svg-elem-1 {
  stroke-dashoffset: 18722.201171875px;
}
#mv .mv #svg-mv .svg-elem-2 {
  stroke-dashoffset: 1921.9000244141px;
  stroke-dasharray: 1921.9000244141px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.06s, opacity 2s ease-in-out 0.06s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.06s, opacity 2s ease-in-out 0.06s;
}
#mv .mv #svg-mv.active .svg-elem-2 {
  stroke-dashoffset: 3843.8000488281px;
}
#mv .mv #svg-mv .svg-elem-3 {
  stroke-dashoffset: 1923.1721191406px;
  stroke-dasharray: 1923.1721191406px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, opacity 2s ease-in-out 0.12s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, opacity 2s ease-in-out 0.12s;
}
#mv .mv #svg-mv.active .svg-elem-3 {
  stroke-dashoffset: 3846.3442382813px;
}
#mv .mv #svg-mv .svg-elem-4 {
  stroke-dashoffset: 1916.5600585938px;
  stroke-dasharray: 1916.5600585938px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.18s, opacity 2s ease-in-out 0.18s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.18s, opacity 2s ease-in-out 0.18s;
}
#mv .mv #svg-mv.active .svg-elem-4 {
  stroke-dashoffset: 3833.1201171875px;
}
#mv .mv #svg-mv .svg-elem-5 {
  stroke-dashoffset: 1483.6195068359px;
  stroke-dasharray: 1483.6195068359px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, opacity 2s ease-in-out 0.24s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, opacity 2s ease-in-out 0.24s;
}
#mv .mv #svg-mv.active .svg-elem-5 {
  stroke-dashoffset: 2967.2390136719px;
}
#mv .mv #svg-mv .svg-elem-6 {
  stroke-dashoffset: 1269.0256347656px;
  stroke-dasharray: 1269.0256347656px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s, opacity 2s ease-in-out 0.3s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s, opacity 2s ease-in-out 0.3s;
}
#mv .mv #svg-mv.active .svg-elem-6 {
  stroke-dashoffset: 2538.0512695313px;
}
#mv .mv #svg-mv .svg-elem-7 {
  stroke-dashoffset: 1141.0064697266px;
  stroke-dasharray: 1141.0064697266px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, opacity 2s ease-in-out 0.36s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, opacity 2s ease-in-out 0.36s;
}
#mv .mv #svg-mv.active .svg-elem-7 {
  stroke-dashoffset: 2282.0129394531px;
}
#mv .mv #svg-mv .svg-elem-8 {
  stroke-dashoffset: 1057.0642089844px;
  stroke-dasharray: 1057.0642089844px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.42s, opacity 2s ease-in-out 0.42s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.42s, opacity 2s ease-in-out 0.42s;
}
#mv .mv #svg-mv.active .svg-elem-8 {
  stroke-dashoffset: 2114.1284179688px;
}
#mv .mv #svg-mv .svg-elem-9 {
  stroke-dashoffset: 998.7974243164px;
  stroke-dasharray: 998.7974243164px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, opacity 2s ease-in-out 0.48s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, opacity 2s ease-in-out 0.48s;
}
#mv .mv #svg-mv.active .svg-elem-9 {
  stroke-dashoffset: 1997.5948486328px;
}
#mv .mv #svg-mv .svg-elem-10 {
  stroke-dashoffset: 956.5739135742px;
  stroke-dasharray: 956.5739135742px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.54s, opacity 2s ease-in-out 0.54s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.54s, opacity 2s ease-in-out 0.54s;
}
#mv .mv #svg-mv.active .svg-elem-10 {
  stroke-dashoffset: 1913.1478271484px;
}
#mv .mv #svg-mv .svg-elem-11 {
  stroke-dashoffset: 925.1901855469px;
  stroke-dasharray: 925.1901855469px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, opacity 2s ease-in-out 0.6s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, opacity 2s ease-in-out 0.6s;
}
#mv .mv #svg-mv.active .svg-elem-11 {
  stroke-dashoffset: 1850.3803710938px;
}
#mv .mv #svg-mv .svg-elem-12 {
  stroke-dashoffset: 901.84375px;
  stroke-dasharray: 901.84375px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.66s, opacity 2s ease-in-out 0.66s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.66s, opacity 2s ease-in-out 0.66s;
}
#mv .mv #svg-mv.active .svg-elem-12 {
  stroke-dashoffset: 1803.6875px;
}
#mv .mv #svg-mv .svg-elem-13 {
  stroke-dashoffset: 884.5595092773px;
  stroke-dasharray: 884.5595092773px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s, opacity 2s ease-in-out 0.72s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s, opacity 2s ease-in-out 0.72s;
}
#mv .mv #svg-mv.active .svg-elem-13 {
  stroke-dashoffset: 1769.1190185547px;
}
#mv .mv #svg-mv .svg-elem-14 {
  stroke-dashoffset: 871.806640625px;
  stroke-dasharray: 871.806640625px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.78s, opacity 2s ease-in-out 0.78s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.78s, opacity 2s ease-in-out 0.78s;
}
#mv .mv #svg-mv.active .svg-elem-14 {
  stroke-dashoffset: 1743.61328125px;
}
#mv .mv #svg-mv .svg-elem-15 {
  stroke-dashoffset: 862.7943725586px;
  stroke-dasharray: 862.7943725586px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s, opacity 2s ease-in-out 0.84s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s, opacity 2s ease-in-out 0.84s;
}
#mv .mv #svg-mv.active .svg-elem-15 {
  stroke-dashoffset: 1725.5887451172px;
}
#mv .mv #svg-mv .svg-elem-16 {
  stroke-dashoffset: 856.9830322266px;
  stroke-dasharray: 856.9830322266px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s, opacity 2s ease-in-out 0.9s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s, opacity 2s ease-in-out 0.9s;
}
#mv .mv #svg-mv.active .svg-elem-16 {
  stroke-dashoffset: 1713.9660644531px;
}
#mv .mv #svg-mv .svg-elem-17 {
  stroke-dashoffset: 854.0401611328px;
  stroke-dasharray: 854.0401611328px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s, opacity 2s ease-in-out 0.96s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s, opacity 2s ease-in-out 0.96s;
}
#mv .mv #svg-mv.active .svg-elem-17 {
  stroke-dashoffset: 1708.0803222656px;
}
#mv .mv #svg-mv .svg-elem-18 {
  stroke-dashoffset: 853.5598754883px;
  stroke-dasharray: 853.5598754883px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.02s, opacity 2s ease-in-out 1.02s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.02s, opacity 2s ease-in-out 1.02s;
}
#mv .mv #svg-mv.active .svg-elem-18 {
  stroke-dashoffset: 1707.1197509766px;
}
#mv .mv #svg-mv .svg-elem-19 {
  stroke-dashoffset: 855.1133422852px;
  stroke-dasharray: 855.1133422852px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s, opacity 2s ease-in-out 1.08s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s, opacity 2s ease-in-out 1.08s;
}
#mv .mv #svg-mv.active .svg-elem-19 {
  stroke-dashoffset: 1710.2266845703px;
}
#mv .mv #svg-mv .svg-elem-20 {
  stroke-dashoffset: 858.9589233398px;
  stroke-dasharray: 858.9589233398px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.14s, opacity 2s ease-in-out 1.14s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.14s, opacity 2s ease-in-out 1.14s;
}
#mv .mv #svg-mv.active .svg-elem-20 {
  stroke-dashoffset: 1717.9178466797px;
}
#mv .mv #svg-mv .svg-elem-21 {
  stroke-dashoffset: 864.9482421875px;
  stroke-dasharray: 864.9482421875px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s, opacity 2s ease-in-out 1.2s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s, opacity 2s ease-in-out 1.2s;
}
#mv .mv #svg-mv.active .svg-elem-21 {
  stroke-dashoffset: 1729.896484375px;
}
#mv .mv #svg-mv .svg-elem-22 {
  stroke-dashoffset: 872.8607788086px;
  stroke-dasharray: 872.8607788086px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.26s, opacity 2s ease-in-out 1.26s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.26s, opacity 2s ease-in-out 1.26s;
}
#mv .mv #svg-mv.active .svg-elem-22 {
  stroke-dashoffset: 1745.7215576172px;
}
#mv .mv #svg-mv .svg-elem-23 {
  stroke-dashoffset: 882.8481445313px;
  stroke-dasharray: 882.8481445313px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.32s, opacity 2s ease-in-out 1.32s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.32s, opacity 2s ease-in-out 1.32s;
}
#mv .mv #svg-mv.active .svg-elem-23 {
  stroke-dashoffset: 1765.6962890625px;
}
#mv .mv #svg-mv .svg-elem-24 {
  stroke-dashoffset: 894.8591308594px;
  stroke-dasharray: 894.8591308594px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.38s, opacity 2s ease-in-out 1.38s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.38s, opacity 2s ease-in-out 1.38s;
}
#mv .mv #svg-mv.active .svg-elem-24 {
  stroke-dashoffset: 1789.7182617188px;
}
#mv .mv #svg-mv .svg-elem-25 {
  stroke-dashoffset: 909.073425293px;
  stroke-dasharray: 909.073425293px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s, opacity 2s ease-in-out 1.44s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s, opacity 2s ease-in-out 1.44s;
}
#mv .mv #svg-mv.active .svg-elem-25 {
  stroke-dashoffset: 1818.1468505859px;
}
#mv .mv #svg-mv .svg-elem-26 {
  stroke-dashoffset: 925.7585449219px;
  stroke-dasharray: 925.7585449219px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s, opacity 2s ease-in-out 1.5s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s, opacity 2s ease-in-out 1.5s;
}
#mv .mv #svg-mv.active .svg-elem-26 {
  stroke-dashoffset: 1851.5170898438px;
}
#mv .mv #svg-mv .svg-elem-27 {
  stroke-dashoffset: 945.2658691406px;
  stroke-dasharray: 945.2658691406px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s, opacity 2s ease-in-out 1.56s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s, opacity 2s ease-in-out 1.56s;
}
#mv .mv #svg-mv.active .svg-elem-27 {
  stroke-dashoffset: 1890.5317382813px;
}
#mv .mv #svg-mv .svg-elem-28 {
  stroke-dashoffset: 967.4677734375px;
  stroke-dasharray: 967.4677734375px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.62s, opacity 2s ease-in-out 1.62s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.62s, opacity 2s ease-in-out 1.62s;
}
#mv .mv #svg-mv.active .svg-elem-28 {
  stroke-dashoffset: 1934.935546875px;
}
#mv .mv #svg-mv .svg-elem-29 {
  stroke-dashoffset: 992.6136474609px;
  stroke-dasharray: 992.6136474609px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s, opacity 2s ease-in-out 1.68s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s, opacity 2s ease-in-out 1.68s;
}
#mv .mv #svg-mv.active .svg-elem-29 {
  stroke-dashoffset: 1985.2272949219px;
}
#mv .mv #svg-mv .svg-elem-30 {
  stroke-dashoffset: 1021.5543823242px;
  stroke-dasharray: 1021.5543823242px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.74s, opacity 2s ease-in-out 1.74s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.74s, opacity 2s ease-in-out 1.74s;
}
#mv .mv #svg-mv.active .svg-elem-30 {
  stroke-dashoffset: 2043.1087646484px;
}
#mv .mv #svg-mv .svg-elem-31 {
  stroke-dashoffset: 1055.0549316406px;
  stroke-dasharray: 1055.0549316406px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s, opacity 2s ease-in-out 1.8s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s, opacity 2s ease-in-out 1.8s;
}
#mv .mv #svg-mv.active .svg-elem-31 {
  stroke-dashoffset: 2110.1098632813px;
}
#mv .mv #svg-mv .svg-elem-32 {
  stroke-dashoffset: 1093.3305664063px;
  stroke-dasharray: 1093.3305664063px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.86s, opacity 2s ease-in-out 1.86s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.86s, opacity 2s ease-in-out 1.86s;
}
#mv .mv #svg-mv.active .svg-elem-32 {
  stroke-dashoffset: 2186.6611328125px;
}
#mv .mv #svg-mv .svg-elem-33 {
  stroke-dashoffset: 1137.8773193359px;
  stroke-dasharray: 1137.8773193359px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s, opacity 2s ease-in-out 1.92s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s, opacity 2s ease-in-out 1.92s;
}
#mv .mv #svg-mv.active .svg-elem-33 {
  stroke-dashoffset: 2275.7546386719px;
}
#mv .mv #svg-mv .svg-elem-34 {
  stroke-dashoffset: 1189.2752685547px;
  stroke-dasharray: 1189.2752685547px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.98s, opacity 2s ease-in-out 1.98s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.98s, opacity 2s ease-in-out 1.98s;
}
#mv .mv #svg-mv.active .svg-elem-34 {
  stroke-dashoffset: 2378.5505371094px;
}
#mv .mv #svg-mv .svg-elem-35 {
  stroke-dashoffset: 1282.3111572266px;
  stroke-dasharray: 1282.3111572266px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s, opacity 2s ease-in-out 2.04s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s, opacity 2s ease-in-out 2.04s;
}
#mv .mv #svg-mv.active .svg-elem-35 {
  stroke-dashoffset: 2564.6223144531px;
}
#mv .mv #svg-mv .svg-elem-36 {
  stroke-dashoffset: 1400.0899658203px;
  stroke-dasharray: 1400.0899658203px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s, opacity 2s ease-in-out 2.1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s, opacity 2s ease-in-out 2.1s;
}
#mv .mv #svg-mv.active .svg-elem-36 {
  stroke-dashoffset: 2800.1799316406px;
}
#mv .mv #svg-mv .svg-elem-37 {
  stroke-dashoffset: 1486.1987304688px;
  stroke-dasharray: 1486.1987304688px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s, opacity 2s ease-in-out 2.16s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s, opacity 2s ease-in-out 2.16s;
}
#mv .mv #svg-mv.active .svg-elem-37 {
  stroke-dashoffset: 2972.3974609375px;
}
#mv .mv #svg-mv .svg-elem-38 {
  stroke-dashoffset: 1717.2375488281px;
  stroke-dasharray: 1717.2375488281px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.22s, opacity 2s ease-in-out 2.22s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.22s, opacity 2s ease-in-out 2.22s;
}
#mv .mv #svg-mv.active .svg-elem-38 {
  stroke-dashoffset: 3434.4750976563px;
}
#mv .mv #svg-mv .svg-elem-39 {
  stroke-dashoffset: 1836.1351318359px;
  stroke-dasharray: 1836.1351318359px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.28s, opacity 2s ease-in-out 2.28s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.28s, opacity 2s ease-in-out 2.28s;
}
#mv .mv #svg-mv.active .svg-elem-39 {
  stroke-dashoffset: 3672.2702636719px;
}
#mv .mv #svg-mv .svg-elem-40 {
  stroke-dashoffset: 1956.7648925781px;
  stroke-dasharray: 1956.7648925781px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.34s, opacity 2s ease-in-out 2.34s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.34s, opacity 2s ease-in-out 2.34s;
}
#mv .mv #svg-mv.active .svg-elem-40 {
  stroke-dashoffset: 3913.5297851563px;
}
#mv .mv #svg-mv .svg-elem-41 {
  stroke-dashoffset: 2062.1137695313px;
  stroke-dasharray: 2062.1137695313px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s, opacity 2s ease-in-out 2.4s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s, opacity 2s ease-in-out 2.4s;
}
#mv .mv #svg-mv.active .svg-elem-41 {
  stroke-dashoffset: 4124.2275390625px;
}
#mv .mv #svg-mv .svg-elem-42 {
  stroke-dashoffset: 2851.3901367188px;
  stroke-dasharray: 2851.3901367188px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.46s, opacity 2s ease-in-out 2.46s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.46s, opacity 2s ease-in-out 2.46s;
}
#mv .mv #svg-mv.active .svg-elem-42 {
  stroke-dashoffset: 5702.7802734375px;
}
#mv .mv #svg-mv .svg-elem-43 {
  stroke-dashoffset: 2854.2639160156px;
  stroke-dasharray: 2854.2639160156px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.52s, opacity 2s ease-in-out 2.52s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.52s, opacity 2s ease-in-out 2.52s;
}
#mv .mv #svg-mv.active .svg-elem-43 {
  stroke-dashoffset: 5708.5278320313px;
}
#mv .mv #svg-mv .svg-elem-44 {
  stroke-dashoffset: 2834.6184082031px;
  stroke-dasharray: 2834.6184082031px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.58s, opacity 2s ease-in-out 2.58s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.58s, opacity 2s ease-in-out 2.58s;
}
#mv .mv #svg-mv.active .svg-elem-44 {
  stroke-dashoffset: 5669.2368164063px;
}
#mv .mv #svg-mv .svg-elem-45 {
  stroke-dashoffset: 2843.9196777344px;
  stroke-dasharray: 2843.9196777344px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.64s, opacity 2s ease-in-out 2.64s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.64s, opacity 2s ease-in-out 2.64s;
}
#mv .mv #svg-mv.active .svg-elem-45 {
  stroke-dashoffset: 5687.8393554688px;
}
#mv .mv #svg-mv .svg-elem-46 {
  stroke-dashoffset: 2840.3303222656px;
  stroke-dasharray: 2840.3303222656px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s, opacity 2s ease-in-out 2.7s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s, opacity 2s ease-in-out 2.7s;
}
#mv .mv #svg-mv.active .svg-elem-46 {
  stroke-dashoffset: 5680.6606445313px;
}
#mv .mv #svg-mv .svg-elem-47 {
  stroke-dashoffset: 1124px;
  stroke-dasharray: 1124px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.76s, opacity 2s ease-in-out 2.76s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.76s, opacity 2s ease-in-out 2.76s;
}
#mv .mv #svg-mv.active .svg-elem-47 {
  stroke-dashoffset: 2248px;
}
#mv .mv-content {
  position: relative;
  width: 57.4vw;
  max-width: 1102px;
  margin: 10vh 15vw 0 0;
}
#mv .mv-content #svg-mv-line {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  /***************************************************
  * * Generated by SVG Artista on 9/6/2022, 3:16:32 PM
  * * MIT license (https://opensource.org/licenses/MIT)
  * * W. https://svgartista.net
  * ************************************************* */
}
#mv .mv-content #svg-mv-line .st0 {
  fill: none;
  stroke: url(#SVGID_1_1);
  stroke-width: 4;
  stroke-miterlimit: 10;
}
#mv .mv-content #svg-mv-line .svg-elem-1 {
  stroke-dashoffset: 1339.3620605469px;
  stroke-dasharray: 1339.3620605469px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
#mv .mv-content #svg-mv-line.active .svg-elem-1 {
  stroke-dashoffset: 2678.7241210938px;
}
#mv .mv-content .logo {
  transform: translate(0, 10px);
  opacity: 0;
  transition: all 500ms ease-in-out;
}
#mv .mv-content .logo.active {
  transform: translate(0, 0);
  opacity: 1;
}
#mv .mv-content .text h2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  margin: 1.4vw 0 0;
  font-size: 1.36vw;
  font-weight: 700;
  line-height: 2;
}
#mv .mv-content .text h2 > span {
  display: block;
  transform: translate(-100px, 0);
  opacity: 0;
  transition: all 500ms ease-in-out;
}
#mv .mv-content .text h2 > span.active {
  transform: translate(0, 0);
  opacity: 1;
}


#content #news {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 49vw;
  margin-top: -4.2w;
}
#content #news .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  width: 100%;
}
#content #news .bg #svg-news {
  width: 100%;
}
#content #news .bg #svg-news .st0 {
  fill: none;
  stroke: #000000;
  stroke-width: 2;
  stroke-miterlimit: 10;
  /***************************************************
  * * Generated by SVG Artista on 9/9/2022, 11:07:36 AM
  * * MIT license (https://opensource.org/licenses/MIT)
  * * W. https://svgartista.net
  * ************************************************* */
}
#content #news .bg #svg-news .svg-elem-1 {
  stroke-dashoffset: 4301.86328125px;
  stroke-dasharray: 4301.86328125px;
  -webkit-transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
#content #news .bg #svg-news.active .svg-elem-1 {
  stroke-dashoffset: 0;
}
#content #news .news-content {
  position: relative;
  z-index: 12;
  width: 62vw;
  padding: 8vw 0 0 12vw;
  opacity: 0;
}
#content #news .news-content.active {
  animation: shiny 1000ms ease-in-out;
  opacity: 1;
}
#content #news .news-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content #news .news-content ul li {
  display: flex;
  margin-bottom: 1vw;
  padding: 0 1vw 0.8vw;
  border-bottom: solid 1px #000;
}
#content #news .news-content ul li p {
  margin: 0;
  padding: 0;
  font-size: 1vw;
  font-weight: 500;
}
#content #news .news-content ul li p:nth-of-type(1) {
  flex-shrink: 0;
  width: 5.5vw;
}
#content #news .news-content ul li p:nth-of-type(2) {
  flex-shrink: 0;
  width: 3.5vw;
  text-align: center;
}
#content #news .news-content ul li p:nth-of-type(3) {
  padding-left: 0.5vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#content #news .news-content .btn {
  position: relative;
  z-index: 12;
  margin-top: 3vw;
  text-align: center;
}
#content #news .news-content .btn a {
  display: inline-block;
  height: 2.6vw;
  padding: 0 2.5vw;
  background: #000;
  color: #fff;
  line-height: 2.6vw;
  font-size: 1.5vw;
}
#content #works {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: start;
  align-items: flex-start;
  background: #000;
  color: #fff;
  overflow: hidden;
}
#content #works a {
  color: #fff;
}
#content #works .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  width: 100%;
}
#content #works .bg #svg-works {
  width: 100%;
  /***************************************************
  * * Generated by SVG Artista on 9/9/2022, 5:11:25 PM
  * * MIT license (https://opensource.org/licenses/MIT)
  * * W. https://svgartista.net
  * ************************************************* */
}
#content #works .bg #svg-works .st0 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#content #works .bg #svg-works.animation .svg-elem-1 {
  stroke-dashoffset: 2px;
  stroke-dasharray: 2px;
  -webkit-transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
#content #works .bg #svg-works.active .svg-elem-1 {
  stroke-dashoffset: 0;
}
#content #works .bg #svg-works.animation .svg-elem-2 {
  stroke-dashoffset: 3565.4443359375px;
  stroke-dasharray: 3565.4443359375px;
  -webkit-transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
  transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
}
#content #works .bg #svg-works.active .svg-elem-2 {
  stroke-dashoffset: 0;
}
#content #works .bg #svg-works.animation .svg-elem-3 {
  stroke-dashoffset: 2px;
  stroke-dasharray: 2px;
  -webkit-transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
  transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
}
#content #works .bg #svg-works.active .svg-elem-3 {
  stroke-dashoffset: 0;
}
#content #works .works-content {
  position: relative;
  z-index: 12;
  display: flex;
  opacity: 0;
}
#content #works .works-content.active {
  animation: shiny 1000ms ease-in-out;
  opacity: 1;
}
#content #works .works-content.visible {
  opacity: 1;
}
#content #works .works-content.visible.active {
  animation: none;
}
#content #works .works-content .menu {
  margin: 18vw 5vw 0 17.3vw;
}
#content #works .works-content .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content #works .works-content .menu ul.main li {
  writing-mode: vertical-rl;
  font-size: 1.51vw;
  line-height: 1;
}
#content #works .works-content .menu ul.main li::before {
  content: "/";
  display: inline-block;
  margin: 0.5vw 0;
}
#content #works .works-content .menu ul.main li:nth-child(1)::before {
  display: none;
}
#content #works .works-content .menu ul.sub {
  margin-top: 2.5vw;
}
#content #works .works-content .menu ul.sub li {
  position: relative;
  margin-left: 0;
  padding-left: 0.5vw;
}
#content #works .works-content .menu ul.sub li::before {
  content: "";
  position: absolute;
  left: -1vw;
  top: 0.5vw;
  width: 0.4vw;
  height: 0.4vw;
  border-radius: 0.2vw;
  background: #fff;
}
#content #works .works-content .menu ul.sub li a {
  position: relative;
  font-size: 1.25vw;
  line-height: 1;
}
#content #works .works-content .menu ul.sub li a::before {
  content: "";
  position: absolute;
  top: 120%;
  left: 1.2vw;
  width: 1px;
  height: 1.8vw;
  background: #fff;
}
#content #works .works-content .menu ul.sub li a::after {
  content: "";
  position: absolute;
  top: calc(120% + 1.8vw);
  left: 1.2vw;
  width: 1px;
  height: 0.9vw;
  background: #fff;
  transform-origin: 0 0;
  transform: rotate(-145deg);
}
#content #works .works-content .body > ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 58.75vw;
  margin: 0;
  padding: 0 0 5.7vw 0;
}
#content #works .works-content .body > ul::after {
  content: "";
  display: block;
  width: 18vw;
}
#content #works .works-content .body > ul > li {
  width: 18vw;
  margin-top: 5.7vw;
}
#content #works .works-content .body > ul > li .img {
  margin-bottom: 0.55vw;
}
#content #works .works-content .body > ul > li p {
  margin: 0;
}
#content #works .works-content .body > ul > li p.title {
  font-size: 1.354vw;
}
#content #works .works-content .body > ul > li p.channel {
  font-size: 0.785vw;
}
#content #works .works-content .body > ul > li ul {
  list-style: none;
  display: flex;
  margin: 0.5vw -0.25vw 0;
  padding: 0;
}
#content #works .works-content .body > ul > li ul li {
  margin: 0.5vw 0.25vw 0;
  font-size: 0.7vw;
}
#content #works .works-content .body > ul > li ul li span {
  display: block;
  width: 3.1vw;
  padding: 0.4vw 0 0.25vw;
  background: #fff;
  color: #000;
  text-align: center;
  line-height: 1;
}
#content #works .works-content .body > ul > li ul li a {
  display: block;
  width: 6vw;
  padding: 0.4vw 0 0.25vw;
  border: solid 1px #fff;
  text-align: center;
  line-height: 1;
}
#content #works .works-content .body > ul > li .detail {
  display: none;
  padding-top: 1.5vw;
}
#content #works .works-content .body > ul > li .detail p {
  font-size: 0.83vw;
}
#content #works .works-content .body > ul > li .btn {
  margin-top: 0.75vw;
}
#content #works .works-content .body > ul > li .btn a {
  display: block;
  text-align: center;
  transition: all 300ms ease-in-out;
}
#content #works .works-content .body > ul > li .btn a::before {
  content: "";
  display: inline-block;
  width: 1.25vw;
  height: 0.677vw;
  background: url(../img/works-arrow.png) 0 0 no-repeat;
  background-size: cover;
}
#content #works .works-content .body > ul > li .btn a.opened {
  transform: rotate(180deg);
}
#content #profile {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
#content #profile .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  width: 100%;
}
#content #profile .bg #svg-profile {
  width: 100%;
  /***************************************************
  * * Generated by SVG Artista on 9/10/2022, 9:30:39 PM
  * * MIT license (https://opensource.org/licenses/MIT)
  * * W. https://svgartista.net
  * ************************************************* */
}
#content #profile .bg #svg-profile .st0 {
  fill: none;
  stroke: #000000;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#content #profile .bg #svg-profile .svg-elem-1 {
  stroke-dashoffset: 3857.365234375px;
  stroke-dasharray: 3857.365234375px;
  -webkit-transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
#content #profile .bg #svg-profile.active .svg-elem-1 {
  stroke-dashoffset: 0;
}
#content #profile .bg #svg-profile .svg-elem-2 {
  stroke-dashoffset: 2942.7470703125px;
  stroke-dasharray: 2942.7470703125px;
  -webkit-transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
  transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
}
#content #profile .bg #svg-profile.active .svg-elem-2 {
  stroke-dashoffset: 0;
}
#content #profile .bg #svg-profile .svg-elem-3 {
  stroke-dashoffset: 2900.6254882813px;
  stroke-dasharray: 2900.6254882813px;
  -webkit-transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
  transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
}
#content #profile .bg #svg-profile.active .svg-elem-3 {
  stroke-dashoffset: 0;
}
#content #profile .bg #svg-profile .svg-elem-4 {
  stroke-dashoffset: 2858.6977539063px;
  stroke-dasharray: 2858.6977539063px;
  -webkit-transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s;
  transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s;
}
#content #profile .bg #svg-profile.active .svg-elem-4 {
  stroke-dashoffset: 0;
}
#content #profile .bg #svg-profile .svg-elem-5 {
  stroke-dashoffset: 2817.1782226563px;
  stroke-dasharray: 2817.1782226563px;
  -webkit-transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s;
  transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s;
}
#content #profile .bg #svg-profile.active .svg-elem-5 {
  stroke-dashoffset: 0;
}
#content #profile .bg #svg-profile .svg-elem-6 {
  stroke-dashoffset: 42.1463127136px;
  stroke-dasharray: 42.1463127136px;
  -webkit-transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
  transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
}
#content #profile .bg #svg-profile.active .svg-elem-6 {
  stroke-dashoffset: 0;
}
#content #profile .profile-content {
  position: relative;
  z-index: 12;
  opacity: 0;
}
#content #profile .profile-content.active {
  animation: shiny 1000ms ease-in-out;
  opacity: 1;
}
#content #profile .profile-content .menu {
  position: absolute;
  right: 11.5vw;
  top: 6.9vw;
  z-index: 11;
}
#content #profile .profile-content .menu ul {
  list-style: none;
  display: flex;
  width: 15.6vw;
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: 500ms all ease-in-out;
}
#content #profile .profile-content .menu ul.active {
  opacity: 1;
}
#content #profile .profile-content .body {
  padding: 10vw 0 5.7vw 22vw;
}
#content #profile .profile-content .body > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content #profile .profile-content .body > ul > li {
  display: none;
}
#content #profile .profile-content .body > ul > li p {
  margin: 0;
  font-size: 0.78vw;
}
#content #profile .profile-content .body > ul > li > div > div {
  margin-top: 7.5vw;
}
#content #profile .profile-content .body > ul > li > div > div > p {
  margin: 0;
  font-size: 1.875vw;
}
#content #profile .profile-content .body > ul > li > div > div > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content #profile .profile-content .body > ul > li > div > div > ul > li {
  display: flex;
  margin-top: 1vw;
}
#content #profile .profile-content .body > ul > li > div > div > ul > li > p:nth-of-type(1) {
  width: 10vw;
}
#content #profile .profile-content .body > ul > li > div > div > ul > li > p img {
  width: 4.17vw;
}
#content #profile .profile-content .body > ul > li > div > div:nth-of-type(1) {
  margin-top: 0;
}
#content #profile .profile-content .body > ul > li > div:nth-of-type(1) > div > ul > li:nth-child(1) p {
  font-size: 0.9375vw;
}
#content #profile .profile-content .body > ul > li > div:nth-of-type(2) {
  margin: 7.5vw 0 0 7vw;
}
#content #profile .profile-content .body > ul > li.active {
  display: flex;
  animation: shiny 1000ms ease-in-out;
}
#content #access {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  background: #000;
  color: #fff;
  overflow: hidden;
}
#content #access a {
  color: #fff;
}
#content #access .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  width: 100%;
}
#content #access .bg #svg-access {
  width: 100%;
  /***************************************************
  * * Generated by SVG Artista on 9/11/2022, 12:27:45 AM
  * * MIT license (https://opensource.org/licenses/MIT)
  * * W. https://svgartista.net
  * ************************************************* */
}
#content #access .bg #svg-access .st0 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#content #access .bg #svg-access .svg-elem-1 {
  stroke-dashoffset: 3194.75390625px;
  stroke-dasharray: 3194.75390625px;
  -webkit-transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
#content #access .bg #svg-access.active .svg-elem-1 {
  stroke-dashoffset: 6389.5078125px;
}
#content #access .bg #svg-access .svg-elem-2 {
  stroke-dashoffset: 2240.7141113281px;
  stroke-dasharray: 2240.7141113281px;
  -webkit-transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
  transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
}
#content #access .bg #svg-access.active .svg-elem-2 {
  stroke-dashoffset: 4481.4282226563px;
}
#content #access .bg #svg-access .svg-elem-3 {
  stroke-dashoffset: 1923.1164550781px;
  stroke-dasharray: 1923.1164550781px;
  -webkit-transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
  transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
}
#content #access .bg #svg-access.active .svg-elem-3 {
  stroke-dashoffset: 3846.2329101563px;
}
#content #access .bg #svg-access .svg-elem-4 {
  stroke-dashoffset: 1846.4904785156px;
  stroke-dasharray: 1846.4904785156px;
  -webkit-transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s;
  transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s;
}
#content #access .bg #svg-access.active .svg-elem-4 {
  stroke-dashoffset: 3692.9809570313px;
}
#content #access .bg #svg-access .svg-elem-5 {
  stroke-dashoffset: 1623.1691894531px;
  stroke-dasharray: 1623.1691894531px;
  -webkit-transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s;
  transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s;
}
#content #access .bg #svg-access.active .svg-elem-5 {
  stroke-dashoffset: 3246.3383789063px;
}
#content #access .access-content {
  position: relative;
  z-index: 12;
  display: flex;
  height: 55.4vw;
  padding: 5.7vw 10.4vw 5.7vw 0;
  opacity: 0;
}
#content #access .access-content.active {
  animation: shiny 1000ms ease-in-out;
  opacity: 1;
}
#content #access .access-content .info p {
  margin: 1.5vw 0 0;
  font-size: 1vw;
}
#content #access .access-content .info p:nth-of-type(1) {
  margin-top: 0;
  padding-right: 2.5vw;
  font-size: 1.2vw;
}
#content #access .access-content .map {
  width: 41.7vw;
}
#content #access .access-content .map .wrap {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
#content #access .access-content .map .wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#content #contact {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  overflow: hidden;
}
#content #contact .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  width: 100%;
}
#content #contact .bg #svg-contact {
  width: 100%;
  /***************************************************
  * * Generated by SVG Artista on 9/11/2022, 1:05:37 AM
  * * MIT license (https://opensource.org/licenses/MIT)
  * * W. https://svgartista.net
  * ************************************************* */
}
#content #contact .bg #svg-contact .st0 {
  fill: none;
  stroke: #000000;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#content #contact .bg #svg-contact .svg-elem-1 {
  stroke-dashoffset: 2825.1982421875px;
  stroke-dasharray: 2825.1982421875px;
  -webkit-transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
#content #contact .bg #svg-contact.active .svg-elem-1 {
  stroke-dashoffset: 0;
}
#content #contact .bg #svg-contact .svg-elem-2 {
  stroke-dashoffset: 550.1511230469px;
  stroke-dasharray: 550.1511230469px;
  -webkit-transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
  transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
}
#content #contact .bg #svg-contact.active .svg-elem-2 {
  stroke-dashoffset: 0;
}
#content #contact .bg #svg-contact .svg-elem-3 {
  stroke-dashoffset: 570.3704223633px;
  stroke-dasharray: 570.3704223633px;
  -webkit-transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
  transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
}
#content #contact .bg #svg-contact.active .svg-elem-3 {
  stroke-dashoffset: 0;
}
#content #contact .contact-content {
  position: relative;
  z-index: 12;
  padding: 13vw 10.4vw 2.8vw 0;
  opacity: 0;
}
#content #contact .contact-content.active {
  animation: shiny 1000ms ease-in-out;
  opacity: 1;
}
#content #contact .contact-content p {
  text-align: right;
  font-size: 0.95vw;
}
#content #contact .contact-content p a {
  position: relative;
  padding-right: 2.8vw;
  font-size: 1.6vw;
  letter-spacing: 0.1em;
}
#content #contact .contact-content p a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 1.7vw;
  width: 1.8vw;
  height: 2px;
  background: #000;
}
#content #contact .contact-content p a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 1.7vw;
  width: 0.9vw;
  height: 2px;
  background: #000;
  transform-origin: 100% 1px;
  transform: rotate(45deg);
}

#footer {
  padding: 1.8vw 0;
  background: #000;
  color: #fff;
}
#footer p {
  margin: 0;
  font-size: 0.83vw;
  text-align: center;
}

#to-top {
  position: fixed;
  right: 3.125vw;
  bottom: -4.32vw;
  z-index: 100;
  width: 4.32vw;
  height: 4.32vw;
  opacity: 0;
  transition: all 500ms ease-in-out;
}
#to-top.active {
  bottom: 3.125vw;
  opacity: 1;
}

#content #news.news {
  margin-top: 0;
  background: url(../img/news-bg-h.png) 0 0 no-repeat, url(../img/news-bg-f.png) 0 100% no-repeat;
  background-size: 100%;
  height: auto;
}
#content #news.news .bg {
  height: 100%;
  padding: 8.3vw 0 4.5vw;
}
#content #news.news .bg div {
  width: 100%;
  height: 100%;
  background-origin: padding-box;
  background: url(../img/news-bg-b.png) 0 0 repeat-y;
  background-size: 100%;
}
#content #news.news .news-content {
  width: 52vw;
  padding: 15vw 0;
  min-height: 38.2vw;
}
#content #news.news .news-content ul li {
  padding-bottom: 2vw;
  margin-bottom: 2vw;
}
#content #news.news .news-content ul li p:nth-of-type(1) {
  width: 6.5vw;
}
#content #news.news .news-content ul li p:nth-of-type(2) {
  width: 4.5vw;
}
#content #news.news .news-content ul li p:nth-of-type(3) {
  padding-left: 1vw;
  white-space: normal;
}
#content #news.news .news-content ul li:nth-last-child(1) {
  border-bottom: none;
}
#content #works.works .bg {
  height: 100%;
  padding-top: 21.5vw;
  background: url(../img/works-bg-h.png) 0 0 no-repeat;
  background-size: 100%;
}
#content #works.works .bg div {
  width: 100%;
  height: 100%;
  background-origin: padding-box;
  background: url(../img/works-bg-f.png) 0 0 repeat-y;
  background-size: 100%;
}
#content #works.works .works-content .menu ul.sub li {
  margin-top: 0.6vw;
  margin-left: -0.2vw;
}
#content #works.works .works-content .menu ul.sub li a::before {
  display: none;
}
#content #works.works .works-content .menu ul.sub li a::after {
  display: none;
}
#content #works.works .works-content .body > ul {
  display: block;
}
#content #works.works .works-content .body > ul > li {
  display: none;
  width: auto;
}
#content #works.works .works-content .body > ul > li > p {
  margin-bottom: 3vw;
  font-size: 3.54vw;
}
#content #works.works .works-content .body > ul > li > ul {
  display: block;
}
#content #works.works .works-content .body > ul > li > ul > li {
  margin-bottom: 2vw;
  padding-bottom: 2vw;
  border-bottom: solid 1px #fff;
}
#content #works.works .works-content .body > ul > li > ul > li .title br {
  display: none;
}
#content #works.works .works-content .body > ul > li > ul > li .detail {
  display: block;
}
#content #works.works .works-content .body > ul > li > ul > li:nth-last-child(1) {
  border-bottom: none;
}
#content #works.works .works-content .body > ul > li.active {
  display: block;
  animation: shiny 1000ms ease-in-out;
}

#footer.works {
  background-origin: padding-box;
  background: #000 url(../img/works-bg-f.png) 0 0 repeat-y;
  background-size: 100%;
}

/* ==========================================================================
 * * Helper classes
 * * ========================================================================== */
/* * Hide visually and from screen readers */
.hidden {
  display: none !important;
}

/* * Hide only visually, but have it available for screen readers:
 * * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 * *
 * * 1. For long content, line feeds are not interpreted as spaces and small width
 * *    causes content to wrap 1 word per line:
 * *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/* * Extends the .visuallyhidden class to allow the element
 * * to be focusable when navigated to via the keyboard:
 * * https://www.drupal.org/node/897638 */
/* * Hide visually and from screen readers, but maintain layout */
.invisible {
  visibility: hidden;
}

/* * Clearfix: contain floats
 * *
 * * For modern browsers
 * * 1. The space content is one way to avoid an Opera bug when the
 * *    `contenteditable` attribute is included anywhere else in the document.
 * *    Otherwise it causes space to appear at the top and bottom of elements
 * *    that receive the `clearfix` class.
 * * 2. The use of `table` rather than `block` is only necessary if using
 * *    `:before` to contain the top-margins of child elements. */
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

/* ==========================================================================
 * * EXAMPLE Media Queries for Responsive Design.
 * * These examples override the primary ('mobile first') styles.
 * * Modify as content requires.
 * * ========================================================================== */
@media only screen and (orientation: landscape) {
  .sp-only {
    display: none !important;
  }
}
@media only screen and (orientation: portrait) {
  .pc-only {
    display: none !important;
  }

  .home #wrapper {
    background: url(../img/sp-mv.png) 0 0 no-repeat;
    background-size: 100%;
  }

  #header {
    padding: 40px 20px 0;
  }
  #header h1 {
    display: inline-block;
    position: relative;
    z-index: 102;
    margin: 0;
    line-height: 1;
  }
  #header h1 img {
    width: 94px;
  }
  #header h1 img:nth-of-type(2) {
    display: none;
  }
  #header h1.r img:nth-of-type(1) {
    display: none;
  }
  #header h1.r img:nth-of-type(2) {
    display: inline;
  }
  #header h1.w img:nth-of-type(1) {
    display: none;
  }
  #header h1.w img:nth-of-type(2) {
    display: inline;
  }
  #header #nav #nav-btn {
    right: 30px;
    top: 43px;
  }
  #header #nav #nav-btn a {
    width: 39px;
    height: 39px;
  }
  #header #nav #nav-btn a span {
    top: 15px;
    width: 39px;
    height: 1px;
  }
  #header #nav #nav-btn a span:nth-of-type(2) {
    top: 24px;
  }
  #header #nav #nav-list {
    position: absolute;
    top: -100vh;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100vh;
    padding: 7.8vw 0 2.6vw;
    background: #000;
    text-align: right;
    transition: all 300ms ease-in-out;
    overflow: auto;
  }
  #header #nav #nav-list > ul {
    list-style: none;
    display: inline-block;
    margin: 0;
    color: #fff;
    text-align: right;
  }
  #header #nav #nav-list > ul li {
    display: none;
    position: relative;
    margin-top: 120px;
    font-size: 1.8rem;
    text-align: left;
  }
  #header #nav #nav-list > ul li a {
    color: #fff;
  }
  #header #nav #nav-list > ul li a img {
    width: 338px;
  }
  #header #nav #nav-list > ul li > div {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
  }

  #mv {
    justify-content: center;
    height: 100vh;
    background: url(../img/sp-mv-l.png) 0 0 repeat-y;
    background-size: 100%;
  }
  #mv .mv-content {
    position: relative;
    width: auto;
    max-width: initial;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center; 
  }

  #mv .mv-content .logo {
    order: -1; 
    margin-bottom: 20px; 
  }
  #mv .mv-content .text {
    width: 100%;
    order: 1; 
    text-align: center; 
  }

  #mv .mv-content .text h2 {
    position: relative;
    margin: 120px 0 0;
    font-size: 2.6rem;
    text-align: center;
    transform: translate(0, 10px);
    opacity: 0;
    transition: all 500ms ease-in-out;
  }
  #mv .mv-content .text h2 > span {
    transform: translate(0, 0);
    opacity: 1;
  }
  #mv .mv-content .text h2.active {
    transform: translate(0, 0);
    opacity: 1;
  }

  #content #news {
    height: auto;
    margin-top: 0;
    background: url(../img/sp-news-bg-h-top.png) 0 0 no-repeat, url(../img/sp-news-bg-f.png) 0 100% no-repeat;
    background-size: 100%;
  }
  #content #news .bg {
    height: 100%;
    padding: 172px 0 60px;
  }
  #content #news .bg div {
    width: 100%;
    height: 100%;
    background-origin: padding-box;
    background: url(../img/sp-news-bg-b.png) 0 0 repeat-y;
    background-size: 100%;
  }
  #content #news .news-content {
    width: 500px;
    padding: 160px 0 80px 40px;
    min-height: 0;
  }
  #content #news .news-content ul li {
    flex-wrap: wrap;
    padding-bottom: 40px;
    margin-bottom: 40px;
    padding: 0;
  }
  #content #news .news-content ul li p:nth-of-type(1) {
    width: auto;
    font-size: 1.9rem;
  }
  #content #news .news-content ul li p:nth-of-type(2) {
    width: auto;
    margin-left: 20px;
    font-size: 1.9rem;
    text-align: left;
  }
  #content #news .news-content ul li p:nth-of-type(3) {
    width: 100%;
    font-size: 2.1rem;
    margin-top: 10px;
    padding-left: 0;
  }
  #content #news .news-content .btn {
    margin-top: 40px;
  }
  #content #news .news-content .btn a {
    height: 42px;
    padding: 0 40px;
    line-height: 42px;
    font-size: 2.4rem;
  }
  #content #works .bg {
    height: 100%;
    padding-top: 310px;
    background: url(../img/sp-works-bg-h.png) 0 0 no-repeat;
    background-size: 100%;
  }
  #content #works .bg div {
    width: 100%;
    height: 100%;
    background-origin: padding-box;
    background: url(../img/sp-works-bg-f.png) 0 0 repeat-y;
    background-size: 100%;
  }
  #content #works .works-content .menu {
    margin: 340px 50px 0 147px;
  }
  #content #works .works-content .menu ul.main li {
    font-size: 3rem;
  }
  #content #works .works-content .menu ul.main li::before {
    margin: 10px 0;
  }
  #content #works .works-content .menu ul.main li:nth-child(1)::before {
    display: none;
  }
  #content #works .works-content .menu ul.sub {
    margin-top: 20px;
  }
  #content #works .works-content .menu ul.sub li {
    margin-top: 30px;
    padding-left: 0;
  }
  #content #works .works-content .menu ul.sub li::before {
    left: -19px;
    top: 10px;
    width: 7px;
    height: 7px;
    border-radius: 3.5px;
  }
  #content #works .works-content .menu ul.sub li a {
    font-size: 27px;
  }
  #content #works .works-content .menu ul.sub li a::before {
    content: "";
    position: absolute;
    top: 120%;
    left: 30px;
    width: 1px;
    height: 37px;
    background: #fff;
  }
  #content #works .works-content .menu ul.sub li a::after {
    content: "";
    position: absolute;
    top: calc(120% + 37px);
    left: 30px;
    width: 1px;
    height: 18px;
    background: #fff;
    transform-origin: 0 0;
    transform: rotate(-145deg);
  }
  #content #works .works-content .body > ul {
    display: block;
    width: 320px;
    padding: 0 0 60px 30px;
  }
  #content #works .works-content .body > ul > li {
    width: auto;
    margin-top: 45px;
  }
  #content #works .works-content .body > ul > li p.title {
    font-size: 2.5rem;
  }
  #content #works .works-content .body > ul > li p.channel {
    font-size: 2rem;
  }
  #content #works .works-content .body > ul > li ul {
    margin: 0 -5px 0;
  }
  #content #works .works-content .body > ul > li ul li {
    margin: 15px 5px 0;
    font-size: 16px;
  }
  #content #works .works-content .body > ul > li ul li span {
    width: 67px;
    padding: 8px 0 5px;
  }
  #content #works .works-content .body > ul > li ul li a {
    width: 110px;
    padding: 8px 0 5px;
  }
  #content #works .works-content .body > ul > li .detail {
    padding-top: 15px;
  }
  #content #works .works-content .body > ul > li .detail p {
    font-size: 18px;
  }
  #content #works .works-content .body > ul > li .btn {
    margin-top: 10px;
  }
  #content #works .works-content .body > ul > li .btn a::before {
    width: 24px;
    height: 13px;
  }
  #content #profile .bg {
    height: 100%;
    padding-top: 0;
    background: url(../img/sp-profile-bg.png) 0 0 no-repeat;
    background-size: 100%;
  }
  #content #profile .profile-content .menu {
    position: absolute;
    right: 110px;
    top: 135px;
  }
  #content #profile .profile-content .menu ul {
    width: 265px;
  }
  #content #profile .profile-content .menu ul.active {
    opacity: 1;
  }
  #content #profile .profile-content .body {
    width: 500px;
    margin: 0 auto;
    padding: 220px 0 60px;
  }
  #content #profile .profile-content .body > ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #content #profile .profile-content .body > ul > li {
    display: none;
    flex-direction: column;
  }
  #content #profile .profile-content .body > ul > li p {
    margin: 0;
    font-size: 18px;
  }
  #content #profile .profile-content .body > ul > li > div > div {
    margin-top: 60px;
  }
  #content #profile .profile-content .body > ul > li > div > div > p {
    margin: 0;
    font-size: 30px;
  }
  #content #profile .profile-content .body > ul > li > div > div > ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #content #profile .profile-content .body > ul > li > div > div > ul > li {
    display: flex;
    margin-top: 15px;
  }
  #content #profile .profile-content .body > ul > li > div > div > ul > li > p:nth-of-type(1) {
    width: 140px;
  }
  #content #profile .profile-content .body > ul > li > div > div > ul > li > p img {
    width: 88px;
  }
  #content #profile .profile-content .body > ul > li > div > div:nth-of-type(1) {
    margin-top: 0;
  }
  #content #profile .profile-content .body > ul > li > div:nth-of-type(1) > div > ul > li:nth-child(1) p {
    font-size: 18px;
  }
  #content #profile .profile-content .body > ul > li > div:nth-of-type(2) {
    margin: 60px 0 0 0;
  }
  #content #access .bg {
    height: 100%;
    padding-top: 0;
    background: url(../img/sp-access-bg.png) 0 0 no-repeat;
    background-size: 100%;
  }
  #content #access .access-content {
    flex-direction: column;
    width: 500px;
    height: 741px;
    margin: 0 auto;
    padding: 60px 0;
    opacity: 0;
  }
  #content #access .access-content.active {
    animation: shiny 1000ms ease-in-out;
    opacity: 1;
  }
  #content #access .access-content .info p {
    margin: 10px 0 0;
    font-size: 1.9rem;
  }
  #content #access .access-content .info p:nth-of-type(1) {
    padding-right: 0;
    font-size: 2.2rem;
  }
  #content #access .access-content .map {
    width: 420px;
    margin: 10px -70px 0 auto;
  }
  #content #contact .bg {
    height: 100%;
    padding-top: 0;
    background: url(../img/sp-contact-bg.png) 0 0 no-repeat;
    background-size: 100%;
  }
  #content #contact .contact-content {
    padding: 150px 60px 30px 0;
  }
  #content #contact .contact-content.active {
    animation: shiny 1000ms ease-in-out;
    opacity: 1;
  }
  #content #contact .contact-content p {
    margin: 0;
    text-align: right;
    font-size: 1.8rem;
  }
  #content #contact .contact-content p a {
    position: relative;
    padding-right: 50px;
    font-size: 3.3rem;
  }
  #content #contact .contact-content p a::before {
    top: 30px;
    right: 15px;
    width: 27px;
    height: 1.5px;
  }
  #content #contact .contact-content p a::after {
    top: 30px;
    right: 15px;
    width: 13px;
    height: 1.5px;
  }

  #footer {
    padding: 10px 0;
  }
  #footer p {
    font-size: 1.7rem;
  }

  #to-top {
    position: fixed;
    right: 20px;
    bottom: -40px;
    z-index: 100;
    width: 40px;
    height: 40px;
    opacity: 0;
    transition: all 500ms ease-in-out;
  }
  #to-top.active {
    bottom: 50px;
    opacity: 1;
  }

  #content #news.news {
    margin-top: 0;
    background: url(../img/sp-news-bg-h.png) 0 0 no-repeat, url(../img/sp-news-bg-f.png) 0 100% no-repeat;
    background-size: 100%;
    height: auto;
  }
  #content #news.news .bg {
    height: 100%;
    padding: 172px 0 60px;
  }
  #content #news.news .bg div {
    width: 100%;
    height: 100%;
    background-origin: padding-box;
    background: url(../img/sp-news-bg-b.png) 0 0 repeat-y;
    background-size: 100%;
  }
  #content #news.news .news-content {
    width: 500px;
    padding-top: 250px;
    min-height: 0;
  }
  #content #news.news .news-content ul li {
    flex-wrap: wrap;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  #content #news.news .news-content ul li p:nth-of-type(1) {
    width: auto;
    font-size: 1.9rem;
  }
  #content #news.news .news-content ul li p:nth-of-type(2) {
    width: auto;
    margin-left: 20px;
    font-size: 1.9rem;
    text-align: left;
  }
  #content #news.news .news-content ul li p:nth-of-type(3) {
    width: 100%;
    font-size: 2.1rem;
    margin-top: 10px;
    padding-left: 0;
    white-space: normal;
  }
  #content #works.works .bg {
    height: 100%;
    padding-top: 310px;
    background: url(../img/sp-works-bg-h.png) 0 0 no-repeat;
    background-size: 100%;
  }
  #content #works.works .bg div {
    width: 100%;
    height: 100%;
    background-origin: padding-box;
    background: url(../img/sp-works-bg-f.png) 0 0 repeat-y;
    background-size: 100%;
  }
  #content #works.works .works-content .menu ul.sub li {
    margin-top: 30px;
  }
  #content #works.works .works-content .body > ul {
    display: block;
    width: 100%;
    padding: 0 60px 60px 0;
  }
  #content #works.works .works-content .body > ul > li {
    display: none;
    width: auto;
    margin-top: 45px;
  }
  #content #works.works .works-content .body > ul > li > p {
    margin-bottom: 40px;
    font-size: 3.89rem;
  }
  #content #works.works .works-content .body > ul > li > ul {
    display: block;
  }
  #content #works.works .works-content .body > ul > li > ul > li {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  #footer.works {
    background-origin: padding-box;
    background: #000 url(../img/sp-works-bg-f.png) 0 0 repeat-y;
    background-size: 100%;
  }
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
 * * Print styles.
 * * Inlined to avoid the additional HTTP request:
 * * http://www.phpied.com/delay-loading-your-print-css/
 * * ========================================================================== */