@charset "UTF-8";
/* default
---------------------------------------------------- */

@font-face {
  font-family: "MyFont_ShueiNGoKinStdN";
  src: local("AP-OTF-ShueiNGoKinStdN-B.otf"), url("../../../../../common/font/AP-OTF-ShueiNGoKinStdN-B.otf");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: "MyFont_GOTHICB";
  src: local("GOTHICB.TTF"), url("../../../../../common/font/GOTHICB.TTF");
  font-display: swap;
  font-weight: 700;
}

:root {
  --black-color: #333333;
  --brown-color: #86531a;
  --red-color: #B81C2B;
  --green-color: #8E8E1E;
  --creem-color: #F9EABD;
  --orenge-color: #F58B26;
  --title-f-size: 24px;
  --sbtitle-f-size: 20px;
  --txt-f-size: 16px;
  --remark-f-size: 15px;
  --btn-f-size: 18px;
  --border-radius: 15px;
  --big-f-size: 1.5em;
  --padding: 10%;
}

header,
.headNavMT,
.footPagetopMT,
footer,
.underInfoMT {
  position: relative;
  z-index: 2;
}

.mainContentMT {
  width: 100%;
}

/*　パンくずの表示くずれ防止　*/
.rootMT ul {
  overflow: hidden;
  width: 940px !important;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

/* 画面100%表示用↑ここまで */

/* autumn_present
---------------------------------------------------- */
#autumn_present {
  font-family: "MyFont_ShueiNGoKinStdN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", "Arial", "Meiryo", sans-serif;
  width: 100%;
  margin: 0 auto;
  position: relative;
  /* color: #fff; */
  color: var(--brown-color);
  overflow: hidden;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  background: url(../img/bg-back_pc.svg) repeat;
  background-size: cover;
}

#autumn_present * {
  color: inherit;
  box-sizing: border-box;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

#autumn_present img {
  max-width: 100%;
  vertical-align: bottom;
  font-size: 0;
}

#autumn_present .pc {
  display: block !important;
}

#autumn_present .sp {
  display: none !important;
}

#autumn_present ol,
#autumn_present ul {
  list-style-type: none;
}

#autumn_present a {
  outline: none;
  font-size: inherit;
  text-decoration: none;
}

/* font
---------------------------------------------------- */

#autumn_present .title {
  font-size: var(--title-f-size);
  font-weight: 700;
  line-height: 1.2;
}

#autumn_present .subtitle {
  font-size: var(--sbtitle-f-size);
  font-weight: 700;
  line-height: 1.5;
}

#autumn_present .text {
  font-size: var(--txt-f-size);
  font-weight: 400;
  line-height: 2;
  /* color: var(--brown-color); */
}

#autumn_present .text-m {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  /* color: var(--brown-color); */
}

#autumn_present .remark {
  font-size: var(--remark-f-size);
  font-weight: 400;
  line-height: 2;
}

#autumn_present .big {
  font-size: var(--big-f-size);
  font-weight: 700;
  /* color: var(--brown-color); */
}

#autumn_present .txt_center {
  text-align: center;
}

#autumn_present .txt_left {
  text-align: left;
}

#autumn_present .txt_right {
  text-align: right;
}

#autumn_present .number {
  font-family: "MyFont_GOTHICB", "MyFont_ShueiNGoKinStdN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", "Arial", "Meiryo", sans-serif;
  font-size: 2.5em;
}

#autumn_present .lineTrigger {
  background-repeat: no-repeat;
  background-size: 200% 0.5em;
  background-position: 100% 0.8em;
  transition: 0.8s;
  transition-delay: 0.5s;
  opacity: 1;

}

#autumn_present .line.lineTrigger {
  background-position: 0 0.8em;

}



/* .btn
---------------------------------------------------- */

/* #autumn_present #btn {
  padding: 0 0 3%;
} */

#autumn_present #btn .btn {
  text-align: center;
  position: fixed;
  width: min(100%, 440px);
  padding: 0 0 4em;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
  opacity: 0;
}

#autumn_present #btn .btn.non-fixed {
  box-shadow: none;
  /* margin: auto; */
  margin: 0 auto 0 5%;
  padding: 0;
  background: none;
  position: relative;
}

