@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: -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: #fff;
  font-size: 18px;
  font-weight: 500;
  color: #062B41;
  position: relative;
}
body a {
  color: #062B41;
}
@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: 232px;
}
@media screen and (max-width: 768px) {
  .header-logo > a {
    width: 150px;
  }
}
.header-logo > a:hover {
  opacity: 0.6;
}

.section {
  padding: 80px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section {
    padding: 40px 20px;
  }
}
.section > .section-inner {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.section.section-hero {
  padding: 200px 20px;
  background: url("../images/hero-bg−1.png") no-repeat center center/cover;
}
.section.section-hero > .section-inner {
  text-align: center;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .section.section-hero {
    padding: 24vw 20px;
    background-size: 200% auto;
  }
}
.section.section-about, .section.section-event {
  background: #28AEE4;
  color: #fff;
}
.section.section-record {
  padding-bottom: 160px;
}
.section.section-news {
  padding-bottom: 300px;
  background: url("../images/body-bg-3_min.png") no-repeat center top/cover;
}
@media screen and (max-width: 768px) {
  .section.section-news {
    padding-bottom: 180px;
    background-size: 200% auto;
  }
}

.section-event-logo {
  width: 545px;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .section-event-logo {
    width: 80%;
    height: auto;
    margin: 0 auto !important;
  }
}
.bg-img {
  color: #062B41;
  background: #BBE3F9 url("../images/section-bg-2.png") repeat center top;
}
@media screen and (max-width: 768px) {
  .bg-img {
    background-size: 200% auto;
  }
}

.hero-main-head {
  width: 100%;
  text-align: center;
}

.nav-global-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #062b41;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav-global-inner > li {
  position: relative;
}
.nav-global-inner > li:before, .nav-global-inner > li:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 28px;
  background: #8395a0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  left: 0;
  z-index: 1;
}
.nav-global-inner > li:after {
  display: none;
}
.nav-global-inner > li > a {
  display: block;
}
.nav-global-inner > li > a:hover {
  opacity: 0.6;
}
.nav-global-inner > li:last-child:after {
  display: inline-block;
  left: auto;
  right: 0;
}
.nav-global.is-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2100;
}
@media screen and (max-width: 768px) {
  .nav-global-inner > li:first-child:before {
    display: none;
  }
  .nav-global-inner > li:last-child:after {
    display: none;
  }
}

.txt-lead {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .txt-lead {
    margin-top: 20px;
  }
}

.txt-event {
  max-width: 642px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.txt-lead--product {
  font-size: 32px;
  font-weight: normal;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .txt-lead--product {
    font-size: 22px;
    line-height: 1.3;
  }
}
.box-fill {
  margin-top: 60px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 60px 30px;
}
.box-fill > *:first-child {
  margin-top: 0;
}
.box-fill .lyt-block {
  max-width: 780px;
}
.box-fill .lyt-block-content {
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .box-fill .lyt-block-content {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .box-fill {
    margin-top: 30px;
    padding: 50px 20px;
  }
}

.box-fill2 {
  background: #1D8BBD;
  margin-top: 60px;
  border-radius: 20px;
  padding: 50px 30px;
}
.box-fill2 > *:first-child {
  margin-top: 0;
}
.box-fill2 .lyt-block {
  max-width: 730px;
}
.box-fill2 .lyt-block-image {
  width: 48%;
}
.box-fill2 .lyt-block-content {
  width: 52%;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .box-fill2 {
    margin-top: 40px;
    border-width: 4px;
    border-radius: 10px;
    padding: 50px 20px;
  }
  .box-fill2 .lyt-block-image {
    width: 100%;
  }
  .box-fill2 .lyt-block-content {
    width: 100%;
    padding-left: 0;
  }
}

.box-fill3 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(145, 135, 135, 0.87)), color-stop(5%, rgba(33, 22, 30, 0.87)), to(rgba(58, 16, 39, 0.87)));
  background: linear-gradient(180deg, rgba(145, 135, 135, 0.87), rgba(33, 22, 30, 0.87) 5%, rgba(58, 16, 39, 0.87));
}

