@charset "UTF-8";


/* ==== root ========================== */
:root {
  --ZenKaku: "Zen Kaku Gothic New", sans-serif;
  --color-bk: #fff;

  --header: 100px;
  scroll-padding: var(--header);
}

@media screen and (max-width:767px) {
  :root {
    --header: 5em;
    scroll-padding: var(--header);
  }
}

/*================================================
 *  common
 ================================================*/

html {
  font-size: 62.5%;
  font-size: 10px;
  scroll-behavior: smooth;
}

#coen_2604_dod {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  /* base 450px */
  font-size: calc(15px * (475 / 375));
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  scroll-behavior: smooth;
  position: relative;


  height: 100vh;
}



#coen_2604_dod::before {
  position: fixed;
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  background: #e95513;
  z-index: -1;
}

a {
  text-decoration: none;
  transition: all .4s;
  color: var(--color-bk);
}

a:hover {
  opacity: 1;
}

img {
  display: block;
  vertical-align: middle;
  width: 100%;
}

ul,
ol,
dl {
  margin: 0;
}

ul li {
  list-style: none;
}

li {
  margin-left: 0;
}

*,
#coen_2604_dod * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

#coen_2604_dod h2,
#coen_2604_dod h3,
#coen_2604_dod h4 {
  font-size: 1em;
}

#coen_2604_dod .pc {
  display: block;
}

#coen_2604_dod .sp {
  display: none;
}

#coen_2604_dod .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

  /* 375px 14px */
  #coen_2604_dod {
    font-size: calc(100vw / 375 * 15);
  }

  #coen_2604_dod h2,
  #coen_2604_dod h3,
  #coen_2604_dod h4 {
    font-size: 1em;
  }

  #coen_2604_dod .pc {
    display: none;
  }

  #coen_2604_dod .sp {
    display: block;
  }
}


/*================================================
 * 3clmレイアウト
 ================================================*/
#coen_2604_dod main {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

#coen_2604_dod .ill_cloud {
  position: fixed;
  z-index: 10;
}

#coen_2604_dod .ill_cloud01 {
  width: 27vw;
  bottom: 3em;
  left: -0.5em;
  max-width: 390px;
}

#coen_2604_dod .ill_cloud02 {
  width: 18vw;
  top: 2em;
  right: -3em;
  max-width: 258px;
}

#coen_2604_dod .ill_cloud03 {
  width: 29vw;
  bottom: 0;
  right: -4.5em;
  max-width: 418px;
}

#coen_2604_dod .inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 5px;
}



/* view_left */
#coen_2604_dod .view_left {
  position: relative;
  width: calc((100% - 475px) / 2);
}

#coen_2604_dod .view_left .view_left-inner {
  position: fixed;
  top: 0;
  max-width: 390px;
  /* 1440 390px */
  width: 27vw;
  min-width: 270px;
  margin-left: auto;
  margin-right: auto;
  height: 100vh;
  overflow: clip;
}



#coen_2604_dod .view_left .nav_ttl {
  width: 66%;
  margin: 0 auto;
  top: 20%;
  position: relative;
}

/* tab_menu */
#coen_2604_dod .tab_menu {
  display: none;
}



/* view_right */
#coen_2604_dod .view_right {
  width: calc((100% - 475px) / 2);
  max-width: none;
  margin: 0;
}

#coen_2604_dod .view_right .view_right-inner {
  position: fixed;
  top: 0;
  /* right: 0; */
  right: max(0px, calc((100vw - 1440px) / 2));
  height: 100vh;
  width: calc((min(100vw, 1440px) - 475px) / 2);
}

#coen_2604_dod .view_right .nav_right {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  min-width: 220px;
}


#coen_2604_dod .view_right .nav_en {
  /* width: 38%; */
  width: 75%;
}



#coen_2604_dod .nav_logo {
  /* width: 50%; */
  margin-top: 4em;
}

#coen_2604_dod .nav_menuList li {
  margin-top: 1.8em;
}


#coen_2604_dod .nav_menuList li:not(:first-child) {
  padding-top: 1.8em;
  position: relative;
}

