@charset "UTF-8";

.sp-block{ display: block;}
.pc-block{ display: none;}
.sp-none{ display: block;}
.pc-only{ display: none;}
.sp-only{ display: none;}


@media screen and (max-width: 480px) {
  .sp-none{ display: none;}
  .sp-only{ display: block;}
}/* SP480 */


/* GOAL */
.goal-info{
  position: relative;
  margin: 2em auto 0;
  padding: 4rem;
  width: 100%;
  max-width: 80rem;
  display: block;
  background: #fffcdb;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  border-radius: 1em;
  letter-spacing: 0.1em;
}

.goal-message{
  padding: 2.5rem 6rem 3rem 6rem;
  margin: 0 auto 2rem auto;
  background: #fff;
  border-radius: 1em;
}

.goal-message .goal-title{
  display: inline;
  font-size: var(--font-size-xl);
  font-weight: 600;
  line-height:2;
  letter-spacing: 0.2em;
  background: linear-gradient(transparent 50%, #fffcdb 0%);
}

.goal-message .message-txt{
  margin:1.5rem auto 0 auto;
  line-height:2.2;
  font-weight: 600;
  text-align: left;
}

.goal-subtitle{
  width: 40rem;
  margin: 2rem auto;
  padding: 0.2em;
  background-color: #efa718;
  border-radius: 2em;
  font-size: var(--font-size-xl);
  line-height: 1.4;
  color:#FFF;
}

.goal-subtitle em{
  position: relative;
  margin: 0;
  padding: 0.2em 0 0.15em 0 ;
  display: block;
  border-radius: 2em;
  border: 0.2rem dashed #fff;
}

.side-border{
  display: flex;
  align-items: center;
}
.side-border:before,
.side-border:after {
  border-top: 0.2rem solid #efa718;
  content: "";
  flex-grow: 1;
}
.side-border:before {
  margin-right: 2rem;
}
.side-border:after {
  margin-left: 2rem;
}

.achievement-goal001,
.goal-comingsoon{
  position: relative;
  margin: 2rem auto;
  padding: 0 0 4em;
  max-width: 100%;
}

.achievement-goal002{
  position: relative;
  margin: -2rem auto;
  padding: 0 0 4em;
  max-width: 100%;
  clear: both;
}

.goal-comingsoon{
  margin-top: -3rem;
}

.goal .achievement-goalttl{
  font-size: var(--font-size-l);
  font-weight: 600;
  height: 10.5rem;
  text-align: left;
  display: flex;
  justify-content: left;
  align-items: center;
}

.goal .achievement-csttl{
  font-size: var(--font-size-l);
  font-weight: 400;
  height: 10.5rem;
  text-align: left;
  display: flex;
  justify-content: left;
  align-items: center;
}

.goal .achievement-goalttl:before,
.goal .achievement-goalttl002:before,
.goal .goal-comingsoon .achievement-csttl:before{
  display: block;
  margin: 0 3.1rem 0 0 ;
  width: 10rem;
  height: 10rem;
  border: solid 0.4rem #00aeef;
  border-radius: 50%;
  background: url("/funding/img/goal/duck_icon_01.svg") center center no-repeat #fff;
  background-size: contain;
  content: "";
  z-index: 20;
}

.goal .achievement-goalttl.ttl002:before {
  background: url("/funding/img/goal/duck_icon_03.svg") center center no-repeat #fff;
}

.goal .achievement-goalttl.ttl003:before {
  background: url("/funding/img/goal/duck_icon_04.svg") center center no-repeat #fff;
}

.goal .achievement-goalttl.ttl004:before {
  background: url("/funding/img/goal/duck_icon_05.svg") center center no-repeat #fff;
}

.goal .achievement-goalttl.ttl005:before {
  background: url("/funding/img/goal/duck_icon_06.svg") center center no-repeat #fff;
}

.goal .achievement-goalttl.ttl006:before {
  background: url("/funding/img/goal/duck_icon_miyabi.svg") center center no-repeat #fff;
}

.goal .achievement-goalttl.ttl007:before {
  background: url("/funding/img/goal/duck_icon_ponite.svg") center center no-repeat #fff;
}

.goal .achievement-goalttl.ttl008:before {
  background: url("/funding/img/goal/duck_icon_momon.svg") center center no-repeat #fff;
}

.goal .achievement-goalttl.ttl009:before {
  background: url("/funding/img/goal/duck_icon_piro.svg") center center no-repeat #fff;
}

.goal .achievement-goalttl.ttl010:before {
  background: url("/funding/img/goal/duck_icon_onemu.svg") center center no-repeat #fff;
}

.goal .goal-comingsoon .achievement-csttl:before {
  border: solid 0.4rem #b3b3b3;
  background: url("/funding/img/goal/duck_icon_sd_15.svg") center center no-repeat #fff;
}

.goal .achievement-goalttl:after{
  position: relative;
  margin-left: -17.5rem;
  display: block;
  width: 5rem;
  height: 10.5rem;
  background: url("/funding/img/goal/img_06.svg") left top no-repeat;
  background-size: contain;
  content: "";
}

.goal .achievement-goalttl.goalttl2:after {
  margin-left: -18.5rem;
}

 .goal .bone-duck{
  margin: auto;
  padding: 6rem 0 4em 0;
  /*height: 30rem;*/
 }

 .goal .bone-duck:before,
 .goal .goal-comingsoon .bone-duck:before{
  position: absolute;
  top: 0.3rem;
  left: 4.75rem;
  display: block;
  width: 1rem;
  height: 100%;
  background-color: #00adef;
  content: "";
  z-index: 10;
}

 .goal .goal-comingsoon .bone-duck:before{
  background: rgb(179,179,179);
  background: linear-gradient(0deg, rgba(179,179,179,0) 0%, rgba(179,179,179,0) 17%, rgba(179,179,179,1) 74%, rgba(179,179,179,1) 100%);
}

  .goal .goal-duck {
  position: relative;
  width: 27%;
  margin: 0 3%;
  float:left;
   z-index: 20;
}



.goal .goal-duck span {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  animation: duck-action 0.8s steps(2) infinite;
}

.goal .goal-duck span.duck-001 {
  background: url(/funding/img/goal/duck_01_anime.svg) center top  no-repeat;
  background-size: 200% 100%;
  background-position: 100% 0;
}

.goal .goal-duck span.duck-002 {
  background: url(/funding/img/goal/duck_02_anime.svg) center top  no-repeat;
  background-size: 200% 100%;
  background-position: 100% 0;
  animation: duck-action 5s steps(2) infinite;
}

.goal .goal-duck span.duck-003 {
  background: url(/funding/img/goal/duck_03_anime.svg) center top  no-repeat;
  background-size: 200% 100%;
  background-position: 100% 0;
  animation: duck-action 1.5s steps(2) infinite;
}

.goal .goal-duck span.duck-004 {
  background: url(/funding/img/goal/duck_04_anime.svg) center top  no-repeat;
  background-size: 200% 100%;
  background-position: 100% 0;
  animation: duck-action 1.5s steps(2) infinite;
}

.goal .goal-duck span.duck-005 {
  background: url(/funding/img/goal/duck_05_anime.svg) center top  no-repeat;
  background-size: 200% 100%;
  background-position: 100% 0;
  animation: duck-action 4s steps(2) infinite;
}

.goal .goal-duck span.duck-006 {
  background: url(/funding/img/goal/duck_anime_miyabi.svg) center top  no-repeat;
  background-size: 200% 100%;
  background-position: 100% 0;
  animation: duck-action 4s steps(2) infinite;
}

.goal .goal-duck span.duck-007 {
  background: url(/funding/img/goal/duck_anime_ponite.svg) center top  no-repeat;
  background-size: 200% 100%;
  background-position: 100% 0;
  animation: duck-action 1.5s steps(2) infinite;
}

.goal .goal-duck span.duck-008 {
  background: url(/funding/img/goal/duck_anime_momon.svg) center top  no-repeat;
  background-size: 200% 100%;
  background-position: 100% 0;
  animation: duck-action 1.5s steps(2) infinite;
}

.goal .goal-duck span.duck-009 {
  background: url(/funding/img/goal/duck_anime_piro.svg) center top  no-repeat;
  background-size: 200% 100%;
  background-position: 100% 0;
  animation: duck-action 1.5s steps(2) infinite;
}

.goal .goal-duck span.duck-010 {
  background: url(/funding/img/goal/duck_anime_onemu.svg) center top  no-repeat;
  background-size: 200% 100%;
  background-position: 100% 0;
  animation: duck-action 1.5s steps(2) infinite;
}

.goal .goal-duck span.duck-011 {
  background: url(/funding/img/goal/duck_anime_pomu.svg) center top  no-repeat;
  background-size: 200% 100%;
  background-position: 100% 0;
  animation: duck-action 1.5s steps(2) infinite;
}

.goal .goal-duck span.duck-012 {
  background: url(/funding/img/goal/duck_anime_mashimaro.svg) center top  no-repeat;
  background-size: 200% 100%;
  background-position: 100% 0;
  animation: duck-action 1.5s steps(2) infinite;
}

.goal .goal-duck span.duck-013 {
  background: url(/funding/img/goal/duck_anime_ponite2.svg) center top  no-repeat;
  background-size: 200% 100%;
  background-position: 100% 0;
  animation: duck-action 1.5s steps(2) infinite;
}

.goal .goal-duck span.duck-014 {
  background: url(/funding/img/goal/duck_anime_rui2.svg) center top  no-repeat;
  background-size: 200% 100%;
  background-position: 100% 0;
  animation: duck-action 1.5s steps(2) infinite;
}

@keyframes duck-action {
  to {
    background-position: -100% 0;
  }
}


.goal .bone-duck .boneduck-txtbox{
  width: 67%;
  overflow: hidden;
  text-align: left;
}

 .goal .bone-duck h4{
  margin: 1rem 0;
  width: 70%;
  font-size: var(--font-size-l);
  line-height:2;
  font-weight: 600;
}

 .goal .bone-duck h4 em{
  color: #00adef;
}

 .goal .bone-duck .boneduck-txt{
  display: inline;
  font-size: var(--font-size-m);
  font-weight: 500;
  line-height: 1.6;
  border-bottom: dashed 0.1rem #333;
}

.goal-comingsoon .bone-duck h4{
  margin: 8rem 0 0 0 ;
  font-size: var(--font-size-l);
  font-weight: 400;
  border-bottom: none;
  letter-spacing: 0.8em;
}

@media screen and (max-width: 480px) {
  .goal-info{
    padding: 3rem 2rem;
  }

  .goal-message{
    padding: 1.5rem 1.5rem 3rem 1.5rem;
  }

  .goal-message p img{
    margin:1rem auto;
    width:100%;
  }

  .goal-subtitle{
    width: 80%;
    margin: 2rem auto;
    padding: 0.2em;
    background-color: #efa718;
    border-radius: 2em;
    line-height: 1.4;
    color:#FFF;
  }
  
  .achievement-goal001,
  .goal-comingsoon{
    padding: 0 0 1em;
  }

  .achievement-goal002{
    padding: 0 0 1em;
  }


  .goal .achievement-goalttl,
  .goal .achievement-csttl{
    height: 7.7rem;
  }

  .goal .achievement-goalttl:before,
  .goal .goal-comingsoon .achievement-csttl:before{
    width: 7.7rem;
    height: 7.7rem;
    margin: 0 2.5rem 0 0 ;
  }

  .goal .achievement-goalttl:after{
    margin-left: -15.5rem;
    height: 7.7rem;
  }
  
  .goal .achievement-goalttl.goalttl2:after{
    margin-left: -16.5rem;
  }  

   .goal .bone-duck{
    padding:3rem 0 0 0 ;
    margin: 1rem auto 2.5rem auto;
    width: 100%;
    /*height: 39rem;*/
   }

   .goal .bone-duck.goal002{

    /* height: 45rem; */

   }

  .goal .bone-duck:before,
  .goal .goal-comingsoon .bone-duck:before{
    top: 1rem;
    left: 3.35rem;
   }

    .goal .goal-duck {
    width: 50%;
    margin: auto;
    float:none;
  }

  .goal .bone-duck .boneduck-txtbox{
    width: 100%;
    margin: auto;
    padding-left: 19%;
  }

   .goal .bone-duck h4{
    margin: 2rem 0 0 0;
    width: 100%;
    line-height:1.6;
  }

   .goal .bone-duck .boneduck-txt{
    border-bottom:none;
  }

  .goal-comingsoon .bone-duck h4{
    margin:1rem auto 0  auto;
    padding-right: 22%;
    border-bottom: none;
    text-align: center;
  }


  .side-border:before,
  .side-border:after {
    border-top: 0.2rem solid #efa718;
    content: "";
    flex-grow: 1;
  }
  .side-border:before {
    margin-right: 1rem;
  }
  .side-border:after {
    margin-left: 1rem;
  }

}


/* duck-profile */


.duck-profile {
  margin: auto;
  padding: 3em 0 4em;
  width: 94%;  
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; 
}

.duck-profile .duck-image{
  padding: 0;
  width: 30%;  
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.6;
}

.duck-profile .duck-image span{ margin: 1em 0 0; display: block; font-weight: bold;}


.duck-profile .profile{
  padding: 1.5em;
  width: 67%;  
  display: block;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: 0.5rem 0.5rem 0 0 rgba(153,153,153,0.5);  
}


.duck-profile dl{
  position: relative;
  width: 100%;  
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.duck-profile dl:after{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(/img/home/image_gray_01.svg) right center no-repeat;
  background-size: auto 90%;
  content: "";
  opacity: 0.3;
  z-index: 1;
}

.duck-profile dl dt{
  position: relative;
  margin: 0.5rem 0;
  padding: 0.3em;
  width: 7em;  
  display: block;
  border-radius: 2em;
  background-color: #00aeef;
  color: #fff;
  z-index: 10;
}

.duck-profile dl dd{
  position: relative;
  margin: 0.5rem 0;
  padding: 0 0.5em 0;
  width: calc(100% - 7em);  
  display: block;
  line-height: 1.6;
  text-align: left;
  text-shadow: 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.3rem #fff, 0 0 0.3rem #fff, 0 0 0.3rem #fff, 0 0 0.3rem #fff;
  z-index: 10;
}

.duck-profile p{
  margin: 1em 0 0;
  padding: 1em 0 0;
  display: block;
  border-top: 0.2rem dotted #00aeef;
  line-height: 1.6;
  text-align: left;
}


@media screen and (max-width: 580px) {

  .duck-profile {
    margin: auto;
    padding: 2em 0 4em;
    width: 100%;  
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; 
  }

  .duck-profile .duck-image{ padding: 0 0 1em; width: 100%;}
  .duck-profile .duck-image img{ width: 90%; max-width: 20rem;}


  .duck-profile .profile{
    padding: 1.5em;
    width: 100%;  
    display: block;
    border-radius: 1rem;
    background-color: #fff;
    box-shadow: 0.5rem 0.5rem 0 0 rgba(153,153,153,0.5);  
  }  

}/* End max 580 */
