@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;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 140px;
  }
}
.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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-menu.is-open {
  display: block !important;
}
.header-menu.fixed {
  top: 110px;
}
@media screen and (max-width: 768px) {
  .header-menu {
    top: 20px;
    right: 20px;
  }
  .header-menu.fixed {
    top: 72px;
  }
}

.header-menu-button {
  position: relative;
  background: #fff;
  border: 3px solid #E85398;
  border-radius: 10px;
}

.header-menu-button:after, .header-menu-button:before {
  content: "";
  display: inline-block;
  width: 44px;
  height: 4px;
  background: #E85398;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 14px;
  -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: 3px;
    margin-top: -12px;
    left: 10px;
  }
}
.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: 72px;
  height: 72px;
  color: #fff;
  display: block;
  position: relative;
  z-index: 1;
}

.header-menu-button > a:before {
  content: "";
  display: inline-block;
  width: 44px;
  height: 4px;
  background: #E85398;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 14px;
  -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: 3px;
    margin-top: -2px;
    left: 10px;
  }
}
.header-menu-button.is-open {
  border-radius: 50%;
}

.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.2);
  z-index: 1;
}

.modal-menu-inner {
  max-width: 578px;
  background: rgba(0, 0, 0, 0.8);
  margin: 0 auto;
  height: 100%;
  overflow-y: auto;
  padding: 120px 60px 80px 30px;
  position: relative;
  z-index: 2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .modal-menu-inner {
    background-position: center 80%;
    background-size: 220px auto;
    max-width: inherit;
  }
}

@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 #B5E4FF;
  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.jpg") repeat center center/cover;
  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: 60px 20px;
  }
}
.section > .section-inner {
  max-width: 928px;
  margin-left: auto;
  margin-right: auto;
}
.section > .section-inner > *:first-child {
  margin-top: 0 !important;
}
.section.section-hero {
  padding: 0;
}
.section.section-cardlist {
  padding: 40px 20px 0;
}
@media screen and (max-width: 768px) {
  .section.section-cardlist {
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 768px) {
  .section.section-card {
    padding-top: 20px;
  }
}
.section.section-product {
  background: #004F9C;
}
@media screen and (max-width: 768px) {
  .section.section-product .lyt-block-content {
    margin-top: 50px;
  }
}
.section.section-info {
  background: #9FD2DF;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .section.section-info {
    padding-bottom: 120px;
  }
}