#coen_2604_dod .nav_menuList li:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 3.3em;
  background: #fff;
  height: 1px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#coen_2604_dod .nav_menuList li img {
  width: auto;
  max-width: unset;
  height: 3.13em;
  display: block;
  margin: 0 auto;
}

#coen_2604_dod .nav_menuList .lines2 img {
  height: 5.6em;
}

/* contents */
#coen_2604_dod #contents {
  background: #009844;
  width: 475px;
  flex-shrink: 0;
  margin-top: -15px;
  padding-top: 15px;
  box-shadow: 10px 10px 10px rgb(0 0 0 / 20%);
  overflow: clip;
}

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

  /* tab */
  #coen_2604_dod .inner {
    max-width: 800px;
    padding-right: 0;
    padding-left: 20px;
  }

  #coen_2604_dod #contents {
    margin-right: 0;
    margin-left: auto;
  }



  #coen_2604_dod .view_left {
    max-width: 330px;
    padding-right: 30px;
  }

  #coen_2604_dod .view_left .view_left-inner {
    width: 38vw;
    min-width: unset;
    padding-top: 4em;
    left: 10px;
  }

  #coen_2604_dod .view_left .nav_ttl {
    width: 11em;
    margin: 0 auto;
    top: 0;
    position: relative;
  }

  #coen_2604_dod .tab_menu {
    display: block;
    /* width: 7em; */
    width: 60%;
    margin: 3em auto 0;
  }

  #coen_2604_dod .nav_logo {
    margin-top: 1em;
  }

  #coen_2604_dod .nav_menuList li img {
    height: 2.866em;
  }

  #coen_2604_dod .nav_menuList .lines2 img {
    height: 5.26em;
  }

  #coen_2604_dod .nav_menuList .btn img {
    height: 6.06em;
  }

  #coen_2604_dod .view_right {
    display: none;
  }

  #coen_2604_dod .ill_cloud {
    display: none;
  }
}

@media screen and (max-width:767px) {
  #coen_2604_dod .inner {
    padding-left: 0;
  }

  /* sp */
  #coen_2604_dod #contents {
    width: 100%;
  }

  #coen_2604_dod .view_left {
    display: none;
  }
}

/*================================================
 *  sp__nav
 ================================================*/
#coen_2604_dod #sp__nav {
  display: none;
}

@media screen and (max-width:767px) {
  #coen_2604_dod #sp__nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: all .4s;
    opacity: 0;
  }

  #coen_2604_dod #sp__nav.changenav {
    opacity: 1;
  }

  #coen_2604_dod nav.global__nav {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #e95513;
    transition: all .4s ease-out;
    z-index: 200;
    opacity: 0;
    z-index: -100;
    pointer-events: none;
    padding: 5em 2em 2em;
    overflow: auto;
  }


  #coen_2604_dod .sp__gnav-inner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 0;

    /* position: absolute;
    top: 8em;
    left: 50%;
    transform: translateX(-50%); */
  }

  #coen_2604_dod .nav_menu-ttl {
    margin: 0 auto 25px;
    width: 9em;
    max-width: 200px;
    /* width: 200px; */
  }

  #coen_2604_dod .nav_menu li:nth-child(2) {
    margin: 40px auto;
  }

  #coen_2604_dod .nav_menu {
    margin: 0 auto;
    /* width: 160px; */
    width: 10em;
    max-width: 160px;
    position: static;
    transform: translate(0%, 0%);
  }


  #coen_2604_dod .nav_menuList li img {
    height: 3.6em;
  }

  #coen_2604_dod .nav_menuList .lines2 img {
    height: 6.53em;
  }

  #coen_2604_dod .nav_menuList li:first-child img {
    height: 1.8em;
  }



  #coen_2604_dod .nav_menuList .btn {
    margin-top: 0;
  }

  #coen_2604_dod .nav_menuList .btn::before {
    content: none !important;
  }

  #coen_2604_dod .nav_menuList .btn img {
    height: 7.8em;
  }


  /* hamburger */
  #coen_2604_dod .hamburger {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 43px;
    height: 26px;
    cursor: pointer;
    z-index: 300;
  }



  /* line open */
  #coen_2604_dod .hamburger__line {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 4px;
    background-color: #e95513;
    transition: all .4s ease-out;
  }

  #coen_2604_dod .hamburger__line--1 {
    top: 0px;
  }

  #coen_2604_dod .hamburger__line--2 {
    top: calc(50% - 2px);
  }

  #coen_2604_dod .hamburger__line--3 {
    top: calc(100% - 4px);
  }


  /* nav_open */
  #coen_2604_dod .nav_open .global__nav {
    opacity: 1;
    z-index: 100;
    pointer-events: fill;
  }

  /* line close */
  #coen_2604_dod .nav_open .hamburger__line--1 {
    transform: rotate(35deg);
    top: 10px;
    background: #fff;
  }

  #coen_2604_dod .nav_open .hamburger__line--2 {
    width: 0;
    left: 50%;
  }

  #coen_2604_dod .nav_open .hamburger__line--3 {
    transform: rotate(-35deg);
    top: 10px;
    background: #fff
  }

}



