@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text&display=swap");
/* リセット
---------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers
*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, div {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/*pokemon-card-common*/
@font-face {
  font-family: "pokemoncard-font";
  src: url("../fonts/pokemoncard-font.eot");
  src: url("../fonts/pokemoncard-font.eot?#iefix") format("eot"), url("../fonts/pokemoncard-font.woff") format("woff"), url("../fonts/pokemoncard-font.ttf") format("truetype"), url("../fonts/pokemoncard-font.svg#pokemoncard-font") format("svg");
  font-weight: normal;
  font-style: normal;
}
main {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

body {
  color: #000;
  background: #fff;
}
body a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 769px) {
  img.ani-zoom {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  img.ani-zoom:hover {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    position: relative;
    z-index: 100;
  }
  img.ani-zoom.sp:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#PageTop {
  position: relative;
  z-index: 700;
}

#PageTop2 {
  position: fixed;
  bottom: 60px;
  right: 60px;
  opacity: 0;
  z-index: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#PageTop2 > a {
  display: block;
}
#PageTop2 > a:hover {
  opacity: 0.6;
}
#PageTop2.is-show {
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  #PageTop2 {
    bottom: 25px;
    right: 25px;
  }
}
@media screen and (max-width: 768px) {
  #PageTop2 {
    width: 58px;
    height: 58px;
  }
}

#PageTop {
  margin-top: 2em;
  text-align: center;
}
#PageTop > a {
  display: inline-block;
  cursor: pointer;
}
#PageTop > a:hover {
  opacity: 0.8;
}

#PageTopSP {
  display: none;
}
@media screen and (max-width: 768px) {
  #PageTopSP {
    display: block;
    background-color: #fff;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 24px;
    font-family: 'Fjalla One',sans-serif;
  }
}

#PageTopSP a {
  color: #363636;
  text-decoration: none;
}

#PageTopSP a:before {
  font-family: pokemoncard-font;
  content: "\F700";
  margin-right: 11.2px;
  margin-right: .7rem;
  font-size: 90%;
}

.footer {
  padding: 68px 0;
}
.footer .copyright {
  margin-top: 25px;
}
.footer .copyright > small {
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 30px 0 100px;
  }
  .footer .copyright {
    margin-top: 14px;
  }
  .footer .copyright > small {
    font-size: 8px;
  }
  .footer .trainer-web {
    max-width: 70%;
  }
}

.modal-card {
  display: none;
}
@media screen and (max-width: 768px) {
  .modal-card {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: -1;
    padding: 10vh 20px 0;
    display: block;
    text-align: center;
    opacity: 0;
  }
  .modal-card > img {
    width: 100%;
    max-width: 335px;
  }
  .modal-card.is-show {
    opacity: 1;
    z-index: 9999;
  }
}

.share-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.share-list > li {
  margin-left: 2.5%;
  margin-right: 2.5%;
}
@media screen and (max-width: 768px) {
  .share-list li {
    padding: 13% 0;
    width: 53px;
  }
  .share-list li > a {
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 10px;
    width: 53px;
    height: 53px;
  }
}

br.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  br.sp-only {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  br.pc-only {
    display: none;
  }
}

/*footer
  ----------------------------------------*/
.share {
  width: 100%;
  margin: 0 auto;
  background-color: #000;
}
.share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 64.84375%;
  margin: 0 auto;
  padding: 60px 0 30px;
}
@media screen and (max-width: 768px) {
  .share-list {
    width: 60%;
    overflow: hidden;
    padding: 0;
  }
}
.share-list li {
  width: 30.1204819277%;
  border: solid 1px #fff;
  border-radius: 50px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .share-list li {
    width: 55px;
    border: none;
    border-radius: 0;
    padding: 10% 0;
  }
}
.share-list li:hover {
  opacity: 0.6;
}
.share-list li:nth-child(2) a img {
  margin-top: 1%;
}
@media screen and (max-width: 768px) {
  .share-list li:nth-child(2) a img {
    margin-top: 8%;
  }
}
.share-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .share-list li a {
    padding: 5% 0;
  }
}
.share-list li a img {
  width: 10%;
}
@media screen and (max-width: 768px) {
  .share-list li a img {
    width: 50%;
  }
}
.share-list li a span {
  font-size: 16px;
  padding-left: 3%;
  display: inline-block;
}
@media all and (-ms-high-contrast: none) {
  .share-list li a span {
    padding-top: 3%;
  }
}
@media screen and (max-width: 768px) {
  .share-list li a span {
    display: none;
  }
}
.share-list li a:hover {
  text-decoration: none !important;
}

