@charset "shift_jis";
/* CSS Document */

.MB1em {
  margin-bottom: 1em !important;
}
.MB00 {
  margin-bottom: 0px !important;
}
.MB10 {
  margin-bottom: 10px !important;
}
.MB15 {
  margin-bottom: 15px !important;
}
.MB20 {
  margin-bottom: 20px !important;
}
.MB25 {
  margin-bottom: 25px !important;
}
.MB30 {
  margin-bottom: 30px !important;
}
.MB35 {
  margin-bottom: 35px !important;
}
.MB40 {
  margin-bottom: 40px !important;
}
.MB45 {
  margin-bottom: 45px !important;
}
.MB50 {
  margin-bottom: 50px !important;
}
.MB55 {
  margin-bottom: 55px !important;
}
.MB60 {
  margin-bottom: 60px !important;
}
.MB65 {
  margin-bottom: 55px !important;
}
.MB60 {
  margin-bottom: 60px !important;
}
.MB65 {
  margin-bottom: 65px !important;
}
.MB70 {
  margin-bottom: 70px !important;
}
.MB75 {
  margin-bottom: 75px !important;
}
.MB80 {
  margin-bottom: 80px !important;
}
.MB85 {
  margin-bottom: 85px !important;
}
.MB90 {
  margin-bottom: 90px !important;
}
.MB95 {
  margin-bottom: 95px !important;
}
.MB100 {
  margin-bottom: 100px !important;
}
.MB110 {
  margin-bottom: 110px !important;
}
.MB120 {
  margin-bottom: 120px !important;
}
.MB130 {
  margin-bottom: 130px !important;
}
.MB140 {
  margin-bottom: 140px !important;
}
.MB150 {
  margin-bottom: 150px !important;
}
.MB160 {
  margin-bottom: 160px !important;
}
.MB200 {
  margin-bottom: 200px !important;
}

.w100 {
  display: block;
  width: 100%;
  height: auto;
}

.price_box {
  background: #000;
  padding: 20px;
}

.price_box .price_inbox {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  max-width: 980px;
  width: 77.5%;
  margin: 0 auto;
}
.price_box .price_txt {
  max-width: 361px;
  width: 100%;
}

.btn_buy {
  width: 180px;
}

.btn_mall .btn {
  display: inline-block;
  font-weight: bold;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.375rem 2rem;
  font-size: 18px;
  width: 180px;
  border-radius: 6px;
}
.btn_mall .btn.btn-light {
  display: block;
  color: #fff;
  background-color: #e60012;
  border-color: #e60012;
}

.btn_mall.btn_mall02 .btn.btn-light {
  display: block;
  color: #fff;
  background-color: #e60012;
  border-color: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5);
}

.btn_mall02 {
  display: flex;
  justify-content: center;
  margin-bottom: 3%;
}

.btn_mall_box {
  width: 180px;
  margin: 0 auto;
}
.btn_mall_box .btn_mall .btn.btn-light {
  display: block;
  color: #fff;
  background-color: #e60012;
  border-color: #e60012;
}

.btn_mall01_ch{
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 500;
}