.box-fill4 {
  background-color: #1d8bbd;
}

.box-fill4 .lyt-block {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.box-fill4 .lyt-block-image {
  width: 45%;
}

.box-fill4 .lyt-block-image-max {
  width: 100%;
}

.box-fill4 .lyt-block-content {
  width: calc(100% - 45%);
}

.box-fill4 .lyt-block-head-center {
  text-align: center;
}

.lyt-block-text {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .box-fill4 .lyt-block-image {
    width: 100%;
  }

  .box-fill4 .lyt-block-content {
    width: 100%;
  }
}
.box-pack {
  text-align: center;
}
.box-pack-head {
  font-size: 22px;
}
.box-pack-image {
  margin-top: 5px;
}
.box-pack-btn {
  margin-top: 10px;
}
.box-pack-btn > a {
  display: inline-block;
}
.box-pack-btn > a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .box-pack-head {
    font-size: 16px;
  }
}

.box-sealed {
  border: 2px solid #28AEE4;
  border-radius: 10px;
  background: #fff;
  color: #062B41;
  text-align: center;
  overflow: hidden;
}
.box-sealed-head {
  display: block;
  position: relative;
  padding: 32px 10px;
}
.box-sealed-head:before {
  content: "";
  display: inline-block;
  width: 49px;
  height: 49px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url("../images/record-icon-1.png") no-repeat 0 0;
}
.box-sealed-head:hover {
  opacity: 0.6;
}
.box-sealed-head.is-open:before {
  background-image: url("../images/record-icon-2.png");
}
.box-sealed-content {
  background: #eee;
  padding: 30px 20px 0;
  display: none;
}
.box-sealed-image {
  margin-top: 15px;
}
.box-sealed-image img {
  max-width: 235px;
}
.box-sealed-head3 {
  margin-top: 20px;
}
.box-sealed-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 40px);
  margin-top: 35px;
  margin-left: -20px;
  margin-right: -20px;
}
.box-sealed-btn > a {
  background: #062B41 url("../images/icon-btn-1.png") no-repeat 90% center;
  color: #fff;
  font-size: 18px;
  width: 60%;
  padding: 14px 30px 14px 10px;
}
.box-sealed-btn > a:last-child {
  border-left: 2px solid #eee;
  width: 40%;
}
.box-sealed-btn > a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .box-sealed-head {
    padding: 20px 10px;
  }
  .box-sealed-head:before {
    width: 38px;
    height: 38px;
    background-size: cover;
  }
  .box-sealed-head3 {
    font-size: 18px;
  }
  .box-sealed-btn {
    margin-top: 20px;
  }
  .box-sealed-btn > a {
    font-size: 16px;
  }
}

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

.box-modal {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  color: #062B41;
}
.box-modal > a {
  display: block;
  position: relative;
}
.box-modal > a:before {
  content: "";
  display: inline-block;
  width: 76px;
  height: 76px;
  position: absolute;
  top: 0;
  left: 0;
}
.box-modal > a:hover {
  opacity: 0.6;
}
.box-modal-img img {
  width: 100%;
}
.box-modal-text {
  padding: 30px 10px;
  font-size: 28px;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .box-modal > a:before {
    width: 32px;
    height: 32px;
    background-size: cover;
  }
  .box-modal-text {
    padding: 20px 3px;
    font-size: 13px;
  }
}