#autumn_present .btn a {
  display: block;
  width: 100%;
  border-radius: calc(var(--border-radius) / 2);
  margin: 0 auto 0 1em;
  font-size: var(--btn-f-size);
  padding: 0.8em;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  transition: all ease 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 2;
  animation: poyopoyo 2s ease-out infinite;
  color: #fff;
  background-color: var(--red-color);
}

#autumn_present .btn a p {
  font-size: 21px;
  margin-right: 1em;
}




@keyframes poyopoyo {

  0%,
  40%,
  60%,
  80% {
    transform: scale(1);
  }

  50%,
  70% {
    transform: scale(0.95);
  }
}

#autumn_present .btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
  z-index: 1;
  width: 1.4em;
  height: 1.4em;
  border-radius: 50%;
  background: #fff;
}

#autumn_present .btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.55em;
  margin: auto;
  z-index: 2;
  width: 0.4em;
  height: 0.4em;
  border-top: 0.15em solid;
  border-right: 0.15em solid;
  transform: rotate(45deg);
  color: var(--red-color);
}

#autumn_present .btn a:hover {
  color: var(--brown-color);
  background-color: #fff;
}

#autumn_present .btn a:hover:before {
  background: var(--brown-color);
}

#autumn_present .btn a:hover:after {
  color: #fff;
}

#entry.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#entry.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 1;
    transform: translateY(100%);
  }
}


/* #pc_fixed
---------------------------------------------------- */
#pc_fixed {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  overflow: hidden;
  /* background: linear-gradient(90deg, var(--blue-color) 0%, var(--gold-color) 100%); */
  /* padding: max(3%, 40px); */

}


#pc_fixed .pc_fixed {
  height: 100%;
  /* border-radius: 30px; */
  background: url(../img/bg-kiramomiji.webp) no-repeat, url(../img/illust_home.svg) no-repeat;
  background-position: top, 70px bottom;
  background-size: contain, calc(50% - 210px);
  /* display: flex;
  justify-content: space-between; */
}


/* #index
---------------------------------------------------- */


#autumn_present .wakupre-icn_all {
  /* width: calc(50% - 220px); */
  width: 460px;
  margin: 0 0 0 3%;
  padding: 1em 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}


#autumn_present #index {
  /* width: calc(50% - 220px); */
  width: 460px;
  margin: 0 0 1% 6%;
  padding: 5em 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

#autumn_present .index {
  margin: 0 0 1.2em 0;
  display: block;
}

/* #autumn_present #index .index.top {
  width: 200px;
} */



#autumn_present .index p {
  line-height: 1.5;
}

#autumn_present #index .index_all li {
  position: relative;
  transition: all ease 0.3s;
  color: var(--brown-color);
  padding-left: 3.5em;
  /* ::beforeのアイコン分のスペースを確保 */
}

#autumn_present #index.autumn_present .index_all li:nth-child(1),
#autumn_present #index.special .index_all li:nth-child(2),
#autumn_present #index.limited .index_all li:nth-child(3),
#autumn_present #index.monthly .index_all li:nth-child(4),
#autumn_present #index .index_all li:has(> a:hover) {
  color: var(--blue-color);
}

#autumn_present #index .index_all li::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 0;
  transform: translateY(-50%);
  width: 3em;
  height: 3em;
  background: url(../img/donguri.svg) no-repeat center / contain;
  opacity: 0;
  transition: all ease 0.5s;
  animation: fuwafuwaX 3s ease-in-out infinite;
  pointer-events: none;
}

#autumn_present #index.autumn_present .index_all li:nth-child(1)::before,
#autumn_present #index.special .index_all li:nth-child(2)::before,
#autumn_present #index.limited .index_all li:nth-child(3)::before,
#autumn_present #index.monthly .index_all li:nth-child(4)::before,
#autumn_present #index .index_all li:hover::before {
  opacity: 1;
}

@keyframes fuwafuwaX {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-10px);
  }

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




.illust_bx {
  width: min(35%, 500px);
  max-width: 540px;
  margin: 1% 0 0 4%;
}

/* #contents
---------------------------------------------------- */

