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

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

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

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header-menu-button {
  position: relative;
  background: #363636;
}

.header-menu-button:after, .header-menu-button:before {
  content: "";
  display: inline-block;
  width: 37px;
  height: 4px;
  background: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#FFE45F), color-stop(50%, #fff), to(#78C1CF));
  background: linear-gradient(90deg, #FFE45F 0%, #fff 50%, #78C1CF 100%);
  position: absolute;
  top: 50%;
  margin-top: -14px;
  left: 20px;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 10em;
}

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

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

.header-menu-button > a:before {
  content: "";
  display: inline-block;
  width: 37px;
  height: 4px;
  background: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#FFE45F), color-stop(50%, #fff), to(#78C1CF));
  background: linear-gradient(90deg, #FFE45F 0%, #fff 50%, #78C1CF 100%);
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 20px;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 10em;
}

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

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

  .header-menu-button > a:before {
    width: 27px;
    height: 2px;
    margin-top: -1px;
    left: 12px;
  }
}
.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 {
  display: none;
}

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

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

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

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

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

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

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

body {
  background: #0E2133;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  position: relative;
  line-height: 1.5;
}
body a {
  color: #fff;
}
body p {
  line-height: 1.8;
}

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

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

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

.header-section {
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  z-index: 3000;
  background: rgba(255, 255, 255, 0.6);
  border-bottom: 2px solid #0D0D0D;
  min-height: 79px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header-section.is-fixed {
  top: 0;
}
.header-section a {
  width: 50%;
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .header-section {
    min-height: 52px;
    padding-right: 60px;
  }
  .header-section a img {
    height: 37px;
  }
}

.header-section2 {
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  z-index: 3000;
  background: rgba(255, 255, 255, 0.6);
  border-bottom: 2px solid #0D0D0D;
  min-height: 79px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header-section2.is-fixed {
  top: 0;
}
.header-section2 a {
  width: 50%;
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .header-section2 {
    min-height: 52px;
    padding-right: 60px;
  }
  .header-section2 a img {
    height: 37px;
  }
}

.section {
  padding: 100px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section {
    padding: 80px 20px;
  }
}
.section > .section-inner {
  max-width: 1014px;
  margin-left: auto;
  margin-right: auto;
}
.section > .section-inner > *:first-child {
  margin-top: 0;
}
.section.section-hero {
  padding: 0;
}
.section.section-cardlist {
  background: #000;
  padding: 30px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section.section-cardlist {
    padding: 10px 20px 40px;
  }
}
.section.section-ancient {
  background: #804409 url("../images/body-bg-1.jpg") no-repeat center top;
  background-size: 100% 100%;
  background-attachment: fixed;
  position: relative;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .section.section-ancient {
    background-size: auto 100vh;
  }
}
.section.section-feature {
  background: #224152 url("../images/body-bg-2.jpg") no-repeat center top;
  background-size: 100% 100%;
  background-attachment: fixed;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .section.section-feature {
    background-size: auto 100vh;
  }
}
.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-trainers .section-inner {
  max-width: 900px;
}
.section.section-product {
  background: #343434;
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .section.section-starter {
    padding-top: 10px;
  }
}
.section.section-illust {
  background: #000;
  padding: 0;
}
.section.section-illust img {
  width: 100%;
}
.section.section-more {
  background: #ddd url("../images/body-bg-3.jpg") no-repeat 0 0;
  background-size: 100vw 100vh;
  background-attachment: fixed;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .section.section-more {
    padding-top: 30px;
  }
}
.section.section-acespec {
  background: #1f2129 url("../images/body-bg-4.png") no-repeat center top/100% auto;
  padding-top: 20px;
}
.section.section-acespec .img-card .img-card-head2 {
  color: #63C3D5;
}
.section.section-acespec .img-card p {
  color: #63C3D5;
}
.section.section-ar {
  background: #ddd;
  background: -webkit-gradient(linear, left top, left bottom, from(#EB890A), color-stop(50%, #5489B2), color-stop(80%, #616161));
  background: linear-gradient(180deg, #EB890A 0%, #5489B2 50%, #616161 80%);
}
@media screen and (max-width: 768px) {
  .section.section-ar {
    padding-top: 40px;
  }
}

.ps__rail-x {
  height: 13px;
  border-radius: 7px;
  margin-left: 50px;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .ps__rail-x {
    margin-right: 20px;
    margin-left: 20px;
  }
}

.ps__thumb-x {
  height: 13px;
  bottom: 0;
  background: #F29755;
  background: -webkit-gradient(linear, left top, left bottom, from(#F29755), color-stop(80%, #AC440A));
  background: linear-gradient(180deg, #F29755 0%, #AC440A 80%);
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  background-color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#9C9898), to(#fff));
  background: linear-gradient(90deg, #9C9898 0%, #fff 100%);
}

.section-art--feature .ps__thumb-x {
  background: #8AE4F5;
  background: -webkit-gradient(linear, left top, left bottom, from(#8AE4F5), color-stop(80%, #2B7886));
  background: linear-gradient(180deg, #8AE4F5 0%, #2B7886 80%);
}

.section-art {
  margin-top: 70px;
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-art--ancient {
  background: #302004;
}
.section-art--feature {
  background: #091938;
}
.section-art-inner {
  margin-left: auto;
  margin-right: auto;
}
.section-art-head {
  text-align: center;
}
.section-art-image {
  position: relative;
  overflow-x: scroll;
  padding-bottom: 60px;
}
.section-art-image img {
  height: 628px;
  max-width: inherit;
}
@media screen and (max-width: 768px) {
  .section-art-image {
    margin-top: 20px;
  }
  .section-art-image img {
    height: 200px;
  }
}

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

.box-border {
  margin-top: 60px;
  border-radius: 40px;
  border: 10px solid #D7BE00;
  padding: 80px;
  background: url(../images/bg-ancient-box.png) repeat-y 0 0/cover;
  position: relative;
  z-index: 1;
}
.box-border > *:first-child {
  margin-top: 0;
}
.box-border .lyt-block-head2 {
  color: #FFE257;
  text-shadow: -2px -2px 0 #493107, 0 -2px 0 #493107, 2px -2px 0 #493107, 2px 0 0 #493107, 2px 2px 0 #493107, 0 2px 0 #493107, -2px 2px 0 #493107, -2px 0 0 #493107;
}
.box-border p {
  text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
}
.box-border--feature .lyt-block-head2 {
  text-shadow: -2px -2px 0 #493107, 0 -2px 0 #092763, 2px -2px 0 #092763, 2px 0 0 #092763, 2px 2px 0 #092763, 0 2px 0 #092763, -2px 2px 0 #092763, -2px 0 0 #092763;
}
.box-border-inner {
  border-radius: 8px;
  background: #182536;
  padding: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 50px;
}
.box-border-image {
  width: 55%;
  position: relative;
}
.box-border-image .img-card-bg {
  width: 450px;
  height: 450px;
  top: -60px;
  left: -110px;
  -webkit-transform: none;
          transform: none;
  position: absolute;
  z-index: 1;
}
.box-border-image .img-card-bg + img {
  position: relative;
  z-index: 2;
}
.box-border-content {
  width: 45%;
}
.box-border-content > *:not(:first-child) {
  margin-top: 1.5em;
}
.box-border-content p {
  text-align: justify;
  text-justify: inter-ideograph;
}
.box-border--feature {
  border-color: #B1B1B1;
  background-image: url(../images/bg-feature-box.png);
}
@media screen and (max-width: 768px) {
  .box-border {
    margin-top: 20px;
    border-width: 5px;
    padding: 40px 5px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
  }
  .box-border-inner {
    display: block;
    padding: 30px 28px;
  }
  .box-border-image {
    width: 100%;
    max-width: 405px;
    margin-left: auto;
    margin-right: auto;
  }
  .box-border-image .img-card-bg {
    width: 350px;
    height: 350px;
    top: -50px;
    left: -90px;
  }
  .box-border-content {
    width: 100%;
    margin-top: 40px;
  }
}

.box-border2 {
  margin-top: 40px;
  border-radius: 20px;
  border: 10px solid #fff;
  background: rgba(255, 255, 255, 0.6);
}
.box-border2-inner {
  padding: 80px;
}
.box-border2-inner > *:first-child {
  margin-top: 0;
}
.box-border2-inner .img-card-head2 {
  color: #000;
}
.box-border2-inner p {
  color: #000;
}
.box-border2--acespec {
  border-color: #63C3D5;
  background: -webkit-gradient(linear, left top, left bottom, from(#B5A6AE), color-stop(15%, #1B1317), to(#3A1027));
  background: linear-gradient(180deg, #B5A6AE 0%, #1B1317 15%, #3A1027 100%);
}
.box-border2--ancient {
  background: -webkit-gradient(linear, left top, right top, from(#D96136), color-stop(50%, #fff), to(#D96136));
  background: linear-gradient(90deg, #D96136 0%, #fff 50%, #D96136 100%);
}
.box-border2--ancient .box-border2-inner {
  background: #333 url(../images/bg-ancient-box.jpg) repeat-y 0 0/cover;
}
.box-border2--feature {
  background: -webkit-gradient(linear, left top, right top, from(#0275AF), color-stop(50%, #fff), to(#0275AF));
  background: linear-gradient(90deg, #0275AF 0%, #fff 50%, #0275AF 100%);
}
.box-border2--feature .box-border2-inner {
  background: #333 url(../images/bg-feature-box.jpg) repeat-y 0 0/cover;
}
.box-border2 + .box-border2 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .box-border2 {
    padding: 2px;
    border-width: 3px;
    border-radius: 20px;
    margin-top: 25px;
  }
  .box-border2-inner {
    padding: 40px 20px;
    border-radius: 10px;
  }
  .box-border2 p.text2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .box-border2 p.text3 {
    width: 100%;
  }
  .box-border2 .lyt-column--evo2 {
    padding-left: 0;
    padding-right: 0;
  }
  .box-border2 .lyt-block .lyt-block-content,
  .box-border2 .lyt-block .img-card {
    padding-left: 10px;
    padding-right: 10px;
  }
  .box-border2 + .box-border2 {
    margin-top: 40px;
  }
}

.box-border3 {
  margin-top: 60px;
  border-radius: 20px;
  padding: 30px 40px;
  border: 5px solid #fff;
  color: #fff;
}
.box-border3 h3 {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  border-bottom: 2px solid #fff;
  padding-bottom: 20px;
}
.box-border3 p {
  margin-top: 0.8em;
  font-size: 22px;
}
.box-border3 dl {
  margin-top: 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.box-border3 dl > dt {
  margin-right: 0.5em;
}
.box-border3 dl > dt img {
  width: 64px;
}
.box-border3 dl > dt:not(:first-child) {
  margin-left: 2em;
}
@media screen and (max-width: 768px) {
  .box-border3 {
    padding: 30px 20px;
    margin-top: 40px;
    border-width: 2px;
  }
  .box-border3 dl > dt {
    width: 70px;
    margin-right: 0;
    margin: 5px 0 !important;
  }
  .box-border3 dl > dd {
    width: calc(100% - 70px);
    margin: 5px 0 !important;
  }
}

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

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

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

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

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

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

p.text3 {
  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;
  }
}

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

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

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

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

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

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

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

.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-btn {
  margin-top: 32px;
}
.wrap-btn > a {
  display: inline-block;
}
.wrap-btn > a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .wrap-btn {
    margin-top: 25px;
  }
}

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

.lyt-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: 980px;
  margin: 60px auto 0;
}
.lyt-block:first-child {
  margin-top: 0;
}
.lyt-block-image {
  width: 41%;
  text-align: center;
}
.lyt-block-content {
  width: calc(100% - 41%);
  padding-left: 60px;
  position: relative;
  z-index: 1;
}
.lyt-block-content p {
  margin-top: 1em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.lyt-block-content > *:first-child {
  margin-top: 0 !important;
}
.lyt-block-head2 {
  font-size: 24px;
  margin-top: 1em;
  line-height: 1.2;
  font-weight: 700;
}
.lyt-block--small {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.lyt-block--small .lyt-block-image {
  width: 43%;
}
.lyt-block--small .lyt-block-content {
  width: 57%;
}
.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: 60px;
}
@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 + .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 .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--product .lyt-column-item {
  width: 50%;
  padding: 0 20px;
}
.lyt-column--product .lyt-column-item:first-child {
  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--starter {
  margin-left: -40px;
  margin-right: -40px;
  width: calc(100% + 80px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lyt-column--starter .lyt-column-item {
  width: 45%;
  padding: 0 40px;
}
.lyt-column--starter .lyt-column-item:first-child {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .lyt-column--starter .lyt-column-item {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
  }
  .lyt-column--starter .lyt-column-item:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
}
.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;
}
@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: 300px;
    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 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .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 {
  text-align: center;
  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: -35px;
  right: -35px;
  -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;
}
.modal-content-inner {
  padding: 50px;
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background: white;
  border-radius: 10px;
}
.modal-content-head {
  text-align: center;
  margin-top: 20px;
}
.modal-content p {
  margin-top: 1em;
  line-height: 1.5;
}
.modal-content-image {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .modal-content {
    height: 100%;
  }
  .modal-content-close {
    top: -28px;
    right: -14px;
  }
  .modal-content-close > a {
    display: inline-block;
    width: 56px;
    height: 56px;
  }
  .modal-content-inner {
    padding: 40px 20px;
  }
  .modal-content-head {
    margin-top: 0;
  }
  .modal-content-image {
    margin-top: 20px;
  }
}
.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;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.style-2 {
  margin-top: 1.4em !important;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .style-2 {
    padding: 0 20px;
  }
}

.style-3 {
  margin-left: -20px;
  margin-right: -20px;
}

.style-4 {
  position: absolute;
  top: 140px;
  left: -24px;
}

.style-5 {
  margin: -10px auto 30px;
}
@media screen and (max-width: 768px) {
  .style-5 {
    display: block;
  }
}