.hero-visual {
  text-align: center;
  position: relative;
}
.hero-visual:before {
  content: "";
  display: block;
  height: 200px;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  background: 238ac4;
  background: -webkit-gradient(linear, left top, left bottom, from(#238ac4), to(rgba(35, 138, 196, 0)));
  background: linear-gradient(to bottom, #238ac4, rgba(35, 138, 196, 0));
}
.hero-visual > img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .hero-visual:before {
    display: none;
  }
}

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

.head-h3 {
  margin-top: 70px;
  text-align: center;
  width: 100%;
}
.head-h3 > span {
  color: #004F9C;
  font-size: 28px;
  display: inline-block;
  font-weight: 900;
}
.head-h3 + .lyt-movie {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .head-h3 {
    margin-top: 40px;
  }
  .head-h3 > span {
    font-size: 20px;
  }
}

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

.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: #FEF9C6;
  padding: 14px;
  border-radius: 30px;
  margin: 60px auto 0;
  max-width: 928px;
}
.box-border-inner {
  background: -webkit-gradient(linear, left top, left bottom, from(#0055A1), to(#5C9BAE));
  background: linear-gradient(to bottom, #0055A1, #5C9BAE);
  border-radius: 16px;
  padding: 60px;
  color: #fff;
}
.box-border-inner > *:first-child {
  margin-top: 0;
}
.box-border + .box-border {
  margin-top: 80px;
}
.box-border--color {
  background: #F4B5D2;
}
.box-border--color .box-border-inner {
  background: #CDF5F8;
  color: #000;
}
.box-border--color2 {
  background: #EBDAFF;
}
.box-border--color2 .box-border-inner {
  background: -webkit-gradient(linear, left top, right bottom, from(#bcc7d3), color-stop(#afc3d0), color-stop(#b8c5d1), color-stop(#eaeff4), color-stop(#dce3ea), to(#d2dbe4));
  background: linear-gradient(to right bottom, #bcc7d3, #afc3d0, #b8c5d1, #eaeff4, #dce3ea, #d2dbe4);
  color: #000;
}
.box-border .lyt-block + .lyt-block {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .box-border {
    margin-top: 30px !important;
    max-width: 500px;
    padding: 8px;
  }
  .box-border-inner {
    padding: 30px 22px;
    border-radius: 22px;
  }
  .box-border .lyt-block + .lyt-block {
    margin-top: 60px;
  }
}

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

.bnr-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: none;
  max-width: 230px;
}
.bnr-float > a {
  display: inline-block;
}
.bnr-float > a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bnr-float > a:hover img {
  opacity: 0.6;
}
.bnr-float-text {
  margin-bottom: 5px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #fdfdfd;
  -webkit-text-stroke: 3px #82838A;
  text-stroke: 3px #82838A;
  paint-order: stroke;
}
@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;
  }
}
p.text.text--about {
  max-width: 515px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  p.text.text--about {
    margin-top: 1em;
  }
}
p.text.text--lead {
  margin-top: 1.5em;
  font-weight: bold;
  color: #fff;
  font-size: 22px;
  -webkit-text-stroke: 5px #0064AD;
  text-stroke: 5px #0064AD;
  paint-order: stroke;
}
@media screen and (max-width: 768px) {
  p.text.text--lead {
    text-align: center;
  }
}

.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;
    max-width: 500px;
  }
  .lyt-image-caption {
    font-size: 16px;
  }
}

.lyt-image2 {
  text-align: center;
}
.lyt-image2 > img {
  width: 100%;
  max-width: inherit;
}

.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: 28px;
  font-weight: 700;
  margin-bottom: 1em;
  color: #003D85;
}
.text-product + p {
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  .text-product {
    font-size: 20px;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
  }
  .text-product + p {
    font-size: 14px !important;
  }
}

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

.wrap-btn {
  margin-top: 80px;
  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: 40px;
  }
  .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-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 810px;
  margin: 60px auto 0;
  position: relative;
}
.lyt-block:first-child {
  margin-top: 0;
}
.lyt-block-image {
  width: 47%;
  text-align: center;
}
.lyt-block-content {
  width: 47%;
  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: 18px;
  margin-top: 1em;
  line-height: 1.3;
  font-weight: 700;
}
.lyt-block--evo {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px !important;
}
.lyt-block--evo .lyt-block-image .img-card {
  margin-left: auto;
  margin-right: auto;
}
.lyt-block--evo .lyt-block-evo {
  width: 47.5%;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .lyt-block--evo .lyt-block-evo {
    width: 100%;
  }
}
.lyt-block--evo2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0 !important;
  gap: 3%;
}
.lyt-block--evo2 .lyt-block-image {
  width: 47%;
}
.lyt-block--evo2 .lyt-block-image .img-card {
  margin-left: auto;
  margin-right: auto;
}
.lyt-block--evo2 .lyt-block-image2 {
  width: 33%;
  padding-top: 25px;
}
.lyt-block--evo2 .lyt-block-image2 .img-card {
  margin-left: auto;
  margin-right: auto;
}
.lyt-block--evo2 .lyt-block-image2 .img-card-head {
  margin-top: 45px;
}
.lyt-block--evo2 .lyt-block-evo {
  width: 20%;
  margin-left: -5%;
  margin-right: -1%;
  text-align: center;
  padding-bottom: 10%;
}
@media screen and (max-width: 768px) {
  .lyt-block--evo2 .lyt-block-evo {
    width: 100%;
  }
}
.lyt-block--evo2.lyt-block--reverse .lyt-block-image {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.lyt-block--evo2.lyt-block--reverse .lyt-block-evo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: -5%;
  margin-left: -1%;
}
.lyt-block--evo2.lyt-block--reverse .lyt-block-image2 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.lyt-block--evo2 .img-card-head {
  margin-left: -34px;
  margin-right: -34px;
}
.lyt-block--campaign {
  gap: 6% 4%;
  margin: 20px auto !important;
}
.lyt-block--campaign .lyt-block-image {
  width: 45%;
}
.lyt-block--campaign .lyt-block-content {
  width: 51%;
}
@media screen and (max-width: 768px) {
  .lyt-block--campaign {
    margin: 0 auto !important;
    gap: 40px 4%;
  }
  .lyt-block--campaign .lyt-block-image {
    width: 100%;
  }
  .lyt-block--campaign .lyt-block-content {
    width: 100%;
  }
}
.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;
}
.lyt-block--reverse .lyt-block-evo {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .lyt-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
    max-width: 300px;
  }
  .lyt-block-content {
    width: 100%;
    margin-top: 16px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    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;
  }
  .lyt-block + .lyt-block {
    margin-top: 40px;
  }
  .lyt-block--evo2 .lyt-block-evo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin: 0;
    padding-top: 10%;
  }
  .lyt-block--evo2 .lyt-block-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding-top: 0;
  }
  .lyt-block--evo2 .lyt-block-image2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    padding: 0;
  }
  .lyt-block--evo2 .lyt-block-image2 .img-card-head {
    margin-top: 16px;
  }
  .lyt-block--evo2.lyt-block--reverse .lyt-block-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .lyt-block--evo2.lyt-block--reverse .lyt-block-evo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
  }
  .lyt-block--evo2.lyt-block--reverse .lyt-block-image2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.lyt-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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 10px;
}
.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;
}
.lyt-column--product + .lyt-column--product {
  margin-top: 100px;
}
@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--product .lyt-column-item .text-product {
    margin-top: 0;
  }
  .lyt-column--product .lyt-column-item .text-product,
  .lyt-column--product .lyt-column-item p {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .lyt-column--product + .lyt-column--product {
    margin-top: 80px;
  }
}
.lyt-column--col2 .lyt-column-item {
  width: 50%;
  padding: 0 40px;
}
.lyt-column--col2 .lyt-column-item:nth-child(n+3) {
  margin-top: 48px;
}
.lyt-column--col3 .lyt-column-item {
  width: 33.33333%;
  padding-left: 20px;
  padding-right: 20px;
}
.lyt-column--col3 .lyt-column-item:nth-child(n+4) {
  margin-top: 40px;
}
.lyt-column--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@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 .lyt-column-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .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-evo {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6%;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}
.lyt-evo-item {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .lyt-evo {
    max-width: 300px;
  }
  .lyt-evo-item {
    width: 100%;
  }
}

