@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: 335px;
  }
  .modal-card.is-show {
    opacity: 1;
    z-index: 9999;
  }
}

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

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

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

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

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

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

.header-menu {
  position: fixed;
  top: 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: 100px;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  #PageTop {
    margin-top: 60px;
  }
}

body {
  background: #FFE100;
  font-size: 22px;
  font-weight: 500;
  color: #542400;
  position: relative;
  line-height: 1.5;
}
body:before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("../images/body_bg.png") repeat left top;
  content: "";
  z-index: -1;
  -webkit-transform: translate(0, 0, 0);
          transform: translate(0, 0, 0);
}
body a {
  color: #fff;
}
body p {
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 18px;
  }
  body:before {
    background-size: 125% auto;
  }
}

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: 20px;
}
@media screen and (max-width: 768px) {
  .section.section-hero {
    padding: 10px 0;
  }
}
.section.section-cardlist {
  background: #000;
  padding: 10px 0 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section.section-cardlist {
    padding: 25px 20px 20px;
    position: relative;
  }
  .section.section-cardlist:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
    position: absolute;
    top: -19px;
    left: 0;
  }
}
.section.section-trainers {
  background: -webkit-gradient(linear, left top, right top, from(#36CAFC), color-stop(50%, #fff), to(#FCAB50));
  background: linear-gradient(90deg, #36CAFC 0%, #fff 50%, #FCAB50 100%);
}
.section.section-product {
  background: #212366;
}
.section.section-pikachu {
  padding-bottom: 0;
}

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

.list-card-pikachu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .list-card-pikachu {
    gap: 8px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
.list-card-pikachu .ani-zoom {
  position: static;
}
@media screen and (max-width: 768px) {
  .list-card-pikachu .ani-zoom {
    width: 100%;
  }
}
.list-card-pikachu-item {
  width: calc(50% - 12px);
}
@media screen and (max-width: 768px) {
  .list-card-pikachu-item {
    width: calc(50% - 4px);
  }
}
.list-card-pikachu-item.--col3 {
  width: calc(33.33333% - 16px);
}
@media screen and (max-width: 768px) {
  .list-card-pikachu-item.--col3 {
    width: calc(33.33333% - 6px);
  }
}
.list-card-pikachu-card {
  margin-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
.list-card-pikachu-card-item {
  width: calc(50% - 12px);
}
@media screen and (max-width: 768px) {
  .list-card-pikachu-card {
    gap: 8px;
  }
  .list-card-pikachu-card-item {
    width: calc(50% - 4px);
  }
  .list-card-pikachu-card.sp-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.list-card-pikachu-comment {
  text-align: center;
  margin-left: -13px;
}
.list-card-pikachu-comment.--left {
  margin-left: 0;
  margin-right: -13px;
}
@media screen and (max-width: 768px) {
  .list-card-pikachu-comment {
    margin-left: -4px;
  }
  .list-card-pikachu-comment.--left {
    margin-left: 0;
    margin-right: -4px;
  }
}
.list-card-pikachu-deco {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .list-card-pikachu-deco.sp-only {
    display: block;
  }
}

.box-pikachu {
  background: #FFE100 url(../images/box-bg-2.png) repeat left top;
  border-radius: 30px;
  padding: 30px;
  margin-top: 40px;
}
.box-pikachu-head {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .box-pikachu {
    border-radius: 20px;
    padding: 30px 15px;
    background-size: 140% auto;
  }
}

.box-pikachu2 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.box-pikachu2-card {
  background: #542400;
  border-radius: 20px;
  padding: 32px;
  max-width: 517px;
  margin-left: auto;
  margin-right: auto;
}
.box-pikachu2-btn {
  margin-top: 25px;
  text-align: center;
}
.box-pikachu2-btn > a {
  display: inline-block;
  margin: 0 3px;
}
@media screen and (max-width: 768px) {
  .box-pikachu2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .box-pikachu2-card {
    border-radius: 10px;
    padding: 12px;
  }
  .box-pikachu2-btn {
    margin-top: 20px;
    line-height: 1;
  }
  .box-pikachu2-btn > a {
    width: 24px;
    margin: 0 4px;
  }
}

.box-border {
  margin-top: 170px;
  border-radius: 30px;
  background: #fff;
  border: 4px solid #753B02;
  -webkit-box-shadow: 4px 4px 0 #753B02;
          box-shadow: 4px 4px 0 #753B02;
  position: relative;
}
.box-border-head {
  text-align: center;
  background: url(../images/box-bg-1.png) no-repeat center top;
  height: 206px;
  border-radius: 26px 26px 0 0;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.box-border-head2 {
  text-align: center;
  margin-top: 50px;
}
.box-border-inner {
  padding: 40px 50px 50px;
}
.box-border-inner > *:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .box-border {
    border-radius: 20px;
    border-width: 3px;
  }
  .box-border-head {
    height: auto;
    min-height: 145px;
    background-size: cover;
    border-radius: 17px 17px 0 0;
    background-position: center bottom;
  }
  .box-border-inner {
    padding: 40px 20px;
  }
}

.btn-pikachu {
  margin-top: 20px;
  text-align: center;
  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;
}
.btn-pikachu > a {
  display: inline-block;
  padding: 0 5px;
}
.btn-pikachu > a > img {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .btn-pikachu > a > img {
    width: 70px;
  }
}
.btn-pikachu > a:hover {
  opacity: 0.7;
}
.btn-pikachu > a.is-active > img {
  width: inherit;
}
@media screen and (max-width: 768px) {
  .btn-pikachu > a.is-active > img {
    width: 100px;
  }
}

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

.bnr-pikachu {
  margin-top: 20px;
  text-align: center;
}
.bnr-pikachu > a {
  display: inline-block;
}
.bnr-pikachu > a:hover {
  opacity: 0.7;
}

.bnr-pikachu2 {
  margin-top: 100px;
  margin-bottom: 60px;
  text-align: center;
}
.bnr-pikachu2 > a {
  display: inline-block;
}
.bnr-pikachu2 > a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .bnr-pikachu2 {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}

.btn-modal {
  margin-top: 40px;
  text-align: center;
}
.btn-modal > a {
  display: inline-block;
}
.btn-modal > a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .btn-modal {
    margin-top: 20px;
  }
  .btn-modal img {
    max-height: 48px;
  }
}

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

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

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

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

p.text {
  text-align: center;
  margin-top: 2em;
}
p.text > b {
  font-weight: bold;
}

p.text2 {
  margin-top: 1.5em;
}

p.text3 {
  width: calc(200% + 64px);
}

p.text4 {
  color: #FF4BD2;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  p.text4 {
    font-size: 18px;
  }
}

p.text5 {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  p.text5 {
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
  }
}

p.text6 {
  margin-top: 2em;
  text-shadow: 1px 1px 0 #186056, -1px 1px 0 #186056, -1px -1px 0 #186056, 1px -1px 0 #186056;
}
@media screen and (max-width: 768px) {
  p.text6 {
    text-align: left !important;
  }
}

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

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

.about-img {
  text-align: center;
  max-width: 960px;
  margin: 2em auto 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about-img {
    padding: 0 20px 0 15px;
  }
}

.deco-1 {
  text-align: center;
  padding-left: 15%;
}
@media screen and (max-width: 1000px) {
  .deco-1 > img {
    max-width: 450px;
  }
}
@media screen and (max-width: 768px) {
  .deco-1 {
    padding-left: 0;
    text-align: right;
  }
  .deco-1 > img {
    max-width: 350px;
    margin-right: -30px;
  }
}

.deco-2 {
  position: absolute;
  right: -110px;
  bottom: -50px;
}
@media screen and (max-width: 1000px) {
  .deco-2 {
    width: 169px;
    right: -25px;
    bottom: -10px;
  }
}

.deco-3 {
  position: absolute;
  top: -160px;
  left: -155px;
}
@media screen and (max-width: 1000px) {
  .deco-3 {
    width: 350px;
    left: -30px;
    top: -130px;
  }
}
@media screen and (max-width: 768px) {
  .deco-3 {
    width: 280px;
    left: -40px;
    top: -110px;
  }
}

.deco-4 {
  position: relative;
  z-index: 2;
  margin-top: -15px;
}
.deco-4 .pc-only {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .deco-4 {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
  .deco-4 img {
    width: 100%;
  }
}

.deco-5 {
  display: block;
  margin-top: 15px;
  margin-bottom: -70px;
  position: relative;
  z-index: 2;
}
.deco-5 > img {
  margin-left: -10px;
}
@media screen and (max-width: 1000px) {
  .deco-5 {
    margin-bottom: -10px;
    margin-right: -20px;
    text-align: right;
  }
  .deco-5 > img {
    margin-left: 0;
  }
}

.data-pikachu {
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .data-pikachu {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.data-pikachu-img {
  padding-bottom: 130px;
  text-align: right;
}
@media screen and (max-width: 1000px) {
  .data-pikachu-img {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.data-pikachu-text, .data-pikachu-text2, .data-pikachu-text3 {
  position: absolute;
}
.data-pikachu-text > a, .data-pikachu-text2 > a, .data-pikachu-text3 > a {
  display: inline-block;
}
.data-pikachu-text > a:hover, .data-pikachu-text2 > a:hover, .data-pikachu-text3 > a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1000px) {
  .data-pikachu-text, .data-pikachu-text2, .data-pikachu-text3 {
    width: 300px;
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .data-pikachu-text, .data-pikachu-text2, .data-pikachu-text3 {
    width: inherit;
  }
}
.data-pikachu-text {
  top: 0;
  left: 0;
}
.data-pikachu-text2 {
  left: -30px;
  bottom: 50px;
}
@media screen and (max-width: 768px) {
  .data-pikachu-text2 {
    left: 10px;
    bottom: 20px;
  }
}
.data-pikachu-text3 {
  right: 0;
  bottom: 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .data-pikachu-text3 {
    bottom: -10px;
  }
}

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

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

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

.wrap-image {
  margin-top: 1.5em;
  text-align: center;
  position: relative;
}

.wrap-btn {
  margin-top: 1.5em;
  text-align: center;
}
.wrap-btn > a {
  display: inline-block;
}
.wrap-btn > a:hover {
  opacity: 0.6;
}

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

.lyt-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-build {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lyt-build-image {
  width: 42%;
  text-align: center;
}
.lyt-build-content {
  width: 58%;
}
.lyt-build-content h3 {
  font-size: 30px;
  font-weight: bold;
}
.lyt-build-content p {
  margin-top: 1em;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 768px) {
  .lyt-build {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px 0;
  }
  .lyt-build-image {
    width: 100%;
  }
  .lyt-build-content {
    width: 100%;
  }
  .lyt-build-content h3 {
    font-size: 22px;
    text-align: center;
  }
}

.lyt-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 43%;
  text-align: center;
}
.lyt-block-content {
  width: calc(100% - 43%);
  padding-left: 6%;
  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--small {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.lyt-block--small .lyt-block-image {
  width: 40%;
}
.lyt-block--small .lyt-block-content {
  width: 60%;
}
.lyt-block--reverse .lyt-block-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.lyt-block--reverse .lyt-block-content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 0;
  padding-right: 6%;
}
@media screen and (max-width: 768px) {
  .lyt-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
  }
  .lyt-block-content {
    width: 100%;
    margin-top: 16px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    display: block;
  }
  .lyt-block-content small {
    font-size: 14px;
  }
  .lyt-block-head {
    padding-top: 15px;
    text-align: center;
  }
  .lyt-block-head img {
    width: auto;
    height: 40px;
  }
  .lyt-block-head2 {
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    margin-top: 0.8em;
  }
  .lyt-block-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .lyt-block--reverse .lyt-block-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .lyt-block--reverse .lyt-block-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 20px;
    padding-right: 20px;
  }
  .lyt-block--small {
    padding-left: 10px;
    padding-right: 10px;
  }
  .lyt-block--small .lyt-block-image,
  .lyt-block--small .lyt-block-content {
    width: 100%;
  }
  .lyt-block--small .lyt-block-image {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .lyt-block + .lyt-block {
    margin-top: 40px;
  }
}

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

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

.lyt-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 60px;
}
.lyt-column-item {
  padding: 0 24px;
  position: relative;
}
.lyt-column--product {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lyt-column--product .lyt-column-item {
  width: 60%;
  padding: 0 20px;
}
.lyt-column--product .lyt-column-item:first-child {
  width: 40%;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .lyt-column--product .lyt-column-item:first-child > img + br + img {
    margin-top: 1em;
  }
}
.lyt-column--product .wrap-button {
  margin-top: 1.5em;
}
@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--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 {
  margin-left: -50px;
  margin-right: -50px;
  width: calc(100% + 100px);
}
.lyt-column--col2 .lyt-column-item {
  width: 50%;
  padding: 0 50px;
}
.lyt-column--col2 .lyt-column-item:nth-child(n+3) {
  margin-top: 48px;
}
.lyt-column--col3 {
  width: calc(100% + 64px);
  margin-left: -32px;
  margin-right: -32px;
}
.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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lyt-column--pikachu .ani-zoom {
  max-width: inherit;
}
@media screen and (max-width: 768px) {
  .lyt-column {
    margin-top: 30px;
  }
  .lyt-column--col2 {
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
  }
  .lyt-column--col2 .lyt-column-item {
    width: 100%;
    padding: 0 8px;
  }
  .lyt-column--col2 .lyt-column-item:nth-child(n+2) {
    margin-top: 40px;
  }
  .lyt-column--col3 {
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
  }
  .lyt-column--col3 .lyt-column-item {
    width: 100%;
    padding: 0 8px;
  }
  .lyt-column--col3 .lyt-column-item:nth-child(n+2) {
    margin-top: 40px;
  }
  .lyt-column--col3 .img-card {
    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--product p {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
  }
  .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 {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    z-index: 2000;
  }
  .ani-zoom.sp:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (max-width: 768px) {
  .ani-zoom {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.modal-content {
  position: absolute;
  z-index: 8000;
  width: 100%;
  height: 120%;
  -webkit-transform: translate3d(0);
          transform: translate3d(0);
  background: rgba(0, 0, 0, 0.7);
  padding: 20px;
  top: 0;
  left: 0;
  color: #000;
  display: none;
}
.modal-content-close {
  position: absolute;
  top: -40px;
  right: -40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}
.modal-content-close:hover {
  opacity: 0.6;
}
.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;
}
@media screen and (max-width: 1000px) {
  .modal-content-close2 {
    margin-top: 20px;
  }
  .modal-content-close2 img {
    width: 100px;
  }
}
@media screen and (max-width: 769px) {
  .modal-content-close2 {
    line-height: 1;
    margin-top: 15px;
  }
  .modal-content-close2 img {
    width: 55px;
  }
}
.modal-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  width: 100%;
  max-width: 977px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .modal-content-inner {
    max-width: 500px;
  }
}
.modal-content-content {
  width: 743px;
  height: 593px;
  background: url(../images/modal-bg-1.png) no-repeat 0;
}
@media screen and (max-width: 1000px) {
  .modal-content-content {
    width: 80%;
    background-size: contain;
  }
}
@media screen and (max-width: 769px) {
  .modal-content-content {
    width: 90%;
    height: 66vw;
  }
}
.modal-content-card {
  width: 280px;
  margin-left: -70px;
  margin-bottom: -70px;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}
@media screen and (max-width: 1000px) {
  .modal-content-card {
    width: 25%;
    margin-left: -10%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .modal-content-card {
    margin-left: -13%;
  }
}
.modal-content-head {
  text-align: center;
}
.modal-content-head2 {
  text-align: center;
  margin-top: 260px;
}
.modal-content-head2 > br + img {
  margin-top: 15px;
}
@media screen and (max-width: 1000px) {
  .modal-content-head2 img {
    height: 26px;
  }
}
@media screen and (max-width: 769px) {
  .modal-content-head2 {
    margin-top: 28vw;
    line-height: 1.2;
  }
  .modal-content-head2 > br + img {
    margin-top: 0;
  }
  .modal-content-head2 img {
    height: 16px;
  }
}
.modal-content p {
  line-height: 1.5;
  margin: 1.5em auto 0;
  color: #542400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1000px) {
  .modal-content p {
    margin-top: 1em;
    font-size: 16px;
  }
}
@media screen and (max-width: 769px) {
  .modal-content p {
    font-size: 10px;
  }
}
.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;
}
@media screen and (max-width: 768px) {
  .modal-content-inner2 {
    height: 570px;
    overflow-y: scroll;
    margin-top: 20px;
  }
  .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;
  }
}

.slideProduct {
  margin-bottom: 40px;
}
.slideProduct .slick-dots {
  margin-top: 0;
  bottom: -30px;
  text-align: center;
}
.slideProduct .slick-dots > li {
  display: inline-block;
  padding: 0;
  width: 60px;
  height: 10px;
  margin: 0 8px;
}
.slideProduct .slick-dots > li button {
  color: transparent;
  font-size: 10px;
  background: #BFBFBF;
  width: 60px;
  height: 10px;
  overflow: hidden;
  padding: 0;
}
.slideProduct .slick-dots > li button:before {
  display: none;
}
.slideProduct .slick-dots > li.slick-active button {
  background: #FEF2A6;
}
@media screen and (max-width: 768px) {
  .slideProduct {
    margin-bottom: 60px;
  }
}

.slideThumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 45px auto 0 !important;
  max-width: 303px;
}
.slideThumb .slick-track {
  -webkit-transform: inherit !important;
          transform: inherit !important;
}
.slideThumb-item {
  width: 33.33333%;
}
.slideThumb-item:hover {
  cursor: pointer;
}
.slideThumb-item.slick-current {
  opacity: 0.6;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.img-effect {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: -350px;
}
.img-effect > img {
  width: 90%;
  max-width: inherit;
  mix-blend-mode: screen;
}
@media screen and (max-width: 768px) {
  .img-effect {
    margin-left: -200px;
    margin-top: -50px;
  }
  .img-effect > img {
    width: 150%;
  }
}

.img-effect2 {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
  margin-right: -175px;
}
.img-effect2 > a {
  display: inline-block;
}
.img-effect2 > a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .img-effect2 {
    position: static;
    margin: 0;
  }
}

.loading {
  background: #FFE100 url("../images/body_bg.png") repeat left top;
  position: fixed;
  z-index: 10000;
  top: -10vh;
  left: 0;
  width: 100%;
  height: 120vh;
}
.loading-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.loading-inner {
  max-width: 400px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}
.loading-img {
  margin-left: auto;
  margin-right: auto;
}
.loading-img > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.loading-img > img:first-child {
  max-width: 220px;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.loading-img > img:nth-child(2) {
  max-width: 360px;
  margin-top: -35px;
  position: relative;
  z-index: 2;
}
.loading-head {
  margin-top: 45px;
}
.loading-bar {
  margin-top: 40px;
  background: url(../images/loading-img-4.png) no-repeat center center/100% 100%;
  height: 45px;
  padding: 10px;
}
.loading-bar > span {
  background: url(../images/loading-img-5.png) no-repeat center center/100% 100%;
  display: block;
  height: 100%;
  border-radius: 30px;
  width: 0;
  -webkit-transition: 5s;
  transition: 5s;
}
.loading.is-loading .loading-bar > span {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .loading {
    background-size: 125% auto;
  }
  .loading-inner {
    max-width: 250px;
  }
  .loading-img > img:first-child {
    width: 150px;
  }
  .loading-img > img:nth-child(2) {
    max-width: 100%;
    margin-top: -25px;
  }
  .loading-head {
    margin-top: 30px;
  }
  .loading-head > img {
    width: 180px;
  }
  .loading-bar {
    margin-top: 28px;
    height: 25px;
    padding: 5px;
  }
}

.ani-loading {
  -webkit-animation-name: aniTail;
          animation-name: aniTail;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

@-webkit-keyframes aniTail {
  0% {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
  100% {
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
}

@keyframes aniTail {
  0% {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
  100% {
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
}