.img-pack,
.img-logo {
  margin-top: 30px;
  text-align: center;
}
.img-pack > img,
.img-logo > img {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .img-logo {
    margin-top: 15px;
  }
}
.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;
}
.lyt-column--2card {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.lyt-column--2card .lyt-column-item {
  width: 50%;
}
.lyt-column--2card .lyt-column-item:nth-child(n+3) {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .lyt-column--2card .lyt-column-item {
    padding: 0;
    width: 100%;
  }
  .lyt-column--2card .lyt-column-item:nth-child(n+2) {
    margin-top: 40px;
  }
  .lyt-column--2card .lyt-column-item .img-card {
    padding: 0;
  }
  .lyt-column--2card .lyt-column-item .img-card-head {
    margin-top: 15px;
  }
  .lyt-column--2card .lyt-column-item .img-card-head + p {
    margin-top: 15px;
  }
}
.lyt-column--3card {
  margin-left: auto;
  margin-right: auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.lyt-column--3card .lyt-column-item {
  width: 33.333%;
}
.lyt-column--3card .lyt-column-item:nth-child(n+4) {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .lyt-column--3card .lyt-column-item {
    padding: 0;
    width: 100%;
  }
  .lyt-column--3card .lyt-column-item:nth-child(n+2) {
    margin-top: 40px;
  }
  .lyt-column--3card .lyt-column-item .img-card {
    padding: 0;
  }
  .lyt-column--3card .lyt-column-item .img-card-head {
    margin-top: 15px;
  }
  .lyt-column--3card .lyt-column-item .img-card-head + p {
    margin-top: 15px;
  }
}
.lyt-column--2set .lyt-column-item:nth-child(1) .img-card-head {
  width: calc(200% + 48px);
}
.lyt-column--2set .lyt-column-item:nth-child(2) .ani-zoom + p {
  margin-top: 3.7em;
}
@media screen and (max-width: 768px) {
  .lyt-column--2set .lyt-column-item {
    width: 100%;
  }
  .lyt-column--2set .lyt-column-item .img-card-head {
    margin-top: 1em;
  }
  .lyt-column--2set .lyt-column-item .img-card-head + p {
    margin-top: 1em;
  }
  .lyt-column--2set .lyt-column-item:nth-child(1) .img-card-head {
    width: 100%;
  }
  .lyt-column--2set .lyt-column-item:nth-child(2) {
    margin-top: 30px;
  }
  .lyt-column--2set .lyt-column-item:nth-child(2) .ani-zoom + p {
    margin-top: 1em;
  }
}
.lyt-column--col2 .lyt-column-item {
  width: 50%;
}
.lyt-column--col2 .lyt-column-item:nth-child(n+3) {
  margin-top: 48px;
}
.lyt-column--col3 .lyt-column-item {
  width: 33.33333%;
}
.lyt-column--col3 .lyt-column-item:nth-child(n+4) {
  margin-top: 48px;
}
.lyt-column--about {
  max-width: 824px;
}
.lyt-column--event {
  max-width: 778px;
}
.lyt-column--record {
  max-width: 778px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lyt-column--record__col2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0 !important;
  height: 382px;
}
.lyt-column--record__col2__content {
  width: calc((100% / 2) - 5px);
}
.lyt-column--record__col2__content .box-sealed-image img {
  width: 100%;
}
.lyt-column--evo {
  max-width: 900px;
}
.lyt-column--evo .lyt-column-item {
  width: 50%;
  padding: 0 60px;
}
.lyt-column--evo .lyt-column-item:nth-child(1), .lyt-column--evo .lyt-column-item:nth-child(3) {
  width: 45%;
}
.lyt-column--evo .lyt-column-item:nth-child(2) {
  width: 16%;
  margin-left: -3%;
  margin-right: -3%;
  padding: 15% 0 0;
  text-align: center;
}
.lyt-column--evo .lyt-column-item:nth-child(2) img {
  position: relative;
}
.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: 50%;
    padding: 0 8px;
  }
  .lyt-column--col3 .lyt-column-item:nth-child(n+3) {
    margin-top: 40px;
  }
  .lyt-column--about .lyt-column-item {
    width: 50%;
  }
  .lyt-column--about .lyt-column-item:nth-child(2) {
    margin-top: 0;
  }
  .lyt-column--about .lyt-column-item:nth-child(n+3) {
    margin-top: 16px;
  }
  .lyt-column--evo .lyt-column-item {
    width: 100% !important;
    padding: 0;
  }
  .lyt-column--evo .lyt-column-item:nth-child(1) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .lyt-column--evo .lyt-column-item:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 10px 0 !important;
    padding-top: 0;
  }
  .lyt-column--evo .lyt-column-item:nth-child(2) img {
    width: 97px;
  }
  .lyt-column--evo .lyt-column-item:nth-child(2) + .lyt-column-item {
    margin-top: 0 !important;
  }
  .lyt-column--evo .lyt-column-item:nth-child(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.lyt-product {
  margin: 40px auto 0;
  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;
  max-width: 700px;
}
.lyt-product-image {
  width: 45%;
}
.lyt-product-content {
  width: 55%;
  padding-left: 20px;
}
.lyt-product-content small {
  font-size: 14px;
}
.lyt-product-content p {
  margin-top: 1em;
}
.lyt-product-head {
  font-size: 22px;
}
.lyt-product-btn {
  margin-top: 25px;
  text-align: center;
}
.lyt-product-btn > a {
  display: block;
}
.lyt-product-btn > a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .lyt-product-image {
    width: 35%;
  }
  .lyt-product-content {
    width: 65%;
    font-size: 14px;
    padding-left: 10px;
  }
  .lyt-product-content small {
    font-size: 12px;
  }
  .lyt-product-head {
    font-size: 20px;
    line-height: 1.3;
  }
  .lyt-product + .btn-wrap {
    margin-top: 20px;
  }
}