.lyt-evoChild {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.lyt-evoChild-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4%;
}
.lyt-evoChild-item .img-card,
.lyt-evoChild-item .lyt-evoChild-arrow {
  width: 48%;
  text-align: center;
}
.lyt-evoChild-item .img-card picture,
.lyt-evoChild-item .lyt-evoChild-arrow picture {
  display: block;
}
@media screen and (max-width: 768px) {
  .lyt-evoChild {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8%;
    height: inherit;
  }
  .lyt-evoChild-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 46%;
    gap: 0;
  }
  .lyt-evoChild-item .img-card,
  .lyt-evoChild-item .lyt-evoChild-arrow {
    width: 100%;
  }
  .lyt-evoChild-item .lyt-evoChild-arrow {
    height: 110px;
    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;
  }
}

.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-left: -6px;
  margin-right: -6px;
  margin-top: 20px;
}
.img-card-head + .img-card-text {
  margin-top: 1.5em;
}
.img-card-head2 {
  text-align: center;
  font-size: 20px;
  color: #007CC4;
  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 {
    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: 15px;
  }
  .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;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    z-index: 2000;
  }
  .ani-zoom.sp:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.modal-content {
  position: absolute;
  z-index: 8000;
  width: 100%;
  height: 122%;
  -webkit-transform: translate3d(0);
          transform: translate3d(0);
  background: rgba(0, 0, 0, 0.8);
  padding: 20px;
  top: 0;
  left: 0;
  color: #000;
  display: none;
}
.modal-content-close {
  position: absolute;
  top: 60px;
  right: -40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}