.footer {
  position: relative;
  z-index: 100;
  background-color: #000;
  font-size: 10px;
  padding: 5% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #999;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer a {
  color: #aaa;
}
.footer a:visited {
  color: #aaa;
}
.footer .footer-inner {
  max-width: 1280px;
  margin: 0 5%;
}
.footer .trainer_web {
  width: 100%;
  margin-bottom: 20px;
  letter-spacing: 1.4px;
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  .footer .trainer_web {
    font-size: 1.2em;
  }
}
.footer .trainer_web a {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding-left: 1.5em;
  position: relative;
}
.footer .trainer_web a:before {
  content: "";
  display: block;
  width: 0;
  height: 0px;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer .note {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  line-height: 1.6;
  letter-spacing: .1px;
  margin-top: 18px;
}
.footer .note a {
  text-decoration: underline;
}
.footer .note a:hover {
  text-decoration: none;
}
.footer .copyright {
  line-height: 1.4;
}
.footer .copyright small {
  letter-spacing: .3px;
}

header.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
}

.header-menu {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 5000;
}

@media screen and (max-width: 768px) {
  .header-menu {
    top: 10px;
    right: 10px;
  }
}
.header-menu-button {
  position: relative;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 6px;
  border-radius: 50%;
}

.header-menu-button:after, .header-menu-button:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 6px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 20px;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 10em;
}

@media screen and (max-width: 768px) {
  .header-menu-button:after, .header-menu-button:before {
    width: 26px;
    height: 3px;
    margin-top: -10px;
    left: 9px;
  }
}
.header-menu-button:after {
  margin-top: 11px;
}

@media screen and (max-width: 768px) {
  .header-menu-button:after {
    margin-top: 8px;
  }
}
.header-menu-button > a {
  width: 80px;
  height: 80px;
  color: #fff;
  display: block;
  position: relative;
  z-index: 1;
}

.header-menu-button > a:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 6px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 20px;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 10em;
}

.header-menu-button > a > .text {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 200%;
}

@media screen and (max-width: 768px) {
  .header-menu-button > a {
    width: 44px;
    height: 44px;
  }

  .header-menu-button > a:before {
    width: 26px;
    height: 3px;
    margin-top: -1px;
    left: 9px;
  }
}
.header-menu-button.is-open {
  background: #fff;
}

.header-menu-button.is-open:after, .header-menu-button.is-open:before {
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #333;
}

.header-menu-button.is-open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-menu-button.is-open > a:before {
  opacity: 0;
}

.modal-menu {
  position: fixed;
  top: 0;
  right: -110%;
  width: 525px;
  height: 100%;
  z-index: 3000;
  padding: 0;
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
}

@media screen and (max-width: 768px) {
  .modal-menu {
    width: 100%;
  }
}
.modal-menu.is-open {
  right: 0;
}

.modal-menu-overlay {
  display: none;
}

.modal-menu-inner {
  max-width: 525px;
  background: rgba(0, 0, 0, 0.8);
  margin: 0 auto;
  height: 100%;
  overflow-y: auto;
  padding: 120px 60px 80px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .modal-menu-inner {
    padding: 60px 20px 80px;
  }
}
.modal-menu-list {
  color: #fff;
}

.modal-menu-list a {
  color: #fff;
}

.modal-menu-list > li {
  border-bottom: 1px solid #fff;
  margin-top: 0;
}

.modal-menu-list > li > a {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  padding: 25px 40px 25px 30px;
  position: relative;
  line-height: 1.5;
}

.modal-menu-list > li > a:before {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../images/icon-arrow-2.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -11px;
}

.modal-menu-list > li > a:hover {
  opacity: 0.7;
}

body {
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  position: relative;
  line-height: 1.5;
}
body:before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff url("../images/body-bg-1.png") no-repeat 0 0/cover;
  content: "";
  z-index: -1;
  -webkit-transform: translate(0, 0, 0);
          transform: translate(0, 0, 0);
}
body a {
  color: #4A1708;
}

main {
  line-height: 1.5;
  overflow: hidden;
}

header.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4000;
}