.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-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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lyt-block-item {
  width: 50%;
}
.lyt-block-item:nth-child(2n) {
  padding-left: 25px;
}
.lyt-block-item:nth-child(2n-1) {
  padding-right: 25px;
}
.lyt-block-image {
  width: 35.8%;
  text-align: center;
}
.lyt-block-content {
  width: calc(100% - 35.8%);
  padding-left: 50px;
  position: relative;
  z-index: 1;
}
.lyt-block-content p {
  margin-top: 1.5em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.lyt-block-content > *:first-child {
  margin-top: 0 !important;
}
.lyt-block-head + p {
  margin-top: 1em;
}
.lyt-block-head2 {
  font-size: 22px;
  margin-top: 25px;
  line-height: 1.2;
}
.lyt-block-head2 + p {
  margin-top: 1em;
}
.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: 50px;
}
.lyt-block--event .lyt-block-image {
  width: 40%;
}
.lyt-block--event .lyt-block-content {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .lyt-block {
    margin-top: 30px;
  }
  .lyt-block-item {
    width: 100%;
  }
  .lyt-block-item:nth-child(2n) {
    padding-left: 0;
  }
  .lyt-block-item:nth-child(2n-1) {
    padding-right: 0;
  }
  .lyt-block-item:nth-child(n+2) {
    margin-top: 30px;
  }
  .lyt-block-image {
    width: 100%;
  }
  .lyt-block-content {
    margin-top: 15px;
    width: 100%;
  }
  .lyt-block-head {
    text-align: center;
  }
  .lyt-block-head > img {
    max-height: 20px;
  }
  .lyt-block-head2 {
    margin-top: 15px;
    font-size: 20px;
    text-align: center;
  }
  .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;
  }
  .lyt-block--event .lyt-block-image {
    width: 100%;
    text-align: center;
  }
  .lyt-block--event .lyt-block-image img {
    max-width: 185px;
  }
  .lyt-block--event .lyt-block-content {
    width: 100%;
    margin-top: 20px;
  }
}

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

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

.lyt-block-arrow-3 {
  margin: 10px auto;
  max-width: 820px;
  text-align: right;
}
.lyt-block-arrow-3 > span {
  display: inline-block;
  width: 100%;
  max-width: 335px;
  text-align: center;
}
.lyt-block-arrow-3 + .lyt-column {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .lyt-block-arrow-3 {
    margin: 20px 0 10px;
    text-align: center;
  }
}