.modal-content-close > a {
  display: inline-block;
}
.modal-content-close > a:hover {
  opacity: 0.6;
}
.modal-content-close + * {
  margin-top: 0;
}
.modal-content-close2 {
  text-align: center;
  margin-top: 30px;
}
.modal-content-close2 > a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}
.modal-content-close2 > a:hover {
  opacity: 0.6;
}
.modal-content-inner {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.modal-content-inner2 {
  margin-top: 40px;
  border-radius: 40px;
  padding: 60px;
  background: #fff;
  border: 12px solid #B5E4FF;
}
.modal-content-head {
  text-align: center;
}
.modal-content-head2 {
  text-align: center;
}
.modal-content p {
  margin-top: 2em;
  line-height: 1.5;
}
.modal-content-image {
  margin-top: 30px;
}
.modal-content-tab-card {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.modal-content-tab-card > li {
  width: 25%;
  padding: 0 12px;
}
.modal-content-tab-card > li:nth-child(n+5) {
  margin-top: 24px;
}
.modal-content--small .modal-content-inner {
  max-width: 464px;
}
@media screen and (max-width: 768px) {
  .modal-content {
    height: 100%;
  }
  .modal-content-close {
    top: -28px;
    right: -14px;
  }
  .modal-content-close > a {
    display: inline-block;
    width: 56px;
    height: 56px;
  }
  .modal-content-head {
    top: -80px;
  }
  .modal-content-image {
    margin-top: 20px;
  }
  .modal-content-tab-card {
    margin-top: 0;
  }
  .modal-content-tab-card > li {
    width: 33.33333%;
    padding: 0 5px;
  }
  .modal-content-tab-card > li:nth-child(n+4) {
    margin-top: 5px;
  }
  .modal-content-inner2 {
    height: 570px;
    overflow-y: scroll;
    margin-top: 20px;
    padding: 30px 15px;
    border-radius: 20px;
    border-width: 6px;
  }
  .modal-content-cardlist {
    gap: 4px 8px;
    margin-top: 0;
  }
  .modal-content-cardlist > li {
    width: calc(50% - 4px);
    padding: 0;
  }
  .modal-content .img-card {
    padding: 0;
  }
}
.modal-content-cardlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  margin-top: 40px;
}
.modal-content-cardlist > li {
  width: calc(33.33333% - 16px);
  padding: 0 10px;
}

.js-slide-product .slick-list {
  overflow: hidden;
  padding: 0 !important;
}
.js-slide-product .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.js-slide-product .slick-dots {
  bottom: -30px;
}
.js-slide-product .slick-dots li {
  background: #C2E4E6;
  border: none;
  border-radius: 50%;
}
.js-slide-product .slick-dots li button {
  width: 18px;
  height: 18px;
}
.js-slide-product .slick-dots li button:before {
  display: none;
}
.js-slide-product .slick-dots li.slick-active {
  background: #C13379;
}
@media screen and (max-width: 768px) {
  .js-slide-product .slick-dots {
    bottom: -24px;
  }
  .js-slide-product .slick-dots li {
    width: 12px;
    height: 12px;
  }
}

.trpoke {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .trpoke {
    margin-top: 40px;
  }
}
.trpoke.fixed {
  padding-top: 90px;
}
.trpoke.fixed .trpoke-tabs {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2500;
  gap: 0;
}
.trpoke.fixed .trpoke-tabs .trpoke-tab {
  border-radius: 0;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .trpoke.fixed {
    padding-top: 50px;
  }
}
.trpoke .trpoke-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.trpoke .trpoke-tabs .trpoke-tab {
  width: calc(25% - 12px);
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.trpoke .trpoke-tabs .trpoke-tab button {
  border: none;
  background: transparent;
  font-weight: 900;
  color: #fff;
  width: 100%;
  font-size: 30px;
  text-align: center;
  line-height: 90px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.trpoke .trpoke-tabs .trpoke-tab button:hover {
  opacity: 0.6;
  cursor: pointer;
}
.trpoke .trpoke-tabs .trpoke-tab--1 {
  background: #673E95;
}
.trpoke .trpoke-tabs .trpoke-tab--2 {
  background: #DC9B10;
}
.trpoke .trpoke-tabs .trpoke-tab--3 {
  background: #0051A3;
}
.trpoke .trpoke-tabs .trpoke-tab--4 {
  background: #DA538F;
}
.trpoke .trpoke-tabs .trpoke-tab.current button {
  opacity: 1 !important;
  cursor: default !important;
}
@media screen and (max-width: 768px) {
  .trpoke .trpoke-tabs {
    gap: 8px;
  }
  .trpoke .trpoke-tabs .trpoke-tab {
    width: calc(25% - 5px);
  }
  .trpoke .trpoke-tabs .trpoke-tab button {
    font-size: 3.3vw;
    line-height: 50px;
    white-space: nowrap;
  }
}
.trpoke .trpoke-content {
  position: relative;
  padding: 100px 0;
}
.trpoke .trpoke-content:before {
  content: "";
  display: block;
  background: #000;
  height: 100%;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.trpoke .trpoke-content > * {
  position: relative;
  z-index: 2;
}
.trpoke .trpoke-content > *:first-child {
  margin-top: 0 !important;
}
.trpoke .trpoke-content--1:before {
  background: #673E95;
}
.trpoke .trpoke-content--2:before {
  background: #DC9B10;
}
.trpoke .trpoke-content--3:before {
  background: #0051A3;
}
.trpoke .trpoke-content--4:before {
  background: #DA538F;
}
@media screen and (max-width: 768px) {
  .trpoke .trpoke-content {
    padding: 40px 0;
  }
}

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-240 {
  max-width: 240px;
}

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

.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-81 > img {
    max-height: 81px;
  }

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

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

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

  .sp-height-105 > img {
    height: 105px;
  }

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

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

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

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

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

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

  .sp-height-139 > img {
    height: 139px;
  }

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

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

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

  .sp-height-174 > img {
    height: 174px !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;
  }
}