/*================================================
 *  contents
 ================================================*/
#coen_2604_dod #mainVisual {
  position: relative;
}

#coen_2604_dod .mv_catch {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 3.66em;
  width: 22em;
}

#coen_2604_dod .intro_bg {
  position: relative;
  background: url(src/img/intro_bg.jpg) no-repeat center top/cover;
  padding-top: 6em;
  padding-bottom: 5.33em;
}

#coen_2604_dod .intro_logo {
  width: 16.4em;
  margin: 0 auto;
}

#coen_2604_dod .intro_ill {
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 16.3em;
  margin: 2.3em auto 3.6em;
}

#coen_2604_dod .intro_ill .ill01 {
  width: 4em;
}

#coen_2604_dod .intro_ill .ill02 {
  width: 3.2em;
}

#coen_2604_dod #intro h2 {
  text-align: center;
  font-size: 1.266em;
  letter-spacing: 0.2em;
  margin-bottom: 2em;
}

#coen_2604_dod #intro p {
  text-align: center;
  font-size: 0.933em;
  line-height: 2;
  margin-top: 2em;
  font-weight: 500;
}

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


/*================================================
 *   section
 ================================================*/


/* itemSection */
#coen_2604_dod .itemSection {
  position: relative;
}

#coen_2604_dod .sec_inner {
  position: relative;
  padding-top: 8em;
}

#coen_2604_dod .item_img {
  box-shadow: 0 1em 0.6em rgb(0 0 0 / 23%);
}


#coen_2604_dod .item_top {
  width: 18.733em;
  margin: 0 auto;
}

#coen_2604_dod .credit {
  font-size: 0.7em;
  line-height: 1.6;
  font-weight: 500;
}

#coen_2604_dod .credit ul {
  margin-top: 3.7em;
  width: 20em;
}

#coen_2604_dod .credit ul a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#coen_2604_dod .item_right {
  width: 16.2em;
  margin: 5.33em 1.2em 7.33em auto;
}

#coen_2604_dod .item_btm {
  width: 19.66em;
  margin: 0 auto 0 2.93em;
}

#coen_2604_dod .sec_ttl p {
  width: fit-content;
  margin: 0 auto;
  line-height: 1.866;
  font-size: 1em;
}

#coen_2604_dod .sIll {
  position: absolute;
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  pointer-events: none;
  z-index: 15;
}

#coen_2604_dod .sec_cloud-right01 {
  background-image: url(src/img/sec_cloud-right01.png);
  width: 19.8em;
  height: 12.4em;
  right: -8.4em;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  z-index: 20;
}

#coen_2604_dod .sec_cloud-right02 {
  background-image: url(src/img/sec_cloud-right02.png);
  width: 31.33em;
  height: 15.133em;
  right: -18.4em;
  animation: floating-xy 6s ease-in-out infinite alternate;
  z-index: 20;
}

#coen_2604_dod .sec_cloud-left01 {
  background-image: url(src/img/sec_cloud-left01.png);
  width: 31.33em;
  height: 15.133em;
  left: -18.6em;
  animation: drift-rotate 8s cubic-bezier(0.45, 0, 0.55, 1) infinite;
  z-index: 20;
}