#autumn_present #contents {
  width: 490px;
  margin: 0 15% 0 auto;
  position: relative;
  /* background: #00145b url(../img/check.svg) repeat top center / 35%; */
  box-sizing: content-box;
}

/* #autumn_present_head
---------------------------------------------------- */

#autumn_present #autumn_present_head {
  position: relative;
}

#autumn_present #autumn_present_head .head_contents {
  width: 100%;
  padding: calc(var(--padding) * 2) 0 var(--padding);
}

#autumn_present #pc_fixed .wakupre-icn {
  width: 70px;
  margin: 0 0 0 85%;
}

#autumn_present #autumn_present_head .wakupre-icn {
  width: 25%;
  position: absolute;
  top: 5%;
  left: 5%;
  display: none;
}

.poyonTrigger {
  opacity: 0;
}

.poyon {
  animation-name: poyon;
  animation-duration: 1.4s;
  animation-fill-mode: forwards;
}

@keyframes poyon {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  30% {
    opacity: 0;
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1)
  }

  40% {
    opacity: 0;
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1)
  }

  50% {
    opacity: 1;
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1)
  }

  65% {
    opacity: 1;
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1)
  }

  75% {
    opacity: 1;
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1)
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

#autumn_present .title_svg {
  width: 90%;
  margin: 0 auto;
  position: relative;
}

#autumn_present #autumn_present_head .cpn_period {
  width: 85%;
  margin: 0 auto;
}

#autumn_present #autumn_present_head .text {
  margin: 2em auto;
  font-size: 20px;
}


#autumn_present #autumn_present_head .text {
  position: relative;
}

/* theme_svg
---------------------------------------------------- */

#autumn_present .theme {
  padding: var(--padding) 0;
  background: #f3e6b7d4;
  margin: 10% 0;
  border-radius: 10px;

}

/* #autumn_present .theme_title {
  padding: 0 7%;
} */

#autumn_present .theme_svg {
  margin: 0 auto;
  position: relative;
  padding: 0 7%
}

#autumn_present .theme_title .title {
  margin: 1em 0;
}

/* #special
---------------------------------------------------- */
#autumn_present #special {
  padding: 10% 7%;
}

#autumn_present .ichioshi {
  width: 43%;
  margin: 0 auto 0.5em;
}

#autumn_present #special .theme_title .title {
  margin: 0.5em 0 2em 0;

}



/* #monthly
---------------------------------------------------- */
#autumn_present #monthly {
  padding: 10% 7%;
}


#autumn_present #monthly .theme_title .title {
  margin: 0.5em 0 1em 0;

}

#autumn_present #monthly .monthly-icn {
  width: 50%;
  margin: 0 auto;
  padding: 1em;
}

/* #autumn
---------------------------------------------------- */
#autumn_present #autumn {
  padding: 10% 5%;
}

#autumn_present #autumn .theme_title .title {
  margin: 0.5em 0 2em 0;

}

#autumn_present #autumn .text {
  line-height: 1.2;
}

#autumn_present #autumn .prize_box.last {
  width: 46%;
  margin: 5em auto 0;
}

#autumn_present #autumn .prize_text {
  margin: 1em 0 0;
}

#autumn_present #autumn .autumn_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

#autumn_present #autumn .autumn_flex li {
  width: 46%;
  margin: 0 0 1.5em 0;
}

#autumn_present #autumn .winner p {
  margin: 1em 0 4em;
}

/* .prize_box
---------------------------------------------------- */

#autumn_present .prize_box {
  width: 98%;
  margin: 0 auto;
}

/* #autumn_present .prize_box.special {
  width: 90%;
} */

#autumn_present #monthly .prize_box {
  width: 95%;
}


#autumn_present .prize_box img {
  display: block;
  margin: 0 auto;
  width: 100%;
  border-radius: var(--border-radius);

}

#autumn_present .prize_box.autumn img {
  border: 2px solid var(--brown-color);
}


#autumn_present .prize_box .soon,
#autumn_present .prize_box .end {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius);
}

#autumn_present .prize_box .soon:before,
#autumn_present .prize_box .end:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#autumn_present .prize_box .soon:before {
  background: rgba(0, 0, 0, 0.5) url(../img/coming_soon.svg) no-repeat;
  background-size: 100% 15%;
  background-position: center;
}