.header-logo > a {
  display: inline-block;
  width: 300px;
}
@media screen and (max-width: 1000px) {
  .header-logo > a {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .header-logo > a {
    width: 150px;
  }
}
.header-logo > a:hover {
  opacity: 0.6;
}

.section {
  padding: 30px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section {
    padding: 40px 20px;
  }
}
.section > .section-inner {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.section > .section-inner > *:first-child {
  margin-top: 0;
}
.section.section-hero {
  padding-top: 130px;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .section.section-hero {
    padding-top: 80px;
  }
}
.section.section-cardlist {
  padding: 40px 20px 10px;
}
.section.section-cardlist > *:first-child {
  margin-top: 0;
}

.hero-visual {
  text-align: center;
}
.hero-visual > img {
  max-width: 100%;
}

.box-border {
  border: 5px solid #999;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 28px;
  padding: 60px 75px;
}
.box-border--game {
  padding: 60px 45px;
}
@media screen and (max-width: 768px) {
  .box-border {
    padding: 40px 20px;
  }
  .box-border .text2 {
    margin-top: 1em;
    margin-bottom: 40px;
    padding: 0 20px;
  }
}

.text-151 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-top: 2em;
}

.list-151-wrap {
  overflow-y: scroll;
  height: 470px;
  margin-left: -6px;
  margin-right: -6px;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .list-151-wrap {
    margin-top: 30px;
    margin-left: -4px;
    margin-right: -4px;
    height: 410px;
  }
}

.list-151 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-151 > li {
  width: calc(100% / 7);
  padding: 6px;
}
.list-151 > li > a {
  display: inline-block;
}
.list-151 > li > a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .list-151 > li {
    width: 33.33333%;
    padding: 4px;
  }
}

.head-section {
  text-align: center;
  margin-top: 80px;
  position: relative;
}
.head-section:first-child {
  margin-top: 0;
}
.head-section img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.head-section + .head-section {
  margin-top: 50px;
}
.head-section--border {
  border: 1px solid #fff;
  border-width: 1px 0;
  padding: 25px 20px;
}
@media screen and (max-width: 768px) {
  .head-section {
    margin-top: 40px;
  }
  .head-section + .head-section {
    margin-top: 32px;
  }
  .head-section--border {
    padding: 18px 10px;
  }
}

@media screen and (max-width: 768px) {
  h2.head-section {
    margin-top: 80px;
  }
}

.head-type {
  font-size: 24px;
  font-weight: bold;
  margin-top: 60px;
  text-align: center;
}
.head-type + p {
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  .head-type {
    font-size: 20px;
  }
}

.head-image {
  margin-top: 60px;
  text-align: center;
}
.head-image + * {
  margin-top: 20px !important;
}

p.text {
  margin-top: 2em;
}

p.text2 {
  font-size: 16px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  p.text2 {
    margin-top: 1.5em;
  }
}

p.text3 {
  font-size: 20px;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  p.text3 {
    margin-top: 1.5em;
    font-size: 18px;
  }
}

.lyt-movie {
  text-align: center;
  margin: 60px auto;
  max-width: 718px;
}
.lyt-movie-inner {
  padding-top: 56.25%;
  position: relative;
}
.lyt-movie-inner > iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .lyt-movie {
    margin-top: 30px;
  }
}

.lyt-cardlist {
  text-align: center;
}
.lyt-cardlist-item:nth-child(n+2) {
  margin-top: 40px;
}
.lyt-cardlist-item > a {
  display: inline-block;
}
.lyt-cardlist-item > a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .lyt-cardlist-item:nth-child(n+2) {
    margin-top: 24px;
  }
}

.lyt-image {
  text-align: center;
  margin: 50px auto 0;
}
.lyt-image-item {
  display: inline-block;
}
.lyt-image a {
  display: inline-block;
}
.lyt-image a:hover {
  opacity: 0.6;
}
.lyt-image-caption {
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .lyt-image {
    margin-top: 32px;
  }
  .lyt-image-caption {
    font-size: 16px;
  }
}