.btn-wrap {
  margin-top: 60px;
  text-align: center;
  width: 100%;
}
.btn-wrap > a {
  display: inline-block;
}
.btn-wrap > a:hover {
  opacity: 0.6;
}
.btn-wrap + .head-section4 {
  margin-top: 60px;
}
.btn-wrap--col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .btn-wrap {
    margin-top: 30px;
  }
  .btn-wrap > a {
    max-width: 320px;
  }
  .btn-wrap .btn-image img {
    max-height: 56px;
  }
  .btn-wrap--col2 {
    display: block;
  }
  .btn-wrap--col2 a:last-child {
    margin-top: 24px;
  }
}

.head-section {
  text-align: center;
  margin-top: 80px;
}
.head-section:first-child {
  margin-top: 0;
}
.head-section img {
  max-width: 100%;
}
.head-section + .head-section2 {
  margin-top: 30px;
}

.head-section2 {
  margin-top: 60px;
  text-align: center;
}
.head-section2 + .head-section2 {
  margin-top: 30px;
}
.head-section2 + .head-section3 {
  margin-top: 30px;
}

.head-section3 {
  margin-top: 60px;
  text-align: center;
}
.head-section3 + .head-section3 {
  margin-top: 30px;
}

.head-section4 {
  font-size: 28px;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .head-section4 {
    font-size: 23px;
    margin-top: 20px;
  }
}

.u-txt-shadow {
  text-shadow: #B6E6FD 1.5px 0, #B6E6FD -1.5px 0, #B6E6FD 0 1.5px, #B6E6FD 0 -1.5px;
}

.u-maw-730 {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.tbl-event {
  background: #fff;
  margin-top: 30px;
  width: 100%;
}
.tbl-event a {
  display: inline-block;
  color: #25B2F0;
}
.tbl-event a:hover {
  text-decoration: underline;
}
.tbl-event th,
.tbl-event td {
  padding: 20px 30px;
  font-size: 16px;
}
.tbl-event th {
  text-align: left;
  background: #062B41;
  color: #fff;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
}
.tbl-event td {
  border: 1px solid #062B41;
  border-width: 0 1px 1px 0;
  color: #062B41;
}
.tbl-event tr:first-child th,
.tbl-event tr:first-child td {
  border-top: 1px solid #062B41;
}
.tbl-event tr:last-child th {
  border-bottom: 1px solid #062B41;
}
.tbl-event small {
  font-size: 14px;
}
.tbl-event-indent {
  padding-left: 1em;
  position: relative;
  display: inline-block;
}
.tbl-event-indent:not(:first-child) {
  margin-top: 10px;
}
.tbl-event-indent > span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
.tbl-event-text {
  margin-top: 10px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .tbl-event {
    margin-top: 20px;
  }
  .tbl-event th,
  .tbl-event td {
    padding: 15px 10px;
    font-size: 14px;
  }
  .tbl-event th {
    white-space: nowrap;
    padding-right: 20px;
  }
  .tbl-event td small {
    font-size: 12px;
  }
}

.modal-content {
  position: absolute;
  z-index: 3000;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0);
          transform: translate3d(0);
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  top: 0;
  left: 0;
  color: #000;
  display: none;
}
.modal-content-close {
  position: absolute;
  top: -36px;
  right: -36px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}