#coen_2604_dod .sec_cloud-left02 {
  background-image: url(src/img/sec_cloud-left02.png);
  width: 31.4em;
  height: 19.7em;
  left: -19.6em;
  animation: floating-x 7.2s ease-in-out infinite alternate-reverse;
  z-index: 20;
}



#coen_2604_dod .sec_kusa {
  background-image: url(src/img/sec_kusa.png);
  width: 1.13em;
  height: 0.8em;
}

#coen_2604_dod .sec_tanpopo01 {
  background-image: url(src/img/sec_tanpopo01.png);
  width: 1.333em;
  height: 1.533em;
}

#coen_2604_dod .sec_tanpopo02 {
  background-image: url(src/img/sec_tanpopo02.png);
  width: 1.533em;
  height: 1.533em;
}






/* #sec01 */
#coen_2604_dod #sec01 .sec_inner {
  padding-top: 7.33em;
}

#coen_2604_dod #sec01 .item_top ul {
  width: 16em;
}

#coen_2604_dod #sec01 .itemBtn {
  margin-top: 13em;
  position: relative;
  z-index: 3;
}

#coen_2604_dod #sec01 .sec_cloud-right01 {
  top: 28em;
}

#coen_2604_dod #sec01 .sec_cloud-right02 {
  top: 113em;
}

#coen_2604_dod #sec01 .sec_cloud-left01 {
  top: 41em;
}

#coen_2604_dod #sec01 .kusa01 {
  top: 41em;
  left: 2.5em;
}

#coen_2604_dod #sec01 .kusa02 {
  top: 70em;
  right: 3em;
}

#coen_2604_dod #sec01 .tpp01 {
  top: 69em;
  left: 2em;
}

#coen_2604_dod #sec01 .tpp02 {
  top: 118em;
  left: 4em;
}

/* #sec02 */
#coen_2604_dod #sec02 .sec_inner {
  background: #3fbac7;
  padding-bottom: 1.33em;
  position: relative;
}

#coen_2604_dod #sec02 .sec_ttl {
  margin-top: -5em;
}

#coen_2604_dod #sec02 .sec_ttl-bg {
  background: url(src/img/sec02_bg.jpg) no-repeat center top/cover;
  padding: 26.55em 0 0;
  position: relative;
}

#coen_2604_dod #sec02 .sec_ttl-bg .sec_cloud-left01 {
  top: 19em;
}

#coen_2604_dod #sec02 .item_right {
  margin-bottom: 14.1em;
}

#coen_2604_dod #sec02 .item_other {
  width: 14.2em;
  margin: 5.33em auto 4.33em 2.26em;
}




#coen_2604_dod #sec02 .ill_area .kusa01 {
  top: 11em;
  left: 3em;
}

#coen_2604_dod #sec02 .ill_area .sec_tanpopo01 {
  right: 2em;
  top: 6.5em;
}


#coen_2604_dod #sec02 .sec_cloud-right01 {
  top: 1em;
}

#coen_2604_dod #sec02 .sec_cloud-right02 {
  top: 133em;
}

#coen_2604_dod #sec02 .sec_cloud-left02 {
  top: 75.5em;
}



/* #sec03 */
#coen_2604_dod #sec03 .sec_ttl-bg {
  padding: 9.6em 0 0;
  position: relative;
}

#coen_2604_dod #sec03 .sec_ttl-bg .kusa01 {
  top: 4em;
  right: 5em;
}

#coen_2604_dod #sec03 .sec_ttl-bg .sec_tanpopo02 {
  left: 4em;
  top: 6em;
}

#coen_2604_dod #sec03 .item_right {
  margin-top: 8.33em;
  margin-bottom: 10.66em;
}


#coen_2604_dod #sec03 .item_other {
  margin-top: 11.4em;
}

#coen_2604_dod #sec03 .sec_inner .sec_cloud-right01 {
  top: 0em;
}

#coen_2604_dod #sec03 .sec_inner .sec_cloud-left01 {
  top: 35.5em;
  left: -16em;
}

#coen_2604_dod #sec03 .sec_inner .sec_cloud-right02 {
  top: 74em;
  right: -14em;
}

#coen_2604_dod #sec03 .sec_inner .kusa01 {
  top: 37.9em;
  right: 5em;
}

