@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: #040305 url("../images/body-bg-1.jpg") repeat center top/contain;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  position: relative;
}
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;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.section > .section-inner {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.section.section-hero {
  padding: 0 20px;
  background: url("../images/hero-bg−1.png") no-repeat center top/cover;
  height: 57vw;
  position: relative;
  z-index: 1;
  margin-bottom: -5vw;
  min-height: 860px;
}
.section.section-hero > .section-inner {
  max-width: 1290px;
}
@media screen and (max-width: 768px) {
  .section.section-hero {
    background-image: url("../images/hero-bg−1_sp.png");
    height: 149vw;
    padding-top: 16vw;
    min-height: inherit;
  }
}
.section.section-card {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .section.section-card {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .section.section-card .section-inner .btn-wrap:first-child {
    margin-top: 0;
  }
  .section.section-card .section-inner .btn-wrap:first-child img {
    max-width: 284px;
  }
}
.section.section-pokemon {
  background: url("../images/body-bg-2_min.png") no-repeat center top/cover;
  margin-bottom: -5vw;
}
@media screen and (max-width: 768px) {
  .section.section-pokemon {
    margin-bottom: -15vw;
  }
}
.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;
  }
}

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

.lyt-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 820px;
  margin-top: 80px;
}
.lyt-column--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lyt-column--style1 {
  max-width: calc(100% + 60px);
  margin-top: 50px;
  margin-left: -30px;
  margin-right: -30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lyt-column--style1 .lyt-column-item {
  width: 33.33333%;
  padding: 0 30px;
}
.lyt-column--style1 .lyt-column-item:nth-child(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.lyt-column--style1 .lyt-column-item:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.lyt-column--style1 .lyt-column-item:nth-child(3) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.lyt-column--style2 {
  max-width: calc(820px + 120px);
}
.lyt-column--style2 .lyt-column-item {
  width: 50%;
  padding: 0 60px;
}
.lyt-column--style2 .lyt-column-item:nth-child(n+3) {
  margin-top: 75px;
}
.lyt-column--style3 {
  max-width: calc(820px + 120px);
}
.lyt-column--style3 .lyt-column-item {
  width: 50%;
  padding: 0 60px;
}
.lyt-column--style3 .lyt-column-item:nth-child(1), .lyt-column--style3 .lyt-column-item:nth-child(3) {
  width: 47%;
}
.lyt-column--style3 .lyt-column-item:nth-child(2) {
  width: 20%;
  margin-left: -7%;
  margin-right: -7%;
  padding: 15% 0 0;
  text-align: center;
}
.lyt-column--style3 .lyt-column-item:nth-child(2) img {
  position: relative;
}
.lyt-column--col1 .lyt-column-item {
  width: 100%;
  padding: 0;
}
.lyt-column--col1 .lyt-column-item:nth-child(n+2) {
  margin-top: 50px;
}
.lyt-column--col2 {
  width: calc(100% + 60px);
  max-width: 880px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
}
.lyt-column--col2 .lyt-column-item {
  width: 50%;
  padding: 0 30px;
}
.lyt-column--col2 .lyt-column-item:nth-child(n+3) {
  margin-top: 70px;
}
.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--style1 {
    width: calc(100% + 28px);
    margin-top: 5px;
    margin-left: -14px;
    margin-right: -14px;
  }
  .lyt-column--style1 .lyt-column-item {
    width: 50%;
    padding: 0 14px;
    margin-top: 20px;
  }
  .lyt-column--style1 .lyt-column-item:first-child {
    width: 51%;
  }
  .lyt-column--style1 .lyt-column-item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .lyt-column--style1 .lyt-column-item:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .lyt-column--style1 .lyt-column-item .img-card {
    padding: 0;
  }
  .lyt-column--style2 .lyt-column-item {
    width: 100%;
    padding: 0;
  }
  .lyt-column--style2 .lyt-column-item:nth-child(n+2) {
    margin-top: 60px;
  }
  .lyt-column--style3 .lyt-column-item {
    width: 100% !important;
    padding: 0;
  }
  .lyt-column--style3 .lyt-column-item:nth-child(2) {
    margin: 30px 0 !important;
    padding-top: 0;
  }
  .lyt-column--style3 .lyt-column-item:nth-child(2) img {
    width: 97px;
  }
  .lyt-column--style3 .lyt-column-item:nth-child(2) + .lyt-column-item {
    margin-top: 0 !important;
  }
  .lyt-column--style3 .lyt-column-item:nth-child(n+2) {
    margin-top: 60px;
  }
  .lyt-column--keep .lyt-column-item {
    width: 43% !important;
    padding: 0 !important;
  }
  .lyt-column--keep .lyt-column-item .img-card {
    padding: 0 10px;
  }
  .lyt-column--keep .lyt-column-item:nth-child(2) {
    margin: 60px -4% 0 -3% !important;
    padding-top: 0;
    width: 20% !important;
  }
  .lyt-column--keep .lyt-column-item:nth-child(2) img {
    width: 97px;
  }
  .lyt-column--keep .lyt-column-item:nth-child(2) + .lyt-column-item {
    margin-top: 0 !important;
  }
  .lyt-column--keep .lyt-column-item .img-card-head {
    margin-top: 15px;
  }
  .lyt-column--keep .lyt-column-item .img-card-text {
    font-size: 14px;
  }
  .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: 50px;
  }
}

