@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: -48px;
  text-align: center;
}
#PageTop > a {
  display: inline-block;
}
#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;
  }
}

@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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  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: 20%;
    width: 45px;
    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: 100%;
  }
}
.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;
}

body {
  background: #1D2749;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
body a {
  color: #2066A0;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}

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

.reflection.started {
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: reflection 3s ease-in-out -1s;
          animation: reflection 3s ease-in-out -1s;
}

@-webkit-keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
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-logo > a {
  display: inline-block;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .header-logo > a {
    width: 150px;
  }
}
.header-logo > a:hover {
  opacity: 0.6;
}

.section {
  padding: 180px 20px;
}
@media screen and (max-width: 768px) {
  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.section > .section-inner {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
.section.section-hero {
  padding: 0;
  background: #000 url("../images/hero-bg.jpg") no-repeat center center/cover;
  position: relative;
}
.section.section-hero > .section-inner {
  position: relative;
  z-index: 1;
  max-width: 1400px;
}
@media screen and (max-width: 768px) {
  .section.section-hero {
    background-size: 220% auto;
    background-position: center -20px;
  }
}
.section.section-info {
  background: url("../images/info-bg-1.jpg") no-repeat center top/100% 100%;
}
@media screen and (max-width: 768px) {
  .section.section-info {
    padding-top: 80px;
  }
  .section.section-info .head-section img {
    width: 115px;
  }
}
.section.section-card {
  background: url("../images/card-bg-1.jpg") repeat center top/100% auto;
}
@media screen and (max-width: 768px) {
  .section.section-card .head-section img {
    width: 233px;
  }
}
.section.section-product {
  background: url("../images/product-bg-1.jpg") repeat center top/100% auto;
}
@media screen and (max-width: 768px) {
  .section.section-product .head-section img {
    width: 172px;
  }
  .section.section-product .box-product-head.type-01 img {
    width: 176px;
  }
  .section.section-product .box-product-head.type-02 img {
    width: 188px;
  }
  .section.section-product .box-product-head.type-03 img {
    width: 207px;
  }
}
.section.section-about {
  background: url("../images/card-bg-1.jpg") repeat center top/100% auto;
}
.section.section-about a {
  color: #fff;
}
.section.section-about p {
  margin-top: 1em;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.section.section-about p a {
  text-decoration: underline;
}
.section.section-about p a:hover {
  text-decoration: none;
}
.section.section-about .lyt-button + .head-section2 {
  margin-top: 140px;
}
.section.section-about .lyt-column {
  margin-top: 40px;
}
.section.section-about .box-product-head {
  margin-bottom: 30px;
}
.section.section-about .box-product-head:not(:first-child) {
  margin-top: 95px;
}
.section.section-about .box-product {
  margin-top: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 42, 79, 0.8)), to(rgba(27, 96, 154, 0.7)));
  background-image: linear-gradient(to bottom, rgba(29, 42, 79, 0.8) 0%, rgba(27, 96, 154, 0.7) 100%);
}
.section.section-about .box-product + .box-product-head {
  margin-top: 180px;
}
.section.section-about .box-product .ani-zoom {
  display: block;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .section.section-about .head-section img {
    width: 252px;
  }
  .section.section-about .head-section2 img {
    width: auto;
    height: 41px;
  }
  .section.section-about .lyt-button + .head-section2 {
    margin-top: 70px;
  }
  .section.section-about .box-product-head {
    margin-bottom: 15px;
  }
  .section.section-about .box-product-head:not(:first-child) {
    margin-top: 50px;
  }
  .section.section-about .box-product-head img.sp-only {
    max-height: 44px;
  }
  .section.section-about .box-product-head img.sp-only.type-01 {
    max-height: 96px;
  }
  .section.section-about .box-product + .box-product-head {
    margin-top: 90px;
  }
}
.section.section-news {
  background: #000 url("../images/news-bg-1.jpg") no-repeat center calc(100% + 300px);
  padding-bottom: 500px;
}
@media screen and (max-width: 768px) {
  .section.section-news {
    padding-bottom: 220px;
    background-position: center calc(100% + 170px);
    background-size: 170% auto;
  }
  .section.section-news .head-section img {
    width: auto;
    height: 28px;
  }
  .section.section-news .head-section2 img {
    width: auto;
    height: 21px;
  }
}

.hero-main-card-btn {
  width: 460px;
  margin: 0 auto;
  padding-bottom: 110px;
}

@media screen and (max-width: 768px) {
  .hero-main-card-btn {
    width: 320px;
    margin: 0 auto;
    padding-bottom: 40px;
  }
}
.hero-main {
  height: 54vw;
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15vw;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .hero-main {
    height: 80vw;
    padding-top: 29vw;
  }
}
@media screen and (max-width: 768px) {
  .hero-main {
    padding-top: 90px;
    height: auto;
  }
}
@media screen and (max-width: 1000px) {
  .hero-main-head img {
    max-width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .hero-main-head {
    margin-bottom: 30px;
  }
  .hero-main-head img {
    max-width: 300px;
  }
}
.hero-main-pack {
  position: absolute;
  top: 50%;
  left: 40px;
  margin-top: -220px;
}
@media screen and (max-width: 1000px) {
  .hero-main-pack {
    margin-top: -130px;
    left: 20px;
  }
  .hero-main-pack > img {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .hero-main-pack {
    position: static;
    margin: 0;
    float: left;
    width: 45%;
    text-align: right;
    padding-top: 5px;
    padding-right: 10px;
  }
  .hero-main-pack > img {
    width: 130px;
  }
}
.hero-main-slide {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -190px;
  width: 270px;
}
.hero-main-slide .slide-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero-main-slide .slick-list {
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px #FFF798;
          box-shadow: 0 0 20px #FFF798;
  border-radius: 15px;
}
@media screen and (max-width: 1000px) {
  .hero-main-slide {
    width: 180px;
    margin-top: -120px;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .hero-main-slide {
    position: static;
    width: 55%;
    margin: 0;
    float: right;
    padding-left: 10px;
  }
  .hero-main-slide .slide-main {
    width: 170px;
    margin-right: auto;
  }
  .hero-main-slide .slick-list {
    border-radius: 10px;
  }
}
.hero-main-slide .slick-dots {
  bottom: -35px;
}
.hero-main-slide .slick-dots li {
  margin: 0 2px;
}
.hero-main-slide .slick-dots li button:before {
  border: none;
  background: #fff;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 768px) {
  .hero-main-slide .slick-dots li {
    margin: 0;
  }
  .hero-main-slide .slick-dots li button:before {
    width: 10px;
    height: 10px;
  }
}
.hero-main-slide .slick-dots li.slick-active button:before {
  background: #FDE635;
}
@media screen and (max-width: 768px) {
  .hero-main-date {
    width: 100%;
    text-align: center;
    clear: both;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .hero-main-date img {
    max-width: 320px;
  }
}

.nav-global {
  background: url(../images/nav-bg-1.png) no-repeat 0 0/100% 100%;
  color: #fff;
  line-height: 1;
}
.nav-global.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
}
.nav-global-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.nav-global-list:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 30px;
  background: rgba(70, 102, 163, 0.6);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px;
}
.nav-global-list > li {
  width: 25%;
  text-align: center;
  position: relative;
}
.nav-global-list > li:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 30px;
  background: rgba(70, 102, 163, 0.6);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
}
.nav-global-list > li > a {
  display: block;
  padding: 25px 5px;
}
.nav-global-list > li > a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1000px) {
  .nav-global-list > li > a {
    padding: 16px 0;
  }
  .nav-global-list > li:nth-child(1) > a img {
    width: 35.4px;
  }
  .nav-global-list > li:nth-child(2) > a img {
    width: 24.51px;
  }
  .nav-global-list > li:nth-child(3) > a img {
    width: 68.63px;
  }
  .nav-global-list > li:nth-child(4) > a img {
    width: 49.8px;
  }
}

.block-toggle {
  border: 8px solid rgba(101, 133, 195, 0.4);
  border-radius: 20px;
  color: #1E2A3A;
  max-width: 1004px;
  margin: 40px auto 0;
}
.block-toggle-head-card {
  width: 120px;
  position: absolute;
  bottom: 16px;
  left: 40px;
}
.block-toggle-head > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 144px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#bbb));
  background-image: linear-gradient(to bottom, #fff 50%, #bbb 100%);
  border-radius: 12px;
  position: relative;
  padding-left: 240px;
  text-align: center;
  padding-right: 160px;
}
.block-toggle-head > a:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 86px;
  background: #919CB1;
  position: absolute;
  top: 50%;
  left: 190px;
  margin-top: -43px;
}
.block-toggle-head > a:after {
  content: "";
  display: inline-block;
  width: 56px;
  height: 56px;
  background: url(../images/arrow-toggle-1.png) no-repeat 0 0/cover;
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -28px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.block-toggle-head > a:hover {
  opacity: 0.8;
}
.block-toggle-head.is-open > a {
  border-radius: 12px 12px 0 0;
}
.block-toggle-head.is-open > a:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.block-toggle-content {
  background: #fff;
  background-image: linear-gradient(to bottom, #ddd 0, #fff 200px);
  padding: 100px 40px 0;
  border-radius: 0 0 12px 12px;
  display: none;
}
.block-toggle-content p {
  margin-top: 1em;
}
.block-toggle-close {
  margin-top: 100px;
  text-align: center;
  border-top: 1px solid rgba(101, 133, 195, 0.5);
}
.block-toggle-close > a {
  display: block;
  padding: 35px;
  position: relative;
}
.block-toggle-close > a:after {
  content: "";
  display: inline-block;
  width: 56px;
  height: 56px;
  background: url(../images/arrow-toggle-1.png) no-repeat 0 0/cover;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -28px;
}
.block-toggle-close > a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .block-toggle-head-card {
    width: 100%;
    text-align: center;
    position: static;
  }
  .block-toggle-head-card img {
    width: 240px;
  }
  .block-toggle-head-text {
    text-align: left;
    position: relative;
    margin-top: 20px;
    padding-top: 20px;
    padding-right: 40px;
  }
  .block-toggle-head-text.type-01 img {
    width: 210px;
  }
  .block-toggle-head-text.type-02 img {
    width: 205px;
  }
  .block-toggle-head-text.type-03 img {
    width: 190px;
  }
  .block-toggle-head-text.type-04 img {
    width: 209px;
  }
  .block-toggle-head-text.type-05 img {
    width: 208px;
  }
  .block-toggle-head-text.type-06 img {
    width: 210px;
  }
  .block-toggle-head-text.type-07 img {
    width: 224px;
  }
  .block-toggle-head-text.type-08 img {
    width: 224px;
  }
  .block-toggle-head-text:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #919CB1;
    position: absolute;
    top: 0;
    left: 0;
  }
  .block-toggle-head-text:after {
    content: "";
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url(../images/arrow-toggle-1.png) no-repeat 0 0/cover;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .block-toggle-head > a {
    display: block;
    height: auto;
    padding: 40px 30px 20px;
  }
  .block-toggle-head > a:before {
    display: none;
  }
  .block-toggle-head > a:after {
    display: none;
  }
  .block-toggle-head > a:hover {
    opacity: 1;
  }
  .block-toggle-head.is-open > a .block-toggle-head-text:after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .block-toggle-content {
    padding: 50px 22px 0;
  }
  .block-toggle-close {
    margin-top: 30px;
    text-align: left;
  }
  .block-toggle-close > a {
    padding: 31px 0;
  }
  .block-toggle-close > a:after {
    width: 36px;
    height: 36px;
    margin-top: -18px;
  }
  .block-toggle-close > a:hover {
    opacity: 1;
  }
  .block-toggle-close > a img {
    width: 55.64px;
  }
}

@media screen and (max-width: 768px) {
  .slide-info {
    margin-left: auto;
    margin-right: auto;
    max-width: 380px;
  }
}
.slide-info .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slide-info .slick-slide {
  height: auto !important;
}
.slide-info .slick-dots {
  bottom: -70px;
}
.slide-info .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0 8px;
}
.slide-info .slick-dots li button {
  width: 14px;
  height: 14px;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.slide-info .slick-dots li button:before {
  width: 14px;
  height: 14px;
  border: none;
  background: #E2E2E2;
}
.slide-info .slick-dots li.slick-active button:before {
  background: #FDE635;
}
@media screen and (max-width: 768px) {
  .slide-info .slick-dots {
    bottom: -50px;
  }
}
.slide-info .slick-prev,
.slide-info .slick-next {
  width: 52px;
  height: 52px;
  top: 50%;
  margin-top: -26px;
  z-index: 100;
  right: 0;
}
.slide-info .slick-prev:before,
.slide-info .slick-next:before {
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/icon-arrow-1.png") no-repeat center center/cover;
}
.slide-info .slick-prev.slick-disabled,
.slide-info .slick-next.slick-disabled {
  display: none;
}
@media screen and (max-width: 768px) {
  .slide-info .slick-prev,
  .slide-info .slick-next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    right: 25px;
  }
}
.slide-info .slick-prev {
  right: auto;
  left: 0;
}
@media screen and (max-width: 768px) {
  .slide-info .slick-prev {
    left: 25px;
  }
}
.slide-info-item {
  margin: 0 20px;
  padding: 10px 0 30px;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  max-width: 260px;
  height: 100%;
}
.slide-info-item > a {
  display: block;
}
.slide-info-item > a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .slide-info-item {
    margin: 0 10px;
  }
}
.slide-info-image {
  display: block;
  text-align: center;
}
.slide-info-image img {
  display: inline-block;
}
.slide-info-text {
  margin-top: 15px;
  display: block;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #1E2A3A;
  font-size: 14px;
  padding: 0 20px;
}

