@charset "UTF-8";

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* CSS Document */
* {
  box-sizing: border-box;
}

body {
  font-family:
    "游ゴシック",
    YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka,
    "ヒラギノ角ゴ Pro W3",
    "ＭＳ Ｐゴシック",
    "MS PGothic",
    sans-serif;
  font-size: 16px;
}

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

a {
  text-decoration: none;
  color: #000;
  display: block;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

a:hover {
  opacity: 0.5;
}

.indent_kakko {
  margin-left: -0.5em;
}

.inner {
  display: inline-block;
}

ul {
  padding-left: 0;
}

ul li {
  list-style-type: none
}

dd {
  margin-left: 0;
}

dt {
  font-weight: bold;
}

.sp-hide {
  display: block;
}

.sp-show {
  display: none;
}

#website {
  overflow: hidden;
}

@media screen and (max-width: 990px) {
  .sp-show {
    display: block;
  }

  .sp-hide {
    display: none;
  }
}

/* slide show
------------------------------------------- */
.mv_c {
  position: absolute;
}

.mv_c {
  position: absolute;
  right: 145px;
  bottom: 125px;
  z-index: 5;
}

.mainvisual-copy {
  position: relative;
  width: 100%;
}

.nav_pc_flex {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.slide_img {
  width: 100%;
  max-width: inherit;
}

@media screen and (max-width: 990px) {
  .slider {
    margin-top: 75px;
    height: auto;
    overflow: hidden;
  }

  .slide_img {
    width: auto;
    width: 100%;
    ;
  }

  .mv_c {
    width: 22%;
    right: 9%;
    bottom: 12%;
    z-index: 5;
  }
}

/* header
------------------------------------------- */
.header h1 img {
  width: 224px;
}

.header-nav-item {
  float: left;
  text-align: center;
}

.header-nav-item span {
  display: block;
}

.header-nav-item-1 {
  margin-right: 29px;
}

.header-nav-item-1 span {
  margin-top: 19px;
}

.header-nav-item-2 {
  margin-right: 32px;
}

.header-nav-item-2 span {
  margin-top: 19px;
}

.header-nav-item-3 {
  margin-right: 54px;
}

.header-nav-item-3 span {
  margin-top: 19px;
}

.header-nav-item-4 {
  margin-right: 54px;
}

.header-nav-item-4 span {
  margin-top: 17px
}

.header-nav-item-5 {
  margin-top: -2px;
  margin-right: 0;
}

.header-nav-item-5 span {
  margin-top: 19px;
}

.sp-header {
  width: 100%;
  height: 75px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.sp-header-logo {
  position: absolute;
  top: 7px;
  left: 14px;
}

@media screen and (max-width:990px) {
  .header {
    display: none;
    height: auto;
    padding-top: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: #fffce1;
  }

  #header {
    height: 100%;
  }

  .header h1 {
    display: none;
  }

  .header-nav {
    width: 100%;
    position: static;
    bottom: auto;
    right: auto;
    margin-top: 75px;
    padding-bottom: 30px;
  }

  .header-nav ul {
    margin-top: 0;
  }

  .header-nav-item {
    width: 50%;
    border-bottom: 1px solid #e7e7e3;
    border-right: 1px solid #e7e7e3;
  }

  .header-nav-item:nth-child(even) {
    border-right: 0;
  }

  .header-nav-item a {
    margin-top: 40px;
    height: 120px;
  }

  .header-nav-item span {
    width: 100%;
    height: 75px;
  }

  .header-nav-item span img {
    display: none;
  }

  .header-nav-item-1 {
    margin-right: 0;
  }

  .header-nav-item-1 span {
    background: url(../img/nav_txt_01@2x.png) no-repeat top;
    background-size: auto 75px;
  }

  .header-nav-item-2 {
    margin-right: 0;
  }

  .header-nav-item-2 span {
    background: url(../img/nav_txt_02@2x.png) no-repeat top;
    background-size: auto 75px;
  }

  .header-nav-item-3 {
    margin-right: 0;
  }

  .header-nav-item-3 span {
    background: url(../img/nav_txt_03@2x.png) no-repeat top;
    background-size: auto 75px;
  }

  .header-nav-item-4 {
    margin-right: 0;
  }

  .header-nav-item-4 span {
    background: url(../img/nav_txt_04@2x.png) no-repeat top;
    background-size: auto 75px;
  }

  .header-nav-item-5 {
    margin-top: 0;
    margin-right: 0;
  }

  .header-nav-item-5 span {
    background: url(../img/nav_txt_05@2x.png) no-repeat top;
    background-size: auto 75px;
  }

  .header-nav-button {
    margin-top: 25px;
  }

  .sp-header-logo a {
    display: inline-block;
  }

  .sp-header-menu {
    position: absolute;
    top: 14px;
    right: 17px;
  }

  .sp-header-menu a {
    display: block;
    width: 47px;
    height: 47px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 50%;
    padding-top: 15.5px;
    padding-left: 11.5px;
  }

  .sp-header-menu i {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #a6a6a6;
    border-radius: 2px;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
  }

  .sp-header-menu i+i {
    margin-top: 4px;
  }

  .active i:nth-child(1) {
    -webkit-transform: translate3d(0, 6px, 0) rotate(-45deg);
    transform: translate3d(0, 6px, 0) rotate(-45deg);
  }

  .active i:nth-child(2) {
    opacity: 0;
  }

  .active i:nth-child(3) {
    -webkit-transform: translate3d(0, -6px, 0) rotate(45deg);
    transform: translate3d(0, -6px, 0) rotate(45deg);
  }

}

/* concept */

.concept {
  background-color: #fffce1;
  background-image: url(../img/clover.png);
  background-size: 148px;
  background-position: top 50% right calc(50% + 300px);
  background-repeat: no-repeat;
  height: 678px;
  position: relative;
  z-index: 6;
}

.concept-copy h2 {
  width: 100%;
  font-size: 30px;
  line-height: 200%;
}

.concept_zoon {
  margin: 0 0 200px 50%;
  padding-top: 150px;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 1300px) {
  .concept {
    background-position: top 50% right calc(60% + 300px);
  }

  .concept_zoon {
    margin: 0 0 200px 40%;
  }
}

@media screen and (max-width: 1150px) {
  .concept {
    background-position: top 50% right calc(70% + 200px);
  }

  .concept_zoon {
    margin: 0 0 200px 30%;
  }
}

@media screen and (max-width: 990px) {
  .concept {
    background-position: top 15% right 50%;
    height: 600px;
  }

  .concept_zoon {
    margin: 0 auto;
    padding-top: 250px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .concept-copy h2 {
    width: 315px;
    font-size: 1rem;
    line-height: 200%;
    margin-right: auto;
    margin-left: auto;
  }

  .button.green {
    display: block;
    margin: 25px auto 0;
  }

}

/* .galleryコンテンツ
------------------------------------------- */
.gallery {
  position: relative;
  z-index: 20;
}

.gallery img {
  position: relative;
  z-index: 20;
}

/* .boxコンテンツ
------------------------------------------- */
.box {
  display: flex;
  padding: 120px 28px;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  position: relative;
}

.box:nth-of-type(4) {
  z-index: 5;
}

.box:nth-of-type(5) {
  z-index: 4;
}

.box:nth-of-type(6) {
  z-index: 3;
}

.box:nth-of-type(7) {
  z-index: 2;
}

.box:nth-of-type(8) {
  z-index: 1;
}

.box:nth-child(even) {
  flex-direction: row-reverse;
}

.img {
  max-width: 655px;
  width: 50%;
  display: flex;
  font-size: 36px;
  color: #fff;
  align-items: flex-start;
}

.box .img {
  margin: 0 20px 0 0;
  position: relative;
  z-index: 20;
}

.box .img img {
  position: relative;
  z-index: 20;
}

.box:nth-child(even) .img {
  margin: 0 0 0 20px;
}

.text-box {
  width: 50%;
  position: relative;
  z-index: 10;
}

.box:nth-child(even) .text-box {
  padding-right: 5%;
}

.box:nth-child(odd) .text-box {
  padding-left: 5%;
}

.text-box-inner {
  width: 80%;
}

.box:nth-child(even) .text-box-inner {
  margin-left: auto;
  margin-right: 0;
}


.box:nth-child(odd) .text-box-inner {
  margin-left: 0;
  margin-right: auto;
}

.text-box-inner h3 {
  margin-top: 0;
  font-size: 2.2rem;
  line-height: 2.0;
  letter-spacing: 0.1em;
}

#website div.box:nth-of-type(8) .text-box-inner h3 {
  color: #fff;
}

.text-box-inner p {
  line-height: 1.7;
  background: rgba(255, 255, 255, 0.3);
  padding: 10px;
}

.btn li {
  margin: 10px 0 10px 0;
}

@media screen and (max-width: 1044px) {
  .box:nth-child(even) .text-box {
    padding-right: 2%;
  }

  .box:nth-child(odd) .text-box {
    padding-left: 2%;
  }
}

@media screen and (max-width: 990px) {

  .box,
  .box:nth-child(even) {
    flex-direction: column;
    padding: 80px 0 0 0;
  }

  div.box:nth-child(6) {
    padding-top: 0;
  }

  .box .img,
  .box:nth-child(even) .img {
    margin: 0;
    width: 100%;
    max-width: inherit;
  }

  .box .img img {
    width: 100%;
  }

  .box:nth-child(odd) .text-box,
  .box:nth-child(even) .text-box {
    width: 100%;
    padding: 0 30px;
  }

  .text-box-inner {
    width: 100%;
  }

  .text-box-inner h3 {
    font-size: 1.9rem;
  }

  .btn {
    text-align: center;
    margin-top: 26px;
  }

  .btn li+li {
    margin-top: 20px;
  }
}

/* .access
------------------------------------------- */


.float-button {
  position: relative;
}

.float-button a::after {
  position: absolute;
  visibility: hidden;
  right: 100px;
  bottom: 75%;
  content: '';
  display: block;
  background: #fff;
  width: 140px;
  height: 140px;
}

.float-button a:hover {
  opacity: 1;
}

.float-button a:hover::after {
  visibility: inherit;
  border-radius: 50%;
  opacity: 0.5;
}

.float_b {
  position: absolute;
}

.float_b {
  position: absolute;
  right: 100px;
  bottom: 75%;
  border-radius: 50%;
}

.float-button {
  position: relative;
  width: 100%;
}

.info {
  background-color: #C8E4FC;
  width: 100%;
}

.info {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 50px 150px 50px 150px;
}

.info h3 {
  font-size: 16px;
}

.access dt {
  padding-left: 1.5em;
  position: relative;
}

.access dt::before {
  position: absolute;
  left: 0;
  bottom: 0.3em;
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background-image: url(../img/list.png);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: left bottom 50%;
}

.info p,
dt,
dd {
  line-height: 1.7;
  font-size: 12px;
}

.footer-copyright small {
  letter-spacing: 0.2em;
}

iframe {
  width: 100%;
  height: 345px;
}

@media screen and (max-width: 990px) {
  .access {
    margin-top: 80px;
  }

  iframe {
    height: 427px;
  }

  .float_b {
    bottom: 66%;
    width: 14%;
    right: 8%;
  }

  .float-button a:hover::after {
    display: none;
  }

  .info {
    display: block;
    padding: 50px 20px;
  }

  .adress,
  .access-detail-open {
    margin-bottom: 40px;
  }
}

/* footer
------------------------------------------- */
.footer {
  background-color: #7EAD3A;
  width: 100%;
  position: relative;
  height: 60px;
}

.btn_top {
  width: 36px;
  position: absolute;
  top: -25px;
  left: calc(50% - 18px);
  z-index: 10;
}

.footer::after {
  position: absolute;
  content: '';
  display: block;
  top: -35px;
  left: calc(50% - 35px);
  height: 70px;
  width: 70px;
  transform: rotate(45deg);
  background-color: #7EAD3A;
}

.footer-copyright small {
  position: absolute;
  width: 100%;
  left: 162px;
  bottom: 20px;
  z-index: 1;
}

@media screen and (max-width: 990px) {
  .footer-copyright small {
    left: 50%;
    margin-left: -125px;
  }
}

/* link用 .button
------------------------------------------- */
/*
Copyright (c) 2018 by Chris Coyier (https: //codepen.io/chriscoyier/pen/oqHlh)
Released under the MIT license
http://opensource.org/licenses/mit-license.php
*/

.button {
  text-align: center;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  padding: 15px 0 15px;
  color: #000;
  position: relative;
  overflow: hidden;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border: 2px solid #000;
  width: 300px;
  height: 50px;
  z-index: 100;
}

.button:before {
  content: "";
  position: absolute;
  bottom: -70px;
  right: -70px;
  width: 10px;
  height: 10px;
  background: transparent;
  border-radius: 50%;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.button span {
  position: relative;
}

.button:hover,
.button:focus {
  opacity: 1;
  color: #000;
  border: none;
}

.red:hover,
.red:focus,
.purple:hover,
.purple:focus {
  color: #fff;
}

.button:hover:before,
.button:focus:before {
  width: 425px;
  height: 425px;
  opacity: 1;
}

.red:before {
  background: #e6382f;
}

.orange:before {
  bottom: auto;
  top: -70px;
  background: #f08f1c;
}

.yellow:before {
  right: auto;
  left: -70px;
  background: #dbdc16;
}

.green:before {
  right: auto;
  bottom: auto;
  left: -70px;
  top: -70px;
  background: #70c659;
}

.skyblue:before {
  right: auto;
  bottom: auto;
  left: 150px;
  top: -70px;
  background: #199bcf;
}

.purple:before {
  right: auto;
  bottom: -70px;
  left: 150px;
  top: auto;
  background: #593c96;
}

.purple:hover:before,
.purple:focus:before,
.skyblue:hover:before,
.skyblue:focus:before {
  left: -70px;
}

.arrow::after,
.window::after {
  position: absolute;
  right: 20px;
}

.arrow::after {
  content: url(../img/arrow.png);
}

.window::after {
  content: url(../img/window.png);
}

/* dots
------------------------------------------- */
.dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.dots-child {
  position: absolute;
  z-index: 1;
}

.dots-child span {
  display: block;
  border-radius: 50%;
}

.dots-child-1 span {
  background-color: #e6382f;
}

.dots-child-2 span {
  background-color: #f08f1c;
}

.dots-child-3 span {
  background-color: #dbdc16;
}

.dots-child-4 span {
  background-color: #70c659;
}

.dots-child-5 span {
  background-color: #199bcf;
}

.dots-child-6 span {
  background-color: #1955ab;
}

.dots-child-7 span {
  background-color: #593c96;
}

/* .box .dots (parallax) */
.box .dots-child span {
  width: 448px;
  height: 448px;
}

.box .bigdots span {
  width: 449px;
  height: 449px;
}

.box .dots {
  top: -5%;
}

#dots-1 {
  left: 35%;
}

#dots-2 {
  left: 35%;
  top: -3%;
}

