@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: #2a59a7;
  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: #30aaff;
  border-color: #30aaff;
}

.btn_mall.btn_mall02 .btn.btn-light {
  display: block;
  color: #fff;
  background-color: #2a59a7;
  border-color: #2a59a7;
}

.btn_mall02 {
  margin-left: 3%;
}

.btn_mall_box {
  width: 180px;
  margin: 0 auto;
}
.btn_mall_box .btn_mall .btn.btn-light {
  display: block;
  color: #fff;
  background-color: #30aaff;
  border-color: #30aaff;
}

.movie_area {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#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;
}

.movie_area {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.promo_movie_box {
  width: 90%;
  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: #fff;
}

.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;
}

@media (min-width: 481px) {
  .ct_box > .w480 {
    border-right: 4px #f0f993 solid;
    border-left: 4px #f0f993 solid;
  }
  /* min-width: 481px */
}

.bg_box {
  background: url(../images/pc_bg.png) no-repeat fixed;
  background-size: cover;
  background-position: center;
}
/*------------------------*/

/* mainここから */
.main{
  position: relative;
}

.main_logo{
  width: 87.5%;
  position: absolute;
  top: -8%;
  right: 0;
  opacity: 0;
}
.animate_main_logo {
  animation: main_logo 0.3s forwards ease;
}

@keyframes main_logo {
  0% {
    transform: translateX(-60px);
    clip-path: inset(0 100% 0 0);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.main_img_01 {
  width: 64.79166667%;
  position: absolute;
  top: 24%;
  left: 18%;
  opacity: 0;
}
.animate_main_img_01 {
  animation: main_img_01 0.3s forwards;
}
@keyframes main_img_01 {
  0% {
    transform: translateY(200px) rotate(20deg) scale(0.7);
    opacity: 0;
  }
  100% {
    transform: translateX(0) rotate(0) scale(1);
    opacity: 1;
  }
}
.main_img_01_effect{
  width: 64.79166667%;
  position: absolute;
  top: 24%;
  left: 18%;
  opacity: 0;
  mix-blend-mode: hard-light;
}
.animate_main_img_01_effect {
  animation: main_img_01_effect 0.3s forwards;
}
@keyframes main_img_01_effect {
  0% {
    scale: 0.5;
    opacity: 0;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}

.main_uruto{
  width: 25.3125%;
  position: absolute;
  top: 44%;
  left: 0;
  opacity: 0;
}
.animate_main_uruto {
  animation: right_slide 0.2s forwards;
}

.main_yamirami{
  width: 23.4375%;
  position: absolute;
  top: 62%;
  left: 5%;
  opacity: 0;
}
.animate_main_yamirami {
  animation: right_slide 0.2s forwards;
}

@keyframes right_slide {
  0% {
    transform: translateX(-100px);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.main_lucario{
  width: 27.70833333%;
  position: absolute;
  top: 32%;
  right: 0;
  opacity: 0;
}
.animate_main_lucario {
  animation: left_slide 0.2s forwards;
}

.main_roy{
  width: 24.89583333%;
  position: absolute;
  top: 50%;
  right: 0;
  opacity: 0;
}
.animate_main_roy {
  animation: left_slide 0.2s forwards;
}
@keyframes left_slide {
  0% {
    transform: translateX(100px);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.main_txt_01{
  width: 67.1875%;
  position: absolute;
  z-index: 2;
  bottom: 1%;
  left: 17%;
  opacity: 0;
}
.animate_main_txt_01 {
  animation: right_slide 0.2s forwards ease;
}

.main_txt_01_shape{
  width: 67.1875%;
  position: absolute;
  z-index: 1;
  bottom: 1%;
  left: 17%;
  opacity: 0;
}
.animate_main_txt_01_shape {
  animation: main_txt_01_shape 0.3s forwards ease;
}

@keyframes main_txt_01_shape {
  0% {
    scale: 0.3;
    opacity: 0;
  }
  50%{
    scale: 1.1;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}
/*------------------------*/
.copyright_box{
  background: #fff;
}

.info_txt{
  padding: 25px 0;
}

.copyright_img{
  margin: 0 auto;
}

.copyright_txt{
  padding: 5px 0 25px;
}