.slide-news {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}
.slide-news-item {
  padding: 0 15px;
}
.slide-news-item > a {
  display: block;
}
.slide-news-item > a:hover {
  opacity: 0.6;
}
.slide-news-text {
  margin-top: 15px;
  display: block;
  text-align: justify;
  text-justify: inter-ideograph;
}

.list-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 160px -20px 0;
  width: calc(100% + 40px);
}
.list-card > li {
  width: 25%;
  padding: 0 20px;
}
.list-card > li:nth-child(n+5) {
  margin-top: 40px;
}
.list-card > li.list-card-more {
  width: 50%;
  text-align: center;
}
.list-card > li.list-card-more > img {
  max-width: 288px;
}
.list-card > li > span {
  display: block;
  border-radius: 4.5%;
  overflow: hidden;
  -webkit-box-shadow: 0 0 11px 5px rgba(255, 255, 255, 0.47);
          box-shadow: 0 0 11px 5px rgba(255, 255, 255, 0.47);
}
@media screen and (max-width: 768px) {
  .list-card {
    margin-top: 30px;
    margin-left: -7px;
    margin-right: -7px;
    width: calc(100% + 14px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .list-card > li {
    width: 33.33333%;
    padding: 0 7px;
  }
  .list-card > li:nth-child(n+4) {
    margin-top: 14px;
  }
  .list-card > li.list-card-more {
    width: 66.66666%;
  }
  .list-card > li.list-card-more > img {
    max-width: 110px;
  }
  .list-card > li > span {
    -webkit-box-shadow: 0 0 5px 3px rgba(255, 255, 255, 0.47);
            box-shadow: 0 0 5px 3px rgba(255, 255, 255, 0.47);
  }
}

.head-section2 {
  text-align: center;
}
.head-section2:not(:first-child) {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .head-section2:not(:first-child) {
    margin-top: 45px;
  }
}

.head-section3 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #254279;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .head-section3 {
    margin-top: 50px;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .head-section3.sp-small {
    font-size: 18px;
  }
}

.head-section4 {
  font-size: 24px;
  font-weight: bold;
  color: #254279;
  max-width: 820px;
  margin: 60px auto 0;
}
.head-section4 + .lyt-image {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .head-section4 {
    font-size: 18px;
    margin-top: 40px;
  }
  .head-section4 + .lyt-image {
    margin-top: 15px;
  }
}

.head-section {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 180px;
}
.head-section:first-child {
  margin-top: 0;
}
.head-section img {
  max-width: 100%;
}
.head-section + .head-section2 {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .head-section {
    margin-bottom: 30px;
    margin-top: 90px;
  }
  .head-section + .head-section2 {
    margin-top: 60px;
  }
}

.head-txt {
  font-weight: 900;
  font-size: 26px;
}

.lyt-button {
  margin-top: 40px;
  text-align: center;
}
.lyt-button > a {
  display: inline-block;
}
.lyt-button > a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1000px) {
  .lyt-button {
    margin-top: 30px;
  }
}