#dots-3 {
  left: 25%;
  top: 3%;
}

#dots-4 {
  left: 35%;
  top: -2%;
}

#dots-4 .dots-child-5 span {
  margin-left: 10%;
}

#dots-4 .dots-child-6 span {
  margin-top: 60%;
  margin-left: 70%;
}

#dots-5 {
  left: 3%;
  top: 8%;
}

@media screen and (max-width: 990px) {

  #dots-1,
  #dots-2,
  #dots-3,
  #dots-4,
  #dots-5 {
    top: 60%;
  }

  #dots-1,
  #dots-3 {
    left: 0;
  }

  #dots-2,
  #dots-4 {
    left: 50%;
  }

  #dots-5 {
    top: 50%;
    left: 2%;
  }
}

@media screen and (max-width: 768px) {
  #dots-5 {
    top: 28%;
    left: -8%;
  }
  .dots-child-6 {
    top: 300px !important;
    left: 20px !important;
  }
}
/* .concept .dots */
.concept {
  position: relative;
}

.concept .dots-child,
.concept .dots-child span {
  z-index: 0;
}

.concept .dots-child-1,
.concept .dots-child-1 span {
  width: 65px;
  height: 65px;
  top: 20px;
  left: 0;
  -webkit-animation: fuwafuwa1 60s infinite linear normal;
  animation: fuwafuwa1 60s infinite linear normal;
}

