@charset "UTF-8";

/* noto-sans-jp-300 - latin_japanese */
@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: local('Noto Sans Japanese Light'), local('NotoSansJapanese-Light'),
       url('/common/fonts/noto-sans-jp-v25-latin_japanese-300.woff2') format('woff2'); 
}

/* noto-sans-jp-500 - latin_japanese */
@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: local('Noto Sans Japanese Medium'), local('NotoSansJapanese-Medium'),
       url('/common/fonts/noto-sans-jp-v25-latin_japanese-500.woff2') format('woff2');
}


.sp-block{ display: block;}
.pc-block{ display: none;}
.sp-none{ display: block;}
.pc-only{ display: none;}
.sp-only{ display: none;}

.clear{ clear: both;}

.clearfix:after,
.wrap:after{
  content: "";
  display: block;
  clear: both;
}

.wrap{
  position: relative;
  padding: 0;
  display: block;
  overflow: hidden;
  width: 100%;
}


@media screen and (max-width: 480px) {
  .sp-none{ display: none;}
  .sp-only{ display: block;}
}/* SP480 */


/* BACKNUMBER */
.backnumber-info{
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 80rem;
  display: block;
  background: #dbf4ff;
  text-align: center;
  border-radius: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.1em;
}

.backnumber-info h2{
  width: 16rem;
  margin: 1em auto 0.5em auto;
}

.backnumber-info .backnumber-title{
  position: relative;
  top: -2.4em;
  left: 0;
  right: 0;
  margin: 4em auto -1.5em;
  padding: 0.8em 0.5em 0.4em 1.5em;
  width: 90%;
  max-width: 20em;
  display: block;
  border-radius: 1em 1em 0 0;
  background: #dbf4ff;
  font-size: 2.6rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}

.backnumber-info .backnumber-title:after{
  position: absolute;
  top: -1em;
  left: -0.5em;
  margin: 0;
  width: 10.8rem;
  height: 7.2rem;
  display: block;
  background: url(/funding/common/img/angel.svg) center center no-repeat;
  background-size: contain;
  transform: scale(-1, 1)  rotate(30deg);
  animation: angel 2s ease-in-out infinite;
  content: "";
}

.backnumber-info .txt{
  padding: 0 0 2em 0;
  width: 100%;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.6;
}


.backnumber-info .backnumber-comment .comment{
  background-repeat:   no-repeat ;
  background-position:2rem 1.5rem ;
  background-size: 20% ;
  overflow: hidden;
}

