@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
/* -----------------------------
value original
------------------------------*/
body {
  min-width: auto !important;
}

#EditArea h1, #EditArea h2, #EditArea h3, #EditArea h4, #EditArea h5, #EditArea h6, #EditArea p, #EditArea address, #EditArea ul, #EditArea ol, #EditArea li, #EditArea dl, #EditArea dt, #EditArea dd, #EditArea table, #EditArea caption, #EditArea th, #EditArea td, #EditArea img, #EditArea form, #EditArea figure {
  font-family: YakuHanJP, "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  margin: 0;
}
#EditArea * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#EditArea p {
  font-weight: 500;
  color: #393939;
}
#EditArea img {
  max-width: 100%;
}

/*------------------------------
module　basic
------------------------------*/
#EditArea .clearFix:after {
  content: "";
  display: block;
  clear: both;
}
#EditArea .clearFix {
  zoom: 1;
}
#EditArea .textL {
  text-align: left !important;
}
#EditArea .textC {
  text-align: center !important;
}
#EditArea .textR {
  text-align: right !important;
}
@media only screen and (max-width: 768px) {
  #EditArea .sp-textL {
    text-align: left !important;
  }
}
@media only screen and (max-width: 768px) {
  #EditArea .sp-textC {
    text-align: center !important;
  }
}
@media only screen and (max-width: 768px) {
  #EditArea .sp-textR {
    text-align: right !important;
  }
}
#EditArea .ps_ab {
  position: absolute;
}
#EditArea .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#EditArea .body_inner {
  position: relative;
  overflow: hidden;
}

/* -----------------------------
common style
------------------------------*/
#EditArea img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 768px) {
  #EditArea img {
    width: 100%;
    height: auto;
  }
}
#EditArea sup {
  font-size: 60%;
  font-weight: inherit;
  vertical-align: super;
}
#EditArea em {
  font-weight: bold;
}
#EditArea .sp {
  display: none;
}
#EditArea .pc {
  display: block;
}
#EditArea .sp-inline {
  display: none !important;
}
#EditArea .pc-inline {
  display: inline-block !important;
}
#EditArea ul.inline li {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  #EditArea .pc {
    display: none !important;
  }
  #EditArea .sp {
    display: block !important;
  }
  #EditArea .sp-inline {
    display: inline-block !important;
  }
  #EditArea .pc-inline {
    display: none !important;
  }
  #EditArea body {
    min-width: 100%;
    width: 100%;
  }
}

/* -----------------------------
 commonのリセット分
------------------------------*/
#Container {
  width: 100%;
}

.WrapTop {
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
}

body {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  body {
    min-width: auto;
  }
}