@keyframes fuwafuwa1 {
  0% {
    transform: translate(2500%, 400px);
  }

  25% {
    transform: translate(1500%, 0);
  }

  75% {
    transform: translate(500%, 400px);
  }

  100% {
    transform: translate(-100%, 0);
  }
}

@-webkit-keyframes fuwafuwa1 {
  0% {
    -webkit-transform: translate(2500%, 400px);
  }

  25% {
    -webkit-transform: translate(1500%, 0);
  }

  75% {
    -webkit-transform: translate(500%, 400px);
  }

  100% {
    -webkit-transform: translate(-100%, 0);
  }
}

.concept .dots-child-2,
.concept .dots-child-2 span {
  width: 89px;
  height: 89px;
  top: 150px;
  left: 10%;
  -webkit-animation: fuwafuwa2 40s infinite linear normal;
  animation: fuwafuwa2 40s infinite linear normal;
}

@keyframes fuwafuwa2 {
  0% {
    transform: translate(1800%, 400px);
  }

  25% {
    transform: translate(500%, 0);
  }

  75% {
    transform: translate(-800%, 400px);
  }

  100% {
    transform: translate(-1400%, 0);
  }
}

@-webkit-keyframes fuwafuwa2 {
  0% {
    -webkit-transform: translate(1800%, 400px);
  }

  25% {
    -webkit-transform: translate(500%, 0);
  }

  75% {
    -webkit-transform: translate(-800%, 400px);
  }

  100% {
    -webkit-transform: translate(-1400%, 0);
  }
}