.lyt-banner {
  margin-top: 40px;
  text-align: center;
}
.lyt-banner > a {
  display: inline-block;
}
.lyt-banner > a:hover {
  opacity: 0.6;
}

.lyt-image {
  margin: 60px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lyt-image {
    margin-top: 30px;
  }
}

.lyt-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.lyt-column:not(:first-child) {
  margin-top: 80px;
}
.lyt-column-item {
  padding: 0 5%;
}
.lyt-column--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lyt-column--col2 .lyt-column-item {
  width: 50%;
}
.lyt-column--col2 .lyt-column-item:nth-child(n+3) {
  margin-top: 80px;
}
.lyt-column--col2 .lyt-column-item .img-card {
  padding-top: 10px;
}
.lyt-column--col3:not(:first-child) {
  margin-top: 50px;
}
.lyt-column--col3 .lyt-column-item {
  width: 33.33333%;
  padding: 0 3%;
}
.lyt-column--col3 .lyt-column-item:nth-child(n+4) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .lyt-column {
    margin-top: 50px;
    width: 100%;
  }
  .lyt-column:first-child {
    margin-top: 0;
  }
  .lyt-column--col2 .lyt-column-item, .lyt-column--col3 .lyt-column-item {
    padding: 0;
    width: 100%;
  }
  .lyt-column--col2 .lyt-column-item:nth-child(n+2), .lyt-column--col3 .lyt-column-item:nth-child(n+2) {
    margin-top: 30px;
  }
  .lyt-column--col2 .lyt-column-item .img-card, .lyt-column--col3 .lyt-column-item .img-card {
    padding-top: 10px;
  }
  .lyt-column .img-card-head {
    margin-top: 15px;
  }
  .lyt-column .img-card-head img {
    width: auto;
    height: 18.24px;
  }
  .lyt-column .img-card-head img.type-01 {
    height: 44px;
  }
}