#EditArea {
  font-family: YakuHanJP, "M PLUS 1p", sans-serif;
  overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
  #EditArea {
    min-width: auto;
  }
}
#EditArea a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
#EditArea a:hover {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  #EditArea a:hover {
    opacity: 1;
  }
}
#EditArea a img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
#EditArea a img:hover {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
#EditArea img {
  width: 100%;
}
#EditArea .wrapper {
  max-width: min(71.429vw, 700px);
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #EditArea .wrapper {
    max-width: 92.308vw;
  }
}
#EditArea .wrapper .bg {
  padding: 0 min(3.061vw, 30px) min(3.061vw, 30px);
  background-image: url(/magazine/pokemon/assets/img/pattern_bg.png);
  background-size: min(7.143vw, 70px) auto;
  background-repeat: repeat;
  margin-bottom: min(3.061vw, 30px);
  border-radius: min(3.061vw, 30px);
}
@media only screen and (max-width: 768px) {
  #EditArea .wrapper .bg {
    margin-bottom: 5.128vw;
    border-radius: 3.846vw;
    background-size: 12.436vw auto;
  }
}
#EditArea .wrapper .bg .sec01 {
  padding: min(4.592vw, 45px) 0 min(3.571vw, 35px);
}
@media only screen and (max-width: 768px) {
  #EditArea .wrapper .bg .sec01 {
    padding: 4.487vw 0 5.128vw;
  }
}
#EditArea .wrapper .bg .sec01 h1 {
  width: min(58.163vw, 570px);
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #EditArea .wrapper .bg .sec01 h1 {
    width: 84.359vw;
  }
}
#EditArea .wrapper .bg .sec02 {
  background-image: url(/magazine/pokemon/assets/img/bg.png);
  -webkit-filter: drop-shadow(-3.5px 3.5px 5px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-3.5px 3.5px 5px rgba(0, 0, 0, 0.3));
  background-repeat: no-repeat;
  background-size: contain;
  padding: min(4.796vw, 47px) 0 min(3.571vw, 35px);
  border-radius: 0 0 min(0.51vw, 5px) min(0.51vw, 5px);
  position: relative;
}
@media only screen and (max-width: 768px) {
  #EditArea .wrapper .bg .sec02 {
    background-image: url(/magazine/pokemon/assets/img/sp/bg.png);
    padding: 8.974vw 4.487vw 6.41vw;
    border-radius: 0 0 0.641vw 0.641vw;
  }
}
#EditArea .wrapper .bg .sec02 h2 {
  width: min(25.51vw, 250px);
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #EditArea .wrapper .bg .sec02 h2 {
    width: 43.59vw;
  }
}
#EditArea .wrapper .bg .sec02 h2:first-of-type {
  margin-bottom: min(2.041vw, 20px);
}
@media only screen and (max-width: 768px) {
  #EditArea .wrapper .bg .sec02 h2:first-of-type {
    margin-bottom: 2.564vw;
  }
}
#EditArea .wrapper .bg .sec02 h2:last-of-type {
  margin-bottom: min(4.082vw, 40px);
}
@media only screen and (max-width: 768px) {
  #EditArea .wrapper .bg .sec02 h2:last-of-type {
    margin-bottom: 6.41vw;
  }
}
#EditArea .wrapper .bg .sec02 .img01 {
  width: min(58.367vw, 572px);
  margin: auto;
  margin-bottom: min(3.878vw, 38px);
}
@media only screen and (max-width: 768px) {
  #EditArea .wrapper .bg .sec02 .img01 {
    width: calc(100% + 7.051vw);
    margin-left: -7.051vw;
    margin-right: 0;
    margin-bottom: 11.538vw;
  }
}
#EditArea .wrapper .bg .sec02 .img02 {
  width: min(43.367vw, 425px);
  margin: auto;
  margin-bottom: min(8.673vw, 85px);
}
@media only screen and (max-width: 768px) {
  #EditArea .wrapper .bg .sec02 .img02 {
    width: 100%;
    margin-bottom: 16.667vw;
  }
}
#EditArea .wrapper .bg .sec02 .btn {
  display: block;
  width: min(35.714vw, 350px);
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #EditArea .wrapper .bg .sec02 .btn {
    width: 71.538vw;
  }
}
#EditArea .wrapper .bg .sec02 .btn img {
  display: block;
}
#EditArea .wrapper .bg .sec02 .pikachu {
  position: absolute;
  top: min(60.714vw, 595px);
  left: max(-2.041vw, -20px);
  width: min(18.98vw, 186px);
}
@media only screen and (max-width: 768px) {
  #EditArea .wrapper .bg .sec02 .pikachu {
    width: 26.667vw;
    top: 97.436vw;
    left: -2.564vw;
  }
}
#EditArea .wrapper .bg .sec02 .metamon {
  position: absolute;
  width: min(17.347vw, 170px);
  right: max(-1.02vw, -10px);
  bottom: min(13.776vw, 135px);
}
@media only screen and (max-width: 768px) {
  #EditArea .wrapper .bg .sec02 .metamon {
    width: 23.846vw;
    right: -1.282vw;
    bottom: 33.333vw;
  }
}
#EditArea .wrapper .sec03 .logo {
  width: min(18.367vw, 180px);
  margin: auto;
  margin-bottom: min(1.531vw, 15px);
}
@media only screen and (max-width: 768px) {
  #EditArea .wrapper .sec03 .logo {
    width: 43.59vw;
  }
}
#EditArea .wrapper .sec03 p {
  font-family: "M PLUS 1p", sans-serif;
  font-size: min(1.224vw, 12px);
  text-align: center;
  margin-bottom: min(9.694vw, 95px);
}
@media only screen and (max-width: 768px) {
  #EditArea .wrapper .sec03 p {
    font-size: 3.077vw;
  }
}