.movie_area {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.movie_box {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

#contents .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#contents .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.ct_box .copyright {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;

  align-items: center;

  padding: 20px 10px;
}

.ct_box .copyright_img {
  width: 40%;
  max-width: 320px;
}

.ct_box .copyright_text {
  width: 55%;
  text-align: left;
  font-size: 11px;
  color: #000;
  margin: 0 auto;
  padding-bottom: 10px;
}

.ct_box .copyright_text span {
display: inline-block;
padding-left: 1em;
text-indent: -1em;
}


.ct_box .bnr_box {
  padding: 20px 8% 10px;
}
.ct_box .bnr_box a {
  display: block;
}

/*------------------------*/

.ct_box {
  width: 100%;
  margin: 0 auto;
}

.ct_box > .w480 {
  width: 100%;
  max-width: 480px;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  background: url(../images/bg.webp);
}

@media (min-width: 481px) {
.side_line{
  border-right: 4px #fdd000 solid;
  border-left: 4px #fdd000 solid;
}
}

.bg_box {
  background: url(../images/bg.webp) repeat-x fixed;
  background-position: center;
  background-size: contain;
}
/*------------------------*/

/* mainここから */
.main{
  position: relative;
}
.main_logo{
  width: 44.27083333%;
  position: absolute;
  z-index: 5;
  top: 2%;
  left: 5%;
  opacity: 0;
}
.animate_main_logo{
  animation: main_logo 0.3s forwards;
}
@keyframes main_logo{
  0% {
    scale: 0;
    opacity: 0;
  }
  50%{
    scale: 1.2;
    opacity: 1;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}

.main_pokemon_logo{
  position: absolute;
  top: 0;
  opacity: 0;
}
.animate_main_pokemon_logo{
  animation: main_pokemon_logo 0.3s forwards;
}
@keyframes main_pokemon_logo{
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.main_text01{
  width: 50%;
  position: absolute;
  z-index: 5;
  bottom: 12%;
  right: 4%;
  opacity: 0;
}
.animate_main_text01{
  animation: main_text01 0.2s forwards;
}
@keyframes main_text01{
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.main_text02{
  width: 42.1875%;
  position: absolute;
  z-index: 5;
  bottom: 5.5%;
  right: 2%;
  opacity: 0;
}
.animate_main_text02{
  animation: main_text02 0.2s forwards;
}
@keyframes main_text02{
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.main_text03{
  width: 17.1875%;
  position: absolute;
  z-index: 5;
  top: 44%;
  left: 24%;
  opacity: 0;
}
.animate_main_text03{
  animation: main_text03 4s infinite;
}
@keyframes main_text03{
  0% {
    scale: 0;
    opacity: 0;
  }
  4% {
    scale: 0;
    opacity: 0;
  }
  7%{
    scale: 1.3;
    opacity: 1;
  }
  10% {
    scale: 1;
    opacity: 1;
  }
  78% {
    scale: 1;
    opacity: 1;
  }
  80%{
    scale: 1.3;
    opacity: 1;
  }
  83% {
    scale: 0;
    opacity: 0;
  }
  100% {
    scale: 0;
    opacity: 0;
  }
}

.main_text04{
  width: 14.58333333%;
  position: absolute;
  z-index: 5;
  top: 41%;
  right: 19%;
  opacity: 0;
}
.animate_main_text04{
  animation: main_text04 0.2s forwards;
}
@keyframes main_text04{
  0% {
    scale: 0;
    opacity: 0;
  }
  50%{
    scale: 1.3;
    opacity: 1;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}


.main_img01{
  width: 62%;
  position: absolute;
  z-index: 3;
  top: 5%;
  left: 35%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
}
.main_img01.loaded {
  opacity: 1;
  visibility: visible;
}

.main_img01_under{
  width: 62%;
  position: absolute;
  z-index: 1;
  top: 5%;
  left: 35%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
}
.main_img01_under.loaded {
  opacity: 1;
  visibility: visible;
}


.main_img_riza-don{
  width: 30%;
  position: absolute;
  z-index: 2;
  top: 33%;
  left: 37%;
  opacity: 0;
}
.animate_main_img_riza-don{
  animation: main_img_riza-don 4s infinite;
}
@keyframes main_img_riza-don{
  0% {
    transform: translateX(60px) translateY(-60px);
    opacity: 0;
  }
  10% {
    transform: translateX(0);
    opacity: 1;
  }
  80%{
    transform: translateX(0);
    opacity: 1;
  }
  85%{
    transform: translateX(0);
    opacity: 0;
  }
  100%{
    transform: translateX(0);
    opacity: 0;
  }
}

.main_img_riza-don_shadow{
  width: 30%;
  position: absolute;
  z-index: 1;
  top: 33%;
  left: 37%;
  opacity: 0;
}
.animate_main_img_riza-don_shadow{
  animation: main_img_riza-don_shadow 4s infinite;
}
@keyframes main_img_riza-don_shadow{
  0% {
    transform: translateX(60px) translateY(-60px);
    opacity: 0;
  }
  5%{
    opacity: 1;
  }
  15% {
    transform: translateX(-30px) translateY(30px);
    opacity: 0;
  }
  100%{
    transform: translateX(0);
    opacity: 0;
  }
}

.main_disc01{
  width: 22%;
  position: absolute;
  top: 32%;
  left: 30%;
  opacity: 0;
}
.animate_main_disc01{
  animation: main_disc01 0.3s forwards;
}
@keyframes main_disc01{
  0% {
    transform: translateX(30px) translateY(-30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.main_disc02{
  width: 26%;
  position: absolute;
  top: 35%;
  left: -2%;
  opacity: 0;
}
.animate_main_disc02{
  animation: main_disc02 0.3s forwards;
}
@keyframes main_disc02{
  0% {
    transform: translateX(30px) translateY(-30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.main_disc03{
  width: 14%;
  position: absolute;
  bottom: 32.5%;
  left: -2%;
  opacity: 0;
}
.animate_main_disc03{
  animation: main_disc03 0.3s forwards;
}
@keyframes main_disc03{
  0% {
    transform: translateX(30px) translateY(-30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.main_disc04{
  width: 15%;
  position: absolute;
  bottom: 24%;
  left: 10%;
  opacity: 0;
}
.animate_main_disc04{
  animation: main_disc04 0.3s forwards;
}
@keyframes main_disc04{
  0% {
    transform: translateX(30px) translateY(-30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.main_disc05{
  width: 28%;
  position: absolute;
  bottom: 8%;
  left: 17%;
  opacity: 0;
}
.animate_main_disc05{
  animation: main_disc05 0.3s forwards;
}
@keyframes main_disc05{
  0% {
    transform: translateX(40px) translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.main_disc06{
  width: 20%;
  position: absolute;
  top: 62%;
  left: 45%;
  opacity: 0;
}
.animate_main_disc06{
  animation: main_disc06 0.3s forwards;
}
@keyframes main_disc06{
  0% {
    transform: translateX(0px) translateY(-80px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.main_disc07{
  width: 21%;
  position: absolute;
  top: 41%;
  right: 19%;
  opacity: 0;
}
.animate_main_disc07{
  animation: main_disc07 0.3s forwards;
}
@keyframes main_disc07{
  0% {
    transform: translateX(-10px) translateY(-30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.main_disc08{
  width: 21%;
  position: absolute;
  top: 47%;
  right: -6%;
  opacity: 0;
}
.animate_main_disc08{
  animation: main_disc08 0.3s forwards;
}
@keyframes main_disc08{
  0% {
    transform: translateX(-50px) translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.main_disc09{
  width: 20%;
  position: absolute;
  top: 35%;
  right: 8%;
  opacity: 0;
}
.animate_main_disc09{
  animation: main_disc09 0.3s forwards;
}
@keyframes main_disc09{
  0% {
    transform: translateX(-30px) translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.main_disc10{
  width: 12%;
  position: absolute;
  top: 26%;
  right: 1%;
  opacity: 0;
}
.animate_main_disc10{
  animation: main_disc10 0.3s forwards;
}
@keyframes main_disc10{
  0% {
    transform: translateX(-30px) translateY(0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.main_disc11{
  width: 13%;
  position: absolute;
  top: 11%;
  right: -2%;
  opacity: 0;
}
.animate_main_disc11{
  animation: main_disc11 0.3s forwards;
}
@keyframes main_disc11{
  0% {
    transform: translateX(-30px) translateY(0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.main_disc12{
  width: 12%;
  position: absolute;
  top: 3%;
  left: 49%;
  opacity: 0;
}
.animate_main_disc12{
  animation: main_disc12 0.3s forwards;
}
@keyframes main_disc12{
  0% {
    transform: translateX(30px) translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.main_ball01{
  width: 65%;
  position: absolute;
  top: 8%;
  left: -35%;
  opacity: 0;
  transform-origin: left top;
}
.animate_main_ball01{
  animation: main_ball01 0.2s forwards;
}
@keyframes main_ball01{
  0% {
    transform: rotate(-20deg);
    opacity: 0;
  }
  100% {
    transform: rotate(0);
    opacity: 1;
  }
}

.main_ball02{
  width: 80%;
  position: absolute;
  z-index: 2;
  top: 51%;
  left: -34%;
  opacity: 0;
  transform-origin: left top;
}
.animate_main_ball02{
  animation: main_ball02 4s infinite;
}
@keyframes main_ball02{
  0% {
    transform: rotate(-20deg);
    opacity: 1;
  }
  8% {
    transform: rotate(0);
    opacity: 1;
  }
  80% {
    transform: rotate(0);
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    transform: rotate(-20deg);
    opacity: 1;
  }
}

.main_ball03{
  width: 33%;
  position: absolute;
  top: 57%;
  left: 70%;
  opacity: 0;
  transform-origin: right bottom;
}
.animate_main_ball03{
  animation: main_ball03 0.2s forwards;
}
@keyframes main_ball03{
  0% {
    transform: rotate(20deg);
    opacity: 0;
  }
  100% {
    transform: rotate(0);
    opacity: 1;
  }
}

.main_ball04{
  width: 50%;
  position: absolute;
  top: 38%;
  left: 86%;
  opacity: 0;
  transform-origin: right top;
}
.animate_main_ball04{
  animation: main_ball04 0.2s forwards;
}
@keyframes main_ball04{
  0% {
    transform: rotate(20deg);
    opacity: 0;
  }
  100% {
    transform: rotate(0);
    opacity: 1;
  }
}
/*------------------------*/

/* area_01ここから */
.area_01{
  position: relative;
  border-top: #fdd000 15px solid;
}
.area_01_PLR{
  margin: 0 15px;
}

.area01_text01{
  width: 19.79166667%;
  position: absolute;
  z-index: 2;
  top: 2%;
  opacity: 0;
}
.animate_area01_text01{
  animation: area01_text01 0.3s forwards;
}
@keyframes area01_text01{
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 1;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.area01_text02{
  width: 45.3125%;
  position: absolute;
  z-index: 2;
  top: 2%;
  right: 20%;
  opacity: 0;
}
.animate_area01_text02{
  animation: area01_text02 0.3s forwards;
}
@keyframes area01_text02{
  0% {
    transform: translateX(-30px);
    opacity: 0;
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.area01_text03{
  width: 43.75%;
  position: absolute;
  z-index: 2;
  top: 5%;
  right: 5%;
  opacity: 0;
}
.animate_area01_text03{
  animation: area01_text03 0.3s forwards;
}
@keyframes area01_text03{
  0% {
    transform: translateX(-30px);
    opacity: 0;
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.area01_img01{
  width: 60.41666667%;
  position: absolute;
  z-index: 1;
  top: 6.5%;
  opacity: 0;
}
.animate_area01_img01{
  animation: area01_img01 0.3s forwards;
}
@keyframes area01_img01{
  0% {
    scale: 0.5;
    opacity: 0;
  }
  60%{
    scale: 1.1;
    opacity: 1;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}


.area01_img01_pikachu{
  width: 20.3125%;
  position: absolute;
  z-index: 4;
  top: 11.5%;
  right: 12%;
  opacity: 0;
}
.animate_area01_img01_pikachu{
  animation: area01_img01_pikachu 0.3s forwards;
}
@keyframes area01_img01_pikachu{
  0% {
    scale: 0.5;
    opacity: 0;
  }
  60%{
    scale: 1.1;
    opacity: 1;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}

.area01_arrow01{
  width: 22.91666667%;
  position: absolute;
  z-index: 3;
  top: 14%;
  right: 28%;
  opacity: 0;
}
.animate_area01_arrow01{
  animation: area01_arrow01 0.4s forwards;
}
@keyframes area01_arrow01{
  0% {
    clip-path: inset(0 0 0 100%);
    opacity: 1;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.area01_arrow02{
  width: 21.875%;
  position: absolute;
  z-index: 3;
  top: 23.5%;
  left: 12.5%;
  opacity: 0;
}
.animate_area01_arrow02{
  animation: area01_arrow02 0.4s forwards;
}
@keyframes area01_arrow02{
  0% {
    clip-path: inset(0 0 0 100%);
    opacity: 1;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.area01_arrow03{
  width: 29.375%;
  position: absolute;
  z-index: 3;
  top: 19.2%;
  right: 12%;
  opacity: 0;
}
.animate_area01_arrow03{
  animation: area01_arrow03 0.4s forwards;
}
@keyframes area01_arrow03{
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 1;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.area01_text04{
  width: 46.35416667%;
  position: absolute;
  z-index: 2;
  top: 28%;
  opacity: 0;
}
.animate_area01_text04{
  animation: area01_text04 0.3s forwards;
}
@keyframes area01_text04{
  0% {
    transform: translateX(-80px);
    opacity: 0;
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.area01_img02, .area01_img02_2{
  width: 45.3125%;
  position: absolute;
  z-index: 3;
  top: 26%;
  right: 5%;
  opacity: 0;
}
.area01_img02_under{
  width: 45.3125%;
  position: absolute;
  z-index: 1;
  top: 26%;
  right: 5%;
  opacity: 0;
}
.animate_area01_img02, .animate_area01_img02_2, .animate_area01_img02_under{
  animation: area01_img02 0.3s forwards;
}
@keyframes area01_img02{
  0% {
    scale: 0.5;
    opacity: 0;
  }
  60%{
    scale: 1.1;
    opacity: 1;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}

.area01_ball01{
  width: 70.9375%;
  position: absolute;
  z-index: 3;
  top: 42%;
  left: -18%;
  opacity: 0;
  transform-origin: left bottom;
}
.animate_area01_ball01{
  animation: area01_ball01 0.3s forwards;
}
@keyframes area01_ball01{
  0% {
    transform: rotate(-20deg);
    opacity: 1;
  }
  90% {
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform: rotate(0);
    opacity: 1;
  }
}

.area01_img03{
  width: 24.47916667%;
  position: absolute;
  z-index: 2;
  top: 38.5%;
  right: 29%;
  opacity: 0;
}
.animate_area01_img03{
  animation: area01_img03 0.3s forwards;
}
@keyframes area01_img03{
  0% {
    transform: translateX(30px) translateY(-30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.area01_items_bg{
  width: 95.5%;
  position: absolute;
  bottom: 3%;
  opacity: 0;
}
.animate_area01_items_bg{
  animation: area01_items_bg 0.4s forwards;
}
@keyframes area01_items_bg{
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 1;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.area01_item01{
  width: 85.41666667%;
  position: absolute;
  bottom: 28%;
  left: 8%;
  opacity: 0;
}
.animate_area01_item01{
  animation: area01_item01 0.4s forwards;
}
@keyframes area01_item01{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

.area01_item02{
  width: 87.08333333%;
  position: absolute;
  bottom: 6%;
  left: 8%;
  opacity: 0;
}
.animate_area01_item02{
  animation: area01_item02 0.4s forwards;
}
@keyframes area01_item02{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
/*------------------------*/

/* area_02ここから */
.area_02{
  background-color: #e60012;
}
.area02_title_box{
  position: relative;
}
.area02_title_text{
  width: 43.22916667%;
  position: absolute;
  top: 25%;
  left: 25%;
  opacity: 0;
}
.animate_area02_title_text{
  animation: area02_title_text 0.3s forwards;
}
@keyframes area02_title_text{
  0% {
    scale: 0;
    opacity: 0;
  }
  60%{
    scale: 1.1;
    opacity: 1;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}
.area02_pikachu{
  width: 23.4375%;
  position: absolute;
  z-index: 1;
  top: -35%;
  right: 2%;
  opacity: 0;
  transform-origin: bottom center;
}
.animate_area02_pikachu{
  animation: area02_pikachu 0.6s forwards;
}
@keyframes area02_pikachu{
  0% {
    transform: translateY(50px) rotate(-30deg);
    opacity: 0;
  }
  50%{
    transform: translateY(-10px) rotate(10deg);
    opacity: 1;
  }
  100% {
    transform: translateY(0) rotate(0);
    opacity: 1;
  }
}

.area02_img01{
  position: relative;
  z-index: 2;
  width: 92.70833333%;
  margin: 30px auto 0;
}

.area02_img01_bg{
  opacity: 0;
}
.animate_area02_img01_bg{
  animation: area02_img01_bg 0.4s forwards;
}
@keyframes area02_img01_bg{
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 1;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.area02_img01_title{
  position: absolute;
  top: 0;
  opacity: 0;
}
.animate_area02_img01_title{
  animation: area02_img01_title 0.3s forwards;
}
@keyframes area02_img01_title{
  0% {
    clip-path: inset(0 0 100% 0);
    opacity: 1;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.area02_img01_item{
  position: absolute;
  top: 0;
  opacity: 0;
}
.animate_area02_img01_item{
  animation: area02_img01_item 0.4s forwards;
}
@keyframes area02_img01_item{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

.area02_img02{
  position: relative;
  z-index: 2;
  width: 92.70833333%;
  margin: 30px auto 0;
}

.area02_img02_bg{
  opacity: 0;
}
.animate_area02_img02_bg{
  animation: area02_img02_bg 0.4s forwards;
}
@keyframes area02_img02_bg{
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 1;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.area02_img02_title{
  position: absolute;
  top: 0;
  opacity: 0;
}
.animate_area02_img02_title{
  animation: area02_img02_title 0.3s forwards;
}
@keyframes area02_img02_title{
  0% {
    clip-path: inset(0 0 100% 0);
    opacity: 1;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.area02_img02_item{
  position: absolute;
  top: 0;
  opacity: 0;
}
.animate_area02_img02_item{
  animation: area02_img02_item 0.4s forwards;
}
@keyframes area02_img02_item{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

.area02_img03{
  position: relative;
  z-index: 2;
  width: 92.70833333%;
  margin: 30px auto 0;
  padding-bottom: 30px;
}
.area02_img03_bg{
  opacity: 0;
}
.animate_area02_img03_bg{
  animation: area02_img03_bg 0.4s forwards;
}
@keyframes area02_img03_bg{
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 1;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.area02_img03_title{
  position: absolute;
  top: 0;
  opacity: 0;
}
.animate_area02_img03_title{
  animation: area02_img03_title 0.3s forwards;
}
@keyframes area02_img03_title{
  0% {
    clip-path: inset(0 0 100% 0);
    opacity: 1;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.area02_img03_item{
  position: absolute;
  top: 0;
  opacity: 0;
}
.animate_area02_img03_item{
  animation: area02_img03_item 0.4s forwards;
}
@keyframes area02_img03_item{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
/*------------------------*/

/* area_03ここから */
.area_03{
  background-color: #fdd000;
}
.area_03_box{
  position: relative;
  margin: 0 15px;
  padding: 30px 0;
}

.area03_title{
  position: absolute;
  top: 3%;
  opacity: 0;
}
.animate_area03_title{
  animation: area03_title 0.4s forwards;
}
@keyframes area03_title{
  0% {
    clip-path: inset(0 50% 0 50%);
    opacity: 1;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.area03_img01{
  position: absolute;
  top: 2%;
  opacity: 0;
}
.animate_area03_img01{
  animation: area03_img01 0.4s forwards;
}
@keyframes area03_img01{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
.area03_img02{
  position: absolute;
  top: 2%;
  opacity: 0;
}
.animate_area03_img02{
  animation: area03_img02 0.4s forwards;
}
@keyframes area03_img02{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

.area03_bottom_box{
  position: relative;
  padding-bottom: 30px;
}

.area03_bottom_img01{
  scale: 1.05;
  transform-origin: center;
  opacity: 0;
}
.animate_area03_bottom_img01{
  animation: area03_bottom_img01 0.4s forwards;
}
@keyframes area03_bottom_img01{
  0% {
    clip-path: inset(0 50% 0 50%);
    opacity: 1;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.area03_bottom_logo{
  width: 38.708333%;
  position: absolute;
  top: 6%;
  left: 29.5%;
  opacity: 0;
}
.animate_area03_bottom_logo{
  animation: area03_bottom_logo 0.3s forwards;
}
@keyframes area03_bottom_logo{
  0% {
    scale: 0;
    opacity: 0;
  }
  60%{
    scale: 1.1;
    opacity: 1;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}

/*------------------------*/