#autumn_present .prize_box .end:before {
  background: rgba(0, 0, 0, 0.5) url(../img/end.svg) no-repeat;
  background-size: 100% 15%;
  background-position: center;
}



#autumn_present .prize_text {
  margin: 1em 0 0;
}

#autumn_present .copy {
  margin: 1em auto 0;
  /* text-align: left; */
}

#autumn_present #monthly .prize_box .copy {
  margin: 1em auto 2em;
}

#autumn_present .winner p {
  display: inline-block;
  line-height: 1;
  padding: 0.25em 2.5em;
  border-radius: calc(var(--border-radius) / 2);
  color: #fff;
  margin: 1em 0 0;
  background-color: var(--green-color);
}

#autumn_present #monthly .winner p {
  margin: 2em 0 0;
}

#autumn_present #cool .winner p {
  margin: 2em 0 0;
  color: #fff;
}



/* Arrows
---------------------------------------------------- */

#autumn_present .slick-prev,
#autumn_present .slick-next {
  line-height: 0;
  position: absolute;
  bottom: 0;
  margin: auto;
  display: block;
  width: 2.5em;
  height: 2.5em;
  background-color: var(--brown-color);
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  outline: none;
  z-index: 3;
}

#autumn_present .slick-prev {
  left: 5%;
}

#autumn_present .slick-next {
  right: 5%;
}

#autumn_present .slick-prev::before,
#autumn_present .slick-next::before {
  content: "";
  width: 30%;
  height: 30%;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

#autumn_present .slick-next::before {
  border-top: solid 3px;
  border-right: solid 3px;
  border-color: #fff;
  left: 25%;
}

#autumn_present .slick-prev::before {
  border-bottom: solid 3px;
  border-left: solid 3px;
  border-color: #fff;
  right: 25%;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: 1;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}

/* Dots
---------------------------------------------------- */

#autumn_present .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.5em;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

#autumn_present .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

#autumn_present .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

#autumn_present .slick-dots li button:hover,
#autumn_present .slick-dots li button:focus {
  outline: none;
}

#autumn_present .slick-dots li button:hover:before,
#autumn_present .slick-dots li button:focus:before {
  opacity: 1;
}

#autumn_present .slick-dots li button:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--brown-color);
  opacity: 0.25;
}

#autumn_present .slick-dots li.slick-active button:before {
  opacity: 0.75;
  background-color: var(--brown-color);
  ;
}

/* #footer
---------------------------------------------------- */

#autumn_present #footer {
  padding: var(--padding) 0;
  position: relative;
  z-index: 2;
}

/* #footer
---------------------------------------------------- */

/* #autumn_present .scroll_arrow {
  width: 23px;
  position: absolute;
  bottom: calc(max(3%, 40px) * 2.6);
  right: calc((100% / 2) - 260px);
  animation: scroll_arrow 3.5s infinite;
}

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

  80% {
    transform: translate(0, 30px);
  }

  0%,
  80%,
  100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
} */

#autumn_present #footer .remark {
  width: 90%;
  margin: 0 auto;
}









/* reaf */

/* ===== 落ち葉を表示するコンテナのスタイル ===== */
.leaves-container {
  position: fixed;
  height: 100vh;
  /* コンテナの高さ */
  width: 100%;
  /* コンテナの横幅 */
  overflow: hidden;
  /* コンテナからはみ出した要素を隠す */
}

/* ===== 落ち葉のスタイル ===== */

/* 落ち葉の共通スタイル */
.leaf {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  animation: animate-leaf 10s linear;
}

/* 落ち葉1 */
.leaf-1 {
  background-image: url('../img/leaf-1.svg');
  animation-duration: 10s;
}

/* 落ち葉2 */
.leaf-2 {
  background-image: url('../img/leaf-2.svg');
  animation-duration: 12s;
}

/* 落ち葉3 */
.leaf-3 {
  background-image: url('../img/leaf-3.svg');
  animation-duration: 14s;
}