.lyt-news {
  margin: 50px auto 0;
  text-align: center;
  position: relative;
}
.lyt-news-item {
  display: inline-block;
  vertical-align: top;
  max-width: 250px;
  padding: 0 15px;
}
.lyt-news a {
  display: inline-block;
}
.lyt-news a:hover {
  opacity: 0.6;
}
.lyt-news-caption {
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}
.lyt-news .slick-arrow {
  position: absolute;
  bottom: -2px;
  border: none;
  background: transparent url(../images/icon-arrow-1.png) no-repeat center center;
  width: 24px;
  height: 24px;
  background-size: 12px 24px;
  color: transparent;
  overflow: hidden;
}
.lyt-news .slick-arrow.slick-disabled {
  display: none !important;
}
.lyt-news .slick-arrow.slick-prev {
  left: 20px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.lyt-news .slick-arrow.slick-next {
  right: 20px;
}
.lyt-news .slick-dots {
  margin-top: 40px;
  text-align: center;
}
.lyt-news .slick-dots > li {
  display: inline-block;
  padding: 0 4px;
}
.lyt-news .slick-dots > li button {
  color: transparent;
  font-size: 10px;
  background: #fff;
  border: 1px solid #fff;
  width: 12px;
  height: 12px;
  overflow: hidden;
  padding: 0;
}
.lyt-news .slick-dots > li.slick-active button {
  background: transparent;
}
@media screen and (max-width: 768px) {
  .lyt-news {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lyt-news-item {
    max-width: 50%;
    padding: 0 10px;
  }
  .lyt-news-item > a {
    max-width: 150px;
  }
  .lyt-news-caption {
    font-size: 16px;
  }
}

.deco-1 {
  position: absolute;
  top: -155px;
  right: 5px;
}
@media screen and (max-width: 768px) {
  .deco-1 {
    top: -50px;
    right: 10px;
  }
  .deco-1 img {
    width: 140px;
  }
}

.deco-2 {
  position: absolute;
  bottom: -76px;
  left: -170px;
}
@media screen and (max-width: 1000px) {
  .deco-2 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .deco-2 {
    display: block;
    top: -90px;
    left: -22px;
  }
  .deco-2 img {
    width: 97px;
  }
}

.deco-3 {
  position: absolute;
  top: -110px;
  right: -180px;
}
@media screen and (max-width: 1000px) {
  .deco-3 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .deco-3 {
    display: block;
    top: -110px;
    right: -15px;
  }
  .deco-3 img {
    width: 124px;
  }
}

.deco-4 {
  text-align: center;
  margin-bottom: -2.1em;
}
@media screen and (max-width: 768px) {
  .deco-4 img {
    width: 200px;
  }
}

.block-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .block-start {
    margin-top: 30px;
  }
}
.block-start-image {
  position: relative;
  width: 48%;
  z-index: 2;
}
.block-start-content {
  margin-top: 230px;
  margin-left: -110px;
  padding: 80px 110px 80px 145px;
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: url(../images/start-bg-1.png) no-repeat 0 0/100% 100%;
}
.block-start-content p {
  margin-top: 1em;
}
.block-start-head {
  margin-left: -35px;
}
.block-start-head2 {
  margin-top: 1.2em;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .block-start-image {
    width: 100%;
  }
  .block-start-content {
    width: 100%;
    margin: 66px -15px 0;
    padding: 24px 60px;
  }
  .block-start-content p {
    padding-left: 0;
  }
  .block-start-head {
    margin-top: 0;
    margin-left: -65px;
  }
  .block-start-head img {
    height: 60px;
  }
  .block-start-head2 {
    padding-left: 0;
    text-align-last: left;
    font-size: 20px;
  }
  .block-start .ani-zoom {
    max-width: 320px;
  }
}

.box-mark {
  margin-top: 150px;
  border: 1px solid #000;
  border-width: 0 0 1px;
  padding: 0 20px 20px;
}
.box-mark-head {
  overflow: hidden;
  text-align: center;
  margin-left: -20px;
  margin-right: -20px;
}
.box-mark-head > span {
  display: inline-block;
  position: relative;
  padding: 0 1em;
  font-weight: 700;
}
.box-mark-head > span:before, .box-mark-head > span:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
}
.box-mark-head > span:before {
  left: 100%;
}
.box-mark-head > span:after {
  right: 100%;
}
.box-mark-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 310px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
.box-mark-list dt {
  margin-top: 5px;
  width: 60px;
}
.box-mark-list dd {
  margin-top: 5px;
  width: 250px;
}
@media screen and (max-width: 768px) {
  .box-mark {
    margin-top: 50px;
    border-width: 1px 0;
    padding: 20px 0;
  }
  .box-mark-head > span {
    font-size: 14px;
  }
  .box-mark-head > span:before, .box-mark-head > span:after {
    display: none;
  }
  .box-mark-list {
    width: 260px;
  }
  .box-mark-list dd {
    width: 200px;
  }
}