.backnumber-info .backnumber-comment .month01{ background-color: #fff7ed;}
.backnumber-info .backnumber-comment .month02{ background-color: #ebf2ff;}
.backnumber-info .backnumber-comment .month03{ background-color: #fffceb;}
.backnumber-info .backnumber-comment .month04{ background-color: #fff0f0;}
.backnumber-info .backnumber-comment .month05{ background-color: #fbffc8;}
.backnumber-info .backnumber-comment .month06{ background-color: #cfffed ;}
.backnumber-info .backnumber-comment .month07{ background-color: #FFFCDB;}
.backnumber-info .backnumber-comment .month08{ background-color: #E5FFDB;}
.backnumber-info .backnumber-comment .month09{ background-color: #ffecdb;}
.backnumber-info .backnumber-comment .month10{ background-color: #fff9eb;}
.backnumber-info .backnumber-comment .month11{ background-color: #faedff;}
.backnumber-info .backnumber-comment .month12{ background-color: #fff2cc;}

.backnumber-info .backnumber-comment .comment-last{border-radius: 0 0 1em 1em;}

.backnumber-info .backnumber-comment ul{
  margin: 0 auto 2em auto;
    width: 97%;
  overflow: hidden;
}

.backnumber-info .backnumber-comment ul li{
    width: 25%;
  padding: 0 0.5em 1em 0.5em;
    float: left;
}

.backnumber .pager {
  margin:1em 0 1em 0;
  width:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.backnumber .pager li {
  margin: 0.5em 0.3em 0;
}

.backnumber .pager a {
  display: block;
  padding: 0.5em 0.8em;
  color: #FFF;
  text-decoration: none;
  background: rgb(0,181,233);
  background: linear-gradient(0deg, rgba(0,181,233,1) 0%, rgba(0,194,235,1) 100%);
  border-radius: 0.6rem;
}

.backnumber .pager span {
  padding: 0.5em 0.8em;
  display: block;
  font-weight: bold;
  color: #26b4f0;
  border: 0.1rem solid #26b4f0;
  border-radius: 0.6rem;
}


@media screen and (max-width: 768px) {
  .backnumber-info .backnumber-comment ul li{
      width: 33.33333%;
  }

  .backnumber-info h2{
    width: 25%;
  }


}

@media screen and (max-width: 480px) {
  .backnumber-info h2{
    width: 45%;
  }

  .backnumber-info .backnumber-title{
    margin: 4em auto -1em;
    padding: 0.8em 1.5em 0.4em 1.5em;
    font-size: 2.4rem;
    line-height: 1.4;
  }

  .backnumber-info .backnumber-title:after{
    top: -1.2em;
    left: -0.8em;
  }

  .backnumber-info .backnumber-comment .comment{
    background-repeat:   no-repeat ;
    background-position:center 1em;
    background-size: 40% ;
  }

  .backnumber-info .backnumber-comment ul{
    margin: 0 auto 1.5em auto;
      width: 98%;
  }

  .backnumber-info .backnumber-comment ul li{
      width: 50%;
  }

  .backnumber-info .txt{
    padding: 0 1em 2em 1em;
    text-align: left;
  }

}

.backnumber-comment ul li img {
 	animation: comment1 2.0s ease 0s 1 normal;
}
 
@keyframes comment1 { 
    0% {opacity: 0; transform: scale(0.8);} 
    100% {opacity: 1; transform: scale(1);} 
}

.backnumber-comment ul li:nth-child(2) img {
 	animation: comment2 2.0s ease 0s 1 normal;
}

@keyframes comment2 { 
    0% {opacity: 0; transform: scale(0.6);} 
    100% {opacity: 1; transform: scale(1);} 
}
 

/* 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: 2.6rem;
  font-weight: 500;
  line-height:2;
  background: linear-gradient(transparent 50%, #fffcdb 0%);
}

.goal-message .message-txt{
  margin:1.5rem auto 0 auto;
  font-size: 1.6rem;
  line-height:2.2;
  font-weight: 500;
  text-align: left;
}

.goal-subtitle{
  width: 40rem;
  margin: 2rem auto;
  padding: 0.2em;
  background-color: #efa718;
  border-radius: 2em;
  font-size: 2.4rem;
  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: 2rem;
  font-weight: 500;
  height: 10.5rem;
  text-align: left;
  display: flex;
  justify-content: left;
  align-items: center;
}

.goal .achievement-csttl{
  font-size: 2rem;
  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_11.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.ttl010: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;
}

@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: 1.8rem;
  line-height:2;
  font-weight: 600;
}

 .goal .bone-duck h4 em{
  font-size: 2rem;
  font-weight: 600;
  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: 2rem;
  font-weight: 400;
  border-bottom: none;
}

@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;
    font-size: 2.4rem;
    line-height: 1.4;
    color:#FFF;
  }


  .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: -17rem;
    height: 7.7rem;
  }

   .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-size: 1.6rem;
  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;
  font-size: 1.4rem;
  z-index: 10;
}

.duck-profile dl dd{
  position: relative;
  margin: 0.5rem 0;
  padding: 0 0.5em 0;
  width: calc(100% - 7em);  
  display: block;
  font-size: 1.6rem;
  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;
  font-size: 1.6rem;
  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 */
