@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text&display=swap");
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  display: block;
  background: none;
  width: 60px;
  height: 60px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  padding: 0;
  border: none;
  outline: none;
  background-size: cover;
  position: absolute;
  top: 100px;
  right: -55px;
  margin-top: -11px;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  width: 34px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -32px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  right: auto;
  left: -70px;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  vertical-align: bottom;
  font-size: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #E3EFFF;
  line-height: 20px;
  text-align: center;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  background: #E3EFFF;
}

/* リセット
---------------------------------------------------------- */
/* 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: 400px;
  }
  .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: 40px;
  right: 40px;
  z-index: 5000;
  display: none;
}
.header-menu.is-open {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .header-menu {
    top: 20px;
    right: 20px;
  }
}

.header-menu-button {
  position: relative;
  background: #FFE100;
  border: 3px solid #753B02;
  border-radius: 10px;
}

.header-menu-button:after, .header-menu-button:before {
  content: "";
  display: inline-block;
  width: 44px;
  height: 7px;
  background: #753B02;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 18px;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 10em;
}

@media screen and (max-width: 768px) {
  .header-menu-button:after, .header-menu-button:before {
    width: 31px;
    height: 5px;
    margin-top: -12px;
    left: 10px;
  }
}
.header-menu-button:after {
  margin-top: 13px;
}

@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: 44px;
  height: 7px;
  background: #753B02;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 18px;
  -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: 50px;
    height: 50px;
  }

  .header-menu-button > a:before {
    width: 31px;
    height: 5px;
    margin-top: -2px;
    left: 10px;
  }
}
.header-menu-button.is-open:after, .header-menu-button.is-open:before {
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.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 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.modal-menu-inner {
  max-width: 578px;
  background: #FFE100 url(../images/deco-6.png) no-repeat center 95%;
  margin: 0 auto;
  height: 100%;
  overflow-y: auto;
  padding: 120px 60px 80px 30px;
  position: relative;
  z-index: 2;
  color: #542400;
}
@media screen and (max-width: 768px) {
  .modal-menu-inner {
    background-position: center 80%;
    background-size: 220px auto;
  }
}

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

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

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

.modal-menu-list > li > a {
  display: block;
  position: relative;
  font-size: 22px;
  font-weight: 700;
  padding: 20px 40px 20px 0;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .modal-menu-list > li > a {
    font-size: 18px;
    padding: 15px 40px 15px 0;
  }
  .modal-menu-list > li > a img {
    max-height: 20px;
  }
}

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

#PageTop {
  margin: 0;
  height: 0;
  margin-top: -48px;
  margin-bottom: 48px;
}

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

main {
  line-height: 1.5;
  overflow: hidden;
  min-height: 2000px;
}

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: 170px;
  }
}
.header-logo > a:hover {
  opacity: 0.6;
}

.section {
  padding: 100px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section {
    padding: 80px 20px;
  }
}
.section > .section-inner {
  max-width: 928px;
  margin-left: auto;
  margin-right: auto;
}
.section > .section-inner > *:first-child {
  margin-top: 0;
}
.section.section-hero {
  padding: 0;
}
.section.section-deck {
  padding-top: 0;
}
.section.section-hakase {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(80.15%, #F1F1F1), to(#E8E8E8));
  background: linear-gradient(360deg, #F1F1F1 80.15%, #E8E8E8 100%);
}
.section.section-game {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80.15%, #222), to(#3a3a3a));
  background: linear-gradient(180deg, #222 80.15%, #3a3a3a 100%);
}
.section.section-game > .section-inner {
  max-width: inherit;
}
.section.section-special {
  background: url("../images/special-bg-1.jpg") no-repeat center center/100% 100%;
}
.section.section-special > .section-inner {
  max-width: inherit;
}

.hero-visual {
  text-align: center;
}
.hero-visual > img {
  max-width: 100%;
}
.hero-visual .slick-dots {
  bottom: 36px;
}
.hero-visual .slick-dots li {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
}
.hero-visual .slick-dots li button:before {
  display: none;
}
.hero-visual .slick-dots li.slick-active {
  background: #3a3a3a;
}
@media screen and (max-width: 768px) {
  .hero-visual .slick-dots {
    bottom: 16px;
  }
  .hero-visual .slick-dots li {
    width: 12px;
    height: 12px;
  }
}

.nav-global {
  background: #000;
}
.nav-global ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-global ul > li {
  width: 25%;
  position: relative;
}
.nav-global ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
  padding: 0 4px;
}
.nav-global ul > li > a:hover {
  opacity: 0.6;
}
.nav-global ul > li:not(:first-child):before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 88px;
  background: #464646;
  position: absolute;
  top: 7px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .nav-global ul > li > a {
    height: 64px;
  }
  .nav-global ul > li > a img {
    height: 38.5px;
  }
  .nav-global ul > li:not(:first-child):before {
    height: 52px;
    top: 6px;
  }
}

.head-h2 {
  margin-top: 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .head-h2 {
    margin-top: 60px;
  }
}

.head-h3 {
  margin-top: 60px;
  text-align: center;
}
.head-h3 + .lyt-movie {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .head-h3 {
    margin-top: 40px;
  }
}

.head-h4 {
  margin-top: 40px;
  text-align: center;
}

.box-balloon {
  background: #FFF;
  border-radius: 20px;
  text-align: center;
  padding: 30px 10px;
  max-width: 808px;
  margin: 40px auto 0;
  position: relative;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.15));
}
.box-balloon:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  background: #fff;
  -webkit-clip-path: polygon(50% 50%, 0% 0%, 100% 0%);
          clip-path: polygon(50% 50%, 0% 0%, 100% 0%);
  top: calc(100% - 2px);
  left: calc(50% - 25px);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .box-balloon {
    padding: 20px;
    border-radius: 12px;
    text-align: left;
    margin-top: 20px;
  }
  .box-balloon:after {
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
  }
}

.list-deck {
  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;
  gap: 20px;
  margin-top: 40px;
}
.list-deck > li {
  width: calc(33.333% - (40px / 3));
}
.list-deck > li img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .list-deck {
    gap: 10px;
    margin-top: 36px;
  }
  .list-deck > li {
    width: calc(50% - 5px);
  }
}

.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;
  gap: 20px;
  margin-top: 40px;
}
.list-card > li {
  width: calc(33.333% - (40px / 3));
}
.list-card > li img {
  max-width: 100%;
}
.list-card--col4 > li {
  width: calc(25% - (60px / 4));
}
@media screen and (max-width: 768px) {
  .list-card--col4 > li {
    width: calc(33.333% - (20px / 3));
  }
}
@media screen and (max-width: 768px) {
  .list-card {
    gap: 10px;
    margin-top: 36px;
  }
  .list-card > li {
    width: calc(33.333% - (20px / 3));
  }
}

.infiniteslide_wrap {
  margin-top: 64px;
  overflow: inherit !important;
}
.infiniteslide_wrap + .infiniteslide_wrap {
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .infiniteslide_wrap {
    margin-top: 32px;
  }
  .infiniteslide_wrap + .infiniteslide_wrap {
    margin-top: 18px;
  }
}

.slide-game {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
.slide-game-item img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slide-game-item img:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .slide-game {
    gap: 9px;
  }
  .slide-game-item img {
    height: 110px;
  }
}

.slide-deck {
  margin-top: 60px;
}
.slide-deck-item {
  width: 250px !important;
  padding: 0 5px;
}
.slide-deck-item img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .slide-deck {
    margin-top: 20px;
  }
  .slide-deck-item {
    width: 136px !important;
  }
}

.box-border {
  background: -webkit-gradient(linear, left top, left bottom, from(#E61411), color-stop(#F5A300), color-stop(#FCC800), color-stop(#DFCF00), color-stop(#AFC901), color-stop(#74BD51), color-stop(#56B770), color-stop(#00A6CF), color-stop(#0094D9), color-stop(#5E71B5), to(#7262A9));
  background: linear-gradient(to bottom, #E61411, #F5A300, #FCC800, #DFCF00, #AFC901, #74BD51, #56B770, #00A6CF, #0094D9, #5E71B5, #7262A9);
  padding: 4px;
  border-radius: 20px;
  margin: 40px auto 0;
  max-width: 928px;
}
.box-border-inner {
  background: #fff;
  border-radius: 16px;
  padding: 60px 30px;
}
.box-border-inner > *:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .box-border-inner {
    padding: 30px 20px;
  }
}

.box-fill {
  background: #fff;
  border-radius: 20px;
  margin: 40px auto 100px;
  padding: 60px 30px;
  max-width: 928px;
}
.box-fill > *:first-child {
  margin-top: 0;
}
.box-fill + .box-fill {
  margin-top: -40px;
}
@media screen and (max-width: 768px) {
  .box-fill {
    border-radius: 12px;
    padding: 30px 20px;
    margin-bottom: 40px;
    margin-top: 30px;
  }
  .box-fill + .box-fill {
    margin-top: 0;
  }
}

.bnr-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: none;
}
.bnr-float > a {
  display: inline-block;
  max-width: 243px;
}
@media screen and (max-width: 768px) {
  .bnr-float {
    bottom: 10px;
    right: 10px;
  }
}

p.text {
  text-align: center;
  margin-top: 2em;
}
p.text > b {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  p.text {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

.lyt-movie {
  text-align: center;
  margin: 40px auto 0;
  max-width: 718px;
  background: rgba(0, 0, 0, 0.1);
}
.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: 20px;
  }
}

.lyt-cardlist {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1208px;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  gap: 0 16px;
}
.lyt-cardlist-item {
  width: calc(50% - 8px);
  text-align: center;
}
.lyt-cardlist-item > a {
  display: inline-block;
}
.lyt-cardlist-item > a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .lyt-cardlist {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 5px;
  }
  .lyt-cardlist-item {
    width: 100%;
  }
  .lyt-cardlist-item:nth-child(n+2) {
    margin-top: 0;
  }
}

.lyt-image {
  text-align: center;
  margin: 40px 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: 24px;
  }
  .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;
  }
}

.text-product {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 1em;
}
.text-product + p {
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  .text-product {
    font-size: 20px;
    margin-top: 1em;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .text-product + p {
    font-size: 14px !important;
  }
}

.button-product {
  margin-top: 2em;
}
.button-product > a {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .button-product {
    text-align: center;
  }
}

.wrap-btn {
  margin-top: 40px;
  text-align: center;
}
.wrap-btn > a {
  display: inline-block;
}
.wrap-btn > a:hover {
  opacity: 0.6;
}
.wrap-btn + .wrap-btn {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .wrap-btn {
    margin-top: 30px;
  }
  .wrap-btn + .wrap-btn {
    margin-top: 15px;
  }
}

.lyt-button {
  margin: 64px 0 0;
  text-align: center;
}
.lyt-button-item {
  display: inline-block;
  padding: 0 20px;
}
.lyt-button-item > a {
  display: inline-block;
}
.lyt-button-item > a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .lyt-button {
    margin-top: 20px;
  }
  .lyt-button-item {
    display: block;
    padding: 10px 0;
  }
}

.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;
  position: relative;
}
.lyt-column--product .lyt-column-item {
  width: 50%;
  padding: 0 20px;
}
.lyt-column--product .lyt-column-item:first-child {
  text-align: center;
}
.lyt-column--product p + p {
  margin-top: 2em;
}
.lyt-column--product .wrap-button {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .lyt-column--product .wrap-button {
    text-align: center;
  }
}
.lyt-column--product .wrap-button a {
  display: inline-block;
}
.lyt-column--product .wrap-button a:hover {
  opacity: 0.6;
}
.lyt-column--product small {
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  .lyt-column--product {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .lyt-column--product small {
    font-size: 13px;
  }
  .lyt-column--product .lyt-column-item:not(:first-child) {
    margin-top: 30px;
  }
}
.lyt-column--special {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lyt-column--special .lyt-column-item {
  width: 52%;
  padding: 0;
}
.lyt-column--special .lyt-column-item > * + * {
  margin-top: 30px;
}
.lyt-column--special .lyt-column-item h3 {
  font-size: 20px;
}
.lyt-column--special .lyt-column-item:first-child {
  padding-right: 37px;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .lyt-column--special .lyt-column-item {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
  }
  .lyt-column--special .lyt-column-item:first-child {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .lyt-column--special .lyt-column-item p {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
.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 .lyt-column-item {
  width: 33.33333%;
  padding-left: 32px;
  padding-right: 32px;
}
.lyt-column--col3 .lyt-column-item:nth-child(n+4) {
  margin-top: 48px;
}
.lyt-column--col3 .img-card-bg {
  width: 470px;
  height: 450px;
  top: -60px;
  left: -115px;
  -webkit-transform: none;
          transform: none;
  position: absolute;
  z-index: 1;
}
.lyt-column--col3 .img-card-bg + img {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .lyt-column--col3 .img-card-bg {
    left: -115px;
    width: 520px;
  }
}
.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 {
  max-width: 808px;
}
.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: 47%;
}
.lyt-column--evo2 .lyt-column-item:nth-child(3n+2) {
  width: 6%;
  padding: 24% 0 0;
  text-align: center;
}
.lyt-column--evo2 .lyt-column-item:nth-child(3n+2) img {
  position: relative;
}
.lyt-column--evo2 .ani-zoom {
  max-width: 334px;
}
.lyt-column--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lyt-column--pikachu .ani-zoom {
  max-width: inherit;
}
@media screen and (max-width: 768px) {
  .lyt-column {
    margin-top: 30px;
  }
  .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 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .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: 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;
  position: relative;
}
.img-card > * {
  position: relative;
}
.img-card > *:first-child {
  margin-top: 0;
}
.img-card p {
  text-align: left;
  margin-top: 20px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.img-card p small {
  font-size: 16px;
}
.img-card p > a {
  text-decoration: underline;
}
.img-card p > a:hover {
  text-decoration: none;
}
.img-card-image {
  text-align: center;
}
.img-card-logo {
  margin-top: 1.4em;
}
.img-card-head {
  margin-top: 20px;
}
.img-card-head + .img-card-text {
  margin-top: 1em;
}
.img-card-head2 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-top: 12px;
  line-height: 1.4;
}
@media screen and (max-width: 1000px) {
  .img-card-head2 {
    font-size: 20px;
  }
}
.img-card-bg {
  mix-blend-mode: screen;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 800px;
  height: 751px;
  max-width: inherit;
}
@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: 16px;
  }
  .img-card-head + .img-card-text {
    margin-top: 10px;
  }
  .img-card-bg {
    width: 550px;
    height: 500px;
  }
}

.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 {
    cursor: default;
  }
}
.modal-content {
  background: rgba(36, 36, 36, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
}
.modal-content-inner {
  padding: 0 100px;
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .modal-content-inner {
    padding: 0 3px;
  }
}
.modal-content .slick-arrow {
  width: 91px;
  height: 91px;
  top: calc(50% - 50px);
  z-index: 100;
}
.modal-content .slick-arrow:before {
  background: url("../images/modal-icon-1.png") no-repeat 0 0/cover;
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  left: 0;
}
.modal-content .slick-arrow.slick-prev {
  right: auto;
  left: -100px;
}
.modal-content .slick-arrow.slick-next {
  left: auto;
  right: -100px;
}
@media screen and (max-width: 768px) {
  .modal-content .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .modal-content .slick-arrow.slick-prev {
    left: 0px;
  }
  .modal-content .slick-arrow.slick-next {
    right: 0px;
  }
}

.box-modal {
  max-width: 952px;
  margin: 0 20px;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #F91E29), color-stop(50%, #018548));
  background: linear-gradient(90deg, #F91E29 50%, #018548 50%);
  padding: 4px;
  position: relative;
}
.box-modal:before, .box-modal:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background: #000;
  background: linear-gradient(38deg, #F91E29 50%, #018548 50%);
}
.box-modal:after {
  top: auto;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .box-modal {
    border-radius: 10px;
    padding: 3px;
  }
  .box-modal:before, .box-modal:after {
    height: 3px;
  }
}
.box-modal--2 {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #D89C46), color-stop(50%, #7D92A3));
  background: linear-gradient(90deg, #D89C46 50%, #7D92A3 50%);
}
.box-modal--2:before, .box-modal--2:after {
  background: linear-gradient(38deg, #D89C46 50%, #7D92A3 50%);
}
.box-modal--3 {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #BC2342), color-stop(50%, #1F5393));
  background: linear-gradient(90deg, #BC2342 50%, #1F5393 50%);
}
.box-modal--3:before, .box-modal--3:after {
  background: linear-gradient(38deg, #BC2342 50%, #1F5393 50%);
}
.box-modal--4 {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #0F466F), color-stop(50%, #A92367));
  background: linear-gradient(90deg, #0F466F 50%, #A92367 50%);
}
.box-modal--4:before, .box-modal--4:after {
  background: linear-gradient(38deg, #0F466F 50%, #A92367 50%);
}
.box-modal--5 {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #211D1E), color-stop(50%, #AFC2CA));
  background: linear-gradient(90deg, #211D1E 50%, #AFC2CA 50%);
}
.box-modal--5:before, .box-modal--5:after {
  background: linear-gradient(38deg, #211D1E 50%, #AFC2CA 50%);
}
.box-modal--6 {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #132558), color-stop(50%, #921F24));
  background: linear-gradient(90deg, #132558 50%, #921F24 50%);
}
.box-modal--6:before, .box-modal--6:after {
  background: linear-gradient(38deg, #132558 50%, #921F24 50%);
}
.box-modal--7 {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #FE742D), color-stop(50%, #523F90));
  background: linear-gradient(90deg, #FE742D 50%, #523F90 50%);
}
.box-modal--7:before, .box-modal--7:after {
  background: linear-gradient(38deg, #FE742D 50%, #523F90 50%);
}
.box-modal--8 {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #00A4E9), color-stop(50%, #F70E81));
  background: linear-gradient(90deg, #00A4E9 50%, #F70E81 50%);
}
.box-modal--8:before, .box-modal--8:after {
  background: linear-gradient(38deg, #00A4E9 50%, #F70E81 50%);
}
.box-modal--9 {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #C02336), color-stop(50%, #72277F));
  background: linear-gradient(90deg, #C02336 50%, #72277F 50%);
}
.box-modal--9:before, .box-modal--9:after {
  background: linear-gradient(38deg, #C02336 50%, #72277F 50%);
}
.box-modal img {
  display: inline-block;
}
.box-modal-inner {
  border-radius: 16px;
  background: #fff url("../images/body-bg-1.png") repeat left top;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .box-modal-inner {
    border-radius: 7px;
  }
}
.box-modal-head {
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#d2d2d2), to(#f9f9f9));
  background: linear-gradient(0deg, #d2d2d2 0%, #f9f9f9 100%);
  position: relative;
  padding: 14px;
}
@media screen and (max-width: 768px) {
  .box-modal-head {
    padding: 9px;
  }
  .box-modal-head > img {
    height: 42px;
  }
}
.box-modal-close {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -15px;
}
.box-modal-close > a {
  display: inline-block;
  line-height: 1;
}
.box-modal-close > a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .box-modal-close {
    right: 16px;
    width: 20px;
    margin-top: -10px;
  }
}
.box-modal-contents {
  padding: 60px;
  height: calc(100vh - 60px - 96px);
  overflow-y: scroll;
}
.box-modal-contents > *:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .box-modal-contents {
    padding: 30px 20px;
    height: calc(100vh - 46px - 70px);
  }
}
.box-modal-head2 {
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .box-modal-head2 {
    margin-top: 60px;
  }
  .box-modal-head2 img {
    height: 22px;
  }
}
.box-modal-card {
  margin-top: 40px;
  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;
  gap: 0 60px;
}
.box-modal-card-item {
  width: calc(50% - 30px);
}
.box-modal-card-item > p {
  margin-top: 1em;
}
.box-modal-card-head {
  margin-top: 1em;
  text-align: center;
  margin-left: -12px;
  margin-right: -12px;
}
@media screen and (max-width: 768px) {
  .box-modal-card {
    margin-top: 30px;
  }
  .box-modal-card .box-modal-card-item {
    width: 100%;
  }
  .box-modal-card .box-modal-card-item:not(:first-child) {
    margin-top: 40px;
  }
  .box-modal-card .box-modal-card-head img {
    height: 51px;
  }
}
.box-modal-card--small {
  gap: 0 100px;
}
.box-modal-card--small .box-modal-card-item {
  width: calc(50% - 50px);
  max-width: 268px;
}
.box-modal-card--small .box-modal-card-head {
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  .box-modal-card--small {
    gap: 0 12px;
  }
  .box-modal-card--small .box-modal-card-item {
    width: calc(50% - 6px);
    max-width: inherit;
    margin-top: 0 !important;
  }
  .box-modal-card--small .box-modal-card-head {
    margin-top: 10px;
  }
  .box-modal-card--small .box-modal-card-head img {
    height: 20px;
  }
}
.box-modal-deck {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .box-modal-deck img {
    max-width: 180px;
  }
}
.box-modal-close2, .box-modal-close3 {
  text-align: center;
  margin-top: 40px;
}
.box-modal-close2 > a, .box-modal-close3 > a {
  text-decoration: underline;
  color: #000;
}
.box-modal-close2 > a:hover, .box-modal-close3 > a:hover {
  text-decoration: none;
}
.box-modal--decklist .box-modal-contents {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .box-modal--decklist .box-modal-contents {
    padding-top: 32px;
  }
}
.box-modal--decklist .box-modal-head {
  background: transparent;
  padding: 70px 20px 0;
}
@media screen and (max-width: 768px) {
  .box-modal--decklist .box-modal-head {
    padding-top: 40px;
  }
}
.box-modal--decklist .box-modal-contents {
  height: inherit;
  max-height: calc(100vh - 60px - 128px);
}
.box-modal--hakase, .box-modal--karate {
  background: #a7a7a7;
}
.box-modal--hakase:before, .box-modal--hakase:after, .box-modal--karate:before, .box-modal--karate:after {
  display: none;
}
.box-modal--hakase .box-modal-inner, .box-modal--karate .box-modal-inner {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-3.73%, #E8E8E8), color-stop(10.16%, #FDFDFD));
  background: linear-gradient(180deg, #E8E8E8 -3.73%, #FDFDFD 10.16%);
}
.box-modal--hakase .box-modal-head, .box-modal--karate .box-modal-head {
  text-align: right;
  background: transparent;
  padding: 24px 30px;
}
.box-modal--hakase .box-modal-contents, .box-modal--karate .box-modal-contents {
  padding-top: 10px;
}
.box-modal--hakase .box-modal-contents > *:first-child, .box-modal--karate .box-modal-contents > *:first-child {
  margin-top: 0;
}
.box-modal--hakase .box-modal-card-item p, .box-modal--karate .box-modal-card-item p {
  margin-top: 1.5em;
}
.box-modal--hakase .box-modal-head2, .box-modal--karate .box-modal-head2 {
  margin-top: 40px;
}
.box-modal--hakase .box-modal-deck, .box-modal--karate .box-modal-deck {
  margin-top: 25px;
}
.box-modal--hakase .box-modal-close, .box-modal--karate .box-modal-close {
  margin-top: 0;
  position: static;
}
@media screen and (max-width: 768px) {
  .box-modal--hakase .box-modal-head, .box-modal--karate .box-modal-head {
    padding: 18px 16px 10px;
  }
  .box-modal--hakase .box-modal-close, .box-modal--karate .box-modal-close {
    margin-left: auto;
  }
  .box-modal--hakase .box-modal-head2 img, .box-modal--karate .box-modal-head2 img {
    height: 30px;
  }
}
.box-modal--game {
  background: #fff;
  color: #fff;
  padding: 0;
  height: 0;
  overflow: hidden;
}
.box-modal--game:before, .box-modal--game:after {
  display: none;
}
.box-modal--game .box-modal-inner {
  background: #252525;
  position: relative;
}
.box-modal--game .box-modal-close {
  position: absolute;
  top: 30px;
  right: 30px;
  margin: 0;
}
.box-modal--game .box-modal-contents {
  height: inherit;
  overflow: inherit;
}
.box-modal--game .box-modal-contents > p {
  margin-top: 60px;
}
.box-modal--game .box-modal-game {
  position: relative;
  text-align: center;
}
.box-modal--game .box-modal-game-scene img {
  opacity: 1;
  -webkit-transition: 3s 1s;
  transition: 3s 1s;
}
.box-modal--game .box-modal-game-card {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.box-modal--game .box-modal-game-card img {
  opacity: 0;
  height: 100%;
  -webkit-transition: 3s 1s;
  transition: 3s 1s;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.box-modal--game .box-modal-close2 a {
  color: #fff;
}
.box-modal--game.is-active {
  padding: 4px;
  height: inherit;
}
.box-modal--game.is-active .box-modal-game-scene img {
  opacity: 0;
}
.box-modal--game.is-active .box-modal-game-card img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 768px) {
  .box-modal--game .box-modal-close {
    top: 20px;
    right: 20px;
  }
  .box-modal--game .box-modal-contents {
    padding: 50px 20px 30px;
  }
  .box-modal--game .box-modal-contents > p {
    margin-top: 40px;
  }
}

.slide-mdeck .slick-list,
.slide-hakase .slick-list,
.slide-karate .slick-list {
  overflow: hidden;
  max-width: 952px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 !important;
}

.modal-sound {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff url(../images/body-bg-1.png) repeat center center;
  z-index: 9000;
}
.modal-sound-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.modal-sound-head {
  text-align: center;
}
.modal-sound-ctrl {
  margin-top: 40px;
}
.modal-sound-button {
  padding: 0;
  border: 0;
  display: block;
  margin: 20px auto 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  background: transparent;
}
.modal-sound-button:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .modal-sound-inner {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .modal-sound-ctrl {
    margin-top: 30px;
  }
  .modal-sound-button {
    margin-top: 10px;
    max-width: 210px;
  }
}

.media-sound {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 5000;
}
.media-sound .media-button {
  padding: 0;
  background: inherit;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .media-sound {
    top: 6px;
    right: 6px;
  }
  .media-sound .media-button {
    width: 48px;
    height: 48px;
  }
}

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

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

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

.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;
}

.mt-7 {
  margin-top: 7px;
}

.min-height-67 {
  min-height: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .min-height-67 {
    min-height: inherit;
    display: block;
  }
}

.min-height-85 {
  min-height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .min-height-85 {
    min-height: inherit;
    display: block;
  }
}

.min-height-90 {
  min-height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .min-height-90 {
    min-height: inherit;
    display: block;
  }
}

.maw-335 {
  max-width: 335px;
}

.min-height-100 {
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .min-height-100 {
    min-height: inherit;
    display: block;
  }
}

@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-60 {
    margin-top: 60px !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-26 > img {
    max-height: 26px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sp-height-98 > img {
    height: 98px !important;
  }

  .sp-height-102 > img {
    height: 102px !important;
  }

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

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

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

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

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

  .sp-height-136 > img {
    height: 136px !important;
  }

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

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

  .sp-height-170 > img {
    height: 170px !important;
  }

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

  .sp-maw-200 {
    max-width: 200px !important;
  }

  .sp-maw-210 {
    max-width: 210px !important;
  }

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

  .sp-maw-300 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .sp-maw-346 {
    max-width: 346px;
    margin-left: auto;
    margin-right: auto;
  }
}
.style-1 {
  margin-top: -20px;
  text-align: right;
}
.style-1 + * {
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .style-1 {
    margin-top: 40px;
    text-align: center;
  }
  .style-1 + * {
    margin-top: 30px;
  }
}