.concept .dots-child-3,
.concept .dots-child-3 span {
  width: 46px;
  height: 46px;
  top: 400px;
  left: 40%;
  -webkit-animation: fuwafuwa3 50s infinite linear normal;
  animation: fuwafuwa3 50s infinite linear normal;
}

@keyframes fuwafuwa3 {
  0% {
    transform: translate(2000%, -400px);
  }

  25% {
    transform: translate(500%, 0);
  }

  75% {
    transform: translate(-1000%, -400px);
  }

  100% {
    transform: translate(-1800%, 0);
  }
}

@-webkit-keyframes fuwafuwa3 {
  0% {
    -webkit-transform: translate(2000%, -400px);
  }

  25% {
    -webkit-transform: translate(500%, 0);
  }

  75% {
    -webkit-transform: translate(-1000%, -400px);
  }

  100% {
    -webkit-transform: translate(-1800%, 0);
  }
}

.concept .dots-child-4,
.concept .dots-child-4 span {
  width: 81px;
  height: 81px;
  top: 250px;
  left: 50%;
  -webkit-animation: fuwafuwa4 50s infinite linear normal;
  animation: fuwafuwa4 50s infinite linear normal;
}

@keyframes fuwafuwa4 {
  0% {
    transform: translate(1000%, 200px);
  }

  25% {
    transform: translate(0, -200px);
  }

  75% {
    transform: translate(-700%, 200px);
  }

  100% {
    transform: translate(-1500%, -200px);
  }
}