#coen_2604_dod #sec03 .sec_inner .kusa02 {
  top: 76.2em;
  right: 3em;
}

#coen_2604_dod #sec03 .sec_inner .kusa03 {
  top: 122.4em;
  left: 4em;
}

#coen_2604_dod #sec03 .sec_inner .sec_tanpopo02 {
  top: 78.4em;
  left: 3.4em;
  width: 2.47em;
  height: 2.33em;
}

#coen_2604_dod #sec03 .sec_inner .sec_tanpopo01 {
  top: 118.4em;
  right: 3em;
}




#coen_2604_dod #event {
  background: #0048bb;
  position: relative;
}

#coen_2604_dod #event .itemBtn {
  top: -3.5em;
  position: relative;
}

#coen_2604_dod #event .event_ttl {
  text-align: center;
  font-size: 2em;
  font-weight: 900;
}

#coen_2604_dod #event .lead {
  font-size: 0.933em;
  line-height: 2;
  text-align: center;
  margin-top: 2.7em;
  margin-bottom: 7em;
  font-weight: 500;
}

#coen_2604_dod #event .about_ill {
  width: 10.733em;
  margin: 0 auto 5.53em;
}

#coen_2604_dod .about_logo {
  width: 16.2em;
  margin: 0 auto;
}

#coen_2604_dod .about_txt {
  font-size: 0.933em;
  color: #fff;
  width: fit-content;
  margin: 2.2em auto 0;
  line-height: 2;
  padding-bottom: 3.4em;
}


#coen_2604_dod .about_brandBtn {
  width: 20em;
  margin: 0 auto 8em;
}


#coen_2604_dod .event_item {
  position: relative;
  width: 19.66em;
  margin: 0 auto;
  background: #fff;
  border-radius: 1.33em;
  padding: 0 0 4.66em;
}


/* special */
#coen_2604_dod #special h2 {
  width: 17em;
  margin: 0 auto;
  position: relative;
  top: -3em;
}



#coen_2604_dod .special_box {
  position: relative;
  color: #0048bb;
  margin-top: -2em;
}

#coen_2604_dod .special_img {
  position: relative;
  z-index: 1;
}



#coen_2604_dod .special_box h3 {
  position: absolute;
  width: 7.5em;
  left: -1em;
  top: 1em;
}



#coen_2604_dod .special_txt h4 {
  text-align: center;
  font-size: 1.25em;
  font-weight: 900;
  margin-bottom: 1.25em;
}

#coen_2604_dod .special_txt h4 span {
  font-weight: 500;
}

#coen_2604_dod .special_txt p {
  margin-bottom: 0.7em;
  line-height: 2;
  font-size: 0.933em;
  padding: 0 1.33em;
  letter-spacing: 0.1em;
}

#coen_2604_dod .special_txt .mt {
  margin-top: 2.6em;
}

#coen_2604_dod .special_txt .ac {
  text-align: center;
}

#coen_2604_dod .special_box01 .special_img img {
  position: relative;
  left: 1em;
  top: 2em;

}

#coen_2604_dod .special_box02 {
  margin-top: 5.33em;
  position: relative;
}

#coen_2604_dod .special_box02::before {
  position: absolute;
  width: 6.2em;
  height: 0.1213em;
  background: #0048bb;
  left: 50%;
  transform: translateX(-50%);
  top: -1em;
  content: ""
}

#coen_2604_dod .special_box02 .special_img {
  width: 15.8em;
  margin-left: 2.6em;
}



#coen_2604_dod .special_box02 h3 {
  top: 5em;
}

#coen_2604_dod #present {
  margin-top: 9.66em;
}


#coen_2604_dod #present h2 {
  width: 18em;
  margin: 0 auto;
  position: relative;
  top: -4em;
}


#coen_2604_dod .present_img {
  width: 7.133em;
  margin: 0 auto;
  margin-top: -2em;
}

#coen_2604_dod #present h3 {
  width: 15.4em;
  margin: 1em auto 1.33em;
}

#coen_2604_dod #present p {
  text-align: center;
  font-size: 1.066em;
  color: #0048bb;
  font-weight: 900;
}