/* ===== 落ち葉が降るアニメーション ===== */
@keyframes animate-leaf {
  0% {
    opacity: 0;
    top: 0;
    transform: rotate(0);
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    top: 100vh;
    transform: rotate(1080deg);
  }
}











@media (min-width: 1541px) and (max-width: 1921px) {
  #pc_fixed .pc_fixed {
    background-size: contain, calc(50% - 210px);
  }

  #autumn_present #index {
    width: calc(50% - 370px);
    margin: 0px 0 1% 6%;
    padding: 10em 0 0 0;
  }
}

/* 1249~ */
@media screen and (max-width: 1249px) {

  #autumn_present #contents {
    width: 430px;
  }


  #autumn_present #autumn_present_head .head_contents {
    padding: calc(var(--padding) * 4) 0 var(--padding);
  }

  #autumn_present .wakupre-icn_all {
    display: none;
  }

  #autumn_present #autumn_present_head .wakupre-icn {
    display: block;
  }


  #pc_fixed .pc_fixed {
    background-size: contain, calc(50% - 140px);
    background-position: top, 13% bottom
  }

  #autumn_present #index {
    width: 310px;

    padding: 3% 0 0 7%;
  }



  #autumn_present #contents,
  #autumn_present #btn .btn {
    margin: 0 100px 0 auto;
  }

}


#autumn_present #btn .btn.non-fixed {
  margin: 0px auto 0 6%;
}


/* 969~ */


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



  #pc_fixed .pc_fixed {
    background: url(../img/bg-kiramomiji.webp) no-repeat;
    background-position: top;
    background-size: contain;
  }

  #autumn_present #btn {
    display: block;
  }

  #autumn_present #index {
    display: none;
  }

  #autumn_present #contents,
  #autumn_present #btn .btn {
    margin: 0 auto;
  }

  #autumn_present #btn .btn {
    padding: 0 0 1em;
  }

  #autumn_present #btn .btn a {
    margin: 0 auto;
  }


  /* #autumn_present #footer {
    padding: var(--padding) 0 60%;
    background: url(../img/illust_back.svg) no-repeat;
    background-size: 100%;
    background-position: bottom center;
  } */



}

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

  article p,
  article li {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
  }

  /*　左右余白削除　*/
  #fftop_recomDetail section {
    padding: 0;
  }

  #autumn_present .sp {
    display: block !important;
  }

  #autumn_present .pc {
    display: none !important;
  }

  /* #pc_fixed {
    display: none;
  } */

  #pc_fixed .pc_fixed {

    background: transparent;
  }



  #autumn_present {
    background: url(../img/bg-back_sp.svg) repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
  }

  #autumn_present #contents {
    width: 100%;
    border: none;
    box-sizing: border-box;
    background: url(../img/bg-kiramomiji_sp.webp) no-repeat;
    background-position: top;
    background-size: contain;
  }

  #autumn_present #autumn_present_head .head_contents {
    padding: 25% 0 10%;
  }

  #autumn_present .theme {
    background: transparent;
  }

  #autumn_present .prize_box.special {
    width: 100%;
  }

  #autumn_present #special {
    padding: 10% 5%;
  }

  #autumn_present #monthly {
    padding: 10% 5%;
  }

  #autumn_present #autumn {
    padding: 10% 5%;
  }

  #autumn_present #autumn_present_head .wakupre-icn {
    width: 15%;
  }


  /* .btn
---------------------------------------------------- */

  #autumn_present #btn .btn.non-fixed {
    margin: initial;
  }

  #fftop_recomDetail #autumn_present #btn {
    padding: 0 0 var(--padding);
  }

  #autumn_present .btn {
    padding: 0 0 1em;
  }

  #autumn_present .btn a {
    width: 90%;
    padding: 0.8em 0;
    margin: 0 auto;
  }

  /* leaf */

  /* 落ち葉の共通スタイル */
  .leaves-container {
    opacity: .6;
  }

  .leaf {
    animation: animate-leaf 15s linear;
  }

  /* 落ち葉1 */
  .leaf-1 {
    animation-duration: 15s;
  }

  /* 落ち葉2 */
  .leaf-2 {

    animation-duration: 18s;
  }

  /* 落ち葉3 */
  .leaf-3 {

    animation-duration: 21s;
  }



}