@-webkit-keyframes fuwafuwa4 {
  0% {
    -webkit-transform: translate(1000%, 200px);
  }

  25% {
    -webkit-transform: translate(0, 0);
  }

  75% {
    -webkit-transform: translate(-700%, 200px);
  }

  100% {
    -webkit-transform: translate(-1500%, 0);
  }
}

.concept .dots-child-5,
.concept .dots-child-5 span {
  width: 64px;
  height: 64px;
  top: 100px;
  left: 68%;
  -webkit-animation: fuwafuwa5 40s infinite linear normal;
  animation: fuwafuwa5 40s infinite linear normal;
}

@keyframes fuwafuwa5 {
  0% {
    transform: translate(1000%, 400px);
  }

  25% {
    transform: translate(-500%, 0);
  }

  75% {
    transform: translate(-1500%, 400px);
  }

  100% {
    transform: translate(-2000%, 0);
  }
}

@-webkit-keyframes fuwafuwa5 {
  0% {
    -webkit-transform: translate(1000%, 400px);
  }

  25% {
    -webkit-transform: translate(-500%, 0);
  }

  75% {
    -webkit-transform: translate(-1500%, 400px);
  }

  100% {
    -webkit-transform: translate(-2000%, 0);
  }
}

.concept .dots-child-6,
.concept .dots-child-6 span {
  width: 109px;
  height: 109px;
  top: 20px;
  left: 83%;
  -webkit-animation: fuwafuwa6 30s infinite linear normal;
  animation: fuwafuwa6 30s infinite linear normal;
}