#coen_2604_dod #present .present_obi {
  color: #fff;
  background: #ed6c1f;
  font-size: 1.73em;
  text-align: center;
  width: 9.2em;
  margin: 0.8em auto 0;
  padding: 0.38em 0;
}

#coen_2604_dod #present .present_obi span {
  font-size: 0.5em;
  margin-right: 0.6em;
}







/*================================================
 *  ft
 ================================================*/
#coen_2604_dod #ft {
  padding-top: 7.66em;
  padding-bottom: 5em;
  background: #0048bb;
}

#coen_2604_dod #ft .ft_dod {
  width: 16.4em;
  margin: 0 auto 3.33em;
}

#coen_2604_dod #ft .ft_logo {
  width: 22.5em;
  margin: 0 auto;
  padding-top: 3.3em;
}

#coen_2604_dod #ft .ft_logo a {
  width: 13em;
  margin: 0 auto;
  display: block;
}

/*================================================
 *  fadeUp data-delighter
 ================================================*/

#coen_2604_dod .fadeUp {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease !important;
}

#coen_2604_dod .fadeUp.started {
  opacity: 1;
  transform: translateY(0px);
}




/* blur */
#coen_2604_dod .blur {
  filter: blur(20px);
  opacity: 0;
  transition: filter 2s ease, opacity 0.6s ease;
}

#coen_2604_dod .blur.on {
  filter: blur(0);
  opacity: 1;
}



/* zoom */
#coen_2604_dod .zoom {
  opacity: 0;
  -webkit-transform: scale(0) translateY(1rem) rotate(20deg);
  transform: scale(0) translateY(1rem) rotate(20deg);
  will-change: opacity, transform;
}

#coen_2604_dod .zoom.started {
  -webkit-transition: .8s .4s cubic-bezier(0.34, 1.63, 0.64, 1);
  transition: .8s .4s cubic-bezier(0.34, 1.63, 0.64, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  opacity: 1;
  -webkit-transform: scale(1) translateY(0) rotate(0);
  transform: scale(1) translateY(0) rotate(0);
}


/* delay */
#coen_2604_dod .delay_02s {
  transition-delay: 0.2s !important;
}

#coen_2604_dod .delay_03s {
  transition-delay: 0.3s !important;
}

#coen_2604_dod .delay_04s {
  transition-delay: 0.4s !important;
}

#coen_2604_dod .delay_05s {
  transition-delay: 0.5s !important;
}

#coen_2604_dod .delay_06s {
  transition-delay: 0.6s !important;
}

#coen_2604_dod .delay_08s {
  transition-delay: 0.8s !important;
}

#coen_2604_dod .delay_1s {
  transition-delay: 1s !important;
}

#coen_2604_dod .delay_12s {
  transition-delay: 1.2s !important;
}

#coen_2604_dod .delay_14s {
  transition-delay: 1.4s !important;
}




#coen_2604_dod .fuwa01 {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  position: relative;
}


@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }

  100% {
    transform: translateY(10%);
  }
}

#coen_2604_dod .fuwa-wrap {
  animation: floating-x 7.2s ease-in-out infinite alternate-reverse;
}

@keyframes floating-x {
  0% {
    transform: translateX(-5%);
  }

  100% {
    transform: translateX(5%);
  }
}

#coen_2604_dod .fuwa02 {
  animation: floating-xy 6s ease-in-out infinite alternate;
  position: relative;
}

@keyframes floating-xy {
  0% {
    transform: translate(-3%, -5%);
  }

  50% {
    transform: translate(3%, 5%);
  }

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

#coen_2604_dod .fuwa03 {
  animation: drift-rotate 8s cubic-bezier(0.45, 0, 0.55, 1) infinite;
  position: relative;
}

@keyframes drift-rotate {
  0% {
    transform: translate(-4%, -6%) rotate(-2deg);
  }

  25% {
    transform: translate(3%, -2%) rotate(1deg);
  }

  50% {
    transform: translate(5%, 4%) rotate(2deg);
  }

  75% {
    transform: translate(-2%, 6%) rotate(-1deg);
  }

  100% {
    transform: translate(-4%, -6%) rotate(-2deg);
  }
}