.lyt-card-head {
  text-align: center;
  margin-top: 1em;
}
.lyt-card-text {
  margin-top: 1em;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 768px) {
  .lyt-card {
    max-width: 252px;
    margin-left: auto;
    margin-right: auto;
  }
  .lyt-card-head {
    margin: 1.5em 0;
  }
}

.lyt-news {
  margin-top: 50px;
}
.lyt-news-item a:hover {
  opacity: 0.6;
}

.box-product {
  border: 8px solid rgba(101, 133, 195, 0.4);
  border-radius: 20px;
  margin-top: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 33, 61, 0.7)), to(rgba(37, 66, 121, 0.7)));
  background-image: linear-gradient(to bottom, rgba(19, 33, 61, 0.7) 0%, rgba(37, 66, 121, 0.7) 100%);
  padding: 100px 60px;
}
.box-product-head {
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .box-product {
    padding: 60px 30px;
  }
}
@media screen and (max-width: 768px) {
  .box-product {
    padding: 50px 30px;
  }
}

.box-about {
  border: 8px solid rgba(101, 133, 195, 0.4);
  border-radius: 20px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255, 255, 255, 0.6);
  max-width: 1020px;
  padding: 50px 60px;
  color: #1E2A3A;
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  .box-about {
    margin-top: 50px;
    padding: 30px;
  }
}