.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;
}
.lyt-block:first-child {
  margin-top: 0;
}
.lyt-block-image {
  width: 35.8%;
  text-align: center;
}
.lyt-block-content {
  width: calc(100% - 35.8%);
  padding-left: 80px;
  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: 28px;
  margin-top: 10px;
  line-height: 1.2;
}
.lyt-block-head2 + p {
  margin-top: 1em;
}
.lyt-block--style1 {
  max-width: 820px;
}
.lyt-block--style1 .lyt-block-image {
  width: 42.7%;
}
.lyt-block--style1 .lyt-block-content {
  width: calc(100% - 42.7%);
  padding-left: 60px;
}
.lyt-block--style2 {
  max-width: 820px;
}
.lyt-block--style2 .lyt-block-image {
  width: 42.7%;
}
.lyt-block--style2 .lyt-block-content {
  width: calc(100% - 42.7%);
  padding-left: 40px;
}
.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: 80px;
}
.lyt-block--reverse.lyt-block--style2 .lyt-block-content {
  padding-right: 40px;
}
@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: 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: 24px;
  }
  .lyt-block-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .lyt-block--style1 {
    margin-top: 60px;
  }
  .lyt-block--style1 .lyt-block-image {
    width: 100%;
  }
  .lyt-block--style1 .lyt-block-content {
    width: 100%;
    padding: 0 20px !important;
  }
  .lyt-block--style2 {
    margin-top: 40px;
  }
  .lyt-block--style2 .lyt-block-image {
    width: 100%;
  }
  .lyt-block--style2 .lyt-block-content {
    width: 100%;
    padding: 0 20px !important;
  }
  .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-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-3 {
  margin: 10px auto;
  max-width: 820px;
}
.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;
  }
  .lyt-block-arrow-3 > span {
    text-align: left;
  }
}

.btn-lostzone {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1100;
}
.btn-lostzone.is-fixed {
  display: block;
  position: fixed;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.btn-lostzone > a {
  display: inline-block;
}
.btn-lostzone > a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .btn-lostzone {
    right: -10px;
    bottom: 30px;
  }
  .btn-lostzone.is-fixed {
    bottom: -10px;
  }
  .btn-lostzone > a {
    width: 140px;
    height: 140px;
  }
}

.btn-wrap {
  margin-top: 60px;
  text-align: center;
}
.btn-wrap > a {
  display: inline-block;
}
.btn-wrap > a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .btn-wrap > a {
    max-width: 320px;
  }
}