.box-about {
  margin-top: 50px;
  border: 1px solid #fff;
  background: #1E8683;
  background: linear-gradient(45deg, #1E8683, #000000);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px;
}
.box-about-image {
  width: 32%;
}
.box-about-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 40px;
}
.box-about-content p {
  margin-top: 1em;
}
.box-about--full {
  border: none;
  position: relative;
}
.box-about--full:before {
  content: "";
  display: inline-block;
  width: 100vw;
  height: 100%;
  background: linear-gradient(45deg, #1E8683, #000000);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.box-about--full > * {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .box-about {
    margin-top: 32px;
    padding: 24px 20px;
    border-radius: 10px;
    border-width: 2px;
  }
  .box-about-image {
    width: 100%;
    text-align: center;
  }
  .box-about-content {
    padding: 20px 0 0 0;
    text-align: center;
  }
  .box-about-content p {
    text-align: left;
  }
}

.box-startset {
  margin-top: 50px;
  background: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#E8FFEE), color-stop(#FFF4F6), to(#E2F7FF));
  background: linear-gradient(90deg, #E8FFEE, #FFF4F6, #E2F7FF);
  padding: 30px;
  border-radius: 10px;
}
.box-startset-content {
  max-width: 760px;
  margin: 0 auto;
  padding: 50px 0;
}
.box-startset-content > *:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .box-startset {
    margin-top: 30px;
    padding: 20px;
    border-radius: 8px;
  }
  .box-startset-content {
    padding: 0 0 20px;
  }
}

.text-product {
  font-size: 24px;
  font-weight: 700;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .text-product {
    font-size: 16px;
  }
}

.list-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% + 24px);
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 60px;
}
.list-card > li {
  padding: 0 12px;
  width: 33.33333%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .list-card {
    width: calc(100% + 18px);
    margin-left: -8px;
    margin-right: -8px;
  }
  .list-card > li {
    width: 50%;
    padding: 0 8px;
  }
  .list-card > li:nth-child(n+3) {
    margin-top: 24px;
  }
  .list-card .img-card {
    padding-left: 0;
    padding-right: 0;
  }
  .list-card .img-card-head {
    margin-top: 5px;
  }
  .list-card + .list-card {
    margin-top: 24px;
  }
}