.lyt-block2 {
  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;
}
.lyt-block2:first-child {
  margin-top: 0;
}
.lyt-block2-pack {
  width: 50%;
  text-align: center;
  padding: 10px;
}
.lyt-block2-content {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .lyt-block2 {
    margin-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lyt-block2-pack {
    width: 100%;
  }
  .lyt-block2-content {
    width: 100%;
  }
  .lyt-block2-content img.sp-only {
    margin: 0 auto;
    display: block;
  }
}

.lyt-block3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 810px;
  margin: 110px auto 0;
  position: relative;
}
.lyt-block3:before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: -100px;
  left: 20%;
  margin-left: -35px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background: url("../images/arrow-evo-3.png") no-repeat 0 0/cover;
}
.lyt-block3-arrow {
  width: 20%;
  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;
}
.lyt-block3-arrow img {
  margin-top: -35px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.lyt-block3-image {
  width: 40%;
  text-align: center;
}
.lyt-block3-image .ani-zoom {
  max-width: 220px;
}
.lyt-block3-head {
  margin-top: 10px;
}
.lyt-block3--reverse:before {
  left: auto;
  right: 20%;
  margin-left: 0;
  margin-right: -35px;
}
.lyt-block3--reverse .lyt-block3-image:first-child {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.lyt-block3--reverse .lyt-block3-image:last-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.lyt-block3--reverse .lyt-block3-arrow {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.lyt-block3--reverse .lyt-block3-arrow img {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
@media screen and (max-width: 1000px) {
  .lyt-block3 {
    margin-top: 50px;
  }
  .lyt-block3:before {
    width: 16px;
    height: 16px;
    top: -33px;
    left: 23%;
    margin-left: -8px;
  }
  .lyt-block3-arrow {
    width: 26px;
  }
  .lyt-block3-arrow img {
    width: 16px;
    margin-top: -8px;
  }
  .lyt-block3-head img {
    height: 18.52px;
  }
  .lyt-block3-image {
    width: calc(50% - 13px);
  }
  .lyt-block3--reverse .lyt-block3-image:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .lyt-block3--reverse .lyt-block3-image:last-child {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .lyt-block3--reverse .lyt-block3-arrow {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .lyt-block3--reverse .lyt-block3-arrow img {
    margin-top: -28px;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}

.lyt-block-arrow-1 {
  margin: 0;
  text-align: center;
}
.lyt-block-arrow-1 + .lyt-block {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .lyt-block-arrow-1 {
    margin: 20px 0;
  }
  .lyt-block-arrow-1 img {
    width: 133px;
  }
}

.lyt-block-arrow-2 {
  margin: -20px;
  text-align: center;
}
.lyt-block-arrow-2 + .lyt-block {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .lyt-block-arrow-2 {
    margin: 20px 0;
  }
  .lyt-block-arrow-2 img {
    width: 51px;
  }
}

.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;
}
.lyt-block:first-child {
  margin-top: 0;
}
.lyt-block-image {
  width: 40%;
  text-align: center;
  padding: 10px;
}
.lyt-block-content {
  width: 60%;
  padding-left: 2em;
}
.lyt-block-content p {
  margin-top: 1.5em;
}
.lyt-block-content > *:first-child {
  margin-top: 0 !important;
}
.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: 2em;
}
@media screen and (max-width: 768px) {
  .lyt-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
  }
  .lyt-block-content {
    width: 100%;
    margin-top: 10px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    display: block;
  }
  .lyt-block-head {
    text-align: center;
  }
  .lyt-block-head img {
    width: auto;
    height: 18.52px;
  }
  .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-right: 0;
  }
}

.tbl-product {
  font-size: 16px;
}
.tbl-product th {
  text-align: justify;
  padding: 3px 0;
  white-space: nowrap;
}
.tbl-product td {
  position: relative;
  padding: 3px 0 3px 1em;
}
.tbl-product td:before {
  content: "：";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
}
.tbl-product td small {
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  .tbl-product {
    font-size: 14px;
  }
  .tbl-product td small {
    font-size: 12px;
  }
}

.box-news {
  max-width: 220px;
  margin: 0 auto;
}
.box-news > a {
  color: inherit;
  display: inline-block;
}
.box-news > a > img {
  width: 100%;
}
.box-news-text {
  margin-top: 0.5em;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 768px) {
  .box-news {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 768px) {
  img.head-sp-1 {
    max-width: 266px;
  }

  img.head-sp-2 {
    max-width: 214px;
  }

  img.head-sp-3 {
    max-width: 290px;
  }

  img.head-sp-4 {
    max-height: 24px;
  }

  img.head-sp-5 {
    max-width: 273px;
  }

  img.head-sp-6 {
    max-width: 198px;
  }

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

  img.head-sp-8 {
    max-width: 262px;
  }

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

  img.head-sp-10 {
    max-width: 0px;
  }
}
.img-card-image {
  text-align: center;
}
.img-card-head {
  text-align: center;
  margin-top: 25px;
}
.img-card p {
  margin-top: 1em;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 768px) {
  .img-card .ani-zoom {
    display: block;
  }
}

.ani-zoom {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1000;
  border-radius: 4.5%;
}

.dp-box-2 .ani-zoom,
.hisui-lyt-card-2 .ani-zoom,
.hisui-lyt-card-3 .ani-zoom {
  border-radius: 4%;
}

@media screen and (min-width: 769px) {
  .ani-zoom:hover {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  .ani-zoom.sp:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (max-width: 768px) {
  .ani-zoom {
    max-width: 252px;
    margin-left: auto;
    margin-right: auto;
  }
}
.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;
}

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

.mt-0 {
  margin-top: 0;
}

.uni-style-01 {
  height: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .uni-style-01 {
    display: block;
    height: auto;
  }
}

.uni-style-02 {
  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;
  width: 100%;
}

.uni-style-03 {
  height: 0;
  margin-top: 0;
}
.uni-style-03 > img {
  position: relative;
  top: 75px;
}
@media screen and (max-width: 768px) {
  .uni-style-03 {
    height: auto;
    margin-top: 15px;
  }
  .uni-style-03 > img {
    top: 0;
  }
}

.uni-style-04 {
  height: 0;
  margin-top: 0;
}
.uni-style-04 > img {
  position: relative;
  top: 55px;
}
@media screen and (max-width: 768px) {
  .uni-style-04 {
    height: auto;
    margin-top: 15px;
  }
  .uni-style-04 > img {
    top: 0;
  }
}

#PageTop {
  margin-bottom: -1px;
}
#PageTop > a > img {
  border: 1px solid #fff;
  border-width: 1px 1px 0;
  border-radius: 20px 20px 0 0;
}

.share {
  border-top: 1px solid #fff;
}

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

.pokesen-button {
  width: 370px;
  margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
  .pokesen-button {
    width: 240px;
    margin: 20px auto 0;
  }
}