.modal-content-close:hover {
  opacity: 0.6;
}
.modal-content-inner {
  padding: 50px;
  position: relative;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
}
.modal-content-image {
  text-align: center;
}
.modal-content-head {
  text-align: center;
  font-size: 28px;
}
.modal-content p {
  margin-top: 1em;
  line-height: 1.5;
}
.modal-content-image {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .modal-content-close {
    top: -33px;
    right: -20px;
  }
  .modal-content-inner {
    padding: 40px 20px;
  }
  .modal-content-head {
    font-size: 24px;
  }
  .modal-content-image {
    margin-top: 20px;
  }
}
.modal-content-tab-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: -1px;
}
.modal-content-tab-nav > a {
  margin-right: 10px;
  display: inline-block;
  background: #019BB7;
  color: #fff;
  font-size: 16px;
  border-radius: 10px 10px 0 0;
  padding: 10px 15px;
  border: 1px solid #019BB7;
  text-align: center;
  line-height: 1.5;
}
.modal-content-tab-nav > a.is-current {
  background: #fff;
  color: #019BB7;
  border-bottom-color: #fff;
}
.modal-content-tab-nav > a > span {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal-content-tab-nav > a:hover > span {
  opacity: 0.6;
}
.modal-content-tab-content {
  padding: 40px 50px;
  border: 1px solid #019BB7;
  background: #fff;
  display: none;
}
.modal-content-tab-content.is-current {
  display: block;
}
.modal-content-tab-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.modal-content-tab-card > li {
  width: 33.33333%;
  padding: 0 10px;
}
.modal-content-tab-card > li:nth-child(n+4) {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .modal-content-tab-nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .modal-content-tab-nav > a {
    width: 49%;
    margin-right: 0;
    font-size: 12px;
    border-radius: 5px 5px 0 0;
    padding: 10px 5px;
  }
  .modal-content-tab-content {
    padding: 30px 20px;
    overflow-y: scroll;
  }
  .modal-content-tab-card > li {
    width: 50%;
    padding: 0 5px;
  }
  .modal-content-tab-card > li:nth-child(n+3) {
    margin-top: 10px;
  }
  .modal-content .img-card {
    padding: 0;
  }
}

.img-card > * {
  position: relative;
}
.img-card p {
  margin-top: 20px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.img-card p small {
  font-size: 16px;
}
.img-card-image {
  text-align: center;
}
.img-card-head {
  text-align: center;
  margin-top: 20px;
}
.img-card-head2 {
  height: 52px;
}
.img-card-head2 img {
  margin: 14px 0;
}
@media screen and (max-width: 768px) {
  .img-card {
    padding: 0 20px;
    text-align: center;
  }
  .img-card p small {
    font-size: 14px;
  }
  .img-card-head img {
    height: 20px;
  }
  .img-card-head--2line img {
    height: 40px;
  }
  .img-card-head2 {
    height: 100%;
  }
  .img-card-head2 img {
    margin: 0;
  }
}

.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: 252px;
    margin-left: auto;
    margin-right: auto;
  }
}
span.ex {
  font-size: 1.25em;
  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;
}

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

.mt-M {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .mt-M {
    margin-top: 20px;
  }
}

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

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

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

  .sp-head-3 > img {
    max-height: 134px;
  }

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

  .sp-head-5 > img {
    max-height: 57px;
  }

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

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

  .sp-head-8 > img {
    max-height: 27px;
  }

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

  .sp-head-10 > img {
    max-height: 295px;
  }
}
#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;
  }
}

.txt-blue {
  color: #63c3d5;
}

.lyt-block-half {
  width: 50%;
  margin: 60px auto 0;
}

.event-schedule {
  margin: 20px 0 0;
  border-collapse: collapse;
  border: solid 1px #062b41;
}
.event-schedule th, .event-schedule td {
  padding: 20px;
}
.event-schedule th {
  width: 26%;
  background-color: #062b41;
  border-bottom: solid 1px #fff;
}
.event-schedule td {
  border-bottom: 1px solid #062b41;
  background-color: #fff;
  color: #062b41;
}
.event-schedule td > ul > li {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 10px;
}
.event-schedule td > ul > li:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .lyt-block-half {
    width: 100%;
  }

  .section-event-title img {
    height: 100px;
  }

  .event-schedule th, .event-schedule td {
    padding: 10px;
  }

  .marT30 {
    margin-top: 30px;
  }
}
.no-border {
  border-bottom: solid 1px #062b41 !important;
}