.list-product {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  line-height: 1.8;
}
.list-product dt {
  width: 8em;
  padding-right: 1em;
  position: relative;
}
.list-product dt:before {
  content: "：";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
.list-product dd {
  width: calc(100% - 8em);
}
.list-product-notes {
  display: inline-block;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .list-product dt {
    width: inherit;
  }
  .list-product dd {
    width: inherit;
  }
}

.list-image-inline {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-image-inline > li {
  display: inline-block;
  text-align: center;
}
.list-image-inline--col3 > li {
  width: 33.33333%;
}
@media screen and (max-width: 768px) {
  .list-image-inline--sp-col1 > li {
    width: 100%;
  }
  .list-image-inline--sp-col1 > li img {
    max-width: 172px;
  }
  .list-image-inline--sp-col1 > li:nth-child(n+2) {
    margin-top: 10px;
  }
  .list-image-inline--sp-col2 > li {
    width: 50%;
  }
}

.wrap-btn {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .wrap-btn {
    margin-top: 25px;
  }
}

.btn-image > a {
  display: inline-block;
}
.btn-image > a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-image > a:hover img {
  opacity: 0.6;
}
.btn-image + .btn-image {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .btn-image + .btn-image {
    margin-top: 20px;
  }
}

.lyt-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 980px;
  margin: 60px auto 0;
}
.lyt-block:first-child {
  margin-top: 0;
}
.lyt-block-image {
  width: 42%;
  text-align: center;
}
.lyt-block-content {
  width: calc(100% - 42%);
  padding-left: 50px;
  position: relative;
  z-index: 1;
}
.lyt-block-content p {
  margin-top: 1em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.lyt-block-content > *:first-child {
  margin-top: 0 !important;
}
.lyt-block-head2 {
  font-size: 24px;
  margin-top: 1em;
  line-height: 1.2;
  font-weight: 700;
}
.lyt-block--reverse .lyt-block-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.lyt-block--reverse .lyt-block-content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 0;
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  .lyt-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
  }
  .lyt-block-content {
    width: 100%;
    margin-top: 10px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    display: block;
  }
  .lyt-block-content small {
    font-size: 14px;
  }
  .lyt-block-head {
    padding-top: 15px;
    text-align: center;
  }
  .lyt-block-head img {
    width: auto;
    height: 40px;
  }
  .lyt-block-head2 {
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    margin-top: 0.8em;
  }
  .lyt-block-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .lyt-block--reverse .lyt-block-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .lyt-block--reverse .lyt-block-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.lyt-arrow {
  margin: -30px 0 -20px;
  text-align: center;
}
.lyt-arrow + * {
  margin-top: 0 !important;
}
@media screen and (max-width: 768px) {
  .lyt-arrow {
    margin: 20px 0;
  }
  .lyt-arrow img {
    width: 55px;
  }
}

.lyt-arrow2 {
  margin: 20px 0;
  text-align: center;
  width: 44%;
}
.lyt-arrow2 + * {
  margin-top: 0 !important;
}
@media screen and (max-width: 768px) {
  .lyt-arrow2 {
    width: 100%;
  }
}

.lyt-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 60px;
}
.lyt-column-item {
  padding: 0 24px;
}
.lyt-column--product {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}
.lyt-column--product small {
  font-size: 16px;
}
.lyt-column--product p {
  margin-top: 1em;
}
@media screen and (max-width: 1000px) {
  .lyt-column--product {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
  }
  .lyt-column--product small {
    font-size: 14px;
  }
  .lyt-column--product + .lyt-column--product {
    margin-top: 50px;
  }
}
.lyt-column--product .lyt-column-item {
  width: 66%;
  padding: 0 20px;
}
.lyt-column--product .lyt-column-item:first-child {
  width: 34%;
}
@media screen and (max-width: 1000px) {
  .lyt-column--product .lyt-column-item:first-child > img + br + img {
    margin-top: 1em;
  }
}
.lyt-column--col2 {
  margin-left: -50px;
  margin-right: -50px;
  width: calc(100% + 100px);
}
.lyt-column--col2 .lyt-column-item {
  width: 50%;
  padding: 0 50px;
}
.lyt-column--col2 .lyt-column-item:nth-child(n+3) {
  margin-top: 48px;
}
.lyt-column--col3 {
  width: calc(100% + 48px);
  margin-left: -24px;
  margin-right: -24px;
}
.lyt-column--col3 .lyt-column-item {
  width: 33.33333%;
}
.lyt-column--col3 .lyt-column-item:nth-child(n+4) {
  margin-top: 48px;
}
.lyt-column--game {
  width: calc(100% + 40px);
  margin-top: 30px;
  margin-left: -20px;
  margin-right: -20px;
}
.lyt-column--game .lyt-column-item {
  width: 33.33333%;
  padding: 0 20px;
}
.lyt-column--evo .lyt-column-item {
  width: 50%;
  padding: 0;
}
.lyt-column--evo .lyt-column-item:nth-child(1), .lyt-column--evo .lyt-column-item:nth-child(3) {
  width: 41%;
}
.lyt-column--evo .lyt-column-item:nth-child(2) {
  width: 18%;
  padding: 22% 0 0;
  text-align: center;
}
.lyt-column--evo .lyt-column-item:nth-child(2) img {
  position: relative;
}
.lyt-column--evo2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lyt-column--evo2 .lyt-column-item {
  width: 50%;
  padding: 0;
  position: relative;
}
.lyt-column--evo2 .lyt-column-item > .new {
  text-align: right;
  margin-bottom: 10px;
  position: absolute;
  top: 0;
  right: 0;
  widows: 100%;
}
.lyt-column--evo2 .lyt-column-item:nth-child(n+4) {
  padding-top: 47px;
}
.lyt-column--evo2 .lyt-column-item:nth-child(3n+1), .lyt-column--evo2 .lyt-column-item:nth-child(3n+3) {
  width: 42%;
}
.lyt-column--evo2 .lyt-column-item:nth-child(3n+2) {
  width: 16%;
  padding: 24% 0 0;
  text-align: center;
}
.lyt-column--evo2 .lyt-column-item:nth-child(3n+2) img {
  position: relative;
}
.lyt-column--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .lyt-column {
    margin-top: 30px;
  }
  .lyt-column--col2 {
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
  }
  .lyt-column--col2 .lyt-column-item {
    width: 100%;
    padding: 0 8px;
  }
  .lyt-column--col2 .lyt-column-item:nth-child(n+2) {
    margin-top: 40px;
  }
  .lyt-column--col3 {
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
  }
  .lyt-column--col3 .lyt-column-item {
    width: 100%;
    padding: 0 8px;
  }
  .lyt-column--col3 .lyt-column-item:nth-child(n+2) {
    margin-top: 40px;
  }
  .lyt-column--col3 .img-card-head {
    display: block;
  }
  .lyt-column--col3 .img-card-head + .img-card-head {
    margin-top: 15px;
  }
  .lyt-column--col3 .img-card-head.pc-only {
    display: none;
  }
  .lyt-column--game {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .lyt-column--game .lyt-column-item {
    width: 100%;
    padding: 0;
  }
  .lyt-column--game .lyt-column-item:nth-child(n+2) {
    margin-top: 30px;
  }
  .lyt-column--product {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .lyt-column--product .lyt-column-item {
    width: 100%;
    padding: 0;
  }
  .lyt-column--product .lyt-column-item:first-child {
    width: 100%;
  }
  .lyt-column--evo .lyt-column-item {
    width: 100% !important;
    padding: 0;
  }
  .lyt-column--evo .lyt-column-item:nth-child(2) {
    margin: 20px 0 !important;
    padding-top: 0;
  }
  .lyt-column--evo .lyt-column-item:nth-child(2) img {
    width: 56px;
  }
  .lyt-column--evo .lyt-column-item:nth-child(2) + .lyt-column-item {
    margin-top: 0 !important;
  }
  .lyt-column--evo2 .lyt-column-item {
    width: 100% !important;
    padding: 0;
  }
  .lyt-column--evo2 .lyt-column-item:nth-child(3n+2) {
    display: none;
  }
  .lyt-column--evo2 .lyt-column-item:nth-child(n+2) {
    padding-top: 0;
    margin-top: 40px;
  }
  .lyt-column--evo2 + .lyt-column--evo2 {
    margin-top: 34px;
  }
}

.lyt-column2 {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: calc(100% + 24px);
  margin-left: -12px;
  margin-right: -12px;
}
.lyt-column2-item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lyt-column2-item:nth-child(n+3) {
  margin-top: 50px;
}
.lyt-column2-item--evo {
  width: 100%;
  margin: 0 0 -30px !important;
}
.lyt-column2-item--evo > span {
  display: inline-block;
  width: 55%;
  text-align: center;
}
.lyt-column2-item--evo2 {
  width: 0;
}
.lyt-column2-item--evo2 > span img {
  width: inherit;
  max-width: inherit;
  position: relative;
  left: -50%;
  top: 310px;
}
.lyt-column2-item--evo2 + .lyt-column2-item:nth-child(3) {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .lyt-column2-item {
    width: 100%;
  }
  .lyt-column2-item:nth-child(n+2) {
    margin-top: 40px;
  }
  .lyt-column2-item--evo {
    margin: 20px 0 -20px !important;
  }
  .lyt-column2-item--evo > span {
    width: 100%;
  }
  .lyt-column2-item--evo2 {
    margin: 20px 0 -20px !important;
    width: 100%;
    text-align: center;
  }
  .lyt-column2-item--evo2 > span {
    display: inline-block;
    width: 100%;
  }
  .lyt-column2-item--evo2 > span img {
    position: static;
    width: 56px;
  }
  .lyt-column2-item--evo2 + .lyt-column2-item:nth-child(3) {
    margin-top: 40px;
  }
}
.lyt-column2-card {
  width: 50%;
  padding: 0 12px;
}
.lyt-column2-card-head {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .lyt-column2-card {
    padding: 0;
  }
  .lyt-column2-card .img-card {
    padding: 0 4px;
  }
}
.lyt-column2-content {
  width: 100%;
  padding: 0 12px;
  margin-top: 1.4em;
}
.lyt-column2-content p {
  margin-top: 1.4em;
}
.lyt-column2-head {
  text-align: center;
}

.img-card {
  text-align: center;
}
.img-card > * {
  position: relative;
}
.img-card > *:first-child {
  margin-top: 0;
}
.img-card p {
  text-align-last: left;
  margin-top: 20px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.img-card p small {
  font-size: 16px;
}
.img-card-image {
  text-align: center;
}
.img-card-head {
  text-align: center;
  margin-top: 20px;
}
.img-card-head + .img-card-text {
  margin-top: 1em;
}
.img-card-head2 {
  text-align: center;
  font-size: 26px;
  margin-top: 10px;
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  .img-card-head2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .img-card {
    padding: 0 20px;
    text-align: center;
  }
  .img-card p {
    margin-top: 1em;
  }
  .img-card p small {
    font-size: 14px;
  }
  .img-card-head {
    margin-top: 10px;
  }
  .img-card-head + .img-card-text {
    margin-top: 10px;
  }
  .img-card-head2 {
    font-size: 22px;
  }
}

.ani-zoom {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1000;
}
.ani-zoom:hover {
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .ani-zoom:hover {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    z-index: 2000;
  }
  .ani-zoom.sp:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (max-width: 768px) {
  .ani-zoom {
    max-width: 252px;
    margin-left: auto;
    margin-right: auto;
  }
}
.modal-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 9000;
  padding: 4em 20px;
  display: none;
}
.modal-content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.modal-content-inner {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  background: #fff;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 40px;
  border-radius: 28px;
}
@media screen and (max-width: 768px) {
  .modal-content-inner {
    padding: 40px 20px;
    width: calc(100% - 40px);
  }
}
.modal-content-close {
  position: absolute;
  top: -30px;
  right: -5px;
}
.modal-content-close > a {
  display: inline-block;
}
.modal-content-close > a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .modal-content-close > a {
    width: 56px;
    height: 56px;
  }
}
.modal-content-close2 {
  text-align: center;
}
.modal-content-close2 > a {
  display: inline-block;
}
.modal-content-close2 > a:hover {
  opacity: 0.6;
}
.modal-content-head {
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .modal-content-head {
    font-size: 30px;
    margin-bottom: 10px;
  }
}

.PopupMain {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .PopupMain {
    padding: 20px 10px !important;
  }
}
.PopupMain .TopInfo .type {
  height: auto;
  padding: 2px 12px;
}
.PopupMain h2 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 20px;
}
.PopupMain h2 + p {
  font-weight: normal !important;
}
.PopupMain h4 {
  font-weight: 500 !important;
}
.PopupMain h4 + p {
  font-weight: normal !important;
}
.PopupMain .author a {
  color: #333 !important;
}
.PopupMain .author a:hover {
  color: #999 !important;
}
.PopupMain .evolution a {
  color: #333 !important;
}
.PopupMain .evolution a:hover {
  color: #999 !important;
}

