HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URLs added here will be added as <link>
s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
You can also link to another Pen here (use the .css
URL Extension) and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, use the appropriate URL Extension and we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by esm.sh, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ESM usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<head>
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<!--==============レイアウトを制御する独自のCSSを読み込み===============-->
<link href="https://assets.codepen.io/6329135/reset04.css" rel="stylesheet">
</head>
<body>
<!--1つ目のSVG-->
<div class="svganimeblock">
<svg version="1.1" class="svganime" id="logo" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="1856.5px" height="321.8px" viewBox="0 0 1856.5 321.8" style="enable-background:new 0 0 1856.5 321.8;" xml:space="preserve">
<g>
<path d="M146.6,229.5c-12.3,5.5-21.1,9.4-26.4,11.6c-5.3,2.3-8.7,3.7-10.3,4.4c-1.6,0.7-2.1,0.9-1.6,0.7c0.5-0.2,0.2-0.2-0.7,0
c-1,0.2-3.5,1.1-7.6,2.7c-4.1,1.6-11.3,4.4-21.7,8.6c0.2-0.6-1.9-0.2-6.3,1.2c-4.5,1.4-9.7,3-15.9,4.9c-6.1,1.9-12.3,3.6-18.6,5.3
c-6.3,1.7-11.2,2.5-14.8,2.5c-1.9,0.4-3.5,0.3-4.9-0.1c-1.3-0.5-2.8-0.9-4.5-1.3c-1.4,0-2.9,0-4.5,0c-1.6,0-3-0.1-4.3-0.4
c-1.3-0.3-2.4-0.9-3.2-1.8c-0.8-0.9-1.3-2.2-1.3-4c-0.2-3.3,0.9-6.3,3.4-9c2.5-2.7,5-5.3,7.4-7.8c14.7-13.6,29.5-25.4,44.6-35.5
c15-10.1,30.8-19,47.3-26.5c16.5-7.6,33.9-14.3,52.2-20.1c18.3-5.8,37.9-11.3,58.8-16.4c0.5-3.5-0.2-7-2.2-10.5
c-1.9-3.4-4.2-6.2-6.9-8.4c-5.1-3.1-11.6-6-19.5-8.6c-7.9-2.6-16.1-3.8-24.5-3.8c-10.4-0.2-20.7,0.1-31,0.9
c-10.4,0.8-20.9,1.7-31.8,2.7c-3.4,0.4-6.9,0.6-10.5,0.7c-3.6,0.1-7-0.3-10.1-1.3c-1-0.2-1.9-0.5-2.9-0.9c-1-0.4-2-0.8-3.2-1.2
c-2.2-0.6-4-1-5.6-1.2c-1.6-0.2-3.3-0.8-5.2-1.8c-1.4-1-3-2.5-4.7-4.4c-1.7-2-2.5-4.3-2.5-7.1c0-2.9,0.7-6,2.2-9.3s3-6,4.7-8.4
c1.9-3.1,3.9-5.8,6-8c2-2.2,4-4.2,6-6.2c18.5-17.9,40.1-32.6,64.6-44.2c6.3-3.3,13.1-6.2,20.4-8.7c7.3-2.5,15.1-4.2,23.3-5.2
c1.9-0.4,4.2-0.6,6.9-0.7c2.6-0.1,5.1-0.2,7.2-0.4c4.8-0.4,9.3-0.6,13.4-0.6c4.1,0,7.6,1.1,10.5,3.2c1,0.4,1.8,1,2.5,1.8
c0.7,0.8,2,1.4,4,1.8c0.5,1.4,0.5,2.7,0.2,4c-0.4,1.3-0.8,2.5-1.3,3.7c1,0.4,1.4,0.3,1.3-0.1c-0.1-0.5,0.1-0.5,0.5-0.1
c-0.5,2.2-1.1,4-1.8,5.6c-0.7,1.6-1.4,3.4-2.2,5.6c-1.7,3.5-3.1,6.4-4.3,8.6c-0.7,1-1.4,2-2.2,3.1c-0.7,1.1-1.2,2.2-1.4,3.4
c-1.7-0.4-2.5-0.2-2.5,0.4c0,0.7-0.2,1.3-0.7,1.9c-1.2-0.2-2.3-0.1-3.4,0.1s-2.2,0.4-3.4,0.4c-0.7-0.2-1.2-0.3-1.4-0.4
c-0.2-0.1-0.7,0-1.4,0.1c-1,0.2-1.8,0.6-2.5,1.3c-0.7,0.7-1.7,0.7-2.9,0.1c-0.2-2.6-0.1-4.9,0.4-7.1c0.5-2.2,1.1-4.3,2-6.3
c0.8-2.1,1.7-4.1,2.5-6.2c0.8-2.1,1.5-4.2,2-6.3c-4.6,0-9.3,0.4-14.1,1.2c-4.8,0.8-9.3,1.9-13.4,3.2c-3.4,1-6.4,2.2-9.2,3.5
c-2.8,1.4-5.8,2.7-9.2,3.8c-12.5,4.9-23.7,10.1-33.6,15.6c-2.7,1.2-5,2.8-7,4.7c-2,2-4,3.9-6,5.9c-6.3,5.3-12.2,11.1-17.9,17.4
c-5.7,6.3-9.8,13.4-12.5,21.2c2.2,1,4.3,1.3,6.5,0.9c10.6,0.2,21.6-0.1,33-1c11.4-0.9,22.2-1.1,32.3-0.7c9.6,0.4,18.9,1.3,27.8,2.7
c8.9,1.4,17,3.4,24.4,6.2c7.3,2.8,13.7,6.4,19,10.9c5.3,4.5,9.4,10.1,12.3,16.8c8.7-1.8,16.4-3.1,23.3-4.1c6.9-1,13.6-1.8,20.2-2.5
c6.6-0.7,13.7-1.3,21.1-1.8c7.5-0.5,16-1.1,25.6-1.9c0,0.6-0.4,0.8-1.1,0.7c-0.7-0.1-1.2,0.1-1.4,0.4c0.5,0.6,1.4,0.9,2.7,0.9
c1.3,0,2.6-0.1,3.8-0.3c-2.2,0.6-4,1.2-5.6,1.9c-1.6,0.7-3.8,1.1-6.7,1.3c0.5,0.4,1.3,0.5,2.3,0.3c1.1-0.2,2.1-0.3,3.1-0.3
c-1.4,1.2-3.3,1.8-5.6,1.8c-2.3,0-4.8,0.3-7.4,0.9c0.7,0.4,2,0.4,4,0c-0.2,0.2-0.4,0.5-0.4,0.9c-2.7,0.8-5.4,1.3-8.1,1.6
c-2.8,0.3-5.8,0.6-9.2,1c-8.7,1.6-14.7,2.6-18,3.1c-3.4,0.5-5.6,0.8-6.7,0.9c-1.1,0.1-1.7,0.2-2,0.4c-0.2,0.2-1.8,0.7-4.7,1.5
c-0.5,0.2-1,0.4-1.4,0.7c-0.5,0.3-1.1,0.4-1.8,0.4c-2.7,1-5.5,1.7-8.7,2.1c-3.1,0.4-6,1.1-8.7,2.1l-2.2,1.2c-1.2,0.6-2.7,1-4.3,1.2
c-1.7,0.2-2.9,0.8-3.6,1.8c-1.2,2.8-2.7,5.5-4.3,8.1c-1.7,2.7-3.5,5.3-5.4,7.8c-1.4,1.6-2.8,3.1-4,4.4c-1.2,1.4-2.8,2.9-4.7,4.4
c-2.9,2.9-5.7,5.5-8.3,7.7c-7.7,6.3-15.9,12.1-24.5,17.4c-1,0.4-1.7,0.9-2.3,1.6c-0.6,0.7-1.5,1.1-2.7,1.3
c-0.5,0.2-0.6,0.4-0.4,0.6c0.2,0.2,0,0.5-0.7,0.9c-2.2,1-4.2,2.1-6,3.2s-4,2.2-6.7,2.9c-1.7,1.8-4,3.5-7,5.2
C152.8,226.3,149.7,227.9,146.6,229.5z M205.8,164c-0.5,0-0.8,0.1-1.1,0.1c-0.2,0.1-0.5,0.1-0.7,0.1c1.2-0.4,2.2-1.1,2.9-2.1
c-8.9,2.9-16.6,5.5-23.1,7.5c-6.5,2.1-12.4,4-17.7,5.8c-5.3,1.8-10.3,3.6-15.2,5.6c-4.8,2-9.9,4.1-15.3,6.5s-11.4,5.2-17.9,8.6
c-6.5,3.3-14.2,7.3-23.1,11.8c-8.7,5.1-15.3,9.1-19.9,11.9c-4.6,2.8-8.4,5.4-11.6,7.7c-3.1,2.3-6.2,4.5-9.2,6.6
c-3,2.2-7,5.1-12.1,8.8c-1.2,0.8-2.1,1.7-2.7,2.8c-0.6,1.1-1.4,2-2.3,2.8c-1.4,1.6,1.3,1.7,8.3,0.3c7-1.4,16.2-3.8,27.8-7.4
s24.4-8,38.6-13.4c14.2-5.4,27.8-11.5,40.8-18.3s24.4-14.1,34.3-21.8C196.5,180.3,202.9,172.3,205.8,164z M287.7,144.6
c-1.7,0-2.7,0.1-2.9,0.3c0.5-0.2,1-0.2,1.6,0C287.1,145,287.5,145,287.7,144.6z M314.1,139.8c-0.2,0-0.4,0.1-0.4,0.1
c0,0.1-0.1,0.1-0.4,0.1c0.2,0,0.4,0,0.4-0.1C313.7,139.9,313.8,139.8,314.1,139.8z" />
<path d="M389.2,110.9c0.5-0.2,0.9-0.3,1.3-0.4c0.4-0.1,0.3,0.1-0.2,0.7c0.2,0.4,0.8,0.4,1.6,0.1c0.8-0.3,1.5-0.4,2-0.3
c0.5,0.1,0.4,0.7-0.2,1.9c-0.6,1.2-2.1,3.5-4.5,7.1c0.2,0.2-0.8,1.6-3.2,4.1c-2.4,2.6-5.4,5.5-8.8,8.7c-3.5,3.2-6.9,6.4-10.1,9.4
c-3.2,3.1-5.5,5.1-6.7,6c-1.9,1.6-4.8,4.2-8.5,7.8c-3.7,3.6-7.9,7.5-12.6,11.5c-4.7,4-9.7,7.8-15,11.4c-5.3,3.5-10.4,5.9-15.3,7.1
c-4.9,1.2-9.4,0.7-13.5-1.3c-4.1-2.1-7.3-6.6-9.7-13.7c0.5-0.8,0.5-1.6,0-2.4c-0.5-0.8-0.7-1.4-0.7-1.8c0.2-2.8,0.7-5.4,1.4-7.8
c0.7-2.5,1.4-5.1,2.2-7.8c0-1.4,0.4-2.7,1.3-4c0.8-1.3,1.7-2.5,2.5-3.7c0.8-1.2,1.6-2.4,2.3-3.5s1.1-2.6,1.1-4.1
c1-1.4,1.7-2.7,2.3-4c0.6-1.3,1.1-2.7,1.6-4.3c1.4-1.2,2.9-2.7,4.5-4.4c1.6-1.8,4-2.1,7.4-0.9c0.7,0.2,1.3,0.5,1.8,0.9
c0.5,0.4,1.1,0.8,1.8,1.2c1,0.4,1.6,0.7,2,0.9c0.4,0.2,0.7,0.8,0.9,1.8c0,0.6-0.2,1.1-0.5,1.5c-0.4,0.4-0.5,1-0.5,1.8
c0,0.2-0.4,0.3-1.1,0.3c-0.5,1-1,2-1.4,2.9c-0.5,1-1,2-1.4,2.9c-0.2,0.4-0.4,0.6-0.5,0.6c-0.1,0-0.2,0.2-0.2,0.6
c-0.5,0.6-0.7,1.2-0.7,1.9c0,0.7-0.1,1.2-0.4,1.6c0,0.4-0.1,0.6-0.4,0.7c-0.2,0.1-0.4,0.2-0.4,0.4c-1.2,3.3-2.8,7.2-4.7,11.5
c-1.9,4.3-3.4,8.2-4.3,11.5c0.5,2,2.8,2.2,7,0.7c4.2-1.5,9-3.7,14.4-6.6c5.4-2.9,10.6-6.2,15.7-9.9c5.1-3.6,8.7-6.7,10.8-9.3
c2.2-1.6,4.1-3.2,5.8-5c1.7-1.8,3.6-3.4,5.8-5c1-0.8,2.9-2.4,5.8-4.7c2.9-2.4,5.9-4.8,9-7.2c3.1-2.5,6-4.5,8.7-6
C387.1,110.8,388.7,110.3,389.2,110.9z" />
<path d="M321.7,320.6c-2.6-1.6-4.7-3.4-6.3-5.5c-1.6-2.1-2-3.2-1.3-3.4c-0.5-10.2,2.5-20.9,9-32.1c6.5-11.2,14.9-22.3,25.3-33.2
c10.3-10.9,21.7-21.3,33.9-31.3c12.3-9.9,23.9-18.9,35-27c1.7-1,3.8-2.5,6.5-4.6c2.6-2.1,4.7-3.5,6.1-4.3c2.4-1,4-1.7,4.9-2.2
c0.8-0.5,1.4-0.8,1.6-1c0.2,0,0.8-0.9,1.6-2.7c0.8-1.8,1-2.7,0.5-2.7c1-1.4,1.7-2.4,2.2-3.1c0.5-0.7,0.9-1.3,1.3-1.9
c0.4-0.6,0.7-1.2,0.9-1.9c0.2-0.7,0.7-1.8,1.4-3.4c0.5-1,0.9-2,1.3-2.9c0.4-1,0.3-2.1-0.2-3.2c-0.5,0-1,0.6-1.4,1.8
c-0.7,0-1.1,0.1-1.1,0.3c-0.5,0.4-1,0.8-1.4,1.2c-0.5,0.4-1,0.8-1.4,1.2c-1.2,0.4-2,0.9-2.5,1.5c-2.2,1.8-4.4,3.3-6.7,4.6
c-2.3,1.3-4.4,2.7-6.3,4.3c-0.7,0.6-2,1.3-4,2.2c-1.9,0.9-4,1.8-6.1,2.7s-4.3,1.7-6.3,2.4c-2,0.7-3.7,1.1-4.9,1.3
c-0.5,0.2-1.9,0.3-4.2,0.3c-2.3,0-4.7-0.1-7.2-0.3c-2.5-0.2-4.9-0.4-7.2-0.6c-2.3-0.2-3.7-0.5-4.2-0.9h0.7
c-0.5-0.2-0.8-0.5-1.1-0.9c-0.2-0.4-0.8-0.6-1.8-0.6c-1-1.2-1.6-2.6-1.8-4.1c-0.2-1.6-0.2-3.2,0-5c0.2-1.8,0.6-3.4,1.1-5
c0.5-1.6,1-2.9,1.4-4.1c0.7-1,1.4-2,2-3.1c0.6-1.1,1.1-2.1,1.6-3.1c0.5,0,0.7-0.1,0.7-0.3c0-0.2,0.2-0.3,0.7-0.3
c0.7-1.6,2.6-3.9,5.6-6.9c3-3,6.4-6.2,10.3-9.4c3.8-3.2,7.5-6.3,11-9.1c3.5-2.8,6-4.9,7.4-6c0.2-0.2,0.8-0.6,1.8-1.2
c1-0.6,2-1.2,3.2-1.8c1.2-0.6,2.3-1.2,3.2-1.8c1-0.6,1.7-0.9,2.2-0.9c2.6-1.2,5.3-2.5,7.9-4c2.6-1.5,5.3-2.6,7.9-3.4
c1-0.4,1.9-0.6,2.9-0.7c1-0.1,1.7-0.1,2.2-0.1c3.8,0.2,5.6,0.9,5.2,2.1c-0.4,1.2-1.6,2.5-3.8,4c-2.2,1.5-4.7,3.1-7.6,4.7
c-2.9,1.7-4.9,3.1-6.1,4.3c-1.7,1-3.2,2-4.7,2.9c-1.4,1-2.7,2.3-3.6,3.8c-1.2,1-2.5,1.9-4,2.7c-1.4,0.8-2.4,2-2.9,3.5
c-1.4,1-2.8,2.1-4.2,3.2c-1.3,1.2-2.5,2.4-3.4,3.5c-2.4,1-4.3,2.5-5.6,4.4c-1.3,2-2.9,3.6-4.9,5c-1.9,2.4-3.8,4.8-5.6,7.4
c-1.8,2.6-3.3,5.4-4.5,8.6c0,0.6-0.2,1.2-0.5,1.8c-0.4,0.6-0.5,1.1-0.5,1.5c1,0.4,1.7,0.5,2.3,0.3c0.6-0.2,1.1-0.4,1.6-0.6
c1.9-1,3.7-1.9,5.2-2.8c1.6-0.9,3.4-1.8,5.6-2.8c1.2-0.8,2.2-1.4,2.9-1.8c0.7-0.4,1.7-0.8,2.9-1.2c4.8-2.8,9.7-5.8,14.8-9.1
c5.1-3.3,10-6.7,14.8-10c1.2-0.6,2.5-1.5,3.8-2.7c1.3-1.2,2.6-2.3,3.8-3.2c1.2-0.8,2.5-1.5,4-2.2c1.4-0.7,2.2-1.5,2.2-2.5
c0.5-1,0.7-1.6,0.5-1.8c-0.1-0.2,0.4-0.8,1.6-1.8c0.7-0.6,1.5-1.3,2.3-2.2c0.8-0.9,2.2-1.3,4.2-1.3c0.7,0,1.4,0.1,2,0.4
c0.6,0.3,1.4,0.3,2.3,0.1c0.2,0.4,0.7,0.5,1.4,0.4c0.7-0.1,1.3,0.1,1.8,0.4c1.9,1.6,3.1,2.9,3.4,4.1c0.4,1.2,0.3,2.7-0.2,4.4
c-0.7,1.6-1.3,3.3-1.6,5.2c-0.4,1.9-1,3.6-2,5.2c-0.5,2.9-1.4,5.8-2.7,8.4c-1.3,2.7-2.3,5.4-3.1,8.1c1.4-2,4-3.9,7.6-5.9
c3.6-2,7.4-3.8,11.4-5.6s7.8-3.3,11.4-4.7c3.6-1.4,6.1-2.6,7.6-3.5h1.1c0.5-0.4,1-0.8,1.6-1.2c0.6-0.4,1.1-0.6,1.6-0.6
c1.2-0.8,2.5-1.5,4-2.2c1.4-0.7,3.1-1.1,5.1-1.3c0-0.2-0.1-0.3-0.4-0.3c4.8-2.2,9.6-4.2,14.4-6.2c4.8-2,10-3.5,15.5-4.7
c0,0.2-0.1,0.3-0.4,0.3c-0.2,0-0.4,0.1-0.4,0.3c-0.2,0.2-0.5,0.2-0.9,0.1c-0.4-0.1-0.8,0-1.3,0.1c0.5,0.4,0.7,0.5,0.7,0.3
c0-0.2,0.2-0.3,0.7-0.3c0,0.2-0.1,0.3-0.2,0.3c-0.1,0-0.2,0.2-0.2,0.6c1,0.2,1.5,0.1,1.6-0.1c0.1-0.3,0.4-0.4,0.9-0.4
c-0.5,0.8-1.1,1.2-2,1.3c-0.8,0.1-1.6,0.5-2.3,1.3c0,0.4,0.2,0.4,0.7,0c-0.5,0.8-1.1,1.2-1.8,1.3c-0.7,0.1-1.3,0.3-1.8,0.7
c0.2,0.2,1.1,0.1,2.5-0.3c-2.4,1.2-4.9,2.1-7.4,2.8c-2.5,0.7-4.8,1.8-6.7,3.4c-0.2,0.4,0,0.6,0.7,0.6c-1.2,1-3.5,2.5-6.9,4.6
c-3.4,2.1-7,4.2-11,6.5c-4,2.3-7.8,4.4-11.6,6.5c-3.7,2.1-6.6,3.7-8.5,4.9c-2.2,1.2-4.3,2.4-6.5,3.5s-4.2,2.6-6.1,4.1
c-1.4,0.4-2.7,0.9-3.8,1.5c-1.1,0.6-2.2,1.3-3.4,2.1l-2.9,1.8c-1.7,1-3.2,1.8-4.5,2.5c-1.3,0.7-2.3,1.7-3.1,3.1
c-2.2,1.2-3.7,2.9-4.5,5.3c-0.8,2.4-1.9,4.6-3.1,6.8c-6.5,12-13.2,24.7-20,38c-6.9,13.4-14.7,26.2-23.6,38.5
c-8.9,12.3-19.2,23.3-30.9,33.2c-11.7,9.8-25.3,17.3-41,22.4c-2.9,0.8-5.8,1.3-8.8,1.6C327.5,322,324.5,321.6,321.7,320.6z
M423.4,199.7c-5.8,4.5-11.7,9.2-17.7,14c-6,4.8-11.6,9.3-16.6,13.4s-9.4,7.8-13,11.1c-3.6,3.2-6.1,5.6-7.6,6.9
c-3.8,3.9-7.9,8-12.3,12.1c-4.3,4.1-8.5,8.5-12.5,13.1c-4,4.6-7.4,9.5-10.3,14.6c-2.9,5.1-4.8,10.6-5.8,16.5c0.7,0.4,1,1.2,0.7,2.5
c-0.2,1.3,0.2,2.4,1.4,3.4c7.9-1,15.6-3.7,22.9-8.1c7.3-4.4,14.3-9.9,20.9-16.5c6.6-6.6,12.9-13.8,18.8-21.5
c5.9-7.8,11.2-15.5,16.1-23.3c4.8-7.8,9.1-15.1,13-22c3.8-6.9,7-12.6,9.4-17.1c-0.5-0.8-0.4-1.4,0.2-1.8c0.6-0.4,0.8-0.9,0.5-1.5
c-1.2,1-2.8,1.7-4.7,2.1C425.1,198,423.9,198.7,423.4,199.7z" />
<path d="M843.6,125.4c8.4-1.2,14.1-2,17-2.4c2.9-0.4,5.5-0.6,7.8-0.7c2.3-0.1,5.5-0.2,9.6-0.3c4.1-0.1,11.4-0.5,22-1.3
c3.6-0.4,6.5-0.5,8.7-0.4c2.2,0.1,3.1,0.8,2.9,2.2c-0.2,1.4-1.3,2.4-3.2,2.9c-1.9,0.6-3.9,1.1-5.8,1.5c-5.5,2-10.6,3.6-15.2,4.9
c-4.6,1.3-9.3,2.5-14.1,3.5c-4.8,1.1-10.1,2.3-15.7,3.5c-5.7,1.3-12.3,2.9-20,4.9c-5.1,16.3-10.1,31.8-15.2,46.3
s-10.5,29.8-16.2,45.7c-1.9,2.6-3.5,3.7-4.7,3.4c-1.2-0.3-2.2-1.2-2.9-2.7c-0.7-1.5-1.4-3-2-4.6c-0.6-1.6-1.3-2.4-2-2.4
c-0.2-5.7,0.4-11.2,1.8-16.5c1.4-5.3,2.8-10.5,4-15.6c1.9-8.8,4.2-17.3,6.7-25.2c2.5-8,5.1-15.9,7.8-23.7
c-16.6,2.9-33,6.5-49.3,10.6c-16.2,4.1-32.3,8.3-48.2,12.4c-1.9,0.6-4.9,1.4-9,2.4c-4.1,1-6.9,1.9-8.3,2.7c-1,0.4-2.5,1.1-4.7,2.2
c-2.2,1.1-3.9,2.1-5.1,3.1c-7.5,7.9-14.1,15.9-20,24c-5.9,8.2-12.3,16.4-19.3,24.6c-7.5,8.6-14.3,17.1-20.6,25.4
c-6.3,8.3-11.9,17.4-17,27.4c-1,1.8-1.9,3.6-2.7,5.5c-0.8,1.9-2,3.5-3.4,4.9c-1.4,1.4-3.2,2.5-5.4,3.4c-2.2,0.9-4.8,1.3-7.9,1.3
c-4.8,0.2-8.9-1.1-12.3-3.8c-3.4-2.8-5.7-5.5-6.9-8.3c-0.5-1.4-0.5-2.6,0-3.5c0.5-1,1.2-1.9,2.2-2.8c1-0.9,2-1.7,3.2-2.4
c1.2-0.7,2.2-1.3,2.9-1.9c2.7-2.8,5.3-5.7,7.9-8.7c2.6-3.1,5.2-6.1,7.6-9.3c9.1-12.4,18.7-24.7,28.7-36.9
c10-12.2,20-24.4,30.1-36.6c-4.1,1.2-7.3,2-9.6,2.4c-2.3,0.4-4.3,0.7-6.1,0.9c-1.8,0.2-3.7,0.4-5.6,0.6c-1.9,0.2-4.7,0.7-8.3,1.5
c-2.2,0.6-4.2,1.2-6.1,1.9c-1.9,0.7-4,1-6.1,1c-7.9,1-14.7,2.1-20.4,3.4c-5.7,1.3-11.6,2.6-17.9,4c-3.1,0.8-5.1,0.8-5.8,0.1
c-0.7-0.7-0.5-1.7,0.5-2.9c1.1-1.3,2.8-2.7,5.2-4.3c2.4-1.6,5.3-2.9,8.7-4.1c6.3-2.2,12.7-4,19.3-5.6c6.6-1.6,13.1-3.2,19.3-5
c8.4-2.8,17-5.3,25.6-7.7c8.7-2.4,17.3-4.5,26-6.5c12-13.2,24.2-26.3,36.6-39.4c12.4-13.1,25.2-26,38.4-38.6
c13.2-12.7,26.9-25,41-36.9c14.1-11.9,28.9-23.2,44.6-33.8c4.3-3.1,9.6-6.3,15.9-9.4c6.3-3.1,12.9-5,19.9-5.6
c3.1-0.2,5.7,0.2,7.8,1.3c2,1.1,3.8,2.5,5.2,4.3c0.5,0.4,0.7,0.8,0.7,1.2c0,0.4,0.2,0.9,0.7,1.5c1,1.6,1.8,2.6,2.5,3.1
c0.7,0.5,0.8,2,0.4,4.6c-0.5,2.4-1.2,4.8-2.2,7.2c-1,2.5-1.9,4.9-2.9,7.2c-2.9,8.3-6.1,16.3-9.6,24.2c-3.5,7.9-7,15.7-10.6,23.6
c-3.6,7.9-7.2,15.7-10.8,23.4C850.1,109.4,846.7,117.3,843.6,125.4z M841.5,77c4.1-8.5,7.9-17.5,11.6-27.1
c3.6-9.6,7-19.1,10.1-28.3h-0.4c-0.7,0-1.1,0.2-1.1,0.6c-6.3,4.7-12.9,9.6-19.9,14.7c-7,5.1-14,10.3-20.9,15.6
c-7,5.3-13.8,10.7-20.6,16.1c-6.7,5.4-13,10.7-18.8,15.8c-11.3,10.2-22.6,20.6-33.8,31.1c-11.2,10.5-21.4,22-30.5,34.4
c15.6-3.9,32.6-7.7,50.9-11.2c18.3-3.5,36-6.7,53.1-9.4c3.4-9,6.6-17.9,9.6-26.5C833.8,94,837.4,85.5,841.5,77z" />
<path d="M928.1,151.9c1.7-0.2,3.1-0.8,4.3-1.9c1.2-1.1,2.5-2,4-2.8c6.3-4.5,12.3-9,18-13.6c5.8-4.5,12.5-8.6,20.2-12.4
c2.6-1.4,5.7-2.8,9-4.4c3.4-1.6,6.7-2.5,10.1-2.7c2.4,0,5,0.7,7.8,2.2c2.8,1.5,4.3,3.1,4.5,4.9c0.2,2.2-0.1,4.4-0.9,6.8
c-0.8,2.4-1.6,4.6-2.3,6.8c-0.2,1.6-0.8,4.1-1.6,7.7c-0.8,3.5-1.7,7.3-2.5,11.2c-0.8,3.9-1.5,7.7-2,11.2c-0.5,3.5-0.6,6.1-0.4,7.7
c2.2-0.8,4.1-1.5,5.8-2.1c1.7-0.6,3.7-1.4,6.1-2.4c2.6-1,4.3-1.6,4.9-1.8c0.6-0.2,1-0.3,1.3-0.4c0.2-0.1,0.6-0.3,1.1-0.6
c0.5-0.3,2-1,4.7-2.2c1.7-1.2,3.4-2.3,5.1-3.4c1.7-1.1,3.4-1.9,5.1-2.5c1-0.4,2.3-0.6,4-0.6c1.9-1,3.8-1.9,5.6-2.7
c1.8-0.8,3.3-1.7,4.5-2.7c2.2,0.8,3.2,1.5,3.2,2.2c0,0.7-0.2,1.5-0.7,2.5c-1.7,1.8-4.1,3.3-7.2,4.7c-1.4,1.4-2.7,2.5-3.6,3.2
c-1,0.8-2.3,1.5-4,2.1c-2.7,1.8-4.3,2.9-5.1,3.4c-0.7,0.5-1.3,0.9-1.6,1.2c-0.4,0.3-1,0.6-1.8,1c-0.8,0.4-2.7,1.4-5.6,2.9
c-2.7,1.2-5.6,2.7-8.8,4.6c-3.2,1.9-6.3,3.2-9.2,4c-2.4,0.4-4.6,0.7-6.7,0.9c-2,0.2-3.9,0.3-5.6,0.3c-2.7,0.4-5-0.7-7-3.4
c-2-2.7-3.1-5.1-3.1-7.2c0-1,0.4-3,1.1-6c0.7-3,1.5-6.3,2.3-9.7c0.8-3.4,1.7-6.7,2.5-9.9c0.8-3.1,1.4-5.3,1.6-6.5
c0.2-2.8,0.7-5.2,1.4-7.4c0.7-2.2,1.3-4.3,1.8-6.5c-1.9,0.4-3.6,1.1-5.1,2.1c-1.4,1-2.9,2-4.3,2.9c-4.3,2.8-8.5,5.5-12.6,8.3
c-4.1,2.8-8.2,5.8-12.3,9.1c-2.4,1.8-5.1,3.5-7.9,5.3s-5.7,3.7-8.3,5.9c-8.2,7.1-14.8,13-19.9,17.7s-8.8,7.3-11.2,7.7
c-1.9,0.4-4.2,0-6.7-1.2c-2.5-1.2-4-2.6-4.5-4.1c-0.2-0.8-0.1-2,0.5-3.5c0.6-1.6,1.3-3,2-4.4c2.2-8.3,5.2-15.7,9-22.3
c3.8-6.6,7.5-13.4,10.8-20.5c0.5-1,1.2-2.1,2.2-3.2c1-1.2,1.7-2.3,2.2-3.2c0.5-1.4,0.8-2.7,1.1-4c0.2-1.3,0.5-2.4,0.7-3.4
c0.5-0.4,1-0.9,1.6-1.6c0.6-0.7,1.3-1.2,2-1.6c2.6-1.6,5.6-2,8.8-1.2c3.2,0.8,5.1,2.2,5.6,4.1c1.2,2.4,1.2,4.4,0,6.2
c-1.2,1.8-2.4,3.4-3.6,5c-0.5,1.2-0.7,2.4-0.7,3.5s-0.2,2.3-0.7,3.2c-1.4,2.8-3,5.5-4.5,8.3C931,145.5,929.5,148.6,928.1,151.9z" />
<path d="M1060.6,167c0.7,0.6,2.8,0.3,6.1-0.7c3.4-1.1,7.5-2.6,12.5-4.4c4.9-1.9,10.4-4,16.4-6.3c6-2.4,12-4.4,18-6.2
c1.7-0.4,3.7-1,6-1.8c2.3-0.8,4-1.5,5.2-2.1c1.9-1,3.8-2,5.8-2.9c1.9-1,4.2-1.7,6.9-2.1c1-0.2,1.4-0.5,1.4-1c0-0.5,0.1-0.3,0.4,0.4
c0.5,0.2,0.8,0.2,1.1,0.1c0.2-0.1,0.5,0,0.7,0.1c0,0.8-0.6,1.9-1.8,3.2l-2.5,1.8c-1.9,1.4-4,2.7-6.1,4c-2.2,1.3-4.6,2.4-7.2,3.4
c-2.2,1.6-4.8,3.1-7.8,4.4c-3,1.4-6,2.7-8.8,3.8c-2.7,0.8-6.4,2.6-11.4,5.3c-4.9,2.8-10.1,5.6-15.5,8.6s-10.4,5.6-15,7.8
c-4.6,2.3-7.7,3.1-9.4,2.5c-0.7,0.6-1.2,0.8-1.4,0.7c-0.2-0.1-0.7-0.1-1.4-0.1c-3.9,0-7.2-0.3-9.9-1c-2.8-0.7-5.1-2.1-7-4.3
c-0.7-2.4-0.7-4.7,0-7.1s1.7-5,2.9-8c0.7-1.6,1.5-3,2.3-4.4c0.8-1.4,1.5-2.8,2-4.4c1-1.6,1.9-3.2,2.9-5c1-1.8,1.8-3.4,2.5-5
c2.6-4.5,5.4-9.1,8.3-13.7c2.9-4.6,6-8.9,9.4-12.8c1.9-1,3.7-1.6,5.4-1.8c1-0.4,2-0.3,3.1,0.1c1.1,0.5,2,0.5,2.7,0.1
c0.7,0.8,1.5,1.5,2.3,2.1c0.8,0.6,1.4,1.4,1.6,2.4c0.2,1.4,0.4,2.5,0.5,3.2c0.1,0.8-0.1,1.7-0.5,2.7c0.2,1.4-0.2,2.9-1.4,4.4
c-0.5,0.6-0.8,1.2-1.1,1.9c-0.2,0.7-0.6,1.4-1.1,2.2c-0.2,0.2-0.4,0.2-0.5,0.1c-0.1-0.1-0.3,0-0.5,0.1c-0.5,0.2-0.7,0.5-0.7,0.9
c0,0.4-0.2,0.7-0.7,0.9c-1.7,2.8-3.5,5.6-5.4,8.6c-1.9,2.9-3.7,5.8-5.4,8.4c-1.7,2.7-2.9,5-3.6,6.9
C1059.8,165.1,1059.8,166.4,1060.6,167z M1075.4,95c-0.2-0.6,0.4-1.7,1.8-3.2c1.4-1.6,3.1-3,5.1-4.4c1.9-1.4,3.8-2.4,5.8-2.9
c1.9-0.6,3.5-0.3,4.7,0.9c0.5,0,0.9,0.1,1.3,0.3c0.4,0.2,0.7,0.3,0.9,0.3c1.7,1.6,2.2,3.5,1.6,5.8c-0.6,2.3-1.9,3.8-3.8,4.6
c0.2,0.4,0.2,0.6,0,0.7c-0.2,0.1-0.4,0.3-0.4,0.7c-0.7-0.4-1-0.2-0.9,0.6c0.1,0.8-0.3,1-1.3,0.6c0.2,0.6-0.1,1.2-0.9,1.8
c-0.8,0.6-1.3,1.2-1.3,1.8c-0.5-0.2-0.7-0.2-0.7-0.1c0,0.1-0.2,0.1-0.7,0.1c-0.5,1-1.5,1.7-3.1,2.2c-1.6,0.5-2.7,1.1-3.4,1.9
c-0.5,0-0.9,0.1-1.3,0.3c-0.4,0.2-1,0.1-2-0.3c-1.4-0.4-2.4-1-2.9-1.9c-0.5-0.9-0.7-1.9-0.5-3.1c0.1-1.2,0.4-2.4,0.9-3.5
C1074.8,96.8,1075.1,95.8,1075.4,95z" />
<path d="M1351.1,157.8c1,0.4,2.3,0.5,4,0.3c1.7-0.2,3.1-0.4,4.2-0.6c1.1-0.2,1.7-0.1,1.8,0.1c0.1,0.3-0.9,1-3.1,2.2
c-1.4,1-2.7,1.8-3.6,2.5c-1,0.7-2.2,1.5-3.6,2.5c0,0.2-0.2,0.5-0.7,0.9c-0.2,0.2-0.5,0.3-0.7,0.3c-3.6,4.5-9.3,8.3-17.1,11.2
c-7.8,2.9-16.7,5.5-26.5,7.7c-2.7,0.4-5.5,0.7-8.7,0.9c-3.1,0.2-6.3-0.1-9.4-0.9l-1.4-1.5c-1.7,0-3-0.3-3.8-0.9
c-0.8-0.6-1.9-1.2-3.1-1.8c-0.5-1-1-2-1.4-3.1c-0.5-1.1-0.7-2.5-0.7-4.3c0-0.4,0-1.1,0-2.1c0-1,0.1-2,0.4-2.9
c0.2-2.8,1.1-5.6,2.5-8.4c1.4-2.8,2.9-5.6,4.3-8.4c0.5-1.8,1.6-4.3,3.4-7.5c1.8-3.2,3.4-6.3,4.9-9.3c1.4-2.9,2.4-5.2,2.9-6.8
c0.5-1.6-0.5-1.7-2.9-0.3c-1.2,1-2.5,1.7-3.8,2.2c-1.3,0.5-2.3,1.2-3.1,2.2c-1.9,1-3.7,1.9-5.4,2.7c-1.7,0.8-3.1,1.9-4.3,3.2
c-3.6,2-6.6,3.9-9,5.9c-5.8,3.9-11.1,8-16.1,12.1c-4.9,4.1-9.9,8.1-15,11.8c-2.2,2.2-4.2,3.7-6.1,4.7c-1.2,1.2-2.2,2.1-3.1,2.8
c-0.8,0.7-1.7,1.2-2.7,1.6c-1,0.4-2,0.6-3.2,0.7c-1.2,0.1-2.9,0.1-5.1,0.1c-1.4-0.6-3-0.8-4.7-0.6c-1.7-0.8-3-1.5-4-2.1
c-1-0.6-1.6-1.2-2-1.8c-0.4-0.6-0.5-1.4-0.4-2.4c0.1-1,0.5-2.3,1.3-3.8c-0.2-0.2-0.4-0.6-0.4-1.2c-0.2-2.2,0-4.9,0.7-8.3
c0.7-3.3,1.6-6.8,2.5-10.3c1-3.5,1.9-6.9,2.7-10.2c0.8-3.2,1.1-5.8,0.7-7.8c-0.4-2-1.4-2.9-3.2-2.9s-4.8,1.5-8.8,4.4
c-7,4.7-13.8,9.7-20.6,15c-6.7,5.3-13.6,10.8-20.6,16.5c-2.7,2.2-5.2,4.5-7.6,6.9c-2.4,2.5-5.5,4.2-9.4,5.2c-0.7,1-1.6,2-2.5,2.9
c-1,1-1.7,2.3-2.2,3.8c-1.2,1.8-2.2,3.6-2.9,5.5c-0.7,1.9-2.9,3-6.5,3.4c-1.9,0.4-4.3,0-7-1c-2.8-1.1-4.5-2.4-5.2-4
c-0.2-0.8-0.1-2,0.4-3.7c0.5-1.7,1-3.2,1.4-4.6c2.2-7.1,5.4-15.2,9.6-24.3c4.2-9.1,7.9-19.8,11-32c0.5-1.4,1.7-2.5,3.6-3.2
c2.4-1.8,5.4-2.4,9-1.8c3.6,0.6,5.9,1.8,6.9,3.5c0.7,1.4,0.7,3.8-0.2,7.2c-0.8,3.4-1.9,7-3.2,10.8c-1.3,3.7-2.7,7.2-4,10.3
c-1.3,3.1-2.1,5.1-2.3,5.9c1.7-0.4,3.2-1.1,4.5-2.1c1.3-1,2.6-2,3.8-2.9c6.3-5.1,12.3-10.2,18.2-15.2c5.9-5,12.7-9.8,20.4-14.3
c2.6-1.4,5.7-2.9,9.2-4.7c3.5-1.8,6.9-2.8,10.3-3.2c2.6-0.2,5.5,0.4,8.5,1.8c3,1.4,4.7,3.1,5.2,5c1,6.3,1.1,12.6,0.5,18.9
c-0.6,6.3-1.5,12.9-2.7,19.8c0.5-0.2,1.3-0.6,2.5-1.3c1.2-0.7,1.8-0.9,1.8-0.7c1.9-0.4,3.5-1.1,4.7-2.2c1.2-1.1,2.4-2.1,3.6-3.1
c6.3-5.1,12.8-10,19.7-14.6c6.9-4.6,14-9.1,21.5-13.4c2.9-1.6,6.1-3,9.6-4.4c3.5-1.4,7-2.4,10.6-2.9c2.2-0.4,4.2-0.4,6.1,0
c1.9,0.4,3.8,0.8,5.8,1.2c3.4,1.6,5.2,3.7,5.4,6.5c0.2,2.8-0.4,5.7-1.8,8.8c-1.4,3.1-3.2,6.4-5.4,9.7c-2.2,3.3-3.9,6.5-5.1,9.4
c-1.9,2.8-3.1,5.3-3.6,7.7c-0.5,2.4-1.6,5-3.2,8c-0.7,1-1.3,2.1-1.8,3.4c-0.5,1.3-0.8,2.4-1.1,3.4c0,1.8,1.1,2.7,3.4,2.7
c2.3,0,5.1-0.4,8.3-1.3c3.2-0.9,6.6-1.9,9.9-3.1c3.4-1.2,6-2.1,7.9-2.7c1.9-0.6,3.3-1,4.2-1.2c0.8-0.2,1.5-0.4,2-0.6
c0.5-0.2,1.1-0.4,1.8-0.6c0.7-0.2,2-0.7,4-1.5c1.7-0.8,3-1.4,4-1.9c1-0.5,1.9-0.9,2.9-1.2c1-0.3,2-0.6,3.1-0.9
S1349.2,158.6,1351.1,157.8z" />
<path d="M1461.6,149.9c7-2.2,11.1-2.8,12.5-1.9c1.3,0.9,0.7,2.2-2,4c-0.7,0.6-1.6,1-2.7,1.2c-1.1,0.2-2,1.1-2.7,2.7
c-3.6,2.6-6.1,4.2-7.6,4.9c-1.4,0.7-2.4,0.9-2.9,0.7c-3.9,1.4-7.3,3.1-10.5,5.3c-3.1,2.2-6.3,4.1-9.6,5.9
c-3.2,1.8-6.7,3.1-10.5,4.1c-3.7,1-8.1,1-13.2,0c-0.5,0-1-0.1-1.6-0.4c-0.6-0.3-1.3-0.5-2-0.7c-2.2-0.8-3.7-1.7-4.5-2.8
c-0.8-1.1-1.6-2.3-2.3-3.7c-0.5-1.6-0.8-3.5-0.9-5.8c-0.1-2.3,0.1-4.6,0.5-6.9c-0.5-0.2-0.8-0.1-0.9,0.1c-0.1,0.3-0.3,0.4-0.5,0.4
c-0.5,0.2-1,0.4-1.4,0.7c-0.5,0.3-1.1,0.6-1.8,1c-1.2,1.2-2.3,2.3-3.4,3.2c-1.1,1-2.5,1.8-4.2,2.4c-0.5,0.8-1.1,1.4-2,1.8
c-0.8,0.4-1.5,0.8-2,1.2c-0.2,0-0.3,0.1-0.2,0.4c0.1,0.3,0.1,0.4-0.2,0.4c-0.5,0.2-1.2,0.4-2.2,0.7c-1,0.3-1.7,0.7-2.2,1.3
c-5.5,3.1-11.4,5.8-17.7,8c-1.7,1-3.4,1.8-5.2,2.5c-1.8,0.7-3.6,0.9-5.2,0.7c-1.2,0-2.2,0-3.1,0c-0.8,0-1.9-0.2-3.1-0.6
c-1.9-0.2-3.8-0.3-5.8-0.4c-1.9-0.1-3.5-0.7-4.7-1.9c-2.6-1.4-3.4-3.9-2.2-7.7c0-0.2,0.1-0.3,0.4-0.3c0.2,0,0.4-0.2,0.4-0.6
c0.2-2.2,1-4.2,2.3-6c1.3-1.9,2.7-3.6,4.2-5.2c1.9-2.8,4.1-5.3,6.5-7.7c2.4-2.4,4.7-4.8,6.9-7.4c1.9-1.4,4.9-3.6,9-6.8
c4.1-3.1,8.4-6.3,13-9.6c4.6-3.2,8.8-6.1,12.6-8.6c3.8-2.5,6.5-3.8,7.9-4c2.6-1,4.7-2.2,6.3-3.7c1.6-1.5,4-2.6,7.4-3.4
c0.2,0,0.4,0,0.4-0.1c0-0.1,0.1-0.1,0.4-0.1c0.5,0,1,0.1,1.6,0.1c0.6,0.1,1.1,0,1.6-0.4c1.4,0.6,3.1,0.9,5.1,0.9c1,1,2,1.9,3.2,2.8
c1.2,0.9,1.8,1.9,1.8,3.1c0.7,0.6,0.8,1.4,0.4,2.4c-0.5,1-1.2,1.7-2.2,2.1c-0.7,0.6-1.6,0.8-2.5,0.7c-1-0.1-1.9,0.1-2.9,0.4
c-2.4,0.8-4.7,2-6.9,3.5l-4.3,2.4l-0.7,0.6c-0.7,0-1.5,0.1-2.3,0.4c-0.8,0.3-1.5,1-2,2.2c-1.9,0.4-3.9,1.1-5.8,2.2
c-1.9,1.1-3.9,2.1-5.8,3.1c-1.2,1-2.3,1.8-3.2,2.5c-1,0.7-2,1.4-3.2,2.2c-1.9,1.4-4,2.9-6.1,4.4c-2.2,1.6-4.2,3.1-6.1,4.7
c-1.2,0.8-2.3,1.7-3.4,2.8c-1.1,1.1-2.5,1.9-4.2,2.5c0,0.8-0.5,1.5-1.4,2.1v0.3v0.3c-1.4,0.6-2.6,1.4-3.4,2.5
c-0.8,1.1-1.7,2.1-2.7,3.1c-0.5,1.8-1.4,3.3-2.9,4.7c-1.4,1.4-2.3,2.9-2.5,4.4c2.4-0.6,4.3-1.5,5.8-2.7c8.2-3.9,16-8.1,23.5-12.5
c7.5-4.4,15.2-9.1,23.1-14c2.2-1.6,4.3-2.8,6.3-3.8c2-1,4-2.6,6-4.7h1.1v-0.3c0.2-0.6,0.6-1.1,1.1-1.5c0.5-0.4,0.8-1,1.1-1.8
c0.2-0.4,0.4-0.9,0.4-1.5c0-0.6,0.2-1.1,0.7-1.5c0.7-0.2,1.6-0.3,2.5-0.3c1,0,1.7,0,2.2,0h4.7c1,0.4,2.3,0.9,4,1.5
c1.7,0.6,2.5,2,2.5,4.1c-0.7,1.8-1.7,3.4-3.1,5c-1.3,1.6-2.7,3.2-4.2,5c-0.5,1.8-1.3,3.3-2.5,4.7v1.5c-1,0.4-1.7,1.3-2.2,2.7
c-0.2,1-0.4,1.8-0.5,2.4c-0.1,0.6-0.5,1.5-1.3,2.7l-2.2,6.5c0,2.6,0.6,4,1.8,4.4c1.2,0.4,2.7,0.3,4.5-0.3s3.8-1.4,6-2.5
c2.2-1.1,4.1-1.9,5.8-2.5c4.1-1.2,8.3-2.9,12.6-5.3C1454.4,153.4,1458.2,151.4,1461.6,149.9z" />
<path d="M1462.3,197.6h-0.4c-1.9-0.8-3-1.7-3.2-2.7c-0.2-1-0.4-2-0.4-2.9c0.5-7.3,1.5-14.3,3.1-21.2c1.6-6.9,3.3-13.5,5.2-19.8
c2.4-7.7,5.2-15.1,8.3-22.4c3.1-7.3,6-14.6,8.7-22.1c1.2-2.9,2.3-5.8,3.4-8.7c1.1-2.8,2.2-5.6,3.4-8.4c-3.1,0.4-6.1,0.9-8.8,1.6
c-2.8,0.7-6.2,1.8-10.3,3.4c-1.4,0.4-3.1,0.8-4.9,1.3c-1.8,0.5-3.6,0.9-5.2,1.3c-0.7,0.4-1.5,0.9-2.3,1.5c-0.8,0.6-1.7,1-2.7,1.2
c-1.2,0.2-2.2,0.3-3.1,0.4c-0.8,0.1-1.4,0-1.6-0.4c-1.2-0.6-1.8-1.5-1.8-2.7s0.2-2.6,0.7-4.1c0.5-1,1-2,1.6-2.9
c0.6-1,1.1-1.9,1.6-2.7l4.3-1.5c1.7-0.4,4-0.8,7-1.3c3-0.5,6.1-1,9.2-1.6c3.1-0.6,6-1.1,8.7-1.5c2.6-0.4,4.3-0.6,5.1-0.6
c1.2-0.2,2.3-0.4,3.4-0.6c1.1-0.2,2.2-0.5,3.4-0.9c2.6-6.1,5.5-12.1,8.5-18c3-5.9,6.2-11.9,9.6-18c1.7-2.6,3.2-5.2,4.5-7.8
c1.3-2.7,2.6-5.3,3.8-7.8c1.2-1.6,2-3,2.5-4.4c0.5-0.6,0.7-1.2,0.7-1.8s0.2-1.1,0.7-1.5c0.2-1,0.7-1.9,1.4-2.8
c0.7-0.9,1.3-2,1.8-3.4c0.5-1,0.9-2.1,1.3-3.2c0.4-1.2,0.9-2.1,1.6-2.7c0.5-0.6,2-1.3,4.7-2.1c2.6-0.8,4.9-1.2,6.9-1.2
c2.4,0,4.8,0.4,7.2,1.3c2.4,0.9,3.8,2.1,4.3,3.7c0.5,0.8,0.4,1.6-0.2,2.5c-0.6,0.9-1.4,1.8-2.3,2.8c-0.5,0.8-0.8,1.6-0.9,2.4
c-0.1,0.8-0.4,1.7-0.9,2.7c-2.7,4.7-5.2,9.5-7.6,14.5c-2.4,4.9-5.2,9.6-8.3,14.2c-2.4,4.3-4.9,8.6-7.4,12.7
c-2.5,4.1-5,8.4-7.4,12.7h0.4c2.9-0.6,5.8-1,8.7-1.3c2.9-0.3,5.7-0.6,8.3-1c3.8-0.4,6.5-0.6,7.9-0.7c1.4-0.1,2.6-0.1,3.6,0
c1,0.1,2.2,0.1,3.8,0c1.6-0.1,4.4-0.3,8.5-0.7c2.6-0.2,5.4-0.3,8.1-0.4c2.8-0.1,5.7,0.3,8.8,1.3c-0.5,0.4-0.6,0.7-0.4,1
c0.2,0.3,0.5,0.6,0.7,1c0.2,0,0.4-0.1,0.4-0.3c0-0.4,0.1-0.6,0.4-0.6c-0.5,0.4-0.7,1-0.7,1.8c0,0.8-0.1,1.3-0.4,1.5
c-1.2,0.6-2.3,0.9-3.2,0.9c-1,0-1.8,0.2-2.5,0.6l-0.4,0.6c-8.7,1-18.1,2-28.3,2.9c-10.2,1-19.9,2.4-29.1,4.1l-1.1,2.9
c-4.1,10.4-8.3,20.8-12.6,31.3c-4.3,10.4-8.3,20.8-11.9,31.3c-0.5,1.6-1.2,3.1-2.2,4.7c-1,1.6-1.7,3.2-2.2,5
c-1.2,1.6-2,3.3-2.3,5.3c-0.4,2-1,3.7-2,5.3c-0.2,0.4-0.7,0.9-1.3,1.5c-0.6,0.6-0.9,1.2-0.9,1.8c-0.5,1-0.8,2-1.1,2.9
c-0.2,1-0.5,2-0.7,2.9c-0.2,1-0.4,2.1-0.4,3.2s-0.1,2.1-0.4,2.7l-2.2,2.9c-0.5,1-0.7,2-0.7,2.9c0,1-0.1,2-0.4,2.9
c-1.2,0.4-1.7,0.7-1.4,1c0.2,0.3-0.2,0.5-1.4,0.7c-0.7,0.4-1.7,0.6-3.1,0.7C1464.4,197,1463.3,197.2,1462.3,197.6z" />
<path d="M1538.9,167c0.7,0.6,2.8,0.3,6.1-0.7c3.4-1.1,7.5-2.6,12.5-4.4c4.9-1.9,10.4-4,16.4-6.3c6-2.4,12-4.4,18-6.2
c1.7-0.4,3.7-1,6-1.8c2.3-0.8,4-1.5,5.2-2.1c1.9-1,3.8-2,5.8-2.9c1.9-1,4.2-1.7,6.9-2.1c1-0.2,1.4-0.5,1.4-1c0-0.5,0.1-0.3,0.4,0.4
c0.5,0.2,0.8,0.2,1.1,0.1c0.2-0.1,0.5,0,0.7,0.1c0,0.8-0.6,1.9-1.8,3.2l-2.5,1.8c-1.9,1.4-4,2.7-6.1,4c-2.2,1.3-4.6,2.4-7.2,3.4
c-2.2,1.6-4.8,3.1-7.8,4.4c-3,1.4-6,2.7-8.8,3.8c-2.7,0.8-6.4,2.6-11.4,5.3c-4.9,2.8-10.1,5.6-15.5,8.6s-10.4,5.6-15,7.8
c-4.6,2.3-7.7,3.1-9.4,2.5c-0.7,0.6-1.2,0.8-1.4,0.7c-0.2-0.1-0.7-0.1-1.4-0.1c-3.9,0-7.2-0.3-9.9-1c-2.8-0.7-5.1-2.1-7-4.3
c-0.7-2.4-0.7-4.7,0-7.1s1.7-5,2.9-8c0.7-1.6,1.5-3,2.3-4.4c0.8-1.4,1.5-2.8,2-4.4c1-1.6,1.9-3.2,2.9-5c1-1.8,1.8-3.4,2.5-5
c2.6-4.5,5.4-9.1,8.3-13.7c2.9-4.6,6-8.9,9.4-12.8c1.9-1,3.7-1.6,5.4-1.8c1-0.4,2-0.3,3.1,0.1c1.1,0.5,2,0.5,2.7,0.1
c0.7,0.8,1.5,1.5,2.3,2.1c0.8,0.6,1.4,1.4,1.6,2.4c0.2,1.4,0.4,2.5,0.5,3.2c0.1,0.8-0.1,1.7-0.5,2.7c0.2,1.4-0.2,2.9-1.4,4.4
c-0.5,0.6-0.8,1.2-1.1,1.9c-0.2,0.7-0.6,1.4-1.1,2.2c-0.2,0.2-0.4,0.2-0.5,0.1c-0.1-0.1-0.3,0-0.5,0.1c-0.5,0.2-0.7,0.5-0.7,0.9
c0,0.4-0.2,0.7-0.7,0.9c-1.7,2.8-3.5,5.6-5.4,8.6c-1.9,2.9-3.7,5.8-5.4,8.4c-1.7,2.7-2.9,5-3.6,6.9
C1538.1,165.1,1538.1,166.4,1538.9,167z M1553.7,95c-0.2-0.6,0.4-1.7,1.8-3.2c1.4-1.6,3.1-3,5.1-4.4c1.9-1.4,3.8-2.4,5.8-2.9
c1.9-0.6,3.5-0.3,4.7,0.9c0.5,0,0.9,0.1,1.3,0.3c0.4,0.2,0.7,0.3,0.9,0.3c1.7,1.6,2.2,3.5,1.6,5.8c-0.6,2.3-1.9,3.8-3.8,4.6
c0.2,0.4,0.2,0.6,0,0.7c-0.2,0.1-0.4,0.3-0.4,0.7c-0.7-0.4-1-0.2-0.9,0.6c0.1,0.8-0.3,1-1.3,0.6c0.2,0.6-0.1,1.2-0.9,1.8
c-0.8,0.6-1.3,1.2-1.3,1.8c-0.5-0.2-0.7-0.2-0.7-0.1c0,0.1-0.2,0.1-0.7,0.1c-0.5,1-1.5,1.7-3.1,2.2c-1.6,0.5-2.7,1.1-3.4,1.9
c-0.5,0-0.9,0.1-1.3,0.3c-0.4,0.2-1,0.1-2-0.3c-1.4-0.4-2.4-1-2.9-1.9c-0.5-0.9-0.7-1.9-0.5-3.1c0.1-1.2,0.4-2.4,0.9-3.5
C1553.1,96.8,1553.4,95.8,1553.7,95z" />
<path d="M1680.4,137.8c0.2,1.4,0.1,2.9-0.4,4.6c-0.5,1.7-1.2,3-2.2,4c-0.5,1-1.1,2.3-1.8,3.8c-0.7,1.6-1.6,2.9-2.5,4.1
c-1.9,1.4-3.7,3.4-5.2,6c-1.6,2.7-3.3,4.5-5.2,5.5c-4.8,4.1-8.9,7.3-12.3,9.6c-3.4,2.3-6.9,4.3-10.6,6c-3.7,1.8-6.9,2.5-9.6,2.1
c-3.9,1.2-7.6,1.6-11.2,1.3c-3.6-0.3-6.9-1.1-9.7-2.4c-2.9-1.3-5.3-3-7.2-5.3c-1.9-2.3-3.1-4.9-3.6-7.8c-0.2-0.4-0.4-1.1-0.4-2.2
c0-1.1,0.4-1.8,1.1-2.2c-0.7-1.4-0.7-2.8,0.2-4.4c0.8-1.6,1.3-2.9,1.3-4.1l6.5-15c0.7-0.2,1.1-0.5,1.3-1c0.1-0.5,0.4-0.7,0.9-0.7
c1.4-2.8,3.4-5.5,6-8.3c2.5-2.8,5.1-5.3,7.8-7.7c1.4-1.6,3.1-3.2,4.9-5c1.8-1.8,3.7-3.3,5.8-4.7c2-1.4,4.2-2.3,6.3-2.7
c2.2-0.4,4.2,0.1,6.1,1.5c2.4,0.4,4.5,1,6.1,1.8c0.2,0.4,0.5,0.4,0.9,0c0.4-0.4,0.8-0.5,1.3-0.3c0.5-0.2,1.4-0.2,2.7,0
c1.3,0.2,2.7,0.5,4.2,0.9c1.4,0.4,2.8,0.8,4,1.2c1.2,0.4,2,0.8,2.5,1.2l3.6,4.1c2.9-0.6,7.4-1.3,13.5-2.1
c6.1-0.8,12.6-1.4,19.3-1.9c6.7-0.5,13-0.7,18.8-0.6c5.8,0.1,10,0.8,12.6,2.2c0.2,0.2,0.5,0.3,0.9,0.3c0.4,0,0.7,0.1,0.9,0.3
c0.2,0.2,0.5,0.3,0.7,0.3c1.4-0.2,2.2-0.1,2.3,0.3c0.1,0.4,0.7,0.6,1.6,0.6c1.2,0.8,1.4,1.6,0.7,2.5c-0.7,0.9-1.6,1.5-2.5,1.9
c-2.7,0.2-4.3,0.5-4.9,0.9c-0.6,0.4-1.2,0.7-1.8,1c-0.6,0.3-1.6,0.5-3.1,0.6c-1.4,0.1-4.2,0.1-8.3,0.1c-3.4,0-6.9,0.2-10.6,0.6
c-3.7,0.4-7.5,1-11.4,1.8c-3.9,0.8-7.5,1.5-11,2.2c-3.5,0.7-6.4,1.3-8.8,1.9c-0.2,0.8-0.4,1.4-0.4,1.9
C1680.4,136.9,1680.4,137.4,1680.4,137.8z M1654.4,123.6c-1.2-0.4-2.4-0.6-3.6-0.6c-1.2,0-2.3-0.4-3.2-1.2l-1.1,0.9
c-1.4,1-2.6,2.2-3.4,3.5c-0.8,1.4-1.9,2.9-3.1,4.4c-1.2,1.2-2.8,2.9-4.7,5.3c-1.9,2.4-3.9,4.9-5.8,7.5c-1.9,2.7-3.7,5.2-5.2,7.7
c-1.6,2.5-2.5,4.4-2.7,5.8c-0.7,2.6-1.7,5.3-2.9,8.3c-1.2,2.9-1,5.8,0.7,8.6c5.3-1.6,9.9-3.5,13.9-5.9c4-2.4,7.6-5,11-8l2.2-2.1
c1-1.4,2.8-3.9,5.4-7.7c2.6-3.7,4.9-7.6,6.7-11.5c1.8-3.9,2.6-7.4,2.5-10.5C1660.9,125.1,1658.7,123.6,1654.4,123.6z" />
<path d="M1737,151.9c1.7-0.2,3.1-0.8,4.3-1.9c1.2-1.1,2.5-2,4-2.8c6.3-4.5,12.3-9,18-13.6c5.8-4.5,12.5-8.6,20.2-12.4
c2.6-1.4,5.7-2.8,9-4.4c3.4-1.6,6.7-2.5,10.1-2.7c2.4,0,5,0.7,7.8,2.2c2.8,1.5,4.3,3.1,4.5,4.9c0.2,2.2-0.1,4.4-0.9,6.8
c-0.8,2.4-1.6,4.6-2.3,6.8c-0.2,1.6-0.8,4.1-1.6,7.7c-0.8,3.5-1.7,7.3-2.5,11.2c-0.8,3.9-1.5,7.7-2,11.2c-0.5,3.5-0.6,6.1-0.4,7.7
c2.2-0.8,4.1-1.5,5.8-2.1c1.7-0.6,3.7-1.4,6.1-2.4c2.6-1,4.3-1.6,4.9-1.8c0.6-0.2,1-0.3,1.3-0.4c0.2-0.1,0.6-0.3,1.1-0.6
c0.5-0.3,2-1,4.7-2.2c1.7-1.2,3.4-2.3,5.1-3.4c1.7-1.1,3.4-1.9,5.1-2.5c1-0.4,2.3-0.6,4-0.6c1.9-1,3.8-1.9,5.6-2.7
c1.8-0.8,3.3-1.7,4.5-2.7c2.2,0.8,3.2,1.5,3.2,2.2c0,0.7-0.2,1.5-0.7,2.5c-1.7,1.8-4.1,3.3-7.2,4.7c-1.4,1.4-2.7,2.5-3.6,3.2
c-1,0.8-2.3,1.5-4,2.1c-2.7,1.8-4.3,2.9-5.1,3.4c-0.7,0.5-1.3,0.9-1.6,1.2c-0.4,0.3-1,0.6-1.8,1c-0.8,0.4-2.7,1.4-5.6,2.9
c-2.7,1.2-5.6,2.7-8.8,4.6c-3.2,1.9-6.3,3.2-9.2,4c-2.4,0.4-4.6,0.7-6.7,0.9c-2,0.2-3.9,0.3-5.6,0.3c-2.7,0.4-5-0.7-7-3.4
c-2-2.7-3.1-5.1-3.1-7.2c0-1,0.4-3,1.1-6c0.7-3,1.5-6.3,2.3-9.7c0.8-3.4,1.7-6.7,2.5-9.9c0.8-3.1,1.4-5.3,1.6-6.5
c0.2-2.8,0.7-5.2,1.4-7.4c0.7-2.2,1.3-4.3,1.8-6.5c-1.9,0.4-3.6,1.1-5.1,2.1c-1.4,1-2.9,2-4.3,2.9c-4.3,2.8-8.5,5.5-12.6,8.3
c-4.1,2.8-8.2,5.8-12.3,9.1c-2.4,1.8-5.1,3.5-7.9,5.3s-5.7,3.7-8.3,5.9c-8.2,7.1-14.8,13-19.9,17.7s-8.8,7.3-11.2,7.7
c-1.9,0.4-4.2,0-6.7-1.2c-2.5-1.2-4-2.6-4.5-4.1c-0.2-0.8-0.1-2,0.5-3.5c0.6-1.6,1.3-3,2-4.4c2.2-8.3,5.2-15.7,9-22.3
c3.8-6.6,7.5-13.4,10.8-20.5c0.5-1,1.2-2.1,2.2-3.2c1-1.2,1.7-2.3,2.2-3.2c0.5-1.4,0.8-2.7,1.1-4c0.2-1.3,0.5-2.4,0.7-3.4
c0.5-0.4,1-0.9,1.6-1.6c0.6-0.7,1.3-1.2,2-1.6c2.6-1.6,5.6-2,8.8-1.2c3.2,0.8,5.1,2.2,5.6,4.1c1.2,2.4,1.2,4.4,0,6.2
c-1.2,1.8-2.4,3.4-3.6,5c-0.5,1.2-0.7,2.4-0.7,3.5s-0.2,2.3-0.7,3.2c-1.4,2.8-3,5.5-4.5,8.3C1740,145.5,1738.5,148.6,1737,151.9z" />
</g>
</svg>
<p>※使用したライブラリ<a href="https://maxwellito.github.io/vivus/" target="_blank">https://maxwellito.github.io/vivus/</a>
</div>
<!--/svganimeblock-->
<div class="scrolldown"><span>Scroll</span></div>
<!--2つ目のSVG-->
<div class="svganimeblock">
<svg version="1.1" class="svganime" id="logo2" xmlns="http://www.w3.org/2000/svg" width="512px" height="512px" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" xml:space="preserve">
<g>
<path class="st0" d="M508.581,93.091c0.274-10.305-6.414-19.3-12.797-27.54c-0.884,10.346-9.968,27.444-14.293,36.278
L318.422,435.259c-12.653,25.852-28.449,57.669-63.159,53.963c-1.326-0.081-232.016-24.309-232.016-24.309
c6.543,10.306,13.875,23.569,26.801,24.952l190.015,20.024c22.009,2.363,42.91,5.45,62.716-7.596
c21.953-14.43,33.328-40.651,44.293-63.054l154.58-325.439c3.248-6.648,6.624-13.128,6.929-20.7
C508.613,92.376,508.581,92.986,508.581,93.091z"></path>
<path class="st0" d="M239.017,464.985c19.204,2.058,42.412-11.534,51.511-30.152l52.99-108.311L473.453,60.816
c9.132-18.665,0.868-35.603-18.328-37.668L241.574,0.206c-19.244-2.058-42.395,11.503-51.519,30.168L7.122,404.391
c-9.107,18.617-0.908,35.586,18.344,37.652L239.017,464.985z M160.224,411.071c-4.132,8.425-14.598,14.526-23.264,13.602
c-8.682-0.933-12.347-8.545-8.224-16.994c4.123-8.408,14.525-14.51,23.175-13.585C160.577,395.018,164.34,402.655,160.224,411.071z
M219.677,48.421l210.448,22.604L283.631,370.46L73.182,347.856L219.677,48.421z"></path>
</g>
</svg>
</div>
<!--/svganimeblock-->
<!--3つ目のSVG-->
<div class="svganimeblock">
<svg version="1.1" class="svganime" id="logo3" xmlns="http://www.w3.org/2000/svg" width="512px" height="512px" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" xml:space="preserve">
<g>
<path class="st0" d="M508.581,93.091c0.274-10.305-6.414-19.3-12.797-27.54c-0.884,10.346-9.968,27.444-14.293,36.278
L318.422,435.259c-12.653,25.852-28.449,57.669-63.159,53.963c-1.326-0.081-232.016-24.309-232.016-24.309
c6.543,10.306,13.875,23.569,26.801,24.952l190.015,20.024c22.009,2.363,42.91,5.45,62.716-7.596
c21.953-14.43,33.328-40.651,44.293-63.054l154.58-325.439c3.248-6.648,6.624-13.128,6.929-20.7
C508.613,92.376,508.581,92.986,508.581,93.091z"></path>
<path class="st0" d="M239.017,464.985c19.204,2.058,42.412-11.534,51.511-30.152l52.99-108.311L473.453,60.816
c9.132-18.665,0.868-35.603-18.328-37.668L241.574,0.206c-19.244-2.058-42.395,11.503-51.519,30.168L7.122,404.391
c-9.107,18.617-0.908,35.586,18.344,37.652L239.017,464.985z M160.224,411.071c-4.132,8.425-14.598,14.526-23.264,13.602
c-8.682-0.933-12.347-8.545-8.224-16.994c4.123-8.408,14.525-14.51,23.175-13.585C160.577,395.018,164.34,402.655,160.224,411.071z
M219.677,48.421l210.448,22.604L283.631,370.46L73.182,347.856L219.677,48.421z"></path>
</g>
</svg>
</div>
<!--/svganimeblock-->
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/vivus/0.4.4/vivus.min.js"></script>
</body>
@charset "utf-8";
/*========= スクロールダウンのためのCSS ===============*/
/*スクロールダウン全体の場所*/
.scrolldown {
/*描画位置※位置は適宜調整してください*/
position: absolute;
bottom: 10px;
right: 50%;
/*マウスの動き1.6秒かけて動く永遠にループ*/
animation: mousemove 1.6s ease-in-out infinite;
}
/*下からの距離が変化して上から下に動く*/
@keyframes mousemove {
0% {
bottom: 10px;
}
50% {
bottom: 5px;
}
100% {
bottom: 10px;
}
}
/*Scrollテキストの描写*/
.scrolldown span {
z-index: 10;
/*描画位置*/
position: absolute;
left: -15px;
bottom: 45px;
/*テキストの形状*/
color: #333;
font-size: 0.7rem;
letter-spacing: 0.05em;
white-space: nowrap;
}
/*マウスの中の線描写 */
.scrolldown span::after {
z-index: 10;
content: "";
/*描画位置*/
position: absolute;
top: 10px;
left: 17px;
/*線の形状*/
width: 1px;
height: 15px;
background: #333;
/*線の動き1.4秒かけて動く。永遠にループ*/
animation: mousepathmove 1.4s linear infinite;
opacity: 0;
}
/*上からの距離・不透明度・高さが変化して上から下に流れる*/
@keyframes mousepathmove {
0% {
height: 0;
top: 10px;
opacity: 0;
}
50% {
height: 15px;
opacity: 1;
}
100% {
height: 0;
top: 30px;
opacity: 0;
}
}
/*マウスの描写 */
.scrolldown:before {
z-index: 10;
content: "";
/*描画位置*/
position: absolute;
bottom: 0;
left: -10px;
/*マウスの形状*/
width: 25px;
height: 37px;
border-radius: 10px;
border: 1px solid #333;
}
/*マウスの中の丸の描写*/
.scrolldown:after {
z-index: 10;
content: "";
/*描画位置*/
position: absolute;
bottom: 26px;
left: 0;
/*丸の形状*/
width: 5px;
height: 5px;
border-radius: 50%;
border: 1px solid #333;
}
/*=============== レイアウトのためのCSS =================*/
a {
color: #333;
}
p {
margin: 50px 0;
text-align: center;
}
.svganimeblock {
max-width: 300px;
width: 100%;
margin: 20px auto 700px auto;
text-align: center;
}
.svganimeblock:first-of-type {
max-width: 90vw;
}
.svganimeblock:last-of-type {
margin: 20px auto;
}
/*=============== SVGアニメーション内の指定 =================*/
/*SVGのサイズ*/
.svganimeblock svg {
width: 100%;
}
/*アニメーション前のパスの指定*/
.svganimeblock svg path {
fill-opacity: 0; /*最初は透過0で見えない状態*/
transition: fill-opacity 0.5s; /*カラーがつく際のアニメーション0.5秒で変化*/
fill: none; /*塗りがない状態*/
stroke: #333; /*線の色*/
}
/*アニメーション後に.doneというクラス名が付与された時のパスの指定*/
.svganimeblock svg.done path {
fill: deeppink; /*塗りの色*/
fill-opacity: 1; /*透過1で見える状態*/
stroke: none; /*線の色なし*/
}
//SVGの初期設定
var logoVivus1; //1つめのSVG設定
var logoVivus2; //2つめのSVG設定
var logoVivus3; //3つめのSVG設定
//1~3のSVG初期設定
function VivusInit() {
//1つめのSVG初期設定
logoVivus1 = new Vivus(
"logo",
{
start: "autostart", //アニメーションの自動再生
type: "scenario", // アニメーションのタイプを設定
pathTimingFunction: Vivus.EASE //動きの加速減速設定
},
function (obj) {
$("#logo").attr("class", "done"); //描画が終わったらdoneというクラスを追加
}
);
logoVivus1.stop();
//2つめのSVG初期設定
logoVivus2 = new Vivus(
"logo2",
{
start: "autostart", //アニメーションの自動再生
duration: 200, //アニメーションの時間設定。数字が小さくなるほど速い
type: "scenario-sync", // アニメーションのタイプを設定
pathTimingFunction: Vivus.EASE_OUT //動きの加速減速設定
},
function (obj) {
$("#logo2").attr("class", "done"); //描画が終わったらdoneというクラスを追加
}
);
logoVivus2.stop();
//3つめのSVG初期設定
logoVivus3 = new Vivus(
"logo3",
{
start: "autostart", //アニメーションの自動再生
type: "oneByOne", // アニメーションのタイプを設定
pathTimingFunction: Vivus.EASE //動きの加速減速設定
},
function (obj) {
$("#logo3").attr("class", "done"); //描画が終わったらdoneというクラスを追加
}
);
logoVivus3.stop();
}
//スクロールをしたらSVGが出現する設定
function VivusAnime() {
//スクロールをしたら1つめのSVG id="logo"が出現する設定
var elemPos = $("#logo").offset().top - 50; //要素より、50px上の位置まで来たら出現
var scroll = $(window).scrollTop();
var windowHeight = $(window).height();
if (scroll >= elemPos - windowHeight) {
logoVivus1.play(1); //描画される速さ。数が大きくなるほど速い
}
//スクロールをしたら2つめのSVG id="logo2"が出現する設定
var elemPos = $("#logo2").offset().top - 50; //要素より、50px上の位置まで来たら出現
var scroll = $(window).scrollTop();
var windowHeight = $(window).height();
if (scroll >= elemPos - windowHeight) {
logoVivus2.play(4); //描画される速さ。数が大きくなるほど速い
}
//スクロールをしたら3つめのSVG id="logo3"が出現する設定
var elemPos = $("#logo3").offset().top - 50; //要素より、50px上の位置まで来たら出現
var scroll = $(window).scrollTop();
var windowHeight = $(window).height();
if (scroll >= elemPos - windowHeight) {
logoVivus3.play(2); //描画される速さ。数が大きくなるほど速い
}
}
// 画面をスクロールをしたら動かしたい場合の記述
$(window).scroll(function () {
VivusAnime(); /* SVGアニメーション用の関数を呼ぶ*/
});
// ここまで画面をスクロールをしたら動かしたい場合の記述
// 画面が読み込まれたらすぐに動かしたい場合の記述
$(window).on("load", function () {
VivusInit(); //SVG初期設定
VivusAnime(); /* SVGアニメーション用の関数を呼ぶ*/
});
// ここまで画面が読み込まれたらすぐに動かしたい場合の記述
Also see: Tab Triggers