.head-section {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 80px;
}
.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-section img {
    max-height: 90px;
  }
  .head-section--1line img {
    max-height: 32px;
  }
}

.hero-main {
  padding-top: 9vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .hero-main {
    padding-top: 0;
    display: block;
    text-align: center;
  }
  .hero-main-head img {
    max-width: 259px;
  }
  .hero-main-text {
    margin-top: 42vw;
  }
  .hero-main-text img {
    max-width: 290px;
  }
}

.box-card {
  background: rgba(34, 34, 34, 0.8);
  padding: 80px 80px 60px;
  margin-top: 60px;
  position: relative;
}
.box-card:before {
  content: "";
  display: inline-block;
  width: 110.3%;
  height: 82%;
  background: url("../images/bg-box-1.png") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.box-card > * {
  position: relative;
  z-index: 2;
}
.box-card-head {
  text-align: center;
}
.box-card-text {
  margin-top: 35px;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .box-card {
    margin-top: 30px;
    padding: 50px 25px;
  }
  .box-card:before {
    background-image: url("../images/bg-card-5.png");
    width: 135%;
    height: 100%;
  }
  .box-card-text {
    margin-top: 1em;
    text-align: left;
  }
}

.box-card2 {
  background: rgba(83, 87, 137, 0.66);
  padding: 80px 79px;
  margin-top: 60px;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.box-card2-head {
  text-align: center;
}
.box-card2 .lyt-column {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .box-card2 {
    padding: 30px 20px;
  }
  .box-card2 .lyt-column {
    margin-top: 15px;
  }
}

.slide-news {
  width: calc(100% + 20px);
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.slide-news-item {
  padding: 0 10px;
}
.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;
  color: #fff;
  font-size: 20px;
}
.slide-news .slick-arrow {
  width: 24px;
  height: 24px;
  top: 31%;
}
.slide-news .slick-arrow:before {
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 2px #fff solid;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: 0;
}
.slide-news .slick-arrow.slick-disabled {
  opacity: 0;
}
.slide-news .slick-next {
  right: -30px;
}
.slide-news .slick-prev {
  left: -30px;
}
.slide-news .slick-list {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .slide-news {
    margin-left: -10px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .slide-news-text {
    font-size: 16px;
  }
  .slide-news .slick-next {
    right: 5px;
  }
  .slide-news .slick-prev {
    left: 5px;
  }
}

.block-product-image {
  text-align: center;
}
.block-product-head {
  text-align: center;
  font-size: 28px;
  line-height: 1.3;
  margin-top: 15px;
}
.block-product-text {
  font-size: 20px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .block-product {
    padding-left: 20px;
    padding-right: 20px;
  }
  .block-product-image img {
    max-width: 230px;
  }
  .block-product-head {
    font-size: 24px;
  }
  .block-product-text {
    font-size: 16px;
  }
}

.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: 1000px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
}
.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: 1em;
  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: 25px;
}
.img-card-head + p {
  margin-top: 0.5em;
}
.img-card-head2 {
  text-align: center;
  font-size: 28px;
  margin-top: 5px;
  line-height: 1.2;
}
@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: 40px;
  }
  .img-card-head2 {
    font-size: 24px;
  }
}

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

.bg-lost-1,
.bg-lost-2,
.bg-lost-3,
.bg-lost-4 {
  position: relative;
}
.bg-lost-1:before,
.bg-lost-2:before,
.bg-lost-3:before,
.bg-lost-4:before {
  content: "";
  display: inline-block;
  width: 163%;
  height: 111%;
  background: url("../images/bg-card-1.png") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.bg-lost-2:before {
  background-image: url("../images/bg-card-2.png");
  width: 175%;
  height: 100%;
}

.bg-lost-3:before {
  background-image: url("../images/bg-card-3.png");
  width: 160%;
  height: 90%;
  top: 40%;
  left: 45%;
}

.bg-lost-4:before {
  background-image: url("../images/bg-card-4.png");
  width: 190%;
  height: 120%;
  top: 55%;
}

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