@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap");
/*-------------------------------------------
px→vw
 * ex)
   width: sp(200)
   width: tab(200)
-------------------------------------------*/
.yuke_pokemon {
  position: relative;
}
.yuke_pokemon header {
  z-index: 100;
}
.yuke_pokemon section {
  margin: 0 auto 50px auto;
}
.yuke_pokemon .fade-block {
  opacity: 0;
  transform: translateY(30px);
  transition: all .4s ease-in;
}
.yuke_pokemon .fade-block.blockIn {
  opacity: 1;
  transform: translateY(0);
}
.yuke_pokemon .wrapCol, .yuke_pokemon .mainCol {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .yuke_pokemon .wrapCol {
    padding: 0 0 100px;
    margin-bottom: 193px;
  }
}
.yuke_pokemon .bgCol {
  width: 100%;
  background: url(../images/feature/bikkura/yuke_pokemon/bg.gif) repeat left top;
  background-size: 193.5px 193.5px;
  box-sizing: border-box;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 767px) {
  .yuke_pokemon .bgCol {
    background-size: 25vw 25vw;
  }
}
.yuke_pokemon .bgCol * {
  box-sizing: border-box !important;
}
.yuke_pokemon .h2logo {
  position: relative;
  width: 45.5%;
  max-width: 496px;
  margin: auto;
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .yuke_pokemon .h2logo {
    width: 70%;
    max-width: auto;
  }
}
.yuke_pokemon .bnrCol {
  overflow: hidden;
  background: #f3f0e9;
  position: relative;
  z-index: 1;
  top: 193px;
}
@media screen and (max-width: 767px) {
  .yuke_pokemon .bnrCol {
    top: 139px;
    position: relative;
    width: 100%;
    height: auto;
  }
}
.yuke_pokemon .bnrCol .bnrColInner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.yuke_pokemon .bnrCol .slider {
  position: relative;
  margin-bottom: 1px;
}
.yuke_pokemon .bnrCol .slick-list {
  overflow: visible;
}
.yuke_pokemon .bnrCol .slick-list li[aria-hidden="true"] a {
  display: block;
  background: #000;
}
.yuke_pokemon .bnrCol .slick-list li[aria-hidden="true"] a img {
  opacity: 0.6;
}
.yuke_pokemon .bnrCol .slick-prev, .yuke_pokemon .bnrCol .slick-next {
  display: none;
  position: absolute;
  top: calc((770px / 2) - 10%);
  text-indent: -9999px;
  transition: all 0.2s ease;
  z-index: 12;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 40px solid #BAE3F9;
  border-right: 0;
}
.yuke_pokemon .bnrCol .slick-prev::before, .yuke_pokemon .bnrCol .slick-next::before {
  content: none;
}
.yuke_pokemon .bnrCol .slick-prev:hover, .yuke_pokemon .bnrCol .slick-next:hover {
  border-left: 40px solid #71c3f0;
}
.yuke_pokemon .bnrCol .slick-prev {
  transform: rotate(180deg);
}
.yuke_pokemon .bnrCol .slick-next {
  transform: rotate(0deg);
}
.yuke_pokemon .bnrCol .slideNav {
  margin-top: 5px;
  text-align: center;
}
.yuke_pokemon .bnrCol .slideNav li {
  display: inline-block;
}
.yuke_pokemon .bnrCol .slideNav li button {
  background: #e4e1da;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  margin: 0 10px;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
}
.yuke_pokemon .bnrCol .slideNav li button:hover {
  background: #000;
}
.yuke_pokemon .bnrCol .slideNav li.slick-active button {
  background: #000;
}
.yuke_pokemon .h3title {
  color: #FFF;
  text-align: center;
  font-size: 140%;
  font-weight: bold;
  padding: 0 0 1% 0;
}
@media screen and (max-width: 767px) {
  .yuke_pokemon .h3title {
    font-size: 120%;
  }
}
.yuke_pokemon .accordionList {
  position: relative;
  margin: -20% auto 0 auto;
  width: 94%;
  max-width: 900px;
}
.yuke_pokemon .accordionList dt {
  display: flex !important;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
  transform: rotate(0);
  position: relative;
  color: #FFF;
  width: 100%;
  transition: .3s;
}
.yuke_pokemon .accordionList dt:hover span::after {
  scale: 1.1;
}
.yuke_pokemon .accordionList dt:first-child {
  margin-top: 100px;
}
.yuke_pokemon .accordionList dt span {
  width: 100%;
  position: relative;
  bottom: 0;
}
.yuke_pokemon .accordionList dt span::after {
  content: '';
  display: block;
  background-image: url(../images/feature/bikkura/yuke_pokemon/ico_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  rotate: 0deg;
  transition: .2s;
  width: 60px;
  height: 30px;
  right: 2%;
  bottom: 14%;
  z-index: 50;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .yuke_pokemon .accordionList dt span::after {
    width: 7%;
    height: 15%;
    right: 2%;
    bottom: 15%;
  }
}
.yuke_pokemon .accordionList dt.show span::after {
  rotate: 180deg;
}
.yuke_pokemon .accordionList dt.cs {
  pointer-events: none;
}
.yuke_pokemon .accordionList dd {
  display: none;
  margin: 0 auto;
  padding: 7px;
}
.yuke_pokemon .accordionList dd img {
  width: auto;
}
@media screen and (max-width: 767px) {
  .yuke_pokemon .accordionList dd {
    padding: 3px;
  }
}
.yuke_pokemon .comingSoonList {
  position: relative;
  margin: 0 auto;
  padding: 0 0 50px 0;
  width: 94%;
  max-width: 900px;
}
.yuke_pokemon .comingSoonList dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: rotate(0);
  position: relative;
  color: #FFF;
  padding-top: 24%;
  margin: 0 auto 0 auto;
  transition: .3s;
}
.yuke_pokemon .comingSoonList dt span {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.yuke_pokemon .comingSoonList dd {
  margin: 0 auto;
  padding: 7px;
}
.yuke_pokemon .comingSoonList dd img {
  width: auto;
}
@media screen and (max-width: 767px) {
  .yuke_pokemon .comingSoonList dd {
    padding: 3px;
  }
}
.yuke_pokemon .ice {
  background-color: #54c3f1;
}
.yuke_pokemon .ghost {
  background-color: #69406c;
}
.yuke_pokemon .fire {
  background-color: #eb6133;
}
.yuke_pokemon .electric {
  background-color: #ffda01;
}
.yuke_pokemon .dragon {
  background-color: #3d62ad;
}
.yuke_pokemon .normal {
  background-color: #898989;
}
.yuke_pokemon .fairy {
  background-color: #f19ec2;
}
.yuke_pokemon .dark {
  background-color: #736461;
}
.yuke_pokemon .water {
  background-color: #178dce;
}
.yuke_pokemon .bug {
  background-color: #9fa120;
}
.yuke_pokemon .flying {
  background-color: #92c6ec;
}
.yuke_pokemon .grass {
  background-color: #45b035;
}
.yuke_pokemon .psychic {
  background-color: #ea617c;
}
.yuke_pokemon .rock {
  background-color: #b4b489;
}
.yuke_pokemon .fighting {
  background-color: #f39800;
}
.yuke_pokemon .poison {
  background-color: #87519d;
}
.yuke_pokemon .ground {
  background-color: #a9743b;
}
.yuke_pokemon .steel {
  background-color: #69a9c7;
}
.yuke_pokemon .movieCol {
  width: 100%;
  max-width: 908px;
  max-height: 547px;
  position: relative;
  margin: 0 auto 140px auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .yuke_pokemon .movieCol {
    width: 90%;
    margin: 0 auto;
  }
}
@media (hover: hover) {
  .yuke_pokemon .movieCol:hover .youtube_ico {
    opacity: 0.7;
  }
}
.yuke_pokemon .movieCol .youtube_movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.yuke_pokemon .movieCol .player {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.yuke_pokemon .movieCol .youtube_ico {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  z-index: 9;
  pointer-events: none;
  transition: .3s ease-out;
}
@media screen and (max-width: 767px) {
  .yuke_pokemon .movieCol .youtube_ico {
    width: 30px;
    height: 30px;
  }
}
.yuke_pokemon .movieCol .youtube_ico::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .yuke_pokemon .movieCol .youtube_ico::before {
    width: 30px;
    height: 30px;
  }
}
.yuke_pokemon .movieCol .youtube_ico::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 15px 0 15px 25px;
  z-index: 9;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .yuke_pokemon .movieCol .youtube_ico::after {
    border-width: 8px 0 8px 12px;
  }
}
.yuke_pokemon .movieCol .thumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  border: 4px solid #FFF;
}
.yuke_pokemon .movieCol .youtube_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #FFF;
}
.yuke_pokemon .mbCol {
  position: relative;
  width: 90%;
  height: 100vw;
  max-width: 820px;
  max-height: 879px;
  margin: 0 auto;
  padding: 0 0 13% 0;
}
.yuke_pokemon .mbCol .catch01 {
  position: absolute;
  bottom: 15%;
  z-index: 3;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.yuke_pokemon .mbCol .mbtxt {
  position: absolute;
  bottom: 10px;
  z-index: 3;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.yuke_pokemon .mbCol .trigger-area {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.yuke_pokemon .mbCol .trigger-area .element_mb {
  position: absolute;
  width: 73%;
  height: 100vw;
  max-width: 598px;
  max-height: 547px;
  z-index: 2;
  left: 2%;
  pointer-events: none;
}
.yuke_pokemon .mbCol .trigger-area .element_splash {
  position: absolute;
  bottom: 2%;
  z-index: 1;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.yuke_pokemon .howtoCol {
  position: relative;
  max-width: 1000px;
  margin: 70px auto;
}
.yuke_pokemon .howtoCol .howtoTxt01 {
  width: 90%;
  max-width: 777px;
  margin: 0 auto 30px;
}
.yuke_pokemon .howtoCol .howtoTxt02 {
  width: 90%;
  max-width: 863px;
  margin: 10% auto 170px auto;
}
@media screen and (max-width: 767px) {
  .yuke_pokemon .howtoCol .howtoTxt02 {
    margin: 10% auto 0 auto;
  }
}
.yuke_pokemon .howtoCol .stepCol {
  width: 90%;
  position: relative;
  margin: auto;
}
.yuke_pokemon .howtoCol .stepCol li {
  width: 100%;
  text-align: center;
}
.yuke_pokemon .howtoCol .stepCol li:nth-child(2n) {
  margin-top: -10%;
}
.yuke_pokemon .howtoCol .btnStore {
  margin: -80px auto 200px;
  padding: 0 0 80px;
  width: 500px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .yuke_pokemon .howtoCol .btnStore {
    margin: 0 auto;
    padding: 10% 0 0;
    width: 70%;
  }
}
