.wrapper {
  max-width: 750px;
  margin: 0 auto;
}

a:hover {
  opacity: 0.6;
}

/* 背景 */
.main-bg {
  background-image: url(../images/bg-main.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 2.5%;
}

/* 初期状態でモーダルを非表示 */
/* .modal-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 99;
}
.modal-container .modal-body {
  width: 75%;
  max-width: 670px;
  position: fixed;
  overflow-y: scroll;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */
/* .l .modal-container .modal-body {
  width: 55vh;
} */
/* 初回モーダルの中身 */
/* .modal-container .modal-body .modal-content .modal-img {
  padding-bottom: 2%;
}
.modal-container .modal-body .modal-content p {
  margin-left: 1.6em;
  text-indent: -1.1em;
  font-size: 12px;
  line-height: 1.3;
  color: #fff;
}
.l .modal-container .modal-body .modal-content p {
  font-size: 0.75rem;
  line-height: 1.2;
}
.modal-content .modal-txt {
  width: 86.5%;
  margin: 3% auto 0;
} */

/* アプリダウンロードボタン */
.appsBtn {
  padding: 4% 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}

/* 閉じるボタン */
/* .modal-close {
  width: 11.6%;
  margin: 5% auto 0;
  cursor: pointer;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
} */

/* .modal-close:hover {
  opacity: 0.6;
} */
.btn-app {
  width: 41.2%;
}
.btn-app a {
  cursor: pointer;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.btn-gp {
  width: 52.2%;
}
.btn-gp a {
  cursor: pointer;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

/* main view */
/* .mv {
  padding: 10px 15px 90px;
}
.l .mv {
  padding: 19px 40px 140px;
} */
/* 1,000万枚行ったとき */
.mv {
  padding-bottom: 90px;
}
.l .mv {
  padding-bottom: 140px;
}

.mv-box {
  position: relative;
}
/* mv選択ボタン */
/* .mv-box .mv-itemBtn {
  display: flex;
  justify-content: center;
  gap: 11px;
  position: absolute;
  bottom: 1%;
}
.mv-box .mv-itemBtn .itemImg {
  width: 21%;
  cursor: pointer;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  opacity: 0.8;
} */

/* 1,000万枚達成したら削除（７行） */
/* .mv-box .mv-itemBtn .itemImg:hover {
 
} */
/*ボタンを押せなくするためのクラス */
._disabled {
  pointer-events: none;
}

/* バー部分 */
.mv-txt {
  width: 29%;
  position: sticky;
}
.mv-barTxt {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
  margin-top: -10px;
}
.l .mv-barTxt {
  margin-top: -20px;
  gap: 34px;
}

/* .l .mv-barTxt {
  gap: 125px;
} */

/* 1,000万枚達成したとき */
/* .mv-barTxt {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  padding-bottom: 5px;
}
.l .mv-barTxt {
  gap: 14px;
} */

.mv-barTxt .number {
  display: flex;
  align-items: baseline;
  gap: 2px;
}

/* 1,000万枚達成したとき */
/* .mv-barTxt .number {
  width: 45%;
  display: flex;
  align-items: center;
  gap: 2px;
} */

.mv-barTxt .number p {
  font-family: 'Murecho', serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 10px;
  line-height: 1.5;
  color: #fff;
}
.l .mv-barTxt .number p {
  font-size: 20px;
  color: #fff;
}
.mv-barTxt .number .number_active {
  font-size: 14px;
}
/* 1,000万枚達成したとき バーの1,000万の数字の画像 */
/* .mv-barTxt .number .number_activeimg {
  width: 48%;
} */

.l .mv-barTxt .number .number_active {
  font-size: 29px;
}
.mv-bar {
  width: 72.8%;
  height: 15px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 7px;
  position: relative;
  overflow: hidden;
}
.l .mv-bar {
  height: 29px;
  border-radius: 14px;
}
/* バーのグラデーション部分 */
.mv-bar span {
  display: block;
  width: 49%;
  height: 15px;
  border-radius: 7px;
  background-image: linear-gradient(90deg, #b80088, #f13fc3);
}
.l .mv-bar span {
  display: block;
  height: 29px;
  border-radius: 14px;
}

/* .mv-bar-update {
  width: 25%;
  position: absolute;
  top: 16%;
  left: 40%;
} */
.mv-bar-day {
  color: #047d9c;
  position: absolute;
  top: 20%;
  left: 72%;
}
.mv-bar p {
  font-size: 9px;
}
.l .mv-bar p {
  font-size: 18px;
}

/* 電子チケットを使ってみようボタン */
.mv-btn {
  width: 66.2%;
  margin: 13px auto 13px;
}
.l .mv-btn {
  margin: 26px auto 26px;
  cursor: pointer;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.mv-btn a {
  cursor: pointer;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.mv-text {
  font-size: 10px;
  color: #047d9c;
  text-align: center;
  line-height: 1.5;
}
.l .mv-text {
  font-size: 20px;
}

/* 利用規約、使い方リンク */
.linkBtn {
  padding-top: 13px;
  display: flex;
  justify-content: center;
  gap: 14px;
}
.l .linkBtn {
  padding-top: 24px;
}
.linkBtn .linkBtn-terms {
  width: 38.8%;
}
.linkBtn .linkBtn-terms a {
  cursor: pointer;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.linkBtn .linkBtn-use {
  width: 51%;
}
.linkBtn .linkBtn-use a {
  cursor: pointer;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

/* x、lineボタン */
/* .shareBtn {
  padding-top: 16px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.l .shareBtn {
  padding-top: 32px;
}
.shareBtn .shareBtn-item {
  width: 46.2%;
}
.shareBtn .shareBtn-item a {
  cursor: pointer;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
} */
/* about */
.about {
  margin-top: -36px;
  padding: 25px 15px 97px;
  background-image: url(../images/bg-about.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px 40px 0 0;
  position: relative;
}
.l .about {
  padding: 52px 30px 158px;
  z-index: 0;
}
/* aboutのタイトル */
.about-subttl {
  width: 39%;
  margin: 0 auto;
  filter: drop-shadow(2px 3px #d3be6d);
  position: absolute;
  top: -2.5%;
  left: 30%;
  z-index: 20;
}
.about-comment {
  width: 21%;
  position: absolute;
  top: -2%;
  left: 13%;
}
.about .about-img {
  position: relative;
}
/* howto */
.howto {
  margin-top: -30px;
  padding: 30px 15px 100px;
  background-image: url(../images/bg-howto.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 40px 40px 0 0;
  position: relative;
}
.l .howto {
  padding: 60px 30px 158px;
}
.howto-subttl {
  width: 39%;
  position: absolute;
  top: -2%;
  left: 30%;
  filter: drop-shadow(2px 3px #159359);
}
.howto h2 {
  width: 46.5%;
  margin: 0 auto;
}

/* step */
.howto-step {
  padding-top: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
}
.l .howto-step {
  padding-top: 40px;
}
.howto-step .step-img {
  filter: drop-shadow(2px 2px 1px #195c69);
}
.howto-step h3 {
  width: 90px;
}
.l .howto-step h3 {
  width: 180px;
}
.howto-step .howto-step-txt {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.howto-step .howto-step-txt p {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}
.l .howto-step .howto-step-txt p {
  font-size: 32px;
}
.howto-appsBtn {
  padding: 19px 0 9px;
}
/* ※部分のテキスト */
.howto-info {
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
.l .howto-info {
  font-size: 21px;
}

/* 点線 */
.howto-line {
  margin-top: 20px;
}
.l .howto-line {
  margin-top: 40px;
}

/* step1 */
.howto-step .howto-step1-img {
  width: 20%;
  position: sticky;
}

/* step2 */
.howto .howto-step2-img {
  width: 42%;
  position: sticky;
}
.howto .step2 {
  padding-top: 28px;
  gap: 10px;
}

.howto-step2-txt {
  width: 87%;
  margin: 0 auto;
}
.howto-step2-link {
  width: 48.2%;
  padding-top: 12px;
  margin: 0 auto;
}
.howto-step2-link a {
  cursor: pointer;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
/* キャンペーンに参加 */
.howto-campaign-ttl {
  width: 80.3%;
  margin: 0 auto;
  padding-top: 30px;
}
.l .howto-campaign-ttl {
  padding-top: 64px;
}
.howto-campaignBtn {
  width: 83%;
  margin: 0 auto;
  padding: 15px 0;
}
.l .howto-campaignBtn {
  padding: 31px 0;
}
.howto-campaignBtn a {
  cursor: pointer;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

/* agreement */
.agreement {
  margin-top: -46px;
  padding: 35px 15px 50px;
  background-color: #fff;
  border-radius: 40px 40px 0 0;
  position: relative;
}
.l .agreement {
  padding: 60px 30px 100px;
}
.agreement .agreement-subttl {
  width: 39%;
  margin: 0 auto;
  filter: drop-shadow(2px 3px #d3be6d);
  position: absolute;
  top: -0.8%;
  left: 30%;
}
.l .agreement .agreement-subttl {
  top: -1%;
  left: 30%;
}
.agreement h2 {
  width: 40%;
  margin: 0 auto;
}

/* agreement-content */
.agreement-content {
  padding-top: 20px;
}
.l .agreement-content {
  padding-top: 40px;
}
.agreement-content h3 {
  padding: 8px 0;
  font-size: 14px;
  color: #fff;
  background-color: #19b672;
  border-radius: 6px 0 6px 0;
  text-align: center;
}
.l .agreement-content h3 {
  font-size: 28px;
  padding: 17px 0 16px;
  border-radius: 12px 0 12px 0;
}
.agreement-content .agreement-content-campany {
  padding: 13px 20px 0;
}
.l .agreement-content .agreement-content-campany {
  padding: 27px 40px 0;
}
.agreement-content .agreement-content-txt {
  padding-top: 13px;
}
.l .agreement-content .agreement-content-txt {
  padding-top: 27px;
}
.agreement-content p {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}
.l .agreement-content p {
  font-size: 28px;
}
.agreement-content p span {
  font-weight: bold;
}

/* 文字が太くなった箇所 */
.agreement-content .agreement-boldTxt {
  padding: 17px 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.agreement-content .agreement-boldTxt p {
  font-size: 16px;
  line-height: 1.5;
}
.l .agreement-content .agreement-boldTxt p {
  font-size: 32px;
}

/* お問い合わせ部分 */
.agreement-content .agreement-content-txt p a {
  color: #19b672;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.agreement-content .agreement-content-txt p a:hover {
  opacity: 0.5;
}
.agreement .agreement-content .agreement-content-contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* 水やり、肥料やり、てるてる坊主の基本画面 */
.move {
  display: none;
}
/* .move .mv { */
/* padding: 10px 15px 28px; */
/* 800万枚達成以降適用 */
/* position: relative; */
/* } */
/* 800万枚達成以降適用 */
/* .move .mv-box {
  padding-top: 224px;
} */
/* 800万枚達成以降は削除 */
/* .move .move-content {
  max-height: 570px;
  height: 73vw;
  position: relative;
} */
/* アニメーション共通部分 */
/* 後ろの装飾 */
/* .move-decoration {
  width: 108%;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
} */
/* .move-decoration {
  width: 108%;
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
} */
/* キラキラ */
/* .move-star {
  width: 97%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */
/* .move-star {
  width: 90%;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.move-star-animation {
  animation: 0.7s flashfadeIn, 1.8s flash ease-in-out infinite;
} */
/* 2回目アニメーションのコメント */
/* .move-comment {
  width: 30%;
  position: absolute;
  bottom: -14%;
  left: 14%;
  z-index: 3;
  filter: drop-shadow(3px 2px 2px #097497);
  display: none;
} */
/* .move-comment {
  width: 30%;
  position: absolute;
  top: 44%;
  left: 12%;
  z-index: 3;
  filter: drop-shadow(3px 2px 2px #097497);
  display: none;
}
.l .move-comment {
  width: 30%;
  position: absolute;
  top: 36%;
  left: 12%;
  z-index: 3;
  filter: drop-shadow(3px 2px 2px #097497);
  display: none;
} */

/* 水やり */
/* ジョウロ */
/* .move01 .move01-water {
  width: 43%;
  position: absolute;
  top: 59%;
  left: 43%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(5px 4px 5px #097497);
} */
/* .move01 .move01-water {
  width: 43%;
  position: absolute;
  top: 27%;
  left: 43%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.move01-water-animation {
  animation: 0.7s waterfadeIn forwards;
} */

/* 水やり発動コメント */
/* .move01 .move01-water-comment {
  width: 22.4%;
  position: absolute;
  top: 12%;
  right: 17%;
  opacity: 0;
} */
/* .move01 .move01-water-comment {
  width: 22.4%;
  position: absolute;
  top: 8%;
  right: 15%;
  opacity: 0;
  z-index: 3;
}

.move01-water-comment-animation {
  animation: 1s comment forwards;
  animation-delay: 0.5s;
} */

/* 白い装飾 */
/* .move01 .water-steam {
  opacity: 0;
} */
/* steamグループ最初 */
/* .move .water-steam1-animation {
  animation: 1.5s huwahuwa forwards;
  animation-delay: 0.7s;
} */
/* steamグループ次 */
/* .move .water-steam2-animation {
  animation: 1.5s huwahuwa forwards;
  animation-delay: 1s;
} */
/* steamグループ最後 */
/* .move .water-steam3-animation {
  animation: 1.5s huwahuwa forwards;
  animation-delay: 1.2s;
} */
/* .move01 .move01-water-steam01 {
  width: 13.2%;
  position: absolute;
  top: 22%;
  left: 38%;
} */
/* .move01 .move01-water-steam01 {
  width: 13.2%;
  position: absolute;
  top: 12%;
  left: 38%;
} */
/* .move01 .move01-water-steam02 {
  width: 8.5%;
  position: absolute;
  top: 53%;
  right: 20%;
} */
/* .move01 .move01-water-steam02 {
  width: 8.5%;
  position: absolute;
  top: 23%;
  right: 18%;
  z-index: 3;
} */
/* .move01 .move01-water-steam03 {
  width: 6.2%;
  position: absolute;
  bottom: 14%;
  right: 24%;
} */
/* .move01 .move01-water-steam03 {
  width: 6.2%;
  position: absolute;
  top: 31%;
  right: 24%;
  z-index: 3;
} */
/* .move01 .move01-water-steam04 {
  width: 8%;
  position: absolute;
  bottom: 1px;
  right: 31%;
} */
/* .move01 .move01-water-steam04 {
  width: 8%;
  position: absolute;
  top: 36%;
  right: 30%;
  z-index: 3;
} */
/* .move01 .move01-water-steam05 {
  width: 6.2%;
  position: absolute;
  bottom: -4%;
  left: 39%;
} */
/* .move01 .move01-water-steam05 {
  width: 6.2%;
  position: absolute;
  top: 40%;
  left: 40%;
  z-index: 3;
} */
/* .move01 .move01-water-steam06 {
  width: 11.4%;
  position: absolute;
  bottom: 3%;
  left: 21%;
} */
/* .move01 .move01-water-steam06 {
  width: 11.4%;
  position: absolute;
  top: 35%;
  left: 25%;
  z-index: 3;
} */
/* .move01 .move01-water-steam07 {
  width: 8.7%;
  position: absolute;
  top: 57%;
  left: 14%;
} */
/* .move01 .move01-water-steam07 {
  width: 8.7%;
  position: absolute;
  top: 24%;
  left: 14%;
} */
/* .move01 .move01-water-steam08 {
  width: 12%;
  position: absolute;
  top: 37%;
  left: 19%;
} */
/* .move01 .move01-water-steam08 {
  width: 12%;
  position: absolute;
  top: 17%;
  left: 17%;
} */

/* 発動後2回目の動き */
/* ジョウロ */
/* .active-water {
  animation: 3s waterChange1 forwards;
}
.l .active-water {
  animation: 3s waterChange2 forwards;
} */
/* ジョウロアニメーション */
/* .move01 .move01-waterDecoration {
  width: 11%;
  position: absolute;
  top: 40%;
  right: 28%;
  display: none;
} */

/* .move01 .move01-waterDecoration {
  width: 11%;
  position: absolute;
  top: 22%;
  right: 18%;
  display: none;
  transform: scalex(-1) rotate(40deg);
}
.l .move01 .move01-waterDecoration {
  width: 11%;
  position: absolute;
  top: 13%;
  right: 18%;
  display: none;
  transform: scalex(-1) rotate(40deg);
} */
/* ジョウロから出てくる水 */
/* .move01 .move01-waterDrop {
  width: 9.8%;
  position: absolute;
  bottom: 5%;
  right: 42%;
  display: none;
  z-index: 3;
} */
/* .move01 .move01-waterDrop {
  width: 9.8%;
  position: absolute;
  top: 32%;
  right: 42%;
  display: none;
  z-index: 3;
}
.move01 .move01-waterDrop-animation {
  animation: 1.7s mizu forwards;
} */
/* 水滴 */
/* .move01 .move01-watertreeDrop { */
/* 800万枚達成以降はdisplay:none以外は削除 */
/* width: 9%;
  position: absolute;
  right: 45%;
  bottom: -25%;
  z-index: 3; */
/* display: none;
} */
/* 土 */
/* .move01 .move01-water-soil { */
/* 800万枚達成以降はdisplay:none以外は削除 */
/* width: 7%;
  position: absolute;
  bottom: -33%;
  left: 47%;
  z-index: 3; */
/* display: none;
} */

/* ジョウロ */
/* @keyframes waterfadeIn {
  0% {
    transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }
  60% {
    transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
} */
/* ジョウロ2回目の動き */
/* @keyframes waterChange1 {
  0% {
    transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  30% {
    transform: translate(-50%, -50%) scale(1);
    width: 35.3%;
    top: 62%;
    left: 75%;

    transform: translate(-50%, -50%) scale(1);
    width: 35.3%;
    top: 32%;
    left: 75%;
  }
  80% {
    transform: translate(-50%, -50%) scale(1) rotate(-10deg);
    width: 35.3%;
    top: 62%;
    left: 75%;
    transform: translate(-50%, -50%) scale(1) rotate(-10deg);
    width: 35.3%;
    top: 32%;
    left: 75%;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    width: 35.3%;
    top: 62%;
    left: 75%;
    transform: translate(-50%, -50%) scale(1);
    width: 35.3%;
    top: 32%;
    left: 75%;
  }
} */

/* @keyframes waterChange2 {
  0% {
    transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  30% {
    transform: translate(-50%, -50%) scale(1);
    width: 35.3%;
    top: 62%;
    left: 75%;

    transform: translate(-50%, -50%) scale(1);
    width: 35.3%;
    top: 25%;
    left: 75%;
  }
  80% {
    transform: translate(-50%, -50%) scale(1) rotate(-10deg);
    width: 35.3%;
    top: 62%;
    left: 75%;
    transform: translate(-50%, -50%) scale(1) rotate(-10deg);
    width: 35.3%;
    top: 25%;
    left: 75%;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    width: 35.3%;
    top: 62%;
    left: 75%;
    transform: translate(-50%, -50%) scale(1);
    width: 35.3%;
    top: 25%;
    left: 75%;
  }
} */

/* キラキラ フェードイン*/
/* @keyframes flashfadeIn {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
} */
/* キラキラさせる */
/* @keyframes flash {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
} */
/* 発動コメント */
/* @keyframes comment {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
} */
/* 発動アイテムの周りの装飾 */
/* @keyframes huwahuwa {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  30% {
    transform: scale(1.5);
    opacity: 0.7;
  }
  50% {
    transform: scale(1);
    opacity: 0.7;
  }
  70% {
    opacity: 0.7;
    transform: translateY(-3px);
  }
  100% {
    opacity: 0.7;
    transform: translateY(0px);
  }
} */

/* 水やり、肥料2回目の発動部分 */
/* 水 肥料*/
/* @keyframes mizu {
  0% {
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(115px);
  }
} */

/* 肥料 */
/* .move02 .move02-fertilizer {
  width: 46.2%;
  position: absolute;
  top: 35%;
  left: 25%;
} */
/* .move02 .move02-fertilizer {
  width: 46.2%;
  position: absolute;
  top: 17%;
  left: 26%;
  z-index: 3;
}
.move02 .move02-fertilizer-animation {
  animation: 0.8s fertilizerfadeIn forwards;
} */

/* 肥料発動コメント */
/* .move02 .move02-fertilizer-comment {
  width: 21.4%;
  position: absolute;
  top: 17%;
  right: 22%;
  opacity: 0;
} */
/* .move02 .move02-fertilizer-comment {
  width: 21.4%;
  position: absolute;
  top: 8%;
  right: 21%;
  opacity: 0;
  z-index: 3;
}
.move02 .move02-fertilizer-comment-animation {
  animation: 1s comment forwards;
  animation-delay: 0.5s;
} */

/* 肥料後ろの装飾 */
/* .move02 .move02-fertilizer-decoration {
  width: 80%;
  position: absolute;
  top: 56%;
  left: 52%;
} */
/* .move02 .move02-fertilizer-decoration {
  width: 85%;
  position: absolute;
  top: 25%;
  left: 53%;
  z-index: 3;
}
.move02 .move02-fertilizer-decoration-animation {
  transform: translate(-50%, -50%);
  animation: 0.7s flashfadeIn;
} */
/* 肥料 */
/* @keyframes fertilizerfadeIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  20% {
    opacity: 0;
    transform: scale(0);
  }
  60% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
} */

/* 2回目のアニメーション */
/* 肥料 */
/* .move02 .active-fe {
  animation: 2.3s hiryouChange1 forwards;
}
.l .move02 .active-fe {
  animation: 2.3s hiryouChange2 forwards;
} */
/* 肥料2回目のアニメーション */
/* @keyframes hiryouChange1 {
  50% {
    transform: translateY(-25px);
    width: 26.4%;
    top: 67%;
    left: 59%;
    z-index: 3;
    transform: translateY(-25px);
    width: 26.4%;
    top: 33%;
    left: 59%;
    z-index: 3;
  }
  60% {
    transform: translateY(0);
    width: 26.4%;
    top: 67%;
    left: 59%;
    z-index: 3;
    transform: translateY(0);
    width: 26.4%;
    top: 33%;
    left: 59%;
    z-index: 3;
  }
  75% {
    transform: translateY(-15px);
    width: 26.4%;
    top: 67%;
    left: 59%;
    z-index: 3;
    transform: translateY(-15px);
    width: 26.4%;
    top: 33%;
    left: 59%;
    z-index: 3;
  }
  87% {
    transform: translateY(0);
    width: 26.4%;
    top: 67%;
    left: 59%;
    z-index: 3;
    transform: translateY(0);
    width: 26.4%;
    top: 33%;
    left: 59%;
    z-index: 3;
  }
  100% {
    transform: translateY(-7px);
    width: 26.4%;
    top: 67%;
    left: 59%;
    z-index: 3;
    transform: translateY(-7px);
    width: 26.4%;
    top: 33%;
    left: 59%;
    z-index: 3;
  }
} */

/* @keyframes hiryouChange2 {
  50% {
    transform: translateY(-25px);
      width: 26.4%;
      top: 67%;
      left: 59%;
      z-index: 3;
    transform: translateY(-25px);
    width: 26.4%;
    top: 23%;
    left: 59%;
    z-index: 3;
  }
  60% {
    transform: translateY(0);
      width: 26.4%;
      top: 67%;
      left: 59%;
      z-index: 3;
    transform: translateY(0);
    width: 26.4%;
    top: 23%;
    left: 59%;
    z-index: 3;
  }
  75% {
    transform: translateY(-15px);
      width: 26.4%;
      top: 67%;
      left: 59%;
      z-index: 3;
    transform: translateY(-15px);
    width: 26.4%;
    top: 23%;
    left: 59%;
    z-index: 3;
  }
  87% {
    transform: translateY(0);
      width: 26.4%;
      top: 67%;
      left: 59%;
      z-index: 3;
    transform: translateY(0);
    width: 26.4%;
    top: 23%;
    left: 59%;
    z-index: 3;
  }
  100% {
    transform: translateY(-7px);
      width: 26.4%;
      top: 67%;
      left: 59%;
      z-index: 3;
    transform: translateY(-7px);
    width: 26.4%;
    top: 23%;
    left: 59%;
    z-index: 3;
  }
} */
/* おじさん */
/* .move02 .move02-fertilizer-human {
  width: 29.8%;
  position: absolute;
  top: 32%;
  right: 7%;
  z-index: 1;
  display: none;
  filter: drop-shadow(4px 2px 5px #097497);
} */
/* .move02 .move02-fertilizer-human {
  width: 29.8%;
  position: absolute;
  top: 20%;
  right: 10%;
  z-index: 1;
  display: none;
  filter: drop-shadow(4px 2px 5px #097497);
}
.l .move02 .move02-fertilizer-human {
  width: 29.8%;
  position: absolute;
  top: 9%;
  right: 10%;
  z-index: 1;
  display: none;
  filter: drop-shadow(4px 2px 5px #097497);
} */
/* おじさんの腕 */
/* .move02-fertilizer-humanHand {
  width: 15.3%;
  position: absolute;
  top: 54%;
  right: 11.5%;
  z-index: 5;
  display: none;
} */
/* .move02-fertilizer-humanHand {
  width: 15.3%;
  position: absolute;
  top: 27.5%;
  right: 14.5%;
  z-index: 5;
  display: none;
}
.l .move02-fertilizer-humanHand {
  width: 15.3%;
  position: absolute;
  top: 17.8%;
  right: 14.5%;
  z-index: 5;
  display: none;
} */

/* 肥料の粒 */
/* .move02 .move02-fertilizerDrop {
  width: 13.5%;
  position: absolute;
  bottom: -7%;
  left: 50%;
  z-index: 3;
  display: none;
} */
/* .move02 .move02-fertilizerDrop {
  width: 13.5%;
  position: absolute;
  top: 34%;
  left: 50%;
  z-index: 3;
  display: none;
}

.move02 .move02-fertilizerDrop-animation {
  animation: 1.7s mizu forwards;
  display: block;
} */
/* 土 */
/* .move02 .move02-fertilizer-soil {
  width: 9%;
  position: absolute;
  bottom: -34%;
  z-index: 3;
  left: 50%;
  display: none;
} */
/* .move02 .move02-fertilizer-soil {
  width: 9%;
  position: absolute;
  top: 53%;
  left: 50%;
  z-index: 3;
  display: none;
}
.l .move02 .move02-fertilizer-soil {
  width: 9%;
  position: absolute;
  top: 48%;
  left: 50%;
  z-index: 3;
  display: none;
} */
/* てるてる坊主 */
/* てるてる坊主本体*/
/* .move03 .move03-rain {
  width: 43.2%;
  position: absolute;
  top: 41%;
  left: 24%;
  z-index: 3;
} */
/* .move03 .move03-rain {
  width: 43.2%;
  position: absolute;
  top: 17%;
  left: 26%;
  z-index: 3;
}
.move03 .move03-rain-animaton {
  animation: 0.8s fertilizerfadeIn forwards;
} */
/* てるてる坊主発動コメント */
/* .move03 .move03-rain-comment {
  width: 21.4%;
  position: absolute;
  top: 19%;
  right: 20%;
  opacity: 0;
} */
/* .move03 .move03-rain-comment {
  width: 21.4%;
  position: absolute;
  top: 8%;
  right: 19%;
  opacity: 0;
  z-index: 3;
}
.move03 .move03-rain-comment-animation {
  animation: 1s comment forwards;
  animation-delay: 0.5s;
} */
/* .move03 .move03-rain-decoration {
  width: 70%;
  position: absolute;
  top: 63%;
  left: 50%;
} */
/* .move03 .move03-rain-decoration {
  width: 80%;
  position: absolute;
  top: 25%;
  left: 53%;
  z-index: 3;
} */
/* てるてる坊主後ろの太陽の装飾 */
/* .move03 .move03-rain-decoration-animation {
  transform: translate(-50%, -50%);
  animation: 0.7s flashfadeIn;
} */

/* てるてる坊主2回目のアニメーション */
/* てるてる坊主 */
/* .move03 .active-rain {
  animation: 1.3s teruterubouzu1 forwards;
}
.move03 .active-rain {
  animation: 1.3s teruterubouzu2 forwards;
} */
/* @keyframes teruterubouzu1 {
  100% {
    width: 30.2%;
    top: 45%;
    left: 65%;
    filter: drop-shadow(4px 2px 5px #097497);
  }
  100% {
    width: 30.2%;
    top: 20%;
    left: 67%;
    filter: drop-shadow(4px 2px 5px #097497);
  }
} */
/* @keyframes teruterubouzu2 {
  100% {
      width: 30.2%;
      top: 45%;
      left: 65%;
      filter: drop-shadow(4px 2px 5px #097497);
    }
  100% {
    width: 30.2%;
    top: 27%;
    left: 65%;
    filter: drop-shadow(4px 2px 5px #097497);
  }
} */
/* .move03 .move03-rain-sun {
  width: 42.6%;
  position: absolute;
  top: 21%;
  right: 8%;
  z-index: 2;
  display: none;
}
.move03 .move03-rain-sun {
  width: 42.6%;
  position: absolute;
  top: 14%;
  right: 5%;
  z-index: 2;
  display: none;
}
.l .move03 .move03-rain-sun {
  width: 42.6%;
  position: absolute;
  top: 11%;
  right: 5%;
  z-index: 2;
  display: none;
}
.move03 .move03-rain-sun-animation {
  filter: drop-shadow(4px 2px 5px #097497);
  animation: 12s sun linear infinite;
} */
/* @keyframes sun {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
} */
/* キラキラ */
/* .move03 .move03-rainSun-decoration1 {
  width: 25%;
  position: absolute;
  bottom: -8%;
  right: 28%;
  z-index: 4;
  display: none;
} */
/* .move03 .move03-rainSun-decoration1 {
  width: 25%;
  position: absolute;
  top: 31%;
  right: 27%;
  z-index: 4;
  display: none;
}
.l .move03 .move03-rainSun-decoration1 {
  width: 25%;
  position: absolute;
  top: 28%;
  right: 26%;
  z-index: 4;
  display: none;
}
.move03 .move03-rainSun-dec1-animation {
  animation: 1.8s flash ease-in infinite;
} */
/* 光 */
/* .move03 .move03-rainSun-decoration2 {
  width: 36.2%;
  position: absolute;
  bottom: -12%;
  right: 21%;
  display: none;
} */
/* .move03 .move03-rainSun-decoration2 {
  width: 36.2%;
  position: absolute;
  top: 20%;
  right: 21%;
  display: none;
  z-index: 1;
}
.move03 .move03-rainSun-dec2-animation {
  animation: 5s shine forwards;
} */
/* @keyframes shine {
  0% {
    transform: scale(0.9) translate(0, 0);
  }
  0% {
    transform: scale(0.9) translate(0, 0);
  }
  35% {
    opacity: 1;
  }
  100% {
    transform: scale(1.5) translate(-20px, 50px);
    opacity: 0;
  }
  100% {
    transform: scale(1.5) translate(-20px, 50px);
    opacity: 0;
  }
} */
/* 音符 */
/* .move03 .move03-rain-music {
  width: 12.5%;
  position: absolute;
  bottom: -26%;
  right: 30%;
  z-index: 3;
  filter: drop-shadow(3px 2px 2px #097497);
  display: none;
} */
/* .move03 .move03-rain-music {
  width: 12.5%;
  position: absolute;
  top: 37%;
  left: 9%;
  z-index: 3;
  filter: drop-shadow(3px 2px 2px #097497);
  display: none;
}
.l .move03 .move03-rain-music {
  width: 12.5%;
  position: absolute;
  top: 28%;
  left: 12%;
  z-index: 3;
  filter: drop-shadow(3px 2px 2px #097497);
  display: none;
} */

/* 獲得モーダル部分 */
/* 初期状態でモーダルを非表示 */
/* .next-modal-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 99;
} */
/* .next-modal-container .next-modal-body {
  width: 75%;
  max-width: 670px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */
/* .l .next-modal-container .next-modal-body {
  width: 55vh;
} */
/* モーダルの中身 */
/* .next-modal-body .next-modal-content {
  position: relative;
} */
/* モーダルのバー */
/* .next-modal-bar {
  width: 68%;
  height: 7px;
  margin: 25px auto 23px;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.4);
  overflow: hidden;
}
.l .next-modal-bar {
  height: 15px;
  margin: 45px auto 46px;
  border: 3px solid #fff;
  border-radius: 10px;
}
.next-modal-bar span {
  display: block;
  width: 49%;
  height: 5px;
  border-radius: 3px;
  background-image: linear-gradient(90deg, #00e561, #20b06e);
}
.l .next-modal-bar span {
  height: 9px;
  border-radius: 10px;
} */

/* バーの文字等 */
/* .next-modal-bar .next-modal-text {
  font-family: 'Murecho', serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.next-modal-start {
  position: absolute;
  top: -1%;
  right: 85%;
  letter-spacing: 1px;
  font-size: 12.5px;
  color: #fff;
}
.l .next-modal-start {
  font-size: 1.3rem;
}
.next-modal-goal {
  position: absolute;
  top: -0.5%;
  left: 86%;
  letter-spacing: 1px;
  font-size: 12.5px;
  color: #fff;
}
.l .next-modal-goal {
  font-size: 1.3rem;
} */
/* .next-modal-500 {
  position: absolute;
  top: 2.4%;
  left: 47%;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);

  木（中）
  top: 3%;
}
.l .next-modal-500 {
  font-size: 1rem;
  top: 20px;

  木（中）
  top: 24px;

  木（大）
  top: 3.8%;
} */
/* .next-modal-1000 {
  position: absolute;
  top: 2.4%;
  right: 13%;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);

  木（中）
  top: 3%;
}
.l .next-modal-1000 {
  font-size: 1rem;
  top: 20px;

  木（中）
  top: 24px;

  木（大）
  top: 3.8%;
} */
/* 点 */
/* .next-modal-circle {
  width: 3.2px;
  height: 3.2px;
  border-radius: 50%;
  background-color: #fff;
}
.l .next-modal-circle {
  width: 6.5px;
  height: 6.5px;
} */
/* 500万の点 */
/* .next-modal-circle1 {
  position: absolute;
  top: 0.5%;
  left: 50%;
}
.l .next-modal-circle1 {
  top: 4.5px;
} */
/* 1000万の点 */
/* .next-modal-circle2 {
  position: absolute;
  top: 0.5%;
  right: 17.5%;
}
.l .next-modal-circle2 {
  top: 4.5px;
}
.next-modal-comment {
  width: 30%;
  position: absolute;
  top: -5%;
  left: 27%;

  木（中）
  width: 28.5%;
  top: -4%;
  left: 55%;

  木（大）
  width: 27.6%;
  top: -7%;
  left: 46%;
}
.next-modal-tree {
  width: 7%;
  position: absolute;
  top: -3.5%;
  left: 19%;

  木（中）
  top: -2.8%;
  left: 39%;

  木（大）
  width: 12%;
  top: -6.5%;
  left: 75%;
} */

/* 木（大） の時のみ*/
/* .l .next-modal-tree {
  top: -5.5%;
} */

/*line、xでシェアボタン */
/* .next-modal-content .next-modal-shareBtn .shareBtn-item {
  width: 43%;
}
.next-modal-content .next-modal-shareBtn {
  position: absolute;
  bottom: 4%;
} */

@media screen and (min-width: 500px) {
  /* mv */
  /* .mv {
    padding: 10px 15px 140px;
  } */

  /* 1,000万枚行ったとき */
  .mv {
    padding-bottom: 140px;
  }

  /* mv バーの部分 */
  .mv-bar {
    height: 25px;
    border-radius: 12px;
  }
  .mv-bar span {
    height: 25px;
    border-radius: 12px;
  }
  .mv-bar p {
    font-size: 13px;
  }

  .mv-barTxt .number p {
    font-size: 16px;
  }
  .mv-barTxt .number .number_active {
    font-size: 18px;
  }

  .mv-text {
    font-size: 15px;
  }

  /* about */
  .about {
    padding: 40px 30px 140px;
  }

  /* howto */
  .howto {
    padding: 30px 15px 140px;
  }
  .howto-step .howto-step-txt p {
    font-size: 22px;
  }
  .howto-info {
    font-size: 16px;
  }

  /* agreement */
  .agreement {
    margin-top: -46px;
    padding: 45px 15px 50px;
    background-color: #fff;
    border-radius: 40px 40px 0 0;
    position: relative;
  }
  .agreement .agreement-subttl {
    width: 39%;
    margin: 0 auto;
    filter: drop-shadow(2px 3px #d3be6d);
    position: absolute;
    top: -1.6%;
    left: 30%;
  }
  /* 獲得モーダルのバー部分 */
  /* .next-modal-bar {
    height: 10px;
    margin: 35px auto 28px;
    border: 2px solid #fff;

    木（中）
    margin: 35px auto 35px;
  } */
  /* .next-modal-bar span {
    height: 6px;
    border-radius: 5px;
  } */
  /*バーの文字等 */
  /* .next-modal-start {
    font-size: 17px;
  }
  .next-modal-goal {
    font-size: 17px;
  }
  .next-modal-500 {
    font-size: 14px;
  }
  .next-modal-1000 {
    font-size: 14px;
  } */
  /* 点 */
  /* .next-modal-circle {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
  }

  .modal-container .modal-body .modal-content .modal-img {
    padding-bottom: 3%;
  }
  .modal-content .modal-txt {
    margin: 2% auto 0;
  }
  .appsBtn {
    padding: 2% 0;
  } */
  /* 獲得モーダル */
  /* .next-modal-container .next-modal-body {
    width: 75%;
  } */
}

.sp {
  display: block;
}
@media screen and (min-width: 641px) {
  .sp {
    display: none !important;
  }
}
.pc {
  display: none;
}
@media screen and (min-width: 641px) {
  .pc {
    display: block !important;
  }
}
.end_txt{
  padding: 10px;
  text-align: center;
  background-color: red;
  line-height: normal;
  color: #ffffff;
  font-size: 16px;
}