span.ex {
  font-size: 1.25em;
  display: inline-block;
  line-height: 1;
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.ta-center {
  text-align: center !important;
}

.ta-left {
  text-align: left !important;
}

.ta-right {
  text-align: right !important;
}

.va-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 769px) {
  .pc-ta-center {
    text-align: center;
  }
}
.mt-0 {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .sp-ta-left {
    text-align: left !important;
  }

  .sp-ta-center {
    text-align: center !important;
  }

  .sp-mt-10 {
    margin-top: 10px !important;
  }

  .sp-mt-15 {
    margin-top: 15px !important;
  }

  .sp-width-100 {
    width: 100%;
  }

  .sp-height-16 > img {
    max-height: 16px;
  }

  .sp-height-22 > img {
    max-height: 22px;
  }

  .sp-height-30 > img {
    max-height: 30px;
  }

  .sp-height-32 > img {
    max-height: 32px;
  }

  .sp-height-40 > img {
    max-height: 40px;
  }

  .sp-height-46 > img {
    max-height: 46px;
  }

  .sp-height-58 > img {
    max-height: 58px;
  }

  .sp-height-68 > img {
    max-height: 68px;
  }

  .sp-height-70 > img {
    max-height: 70px;
  }

  .sp-height-74 > img {
    max-height: 74px;
  }

  .sp-height-94 > img {
    max-height: 94px;
  }

  .sp-maw-150 {
    max-width: 150px;
  }

  .sp-maw-180 {
    max-width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .sp-style-1 {
    padding: 0 20px !important;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
.style-1 {
  margin-top: 3.5em !important;
}
@media screen and (max-width: 768px) {
  .style-1 {
    margin-top: 2em !important;
  }
}

.style-2 {
  margin-top: 1.4em !important;
}

.PopupMain .evolution.ev_off > span:not([class]) {
  padding: 9px 0;
  display: inline-block;
}
.PopupMain .in-box.ev_off > span {
  display: inline-block;
  padding: 9px 0;
}
.PopupMain .evbox:last-child {
  margin-top: 20px;
}

.box-index {
  background: #000;
  color: #fff;
  border: 5px solid #0787D8;
  border-radius: 10px;
  padding: 20px 15px;
}
.box-index > h3 {
  text-align: center;
  margin: 0;
}
.box-index > p {
  margin-top: 0.5em;
  min-height: 4.5em;
}
.box-index-button {
  margin-top: 1em;
  text-align: center;
}
.box-index-button > a {
  display: inline-block;
}
.box-index--timeattack {
  border-color: #7606CB;
}