@-webkit-keyframes fuwafuwa6 {
  0% {
    -webkit-transform: translate(500%, 0);
  }

  25% {
    -webkit-transform: translate(0, 300px);
  }

  75% {
    -webkit-transform: translate(-1000%, 0);
  }

  100% {
    -webkit-transform: translate(-1500%, 300px);
  }
}

@keyframes fuwafuwa6 {
  0% {
    transform: translate(500%, 0);
  }

  25% {
    transform: translate(0, 300px);
  }

  75% {
    transform: translate(-1000%, 0);
  }

  100% {
    transform: translate(-1500%, 300px);
  }
}

.concept .dots-child-7,
.concept .dots-child-7 span {
  width: 53px;
  height: 53px;
  top: 100px;
  left: 98%;
  -webkit-animation: fuwafuwa7 40s infinite linear normal;
  animation: fuwafuwa7 40s infinite linear normal;
}

@keyframes fuwafuwa7 {
  0% {
    transform: translate(0, 0);
  }

  25% {
    transform: translate(-1000%, 200px);
  }

  75% {
    transform: translate(-2500%, 0);
  }

  100% {
    transform: translate(-4000%, 200px);
  }
}

@-webkit-keyframes fuwafuwa7 {
  0% {
    -webkit-transform: translate(0, 0);
  }

  25% {
    -webkit-transform: translate(-1000%, 200px);
  }

  75% {
    -webkit-transform: translate(-2500%, 0);
  }

  100% {
    -webkit-transform: translate(-4000%, 200px);
  }
}

.concept .dots-child span {
  -webkit-animation: fuwafuwa 6s infinite linear alternate;
  animation: fuwafuwa 6s infinite linear alternate;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(0, -10px);
  }

  100% {
    -webkit-transform: translate(0, 0);
  }
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, -10px);
  }

  100% {
    transform: translate(0, 0);
  }
}


/* .fuwatAnime
---------------------------------- */
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  -ms-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important;
}

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}